changed "test ... -nt ..." to "find ... \! -newer ...", as "test
fixed inconsistencies when libnet-path is not specified
fixed compile error (too few args to cconf_define_have)
first shot at makefile generation (unfinished)
resolved conflicts
commonly used constants, not defined on every system
resolved conflicts
fixed renaming functions (didn't get all of them...)
don't require make clean to be successful
added target for indent, using bindent (bsd indent)
enhanced searching for libnet (try default directories if nothing
portability fixes
portability fixes (linux)
replace struct ether_addr / struct in_addr by etheraddr_t/ipaddr_t
some more simple checks (types, headers, fields)
linux bindent
+bindent for c files
indent
updated page last updated (forgot that when changing newest version)
better indent (use BSD indent instead of GNU)
s/bootd 0.1/bootd 0.2/
always include replace.h
check more headers
unconditionally remove confdefs.h, config.h and cconf.log before running cconf
conditional/partial rebuilding of cconf.
use replace
replace functions
require __STDC__
real checking for libpcap/libnet, modularized cconf_user()
import from cconf
user (cconf_user.c) specifyable settings
+cconf_setenv_app()
more feature tests
added NOTFOUND_PROG
added NOTFOUND_UNSPEC
imported log_notfound() from cconf
standardized error messages
now it should really do what i want
should work now
package generation
fixed typo
improved (honestly!)
testing make package
+ make package
new
starting to port to linux
ignore cconf_obj
removed need for machine/param.h (MCLBYTES).
testing cconf_check_func
fixed location of cconf_user.c
finish fixing of config_/conf_/c_ conflicts
renamed config.[co] to conf.[co]
ignore cconf_obj
import newest fixes to configure
new
renamed bootd/config.[ch] to bootd/conf.[ch], cconf.h to config.h
fixed cconf_check_func (tried to free() string from stack)
imported cconf v0.1
fix for using old-style sun-rpc
ignore the generated file cconf.h
ifdefed ETHERTYPE_IPV6 for systems without IPv6 (maybe really fix
fixed duplicate displaying of version for ./configure --version
don't mangle defines for types
moved generic cconf source to cconf/
moved back to where it belongs
moved to cconf/
fixed --quiet
s/cconf_work/cconf_obj/g in Makefile (according to the changes in configure)
indent
moved source to cconf/
more systems tested
tested on solaris
fixed failure of cpp test due to 'smart' precompiling (MaxOS X, Apple gcc-932.1)
- indent
+ test under SuSE Linux 7.0
fixed some typos
updated (+test under FreeBSD 3.3)
more c2man comments, little fixes
ignore generated files
even more c2man comments
#ifdef'd AF_xxx
- indent
+ .generated
ignore generated manual pages
make obj optional
c2man suitable documentation
+ comment cconf_user (suitable for c2man)
split 'portability' stuff from my functions
+c2man target
+ obj
more text
added todo
+ minimal description on how to use
+id
minimal error handling
initial checkin
split cconf.c into cconf.c, cconf_func.c, cconf_log.c, cconf_table.c
conflicts resolved
+ Id:
initial import