]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
2000-09-29  Ted LemonWrap some new debugging code with #ifdef DEBUG.
2000-09-29  Ted LemonGet rid of bogus AR declaration.
2000-09-29  Ted LemonDon't print silly error messages
2000-09-29  Ted LemonFix minor indentation nit.
2000-09-29  Ted LemonDo better status checking when starting connections.
2000-09-29  Ted LemonDo better status checking during initialization.
2000-09-29  Ted Lemonargv [i], not argv [1]
2000-09-29  Ted LemonRemove incorrect documentation of known/unknown handling.
2000-09-29  Ted LemonBounds check the output buffer in do_percentm.
2000-09-29  Ted LemonDon't print trailing NUL when printing a text string.
2000-09-29  Ted LemonByte-swap incoming integer data.
2000-09-29  Ted LemonDon't enter leases that don't have subnets.
2000-09-29  Ted LemonDocument change to support match with alongside match...
2000-09-29  Ted LemonSupport match with alongside match/spawn with.
2000-09-29  Ted LemonUse interface_allocate() to allocate interfaces.
2000-09-29  Ted LemonCorrectly handle the case where the connection doesn...
2000-09-29  Ted LemonFix some bugs in the code to get arbitrarily long inter...
2000-09-29  Ted LemonUse global scope when there's no lease in check_collection.
2000-09-28  Ted LemonOops, accidentally committed a local hack.
2000-09-27  Ted LemonPanic commit.
2000-09-27  Ted LemonFix uninitialized use of automatic variable (Hans Persson)
2000-09-27  Ted Lemon- Don't flame about the relay agent information option...
2000-09-27  Ted LemonUse the nwip options in the nwip universe, not the...
2000-09-27  Ted LemonUse suffix.len, not substring.len, when evaluating...
2000-09-27  Ted LemonThe second argument to suffix is numeric.
2000-09-23  Ted LemonDefine SOCKLEN_T
2000-09-21  Ted LemonFix a Tru64 compile error.
2000-09-20  Ted LemonFix misnamed function call.
2000-09-20  Ted LemonOops, left something out
2000-09-20  Ted LemonPost-tag version
2000-09-20  Ted LemonUpdate version numbers and changelog
2000-09-20  Ted LemonUse make_resolv_conf as documented.
2000-09-20  Ted Lemon- When partner disconnects (or stops responding to...
2000-09-20  Ted LemonDon't spawn with zero-length strings.
2000-09-20  Ted LemonExtra sanity check on uh_ulen.
2000-09-20  Ted LemonANSIfy and thereby neaten up a declaration.
2000-09-20  Ted LemonFix an oversight in the htype+haddr->hbuf conversion
2000-09-20  Ted LemonFix one typo, one oversight, and one type cast (thanks...
2000-09-20  Ted LemonMove inet_aton to libomapi
2000-09-20  Ted LemonRequire gcc on SunOS4
2000-09-16  Ted LemonAdd Service Location Protocol options. Document new...
2000-09-16  Ted Lemon- Add Peter Marschall's new sub-array parser.
2000-09-16  Ted LemonDocument new SLP options.
2000-09-16  Ted LemonDocument new parser capability provided by Peter Marschall
2000-09-16  Ted LemonFix up HP build options.
2000-09-16  Ted LemonDo post-release version tweak (belatedly).
2000-09-14  Ted LemonUpdate version and changelog. V3-BETA-2-PATCH-4
2000-09-14  Ted LemonGet even more persnickety about detailing where to...
2000-09-14  Ted LemonDo statements before using option values (e.g., lease...
2000-09-14  Ted LemonUse lt -> scope, not lease -> scope, which is probably...
2000-09-14  Ted LemonDon't dereference zones in find_tsig_key - we don't...
2000-09-12  Ted LemonHPUX install is completely broken - use cp.
2000-09-12  Ted LemonPrint more information when bad socket is found.
2000-09-12  Ted LemonFix if_deregister_send compilation on old linuces.
2000-09-12  Ted Lemon- Put back the code that checks the server configuratio...
2000-09-12  Ted LemonHPUX install is different, so we can't use -m or -c...
2000-09-12  Ted LemonGet rid of dprintf.
2000-09-11  Ted LemonFix fallback interface setup code.
2000-09-08  Ted LemonOops, one more changelog entry.
2000-09-08  Ted LemonPost-tag version change.
2000-09-08  Ted LemonUpdate changelog and version.
2000-09-08  Ted LemonDon't reference one group on top of another.
2000-09-08  Ted Lemon- Remove a bogus enhancement to lease NAK code.
2000-09-06  Ted LemonAllocate class with class_allocate, not dmalloc.
2000-09-05  Ted LemonInclude memory.h so that we don't get warnings from...
2000-09-04  Ted LemonSet post-tag version.
2000-09-04  Ted LemonUpdate version number and changelog. V3-BETA-2-PATCH-2
2000-09-04  Ted LemonFix a core dump when a listen address is not specified...
2000-09-04  Ted LemonNever record a state of 'startup.'
2000-09-04  Ted LemonAdd some more verbiage to fatal error message.
2000-09-04  Ted LemonAdd support for large SIOCGIFCONF returns (Greg Fausak).
2000-09-02  Ted LemonBrand non-release versions.
2000-09-02  Ted LemonSome more drafts. V3-BETA-2-PATCH-1
2000-09-02  Ted LemonObsolete some old drafts.
2000-09-02  Ted LemonThis is out of date.
2000-09-02  Ted LemonDocument failover and TSIG
2000-09-02  Ted LemonUpdate the version number
2000-09-02  Ted LemonFix the 'how stable is this' paragraph
2000-09-02  Ted LemonDon't print failover debug messages by default.
2000-09-01  Ted LemonWork around a pedantic warning about empty format strings.
2000-09-01  Ted LemonAdd some prototypes.
2000-09-01  Ted LemonFix base64 decoder.
2000-09-01  Ted LemonAdjust the URL to which people are referred.
2000-09-01  Ted Lemon- Provide information on how to get support (and how...
2000-09-01  Ted Lemon- Do what people expect when they don't declare the...
2000-09-01  Ted LemonUpdate version number and documentation.
2000-09-01  Ted LemonUndo wrong-headed update to match parser.
2000-09-01  Ted LemonDon't even try to do billing on static leases.
2000-09-01  Ted LemonExplicitly handle some impossible states.
2000-09-01  Ted LemonGet rid of an unnecessary test.
2000-09-01  Ted LemonFix two bugs in class parsing.
2000-08-31  Ted LemonAdd new tokens
2000-08-31  Ted LemonFix lots of state change problems.
2000-08-31  Ted LemonTweak load balance handling.
2000-08-31  Ted LemonUpdate message type requirements.
2000-08-31  Ted LemonMove state information common to both peers into a...
2000-08-31  Ted LemonUpdate failover state keywords.
2000-08-31  Ted LemonSupport ISC_R_INCOMPLETE for partial connects.
2000-08-31  Ted LemonAdd more prototypes
2000-08-30  Damien NeilAdded binary &|^ operators.
next