]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
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...
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...
next