]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
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.
2000-08-28  Damien NeilAdded binary operators: & | ^.
2000-08-28  Damien NeilFinished up function call support.
2000-08-25  Ted LemonReally fix a couple of compile warnings on Tru64 5.0
2000-08-25  Ted LemonFix a couple of compile warnings on Tru64 5.0
2000-08-24  Ted LemonLots of changes to clean up handling of various failove...
2000-08-24  Ted LemonPOTENTIAL_CONFLICT_NIC -> RESOLUTION_INTERRUPTED.
2000-08-24  Ted LemonAdd argument to find_lease.
2000-08-24  Ted Lemon- Add a bunch of support for all the funny recovery...
2000-08-24  Ted Lemon- Add support for some new states from the 07 draft.
2000-08-24  Ted LemonAdd declarations for all kinds of cool new failover...
2000-08-24  Ted Lemonpotential-conflict-nic -> resolution_interrupted, per...
2000-08-24  Ted Lemonpotential-conflict-nic -> resolution_interrupted, per...
2000-08-23  Damien NeilFix bug #253, which could cause the server to segfault...
2000-08-22  Damien NeilAdded log() statement to allow logging from config...
2000-08-22  Damien NeilFixes bug #246.
2000-08-17  Ted LemonUse /var/state/dhcp on Linux 2.2.
2000-08-17  Ted LemonUse unsigned char instead of u_char.
2000-08-17  Ted LemonFix a compile warning.
2000-08-17  Damien NeilInstall the ISC header files required to get omapi...
2000-08-15  Ted Lemon- Do the commit using the newly-computed lease paramete...
2000-08-15  Ted Lemon- Set peer state to potential_conflict when there is...
2000-08-14  Damien NeilAdded a number of (#ifdef-guarded) debugging statements.
2000-08-14  Damien NeilFix assorted code which assumes that leases will always...
2000-08-12  Damien NeilRemoved a spurious & which was causing attempts to...
2000-08-11  Damien NeilAdded some typecasts in printf() statements to make...
2000-08-08  Damien NeilChanged printf "%*s" format to "%.*s".
2000-08-08  Damien NeilTo print a non-NUL terminated string, use "%.*s", not...
2000-08-08  Damien NeilThe size of the OMAPI group object was being assigned as
2000-08-07  Damien NeilDon't turn on security for OMAPI connections if no...
2000-08-03  Damien NeilChanged several variables from char* to const char...
2000-08-03  Damien NeilAdded authentication support.
2000-08-03  Damien NeilRemove an unneeded memset() that caused a null-pointer...
2000-08-03  Damien NeilAdded authentication support. The tsig_key structure...
2000-08-01  Damien NeilMoved hash.c from libdhcp to libomapi, in anticipation...
2000-08-01  Damien NeilMoved convert.c from libdhcp to libomapi. (libomapi...
2000-08-01  Damien NeilFix a bug in buffer_dereference where the buffer refcou...
2000-07-27  Ted LemonReference count binding scopes. Align IP headers...
2000-07-20  Ted LemonFix a pasto in the code to set the broadcast address...
2000-07-20  Ted LemonMake the "can't bind" error message more helpful.
2000-07-20  Ted LemonInitialize the environment rather than using temporary...
2000-07-17  Ted LemonSupport environment variables to control locations...
2000-07-17  Ted LemonEnforce proper alignment of packet buffers.
2000-07-15  Damien NeilChanged all uses of omapi_message_allocate() to omapi_m...
2000-07-10  Damien NeilTweak object dereferencing: I believe dereferencing...
2000-07-10  Damien NeilProperly initialize 'last' when removing I/O objects...
2000-07-09  Ted Lemon- Fix a bug where the first host declaration with a...
next