]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1997-02-18  Ted LemonAdd definitions for DHCP Client data files
1997-02-18  Ted LemonAdd support for timeouts; add support for scanning...
1997-02-18  Ted LemonUse local_port and remote_port instead of server_port...
1997-02-18  Ted LemonAdd DHCP client tokens
1997-02-18  Ted LemonAdjust object file lists to support parsing DHCP client...
1997-02-18  Ted LemonChange calling conventions for cons_options so that...
1997-02-18  Ted LemonParser for DHCP client config files
1997-02-18  Ted LemonMove common parsing functions into a seperate file...
1997-02-18  Ted LemonRewrite DHCP client to use the same API that the DHCP...
1997-01-03  Ted LemonFix broadcast bug
1997-01-02  Ted LemonInitial merge of Poger dhclient and linux hacks
1996-12-31  Ted LemonFix bug in classing code
1996-12-31  Ted LemonInitialize declaration variable
1996-12-31  Ted LemonFix case where dynamic BOOTP for a known client with...
1996-11-08  Ted Lemonreplace ARPHRD with HTYPE
1996-11-08  Ted LemonDon't try to supersede static leases
1996-11-08  Ted LemonReturn after rejecting unknown BOOTP client
1996-11-08  Ted LemonLog messages to stderr, not stdout.
1996-09-13  Ted LemonRemove dynamic bootp conflict checker; parse true boole...
1996-09-12  Ted LemonUpdate boot-unknown-clients documentation
1996-09-12  Ted LemonAllow restricted dynamic bootp for known bootp hosts
1996-09-12  Ted LemonClose std{in,out,err} when daemonizing
1996-09-11  Ted Lemondiscover_interfaces() needs to behave differently for...
1996-09-11  Ted Lemondiscover_interfaces() needs to behave differently for...
1996-09-11  Ted LemonFix case statement
1996-09-11  Ted LemonSupport for Sun C Compiler
1996-09-11  Ted LemonDon't redefine _PATH_DHCPD_xxx
1996-09-11  Ted LemonLinux portability hacks
1996-09-11  Ted LemonDon't use server-identifier to initialize next_server
1996-09-11  Ted Lemondmalloc already zeros allocated memory
1996-09-11  Ted LemonAdd unknown options to end of option priority list
1996-09-11  Ted LemonSupport for Sun compiler on Solaris
1996-09-11  Ted Lemonbuf doesn't need to be static
1996-09-11  Ted LemonAdd argument to cons_options; clean up some old junk
1996-09-11  Ted LemonNotice if client is NUL-terminating strings, and if...
1996-09-11  Ted LemonAdd argument to cons_options
1996-09-11  Ted Lemonclarify
1996-09-09  Ted LemonFix usage nit
1996-09-09  Ted LemonFix stupid oversight in hash_delete - thanks to Jon...
1996-09-09  Ted LemonAdd use-host-decl-names keyword
1996-09-05  Ted LemonApply some changes Christoph asked for
1996-09-05  Ted LemonFix printf warnings
1996-09-05  Ted LemonFix up a couple of places where ic_timeout wasn't initi...
1996-09-05  Ted LemonFix opening comment; require a subnet decl for every...
1996-09-05  Ted LemonDocument new netmask behaviour; document new requiremen...
1996-09-05  Ted LemonFix syntax botch in host decl example
1996-09-05  Ted Lemonmockup_lease() now supplies uid info if present; supply...
1996-09-05  Ted LemonWarn Linux users of database move
1996-09-05  Ted LemonHacks for Linux
1996-09-04  Ted LemonAll unnamed options now take the X format, which means...
1996-09-04  Ted LemonPut uio.h include within ifdef
1996-09-04  Ted LemonWork around sed/POSIX bogosity
1996-09-02  Ted LemonOops - debug faux pas
1996-09-02  Ted Lemonstrncasecmp takes *three* arguments...
1996-09-02  Ted LemonRemove dead vars
1996-09-02  Ted LemonSupport for -lf and -cf flags; debogosify DEBUG behaviour
1996-09-02  Ted LemonSupport for -lf and -cf flags
1996-09-02  Ted LemonDon't do syslog() when DEBUG is defined
1996-09-02  Ted LemonDon't attach to unconfigured interfaces
1996-09-02  Ted LemonImprove error messages
1996-08-31  Ted LemonOops
1996-08-30  Ted LemonRemove dead local vars
1996-08-30  Ted LemonUse a full-sized int to bounds-check port number
1996-08-30  Ted LemonRemove dead local variables; fix shared-network subnet...
1996-08-30  Ted LemonChanges requested by Brian Stecher
1996-08-30  Ted LemonRegenerated
1996-08-30  Ted LemonNotice and complain about conflicting subnets
1996-08-29  Ted LemonDeclare root_group external
1996-08-29  Ted LemonFix erroneous hash search; use get-lease-hostnames...
1996-08-29  Ted LemonAdd get-lease-hostnames parameter
1996-08-29  Ted LemonFix logging to stderr
1996-08-29  Ted LemonFix signed/unsigned char type mismatch
1996-08-29  Ted LemonType error
1996-08-29  Ted LemonRelease Notes
1996-08-29  Ted LemonMake sure specified UDP port is valid
1996-08-29  Ted LemonDon't proceed if errors are found in dhcpd.conf
1996-08-29  Ted LemonAdd warning message about lease database format
1996-08-29  Ted Lemonadmonish users not to mess with network API
1996-08-29  Ted LemonAdd QNX support
1996-08-29  Ted LemonRehash nomenclature
1996-08-29  Ted Lemonrehash nomenclature
1996-08-29  Ted LemonUpdate documentation
1996-08-29  Ted LemonRemove unused variable
1996-08-29  Ted LemonRehash nomenclature; allow range declaration to take...
1996-08-29  Ted LemonRename ATOM to NAME
1996-08-29  Ted LemonAdd support for qnx
1996-08-29  Ted LemonBring README into 20th century
1996-08-29  Ted Lemonqnx configuration
1996-08-28  Ted LemonMove tlname into group with other externs
1996-08-28  Ted LemonPut hostname in default reply list
1996-08-28  Ted LemonLook up hostnames for lease IP addresses on startup
1996-08-28  Ted LemonDon't malloc space for hash name
1996-08-28  Ted LemonIf log_perror is nonzero, print to stderr as well as...
1996-08-28  Ted LemonAdd code to check interface type and skip point-to...
1996-08-28  Ted LemonAdd ONE_LEASE_PER_CLIENT
1996-08-28  Ted LemonAdd log_perror (used by errwarn.c); copy comments to...
1996-08-28  Ted LemonMake log_perror an external; add hostname to leases...
1996-08-28  Ted LemonConvert to new format
1996-08-28  Ted LemonMake log_perror an external; don't use LOG_PERROR ...
1996-08-28  Ted LemonMake chaddr an unsigned char
next