]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
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...
1997-03-28  Ted LemonClean up subdir targets
1997-03-28  Ted LemonIANA ARP code types and hardware types
1997-03-08  Ted LemonDNS Support code
1997-03-08  Ted LemonUse MAX_TIME for abandoned leases rather than an explic...
1997-03-08  Ted Lemonraw reads include IP header before icmp header, so...
1997-03-06  Ted LemonRecord the time of the db_startup rewrite of the lease...
1997-03-06  Ted LemonIf a lease is abandoned, write it out even though it...
1997-03-06  Ted LemonPut parentheses around & operations
1997-03-06  Ted LemonIf a lease is abandoned, it's okay to supersede even...
1997-03-06  Ted LemonSend client identifier when declining.
1997-03-06  Ted LemonWhen we toss all our leases, just go back to init state...
1997-03-06  Ted LemonABANDONED_LEASE is persistent, so set it in the lease...
1997-03-06  Ted LemonIf a lease has been abandoned, don't find it.
1997-03-06  Ted LemonSupport abandoned keyword in leases
1997-03-06  Ted LemonAdd ABANDONED token
1997-03-06  Ted LemonAdd ABANDONED_LEASE flag
1997-03-06  Ted LemonSet ABANDONED_LEASE flag when abandoning a lease.
1997-03-06  Ted LemonAdd abandoned keyword
1997-03-06  Ted LemonStart up icmp protocol; handle ICMP EchoReplies and...
1997-03-06  Ted LemonAdd a message to abandon_lease; ping before sending...
1997-03-06  Ted LemonAdjust and add prototypes
1997-03-06  Ted LemonExport checksum and wrapsum
1997-03-06  Ted LemonAdd informational message to abandon_lease.
1997-03-06  Ted LemonDon't use n_* types
1997-03-06  Ted LemonFix prototype for icmp_startup
1997-03-06  Ted LemonRemove declaration for relay() - no longer needed
1997-03-06  Ted LemonOops - didn't compile
1997-03-06  Ted LemonICMP structure definitions
1997-03-06  Ted LemonSupport for ICMP Echo protocol
1997-03-06  Ted LemonTraversal of interface list to weed out bad interfaces...
1997-03-06  Ted LemonChange calling conventions to dispatch(). Set bootp_p...
1997-03-06  Ted LemonMove a ton of bits from the lease structure into the...
1997-03-06  Ted LemonDeclare relay() same as do_packet(). Set bootp_handle...
1997-03-06  Ted LemonAdjust prototypes; prototype new functions. Add proto...
1997-03-06  Ted LemonAdjust declaration of fallback_discard so that it can...
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/
next