]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1996-06-11  Ted LemonPeriodically rewrite the lease database
1996-06-11  Ted LemonRelease DHCP lease before assigning it to BOOTP client...
1996-06-10  Ted LemonFix ANSI string botch, allocate space for NUL on ASCII...
1996-06-04  Ted LemonDelete unused automatic variables; don't put copyright...
1996-06-04  Ted LemonAllow DHCP leases to be assigned to the same client...
1996-06-04  Ted LemonDelete unused automatic variables
1996-06-04  Ted LemonUse extern keyword when declaring externs
1996-06-04  Ted LemonUpdate documentation
1996-06-04  Ted LemonDelete unused automatic variables
1996-06-04  Ted LemonDefine INLINE as an empty string if ANSI but not GNU
1996-06-01  Ted LemonInitialize shared_network interface
1996-06-01  Ted LemonReinstate fill after example
1996-06-01  Ted LemonNewly generated from dhcpd.conf.5
1996-06-01  Ted LemonStore dhcpd.leases file in /var/db
1996-06-01  Ted LemonChange parse specification for dhcp-class-identifier...
1996-06-01  Ted LemonDon't redefine _PATH_DHCPD_CONF or _PATH_DHCPD_DB
1996-06-01  Ted LemonNewly generated from dhcpd.conf.5
1996-06-01  Ted LemonUse old-style man page macros; document dhcp-client...
1996-06-01  Ted LemonNewly generated from dhcpd.8
1996-06-01  Ted LemonPrint version number + copyright banner on startup
1996-06-01  Ted LemonUse old-style man page macros
1996-06-01  Ted LemonMake packet messages say where the packet came from...
1996-06-01  Ted LemonDon't do setlogmask on 4.2BSD systems; lose -a processi...
1996-06-01  Ted LemonAdd X code to option parser to handle data that might...
1996-06-01  Ted LemonWarn BSD-derivative users about move of dhcpd.leases...
1996-06-01  Ted LemonPrint a little more info on where BOOTREQUESTs are...
1996-06-01  Ted LemonMake man pages on more platforms now. Also, hack...
1996-05-31  Ted LemonLose bogus -a processing; display startup banner
1996-05-28  Ted LemonDon't use setlogmask() on 4.2BSD syslog machines
1996-05-28  Ted LemonHandle DHCPREQUEST properly when no SERVER_IDENTIFIER...
1996-05-28  Ted LemonAlways terminate dump buffer
1996-05-25  Ted LemonFix dump_subnets
1996-05-25  Ted LemonFix an uninitialized pointer bug
1996-05-25  Ted LemonAdd some code to convince foolish compilers variables...
1996-05-24  Ted Lemona shared network might have no dynamically allocatable...
1996-05-24  Ted LemonNew DHCP draft
1996-05-23  Ted LemonUse int instead of long for u_int32_t, since both are...
1996-05-23  Ted LemonAlpha OSF/1 doesn't normally have <sys/bitypes.h>
1996-05-23  Ted LemonMake sure uid_lease is initialized somewhere; use ciadd...
1996-05-23  Ted LemonAdd tlname variable to store pointer to name of file...
1996-05-23  Ted LemonAdd tlname variable so errwarn.c doesn't bring in parser
1996-05-23  Ted LemonAdd tlname variable to store pointer to name of file...
1996-05-23  Ted LemonUse /usr/ucb/install on Slowlaris
1996-05-23  Ted LemonAdd more libraries to Solaris list
1996-05-23  Ted Lemonuse installbsd on osf/1
1996-05-23  Ted Lemonalphaosf1 should be alphaosf
1996-05-23  Ted LemonChange log_facility to log_priotiry
1996-05-23  Ted LemonUse /usr/ucb/install on OSF/1
1996-05-23  Ted LemonCheck for __BIT_TYPES_DEFINED__ before trying to define...
1996-05-23  Ted LemonRemember address of last interface so that we can delet...
1996-05-23  Ted LemonFix protos for find_lease and mockup_lease
1996-05-23  Ted LemonAdd more examples and better comments
1996-05-23  Ted LemonDon't assume routed packets are local; fix up dhcp_nak...
1996-05-23  Ted LemonUpdate call to find_lease
1996-05-22  Ted LemonDon't assume we know of the network from which a packet...
1996-05-22  Ted LemonUse #defines instead of typedefs
1996-05-22  Ted Lemonbitypes.h not standard - define basic integer types...
1996-05-22  Ted LemonAdd endian.h defs
1996-05-22  Ted LemonDon't copy address for comparison
1996-05-22  Ted LemonAdd vix.com local subnet
1996-05-22  Ted LemonFix type of poll timeout
1996-05-22  Ted Lemonlog_facility -> log_priority
1996-05-22  Ted LemonFix typo
1996-05-22  Ted Lemonchange sunos5-5 to sunos5; print sytsem type
1996-05-22  Ted LemonFix up ultrix tag
1996-05-22  Ted LemonAdd checksum debugging; disable UDP checksums
1996-05-22  Ted LemonSupply Requested Address from ciaddr; reflect server...
1996-05-22  Ted LemonPut back filter for server port
1996-05-22  Ted LemonInitialize free host pointer
1996-05-22  Ted LemonFix OSF/1 assignment
1996-05-22  Ted LemonMake sure there's a host hanging off the lease before...
1996-05-22  Ted LemonRewrite to actually be a dhcp client
1996-05-22  Ted Lemonmove do_packet to dispatch; move network locator into...
1996-05-22  Ted Lemonmove do_packet to dispatch
1996-05-22  Ted LemonMove packet location code out of dispatch
1996-05-22  Ted LemonNew rules for building dhclient
1996-05-22  Ted LemonDon't search the attached network if there isn't one.
1996-05-22  Ted LemonDon't print interface network name if there's no networ...
1996-05-22  Ted LemonAdd test for EOF token
1996-05-22  Ted LemonAdd a few keywords; fix case botch
1996-05-22  Ted LemonShared network support; dynamic BOOTP support
1996-05-22  Ted LemonSite configuration file
1996-05-22  Ted LemonAdd global options; use putenv to set TZ environment...
1996-05-22  Ted Lemonupdate interface configure banner; add from addr to...
1996-05-22  Ted LemonAdd DEBUG_EVAL for tree evaluation debugging
1996-05-22  Ted Lemonupdate interface configure banner; add from addr to...
1996-05-22  Ted LemonAdd function to dump hash tables
1996-05-22  Ted Lemonadd from addr to assemble_udp_ip_header; don't filter...
1996-05-22  Ted LemonAdd support for fallback interface
1996-05-22  Ted Lemonrewrite discover_interfaces to work with multiple addre...
1996-05-22  Ted Lemonadd new tokens; lose LAST_TOKEN
1996-05-22  Ted LemonTest samples for dynamic bootp, shared networks, et...
1996-05-22  Ted Lemonfix up prototypes; change structures to support shared...
1996-05-22  Ted Lemonshared net support; static dhcp address assignment...
1996-05-22  Ted Lemondynamic bootp support
1996-05-22  Ted Lemonshared network support; dynamic bootp support; BOOTP...
1996-05-22  Ted Lemonupdate interface configure banner; add from addr to...
1996-05-22  Ted Lemondynamic bootp; fallback network; siaddr taken from...
1996-05-22  Ted Lemonallocators for shared networks
1996-05-20  Ted LemonUpdate copyright
next