]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1997-03-06  Ted LemonOptions whose format is X now print as colon-seperated...
1997-03-06  Ted LemonCheck address ranges to see if they're on the right...
1997-03-06  Ted LemonMake dispatch() run through a list of protocol structur...
1997-03-06  Ted Lemonadd allocator for lease state structure and protocol...
1997-03-06  Ted LemonAdd icmp.c
1997-03-06  Ted Lemonchange prototypes to functions called by timeouts;...
1997-03-05  Ted LemonBack out back checksum changes
1997-03-05  Ted LemonOops - we're supposed to zero interfaces_invalidated... DHCP-970305A
1997-03-05  Ted Lemonbehave differently if we got a renewal via INIT-REBOOT
1997-03-05  Ted LemonAdd REBOOT token DHCP-970305
1997-03-05  Ted LemonAdd flags field to tree_cache structure so we can track...
1997-03-05  Ted LemonAdd function prototypes; add state to lease structure
1997-03-05  Ted LemonMove some state into the lease structure so that we...
1997-03-05  Ted Lemonlose lease -> state; add lease -> uid_buf to eliminate...
1997-03-05  Ted LemonMaintain a free list for tree_cache structs
1997-03-05  Ted LemonAdd REBOOT token
1997-03-05  Ted Lemonremove lease -> state
1997-03-05  Ted LemonAlways send packets of at least BOOTP_MIN_LEN; abbrevia...
1997-03-05  Ted LemonAdd an INIT-REBOOT timeout; don't ever call a static...
1997-03-05  Ted LemonInstall dhclient-script in /etc, not in /
1997-03-05  Ted LemonDon't check the lease we have for the client until...
1997-03-05  Ted LemonAdd DHCPLIB to depends
1997-03-05  Ted LemonRelay to server port, not client
1997-03-05  Ted LemonAdd UPF support
1997-03-05  Ted LemonNew IP header checksum code supplied by Anatoli Logvinski
1997-03-05  Ted LemonAdd upf.c
1997-03-05  Ted LemonFix typos
1997-03-05  Ted LemonUltrix Packetfilter support
1997-03-05  Ted Lemonnew draft
1997-03-05  Ted Lemonnew draft
1997-03-05  Ted LemonNew draft
1997-02-27  Ted LemonFix Socket API-specific error DHCP_970226A
1997-02-27  Ted LemonDon't specify netmask or broadcast address keywords...
1997-02-27  Ted LemonFix some warnings
1997-02-27  Ted LemonDelete extraneous sin_len initialization; don't statica...
1997-02-26  Ted LemonOnly supply prototypes where appropriate
1997-02-26  Ted LemonUse medium passed to us, not necessarily the one attach...
1997-02-26  Ted LemonRemove if_enable()
1997-02-22  Ted LemonMove some more parameters around
1997-02-22  Ted LemonAdd SCRIPT config parameter
1997-02-22  Ted LemonInstall client script
1997-02-22  Ted LemonAdd DHCP Client SCRIPT configuration info
1997-02-22  Ted LemonDHCP Client script for NetBSD
1997-02-22  Ted LemonSample dhcp client configuration file
1997-02-22  Ted LemonIsolate configuration information from Makefiles
1997-02-22  Ted LemonLocalize makefile config
1997-02-22  Ted LemonDistributed Makefile
1997-02-22  Ted LemonMake it a bit more informative
1997-02-22  Ted LemonMoved to common/
1997-02-22  Ted LemonHack makefiles in all the subdirectories...
1997-02-22  Ted LemonMake subdirs
1997-02-22  Ted LemonNo longer needed
1997-02-22  Ted Lemonmoved to relay/
1997-02-22  Ted Lemonmoved to server/
1997-02-22  Ted Lemonmoved to client/
1997-02-22  Ted LemonMoved to server/
1997-02-22  Ted Lemonmoved to client/
1997-02-22  Ted LemonMoved to relay/
1997-02-22  Ted LemonMoved to server/
1997-02-22  Ted Lemonmoved to common/
1997-02-22  Ted Lemonmoved to include/cf/
1997-02-22  Ted LemonMoved to include/
1997-02-22  Ted LemonIgnore messages generated by dhcp relay agents (includi...
1997-02-22  Ted LemonAdd DISCOVER_RELAY state
1997-02-22  Ted LemonDon't name dhcpd - this is used by dhclient and dhcrela...
1997-02-22  Ted LemonAdd support for alias declaration
1997-02-22  Ted LemonDon't NAK leases from competing servers
1997-02-22  Ted LemonOops - poll() isn't implemented in NetBSD-1.2...
1997-02-22  Ted LemonFix up select version of dispatch to take parse argument
1997-02-22  Ted LemonClean up some bugs in the DHCPREQUEST lease code
1997-02-22  Ted LemonAdd new man page targets
1997-02-22  Ted LemonUpdate documentation
1997-02-22  Ted Lemonnew man pages
1997-02-22  Ted LemonNew manual pages
1997-02-22  Ted LemonDHCP Relay Agent
1997-02-22  Ted LemonNew prototypes; structure adjustments
1997-02-22  Ted LemonChange daemonification code to prolong logging to stder...
1997-02-22  Ted LemonUse interface address instead of common server identifi...
1997-02-22  Ted LemonAdd media selection for interface cards that support...
1997-02-22  Ted LemonAdd allow and deny keywords; allow or deny bootp servic...
1997-02-22  Ted LemonAdd support for passing arbitrary options to server...
1997-02-22  Ted LemonAdd some knobs to control booting; get server identifie...
1997-02-22  Ted Lemondispatch() now takes an argument indicating whether...
1997-02-22  Ted Lemonpretty_print_options now optionally seperates array...
1997-02-22  Ted Lemonerror() now logs a message simply indicating that it...
1997-02-22  Ted LemonAdd some new tokens
1997-02-22  Ted LemonAdd target for dhcrelay
1997-02-19  Ted LemonRun as daemon after first binding; don't record leases...
1997-02-19  Ted LemonParse arrays correctly; modify parse_X behaviour to...
1997-02-19  Ted LemonUpdate prototypes
1997-02-19  Ted LemonSeperate array elements with commas when pretty-printing
1997-02-19  Ted LemonRestructure to allow interface reinitialization
1997-02-19  Ted LemonAdd install target for dhclient
1997-02-19  Ted Lemonselect(2) has been deprecated in favor of poll(2).
1997-02-19  Ted LemonUse local_port and remote_port instead of server_port
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...
next