]> git.ipfire.org Git - thirdparty/dhcp.git/history - relay/dhcrelay.c
A missing "else" in dhcrelay.c could have caused an interface not to
[thirdparty/dhcp.git] / relay / dhcrelay.c
2008-11-12  Evan HuntA missing "else" in dhcrelay.c could have caused an...
2008-07-16  Evan Huntlocal and remote port numbers in dhcpv4 were both set...
2008-07-16  Evan HuntFix handling of -A and -a flags in dhcrelay; it was...
2008-06-13  Evan Hunt- Merge dhcrelay6 into dhcrelay
2008-01-24  Evan HuntOh guess what, this is 2008, not 2007...
2008-01-17  Evan HuntFix "dhcrelay --version" [rt17350]
2008-01-03  Francis Dupontfiner granularity timers
2007-11-30  Francis Dupontalmost editorial stuff
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-06-07  Evan HuntChdir to "/" before going into daemon mode. Use realpa...
2007-05-19  David HankinsCopyright++
2007-05-19  David Hankins- Replaced ./configure shellscripting with GNU Autoconf...
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2006-08-09  David HankinsRemoving the new I/O changes from HEAD. [ISC-Bugs ...
2006-05-11  Shane KerrMerging in final change from rt15937, getting rid of...
2006-05-05  David HankinsPulling work between V3-0-4B3 and present v3-release...
2006-03-27  Shane KerrChanges as documented in ticket #15937 (stdio file...
2006-02-27  David Hankins- The IO system now tracks all local IP addresses,...
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-04-19  Ted LemonUse interface_snorf to register interfaces specified...
2001-04-05  Ted LemonMake sure we have a stdin, stdout and stderr.
2001-02-26  Ted LemonFix up NetBSD/alpha build.
2001-02-12  Ted LemonPrint a version number and exit if given the --version...
2000-12-29  Ted LemonInitialize omapi before trying to mess with interfaces.
2000-10-12  Ted LemonMake dhcrelay link when DEBUG is defined.
2000-09-29  Ted LemonUse interface_allocate() to allocate interfaces.
2000-09-27  Ted LemonFix uninitialized use of automatic variable (Hans Persson)
2000-09-01  Ted LemonAdjust the URL to which people are referred.
2000-07-27  Ted LemonReference count binding scopes. Align IP headers...
2000-07-17  Ted LemonSupport environment variables to control locations...
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-03-17  Ted LemonGo back to the BSD license.
2000-01-26  Ted LemonPull up changes from 3.0.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-05  Ted LemonSupport new struct hardware.
1999-10-28  Ted LemonDon't log to stderr if -q flag is given.
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-09-09  Ted LemonAdd another empty hook for memory.c. Initialize the...
1999-05-07  Ted LemonUpdate version info.
1999-05-06  Ted LemonUpdate version number.
1999-04-25  Ted LemonUpdate version number. V3-ALPHA-19990424
1999-04-23  Ted LemonUpdate version.
1999-04-12  Ted LemonUpdate version. V3-ALPHA-19990412
1999-04-08  Ted LemonUpdate version.
1999-03-30  Ted LemonUpdate version V3-ALPHA-19990330
1999-03-29  Ted LemonUpdate version. V3-ALPHA-19990329A
1999-03-29  Ted LemonAdjust version numbers.
1999-03-26  Ted LemonUpdate version number.
1999-03-16  Ted LemonUpdate license.
1999-03-16  Ted LemonUpdate version number.
1999-03-13  Ted LemonAdd interface argument to can_unicast_without_arp
1999-02-25  Ted LemonSync with 2.0b1pl16. Fix some pool allocation problems.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1999-02-14  Ted LemonFix up mistakes in recent 2.0 pullups.
1999-02-14  Ted LemonPull up recent 2.0 changes.
1998-11-06  Ted LemonAdd Relay Agent Information Option support.
1998-11-05  Ted LemonAdd some code to prevent linking in stuff we don't...
1998-06-25  Ted LemonRhapsody support
1998-06-25  Ted LemonTake dhcp packet as an argument instead of converting...
1998-03-16  Ted LemonDeclare arguments that can be promoted so that the...
1998-03-15  Ted LemonAdd declaration for agent option global (used by option...
1997-12-09  Ted LemonUse yiaddr to transmit response to client
1997-12-06  Ted LemonCast pid_t up to long so that printf will work on syste...
1997-11-22  Ted LemonDaemonize by default. Fix a couple of uninitialized...
1997-06-02  Ted LemonFix operator precedence bug
1997-03-29  Ted LemonAllow IP addresses to be specified on the command line...
1997-03-06  Ted LemonDeclare relay() same as do_packet(). Set bootp_handle...
1997-03-05  Ted LemonRelay to server port, not client
1997-02-27  Ted LemonFix Socket API-specific error DHCP_970226A
1997-02-22  Ted LemonIgnore messages generated by dhcp relay agents (includi...
1997-02-22  Ted LemonDHCP Relay Agent