]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-07  Ted LemonFix corner case where REBIND would be ignored rather...
2000-03-06  Ted LemonUpdate calls to new_hash.
2000-03-06  Ted Lemon- Fix up calls to new_hash.
2000-03-06  Ted Lemon- Don't call option_allocate without zeroing pointer.
2000-03-06  Ted LemonUpdate call to new_hash.
2000-03-06  Ted Lemon- Add pointers to reference counting routines to hash...
2000-03-06  Ted LemonAdd ZONE keyword.
2000-03-06  Ted LemonNew prototypes for zone and tsig key functions, client...
2000-03-06  Ted LemonConstify...
2000-03-06  Ted LemonAdd more status variables.
2000-03-06  Ted LemonUpdate calls to new_hash.
2000-03-06  Ted LemonGeneralize binary operator printing and add new binary...
2000-03-06  Ted LemonParse TSIG keys and DNS zones.
2000-03-06  Ted Lemon- Add reference and dereference functions to hash,...
2000-03-06  Ted Lemon- Document update process.
2000-03-06  Ted LemonReturn -1 when read_socket method is called on non...
2000-03-06  Ted LemonAdd 'zone' keyword.
2000-03-06  Ted LemonAdd interface deregistration routines (Brian Murrell).
2000-03-06  Ted LemonFix call to new_hash.
2000-03-06  Ted LemonAdd allocators/deallocators for DNS zones and TSIG...
2000-02-15  Ted LemonIncorporate Brian Murrell's new OMAPI DHCP client changes.
2000-02-15  Ted LemonGet rid of dns_startup, use lease time instead of const...
2000-02-15  Ted LemonPrototype function definition allocator/destructor.
2000-02-15  Ted LemonAdd arithmetic, function, and tsig key.
2000-02-15  Ted LemonAdd let and define.
2000-02-15  Ted LemonAdd funcall, function, and arithmetic operators.
2000-02-15  Ted LemonPrint function definitions (sort of).
2000-02-15  Ted LemonParse arithmetic operators and functions.
2000-02-15  Ted LemonAdd arithmetic operators, function definition keywords...
2000-02-15  Ted LemonAdd support for functions, as well as arithmetic operators.
2000-02-15  Ted LemonAdd allocator for function definitions.
2000-02-08  Ted LemonDon't parse default nsupdate stuff if NSUPDATE isn...
2000-02-07  Ted LemonFix a non-nsupdate compile error.
2000-02-07  Ted LemonDefine scratch option cache pointer before use.
2000-02-07  Ted LemonAdd extra arg to ack_lease.
2000-02-07  Ted LemonFix stupid compile bug.
2000-02-07  Ted LemonFigure out MS_NULL_TERMINATION _really_ early.
2000-02-05  Ted LemonSupport typed variables.
2000-02-05  Ted LemonAdd support for function calls and typed variables.
2000-02-05  Ted LemonPrint function calls.
2000-02-05  Ted LemonAdd support for function calls and typed variables.
2000-02-05  Ted LemonAdd PERCENT token.
2000-02-05  Ted LemonAdd untyped expression evaluator and support for typed...
2000-02-05  Ted LemonDefinitions for typed variables and function calls.
2000-02-05  Ted LemonDefine SOCKLEN_T for old versions of O.S. that don...
2000-02-05  Ted LemonHandle typed variables.
2000-02-03  Ted LemonFix make depend.
2000-02-03  Ted LemonUpdate res_update prototype.
2000-02-03  Ted LemonDon't forget that pesky ampersand.
2000-02-03  Ted LemonGet rid of double spacing when printing DNS results.
2000-02-03  Ted Lemon- Bomb out if caller tries to update more than one...
2000-02-03  Ted LemonTake advantage of hacked resolver.
2000-02-03  Ted LemonUse r_size, not strlen, to get length of r_data.
2000-02-03  Ted LemonDefine SOCKLEN_T, to avoid header incompatibility issue...
2000-02-03  Ted LemonDefine SOCKLEN_T, to avoid header incompatibility issue.
2000-02-03  Ted LemonDefine socklen_t if os header didn't.
2000-02-03  Ted LemonGet rid of alphaosf workaround - found a better one.
2000-02-03  Ted LemonTeach cvs not to complain about generated files.
2000-02-03  Ted Lemonsocklen_t -> SOCKLEN_T
2000-02-03  Ted LemonAdd definitions for HP-UX (!). Disable a certain...
2000-02-02  Ted LemonDon't support NSAP records.
2000-02-02  Ted LemonInclude md5_locl.h before minires.h to work around...
2000-02-02  Ted LemonFix call to snprintf
2000-02-02  Ted LemonMake sure the lease pointer gets set to zero.
2000-02-02  Ted LemonMinor solaris fixes.
2000-02-02  Ted LemonInclude nameser.h after minires.h
2000-02-02  Ted LemonSupport parsing of configuration options in generic...
2000-02-02  Ted LemonGet rid of dprintf.
2000-02-02  Ted LemonDon't include BIND 8 resolver files anymore.
2000-02-02  Ted Lemonoops
2000-02-02  Ted LemonHack private resolver namespace to avoid link clashes.
2000-02-02  Ted LemonClean up the handling of --with-nsupdate
2000-02-02  Ted LemonGet rid of some BSD cdef goo that doesn't belong.
2000-02-02  Ted LemonFix a signed vs. unsigned pointer problem.
2000-02-02  Ted LemonBIND 8 resolver, gutted and fileted.
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.
next