]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
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
1997-05-09  Ted LemonLose BROKEN_FREEBSD_CF by default
1997-05-09  Ted LemonCygwin32 support
1997-05-09  Ted LemonAdd new keywords
1997-05-09  Ted LemonIf there's no h_errno, assume the error is Host Not...
1997-05-09  Ted Lemonname-servers -> ien116-name-servers, to reduce confusio...
1997-05-09  Ted LemonHandle line-oriented parsing. Add parse_host_name...
1997-05-09  Ted LemonWork around Ultrix gotcha
1997-05-09  Ted LemonLet bootp() check for correct type of packet
1997-05-09  Ted LemonCall new ns_inaddr_lookup code for testing
1997-05-09  Ted LemonFix alpha ptrsize botch. Try even harder to make...
1997-05-09  Ted LemonCygwin32 compatibility; reindent; add routine for print...
1997-05-09  Ted LemonUse new resolv.conf parser. Clean up some code. ...
1997-05-09  Ted LemonFix stupid allocation bug. Handle IFF_POINTTOPOINT...
1997-05-09  Ted LemonSwap shorts with htons, not htonl!
1997-05-09  Ted LemonAdd keywords supersede, search, prepend, nameserver...
1997-05-09  Ted LemonFix sizeof bug. Add allocators for name server entrie...
1997-05-09  Ted LemonAdd resolver parser
1997-05-09  Ted LemonCygwin32 compatibility. Handle prepend, append and...
1997-05-09  Ted LemonMake parse_option_decl return the option structure...
1997-05-09  Ted LemonAdd cygwin32 configuration information
1997-03-31  Ted LemonDefine PTRSIZE_64BIT on alpha
1997-03-29  Ted LemonSolaris needs inet_aton and faked-up endian.h DHCP-970329
1997-03-29  Ted LemonSunOS needs inet_aton
1997-03-29  Ted LemonAdd prototype for inet_aton
1997-03-29  Ted LemonLose const in inet_aton declaration
1997-03-29  Ted LemonCast pointer to char * in sendto for SunOS
1997-03-29  Ted LemonWrap prototype with PROTO for SunOS
1997-03-29  Ted LemonCast malloc so that we don't get an error on SunOS
1997-03-29  Ted Lemonfoo DHCP-970328
1997-03-29  Ted LemonBuild inet_addr.o
1997-03-29  Ted LemonLocal copy of inet_ntoa for systems that don't provide it
1997-03-29  Ted LemonUpdate copyright
1997-03-29  Ted LemonAllow IP addresses to be specified on the command line...
1997-03-29  Ted LemonDon't include netdevice.h - it causes compilation problems
1997-03-29  Ted Lemonto is pointer to struct, not struct
1997-03-29  Ted LemonCompile checksum code whether or not we're doing a...
1997-03-29  Ted LemonDon't use ARHPRD_METRICOM or ARPHRD_LOOPBACK if they...
1997-03-29  Ted LemonAdd initial_interval and backoff_cutoff elements to...
1997-03-29  Ted LemonReturn the result of sends and receives
1997-03-29  Ted LemonAdjust indentation; fix up calling conventions
1997-03-29  Ted LemonAdd bnackoff-cutoff and initial-interval keywords
1997-03-29  Ted Lemonip -> client -> packet is a struct, not a pointer to...
1997-03-29  Ted LemonAdd backoff_cutoff and initial_interval parse keywords...
1997-03-29  Ted LemonUse -pipe on NetBSD
1997-03-29  Ted LemonFix up a few typos and pastos
1997-03-29  Ted LemonFix install dependencies
1997-03-29  Ted LemonAdd a couple more fussy defines to work around Linux...
1997-03-29  Ted LemonAllow users to specify vendor-encapsulated-options...
1997-03-29  Ted LemonIgnore EHOSTUNREACH and ECONNREFUSED errors on Linux...
1997-03-29  Ted LemonSkip dummy interfaces on Linux; lose vestigial and...
1997-03-29  Ted LemonFix stupid, stupid, stupid allocation size underrun
1997-03-28  Ted LemonDon't have ARP code look up names; net_netmask_arg...
1997-03-28  Ted LemonMove top_level_config to clparse.c; use more defaults...
1997-03-28  Ted LemonSet up enough defaults that we can actually boot withou...
next