]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
2000-02-02  Ted LemonNSUPDATE won't build on QNX - make the compiler bomb...
2000-02-02  Ted LemonSigned->unsigned fixes, get rid of __ definitions.
2000-02-02  Ted LemonSupport the private resolver.
2000-02-02  Ted LemonRequired for private resolver.
2000-02-02  Ted LemonInclude files used by private resolver.
2000-02-02  Ted LemonUse our own copy of the resolver (shudder).
2000-02-02  Ted LemonAdd prand_config goo for resolver (temporary!).
2000-02-01  Ted LemonMake IP_HL and IP_HL_SET consistent.
2000-02-01  Ted LemonDefine socklen_t on older versions of BSD/OS.
2000-02-01  Ted LemonUse socklen_t only for recvfrom.
2000-02-01  Ted LemonAIX and Digital Unix compatibility fixes.
2000-01-31  Ted Lemon- In order to satisfy the HP C compiler, make a (possib...
2000-01-31  Ted LemonAdd a break after the default to satisfy the HP C compiler.
2000-01-31  Ted LemonInclude arpa/nameser.h _after_ including cdefs.h and...
2000-01-29  Ted LemonFix a call to dmalloc.
2000-01-29  Ted LemonEradicate two more htype occurrances.
2000-01-28  Ted LemonBrian Murrell's changes to allow the client to be direc...
2000-01-27  Ted LemonAdd reference pointer to rc history structure.
2000-01-27  Ted LemonMove log functions to omapip_p.h because they require...
2000-01-27  Ted LemonKludge around the whole ISC_LIST botch by removing...
2000-01-27  Ted LemonGet rid of sysdep goo that's not needed in DHCP distrib...
2000-01-27  Ted LemonOne more htype boo-boo...
2000-01-27  Ted LemonFix up handling of bogus dereferences.
2000-01-27  Ted LemonSupport new DEBUG_RC_HISTORY_EXHAUSTIVELY flag.
2000-01-27  Ted Lemon- In reference count history, remember the address...
2000-01-27  Ted LemonDon't build failover by default.
2000-01-27  Ted LemonUpdate version number.
2000-01-27  Ted LemonFix an erroneous option cache dereference.
2000-01-27  Ted Lemon- In reference count history, remember the address...
2000-01-27  Ted LemonMove malloc debug information out of option_state_deref...
2000-01-27  Ted LemonMake a macro to compute option hash table index; parame...
2000-01-27  Ted Lemon- Move malloc debug information out of option_state_der...
2000-01-26  Ted LemonInclude omapip_p.h for malloc debugging.
2000-01-26  Ted Lemon- Don't check to see if dynamic conflicts with pool...
2000-01-26  Ted LemonWhen complaining about freeing unknown memory, use...
2000-01-26  Ted LemonDemonstrate removal of an object.
2000-01-26  Ted Lemonres_freeupdrec will free r_dname, so we shouldn't.
2000-01-26  Ted LemonDump log of new outstanding allocations _after_ freeing...
2000-01-26  Ted LemonFix a memory smash.
2000-01-26  Ted LemonIf there is a packet on the free packet list, don't...
2000-01-26  Ted Lemon- Add some documentation for DDNS updates.
2000-01-26  Ted LemonUse malloc, not dmalloc, within dmalloc. :')
2000-01-26  Ted Lemon- Add DDNS update built-in code.
2000-01-26  Ted LemonPull up changes from 3.0.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonDebugging allocator needs logging functions.
2000-01-25  Ted LemonSupport 'never' keyword, ddns-updates flag.
2000-01-25  Ted LemonSupport scoping.
2000-01-25  Ted LemonFix binding support.
2000-01-25  Ted LemonIndent only two spaces. Support event ganging.
2000-01-25  Ted Lemon- Pull up fixes from 3.0.
2000-01-25  Ted LemonNew malloc debug scheme. Support variable scoping.
2000-01-25  Ted LemonFix bug in the way object handles were being... handled.
2000-01-25  Ted Lemon- New malloc debug.
2000-01-25  Ted LemonInclude inet.h
2000-01-25  Ted LemonNew malloc debug scheme.
2000-01-25  Ted LemonNew version number...
2000-01-25  Ted LemonSupport binding scopes, filename and sname.
2000-01-25  Ted LemonAdd unset, let. Fix definition of ON_RELEASE.
2000-01-25  Ted LemonAdd malloc debugging defines.
2000-01-25  Ted LemonAdd PICK, DEFINED, UNSET, EVAL, LET. Delete DDNS_FWD_...
2000-01-25  Ted LemonNew declarations, malloc debugging, scoping.
2000-01-25  Ted LemonFixups for haddr/htype->hbuf
2000-01-25  Ted LemonSupport variable scoping, malloc debug, filename and...
2000-01-25  Ted LemonUse debugging malloc. htype+haddr->hbuf fixes
2000-01-25  Ted LemonUse debugging malloc. Fix a few small botches in...
2000-01-25  Ted Lemon- Pull up 3.0 changes.
2000-01-25  Ted LemonSupport variable scoping, malloc debug.
2000-01-25  Ted LemonFixups for haddr/htype->hbuf
2000-01-25  Ted LemonSupport variable scoping, let, unset, event ganging...
2000-01-25  Ted LemonLinux fixups for haddr/htype->hbuf
2000-01-25  Ted LemonAdd EVAL, let, pick, unset.
2000-01-25  Ted LemonSupport new debug malloc.
2000-01-25  Ted LemonPull up change from 3.0.
2000-01-25  Ted LemonSupport variable scoping. Support debugging malloc.
2000-01-25  Ted LemonSupport new debugging malloc.
2000-01-25  Ted LemonPull up changes from 3.0 branch.
2000-01-08  Ted Lemon- Get rid of ddns_rev_name and ddns_fwd_name.
2000-01-08  Ted LemonGet rid of ddns_rev_name and ddns_fwd_name.
2000-01-08  Ted LemonMove vendor class stuff to dhcp-options manual page.
2000-01-08  Ted LemonAdd support for NetWare/IP encapsulated option.
2000-01-08  Ted Lemon- Make writing of failover timestamps conditional.
2000-01-08  Ted Lemon- Clean up lease parser, remove ddns_fwd and ddns_rev...
2000-01-08  Ted LemonAdd !=, null, defined, variable reference, new contexts...
2000-01-08  Ted Lemon- Add switch, case, default and set.
2000-01-08  Ted Lemon- Take ddns_fwd and ddns_rev out of lease structure.
2000-01-08  Ted LemonAdd NWIP option code definitions.
2000-01-08  Ted Lemon- Add support for DNS return codes.
2000-01-08  Ted LemonAdd support for NetWare/IP and uap-servers options.
2000-01-08  Ted LemonAdd support for DNS return codes. Add support for...
2000-01-08  Ted LemonAdd support for NetWare/IP encapsulated option.
2000-01-08  Ted Lemon- Add switch, case, default and set statements.
2000-01-08  Ted Lemon- Alphabetize options.
2000-01-08  Ted LemonAdd new NS error type, null and related tokens.
2000-01-08  Ted LemonExtra argument for parse_executable_statement.
2000-01-05  Ted LemonDon't check for pool peer if FAILOVER_PROTOCOL isn...
2000-01-05  Ted LemonSave failover-specific info even if FAILOVER_PROTOCOL...
2000-01-05  Ted LemonDon't support failover peers unless FAILOVER_PROTOCOL...
2000-01-05  Ted Lemon- Expose failover_state enum.
2000-01-05  Ted LemonExpose failover_state enum.
next