]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1997-10-27  Ted LemonFix up handling of hostname
1997-10-27  Ted LemonFix spelling
1997-10-20  Ted LemonDon't ping static leases - there's no persistent struct... NetBSD_1_3_Alpha
1997-10-20  Ted LemonAdd notice of 2.0.31 release of Linux
1997-10-20  Ted Lemonsystat -> sysconf
1997-10-20  Ted Lemonsystat -> sysconf
1997-10-20  Ted LemonSystem Configuration notification protocol
1997-10-20  Ted LemonUse local quiet flag and also set global quiet_interfac...
1997-10-20  Ted LemonAdd quiet_interface_discovery variable
1997-10-20  Ted LemonDefine quiet_interface_discovery. Don't consider...
1997-10-20  Ted LemonDon't print startup banner if quiet_interface_discovery...
1997-10-20  Ted LemonDocument -q flag
1997-10-20  Ted LemonRearrange startup code so as to print everything before...
1997-10-20  Ted LemonBy default, do not leave scripts lying around in /tmp
1997-10-20  Ted LemonAdd support for static routes
1997-10-07  Ted LemonPut hostname in quotes
1997-10-07  Ted LemonClarify single interface restriction
1997-09-17  Ted LemonAdd NeXTSTEP documentation
1997-09-17  Ted LemonNextStep client script
1997-09-17  Ted LemonNeXTstep configuration
1997-09-17  Ted LemonAdd nextstep configuration
1997-09-16  Ted LemonSystem status message relay daemon
1997-09-16  Ted LemonStatus message transmitter
1997-09-16  Ted LemonPass flag to cons_options indicating whether this is...
1997-09-16  Ted LemonPass flag to cons_options indicating that this is a...
1997-09-16  Ted LemonAdd HAVE_MKSTEMP flag
1997-09-16  Ted LemonPrototype new functions. New argument for cons_option...
1997-09-16  Ted LemonSystem status message protocol
1997-09-16  Ted LemonOnly use 64-byte option buffer for BOOTP packets
1997-09-16  Ted LemonDon't exclude dynamic BOOTP from uid test (?)
1997-09-16  Ted LemonIf sa_len is zero, skip interface. Add remove_protoco...
1997-09-16  Ted LemonAdd systat.c
1997-09-16  Ted LemonChmod resolv.conf in case umask is bogus
1997-09-16  Ted LemonAdd support for interfaces_requested flag. NUL-termin...
1997-09-16  Ted LemonAdd support for interfaces_requested flag
1997-09-16  Ted LemonInstall dhcp client in CLIENTBINDIR
1997-09-16  Ted LemonAdd statmsg and systatd directories
1997-09-16  Ted LemonDocument HP-UX broadcast hack and need for packet filte...
1997-09-16  Ted LemonAdd CLIENTBINDIR
1997-06-10  Ted Lemonparse_string eats the semicolon DHCP-970609
1997-06-10  Ted LemonDocument 970609 changes
1997-06-10  Ted LemonSunOS 4.1 doesn't define ssize_t
1997-06-10  Ted LemonDon't trust client to provide a valid hostname. Be...
1997-06-08  Ted LemonDon't do any DNS testing DHCP-970607
1997-06-08  Ted LemonDocument SO_BINDTODEVICE for Linux
1997-06-08  Ted LemonAdjust call to find_lease
1997-06-08  Ted LemonOnly store through ours if it's nonzero
1997-06-08  Ted Lemonsize_t -> ssize_t in return values where < 0 == error
1997-06-08  Ted LemonMake it a warning rather than an error if resolv.conf...
1997-06-08  Ted LemonDocument new DHCPRELEASE/DHCPNAK behaviour
1997-06-08  Ted LemonFix variable declaration omission
1997-06-08  Ted LemonDocument new NAK behaviour
1997-06-08  Ted LemonIf the lease we want to give the client is different...
1997-06-08  Ted LemonWhen parsing a lease database, correctly transfer the...
1997-06-08  Ted Lemonsize_t -> ssize_t in return values where < 0 == error
1997-06-08  Ted LemonDocument changes
1997-06-08  Ted LemonAlways write out two digits for single-byte quantities...
1997-06-06  Ted LemonUpdate to 970605
1997-06-06  Ted LemonAdd a note about why the server doesn't restart with...
1997-06-06  Ted LemonParse client-hostname token
1997-06-04  Ted LemonLose message on short icmp_echoreplies
1997-06-03  Ted LemonRecord significant changes for the benefit of users DHCP-970602
1997-06-03  Ted LemonAdd useful things to TODO list - there wasn't anything...
1997-06-03  Ted LemonDefine u_int64_t so we can do a safe case from a 64...
1997-06-03  Ted LemonCast sockopt arg to char * for Solaris.
1997-06-03  Ted Lemoncftest wasn't being initialized
1997-06-03  Ted LemonEnclose prototype in PROTO.
1997-06-03  Ted LemonNeed definition for struct timeval.
1997-06-03  Ted LemonUse a different bit for hostname than for client-hostname
1997-06-03  Ted LemonOops - previous fix wasn't complete
1997-06-03  Ted LemonDomains aren't seperated by commas after search keyword
1997-06-03  Ted LemonResolver subroutines
1997-06-03  Ted LemonInstall scripts for solaris, freebsd and linux
1997-06-03  Ted LemonSolaris client script
1997-06-03  Ted LemonLinux client script
1997-06-02  Ted LemonFreeBSD client script
1997-06-02  Ted LemonFix typo
1997-06-02  Ted LemonFix operator precedence bug
1997-06-02  Ted LemonMake name-servers option ien116-name-servers
1997-06-02  Ted LemonAdd cftest flag which just tests config file but doesn...
1997-06-02  Ted LemonDefine alias_names_permuted: Solaris has similar lossag...
1997-06-02  Ted LemonDon't use polling on SunOS4 - it seems to tweak an...
1997-06-02  Ted LemonAdd iaddrlist structure for tracking lists of IP addresses
1997-06-02  Ted LemonAdd REJECT token
1997-06-02  Ted LemonAdd cygwin32 ifdefs; new prototypes; add some fields...
1997-06-02  Ted LemonSample dhclient.conf takes advantage of some new features.
1997-06-02  Ted LemonTry to renew active lease in REBOOT state even if it...
1997-06-02  Ted LemonSupport rejection of messages from rogue servers; print...
1997-06-02  Ted LemonHandle the REJECT statement
1997-06-02  Ted LemonInstall 1.0 README updates and modify for 2.0
1997-06-02  Ted LemonSupply extra argument to pretty_print_options
1997-06-02  Ted LemonAdd emit_quotes qualifier to pretty_print_option, so...
1997-06-02  Ted LemonDon't select for exceptions, since we don't know how...
1997-06-02  Ted LemonAdd REJECT keyword
1997-05-09  Ted LemonCygwin32 compatibility. Initialize DNS
1997-05-09  Ted LemonFix bug introduced into dhcprequest processing. Fix...
1997-05-09  Ted LemonWrite out client_hostname and hostname values when...
1997-05-09  Ted LemonMove parse_host_name to parse.c. Add support for...
1997-05-09  Ted LemonCheck for BOOTREQUEST moved here
1997-05-09  Ted LemonCygwin32 definitions
next