]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/dispatch.c
Update license.
[thirdparty/dhcp.git] / common / dispatch.c
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