]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/dispatch.c
Support for asynchronous ddns per ticket 19216 - convert to using isclib and
[thirdparty/dhcp.git] / common / dispatch.c
2009-10-28  Shawn RouthierSupport for asynchronous ddns per ticket 19216 - conver...
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2008-01-24  Evan HuntUpdated copyright strings for 4.1.0a1 release
2008-01-03  Francis Dupontfiner granularity timers
2007-09-05  David HankinsVersion to 4.0.0a3.
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
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-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-02-12  Ted LemonSubroutinize some stuff so that it can be called in...
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-02-15  Ted LemonIncorporate Brian Murrell's new OMAPI DHCP client changes.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
1999-10-04  Ted LemonFix a typo.
1999-10-04  Ted LemonLog a message if omapi_one_dispatch fails.
1999-09-28  Ted LemonMove locate_network out of common code, since it's...
1999-09-08  Ted LemonUse OMAPI dispatcher
1999-03-16  Ted LemonUpdate license.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1999-02-14  Ted LemonUpdate some comments.
1998-10-17  Ted LemonMove discover_interfaces and relate goop to discover.c
1998-06-25  Ted LemonRead DHCP packet into aligned buffer and pass it as...
1998-04-09  Ted LemonCheck HAVE_SIN_LEN in sockaddr_dl code. Kludge hardwa...
1998-03-16  Ted LemonDeclare arguments that can be promoted so that the...
1997-12-06  Ted LemonHandle token ring...
1997-11-29  Ted LemonUse ifp -> ifr_name, not ifr.ifr_name, which isn't...
1997-11-22  Ted LemonFix typo in comment.
1997-10-20  Ted LemonDefine quiet_interface_discovery. Don't consider...
1997-09-16  Ted LemonIf sa_len is zero, skip interface. Add remove_protoco...
1997-06-02  Ted LemonDon't select for exceptions, since we don't know how...
1997-05-09  Ted LemonFix stupid allocation bug. Handle IFF_POINTTOPOINT...
1997-03-29  Ted LemonWrap prototype with PROTO for SunOS
1997-03-29  Ted LemonDon't use ARHPRD_METRICOM or ARPHRD_LOOPBACK if they...
1997-03-29  Ted LemonSkip dummy interfaces on Linux; lose vestigial and...
1997-03-06  Ted LemonTraversal of interface list to weed out bad interfaces...
1997-03-06  Ted LemonMake dispatch() run through a list of protocol structur...
1997-03-05  Ted LemonOops - we're supposed to zero interfaces_invalidated... DHCP-970305A
1997-02-26  Ted LemonOnly supply prototypes where appropriate
1997-02-22  Ted LemonAdd DISCOVER_RELAY state
1997-02-22  Ted LemonFix up select version of dispatch to take parse argument
1997-02-22  Ted Lemondispatch() now takes an argument indicating whether...
1997-02-19  Ted LemonRestructure to allow interface reinitialization
1997-02-18  Ted LemonAdd support for timeouts; add support for scanning...
1997-01-02  Ted LemonInitial merge of Poger dhclient and linux hacks
1996-11-08  Ted Lemonreplace ARPHRD with HTYPE
1996-09-11  Ted Lemondiscover_interfaces() needs to behave differently for...
1996-09-11  Ted Lemondmalloc already zeros allocated memory
1996-09-11  Ted Lemonbuf doesn't need to be static
1996-09-05  Ted LemonFix opening comment; require a subnet decl for every...
1996-09-02  Ted LemonDon't attach to unconfigured interfaces
1996-08-30  Ted LemonRemove dead local vars
1996-08-28  Ted LemonAdd code to check interface type and skip point-to...
1996-08-27  Ted LemonAdd support for weird linux interface alias renaming...
1996-07-07  Ted LemonDon't flame about missing interfaces if none were requested
1996-06-27  Ted LemonWeed out unrequested interfaces if some interfaces...
1996-06-24  Ted LemonSet read bit, not write bit, on fallback interface
1996-06-12  Ted LemonAdd code to read and discard incoming packets on fallba...
1996-06-04  Ted LemonDelete unused automatic variables
1996-05-23  Ted LemonRemember address of last interface so that we can delet...
1996-05-22  Ted LemonFix type of poll timeout
1996-05-22  Ted Lemonmove do_packet to dispatch; move network locator into...
1996-05-22  Ted LemonDon't search the attached network if there isn't one.
1996-05-22  Ted Lemonrewrite discover_interfaces to work with multiple addre...
1996-05-20  Ted LemonSA_LEN instead of SIN_LEN
1996-05-16  Ted LemonAdd an else clause to avoid redundant test
1996-05-16  Ted LemonDon't log the fact that a packet has arrived
1996-05-16  Ted LemonKludge hardware interface type
1996-05-16  Ted LemonDon't need to include if_dl anymore
1996-05-16  Ted LemonAdd support for SysV poll syscall; traditionalize ANSI...
1996-05-13  Ted Lemonrearrange things to support new network abstraction...
1996-04-11  Ted LemonInitial interface discovery and input dispatch routines