]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
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...
2000-07-09  Ted LemonDocument setting value of parameters through expressions.
2000-07-06  Ted LemonDisable debugging in production code.
2000-07-06  Ted LemonUpdate prototypes.
2000-07-06  Ted Lemon- Support a per-type allocator that is called prior...
2000-07-06  Ted Lemon- Reference expression lists as we walk them, just...
2000-07-06  Ted LemonMaintain a free list of leases if compact leases are...
2000-07-06  Ted LemonAdjust arguments to omapi_object_type_register
2000-07-06  Ted Lemon- Fix some bugs in the lease timeout code.
2000-07-06  Ted Lemon- Redo support for ddns-updates flag.
2000-07-06  Ted LemonFix handling of client-hostname.
2000-07-06  Ted Lemon- Fix parsing of 'next binding state'.
2000-07-06  Ted LemonReturn a result code when we find a cached or predeclar...
2000-07-06  Ted LemonDisable failover by default.
2000-07-06  Ted LemonDeclare lease states in dhcpd.h.
2000-07-06  Ted LemonRemove obsolete use of now-uninitialized variable.
2000-07-06  Ted Lemon- Make and and or evaluate only the lhs if the lhs...
2000-07-06  Ted LemonAdd support for arbitrary parenthetical expressions.
2000-07-06  Ted LemonDon't dereference the lease on_expiry pointer if it...
next