]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1999-10-21  Ted LemonFix some minor warnings.
1999-10-21  Ted LemonSupport ignore in boolean expression evaluations.
1999-10-21  Ted LemonFix a couple of silly mistakes.
1999-10-21  Ted LemonAdd IGNORE.
1999-10-21  Ted LemonDocument duplicates, declines and ignores.
1999-10-21  Ted Lemon- Check for SV_DECLINES boolean before accepting a...
1999-10-21  Ted LemonAdd (and use) ignore option to boolean evals.
1999-10-21  Ted LemonAdd DECLINES
1999-10-21  Ted LemonAdd SV_DUPLICATES and SV_DECLINES
1999-10-21  Ted LemonAdd support for an ignore return value to boolean optio...
1999-10-21  Ted LemonAdd 'declines' server option.
1999-10-21  Ted LemonParse DECLINES. Add a third boolean option: ignore
1999-10-21  Ted LemonAdd DECLINES.
1999-10-20  Ted LemonSupport allow/deny duplicates.
1999-10-20  Ted Lemon- Add an 'allow/deny duplicates' statement that, if...
1999-10-20  Ted Lemon- Fix a stupid bug in the generic code that would cause...
1999-10-20  Ted LemonFix still more paste-o's.
1999-10-20  Ted LemonClean up some of the boolean config option support.
1999-10-20  Ted LemonHandle 'allow bootp' and 'allow booting' correctly...
1999-10-20  Ted LemonDereference unused expression structs when parse fails.
1999-10-19  Ted LemonDocument lease-file-name and pid-file-name config param...
1999-10-19  Ted LemonSupport pid-file-name and lease-file-name config file...
1999-10-19  Ted Lemon- Set O_NONBLOCK on incoming connections (we were alrea...
1999-10-19  Ted Lemon- Fix buffer head/tail code.
1999-10-19  Ted LemonInitialize head of buffers in allocator, just to be...
1999-10-19  Ted LemonGet rid of broken BUFFER_BYTES_AVAIL macro, replace...
1999-10-19  Ted LemonAdd defines for SV_LEASE_FILE_NAME and SV_PID_FILE_NAME.
1999-10-19  Ted LemonCompute arguments to packet operator correctly.
1999-10-19  Ted LemonAdd support for lease-file-name and pid-file-name confi...
1999-10-19  Ted LemonFix some more printf arguments.
1999-10-15  Ted Lemon- Make DHCPRELEASE release the lease corresponding...
1999-10-15  Ted LemonSend lease start and end time (Brian Murrell).
1999-10-14  Ted Lemon- Don't try to return values that aren't present (and...
1999-10-14  Ted LemonSet the type of each lease as it is allocated.
1999-10-14  Ted Lemon- Don't try to look up an object if we didn't get a...
1999-10-14  Ted LemonTake appropriate action when directed to send null...
1999-10-14  Ted LemonAutomatically include result.h
1999-10-14  Ted LemonTest accessing of leases.
1999-10-14  Ted LemonAdd data_string_dereference function.
1999-10-14  Ted LemonDeclaration for data_string_dereference.
1999-10-14  Ted LemonFix some line wrap errors and take out some debugging...
1999-10-14  Ted LemonCorrect printf argument type (Brian Murrell)
1999-10-14  Ted LemonCorrect printf argument type (Brian Murrell)
1999-10-14  Ted Lemon- Undo an erroneous change that would have caused core...
1999-10-14  Ted LemonCorrect ordering of log arguments.
1999-10-13  Ted LemonFix a core dump involving incorrect use of evaluate_dat...
1999-10-12  Ted LemonFix up args to printf-like functions (thanks to Pedro...
1999-10-09  Ted LemonAdd next_expiry pointer to pool structure.
1999-10-08  Ted LemonExpire all outstanding unexpired leases after loading...
1999-10-08  Ted Lemon- Make the error messages generated based on authority...
1999-10-08  Ted LemonImplement lease expiry events.
1999-10-08  Ted LemonPass pointer to unsigned long, for portability to 64...
1999-10-08  Ted LemonGet rid of u_* declarations for portability.
1999-10-08  Ted Lemon- Don't try to process the option buffer if there isn...
1999-10-08  Ted LemonPrivate definitions for omapip library.
1999-10-08  Ted LemonSeperate public and private object declarations.
1999-10-07  Ted LemonFix up one mistake from last night's fixes.
1999-10-07  Ted LemonFix a few more machine-specific signed vs. unsigned...
1999-10-07  Ted LemonFix some signed/unsigned pointer incompatibilities...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-07  Ted LemonFix up char * -> unsigned char * mismatches.
1999-10-06  Ted LemonFix comment at end of inclusion protection.
1999-10-06  Ted LemonNeed explicit newlines in character constants on Digita...
1999-10-06  Ted LemonExpose failover_state enum even if FAILOVER not defined.
1999-10-06  Ted LemonMake clean target clean up test program.
1999-10-06  Ted LemonMake Digital Unix C compiler happy.
1999-10-06  Ted LemonUse stdarg.h on alpha/osf1.
1999-10-06  Ted LemonFix a stupid bug in the listener object accept routine.
1999-10-06  Ted LemonDemonstrate stuffing statements into hosts.
1999-10-06  Ted LemonSimplify the conditionals in the previous code.
1999-10-06  Ted LemonFix a glitch in the code to stuff statements into a...
1999-10-06  Ted LemonPass data strings to nsdeleteA and nsdeletePTR by refer...
1999-10-06  Ted LemonPrototypes for deleteA and deletePTR subroutines.
1999-10-06  Ted Lemon- Fix a bunch of pastos (from Brian Murrell).
1999-10-06  Ted LemonImplement dns-delete (from Brian Murrell)
1999-10-05  Ted Lemon- Delete dns-fwd-name and dns-rev-name expressions...
1999-10-05  Ted LemonImplement ddns-fwd-name and ddns-rev-name subexpressions.
1999-10-05  Ted LemonCheck for non-null group-name-hash before traversing it.
1999-10-05  Ted Lemon- Fix think-o in one-lease-per-client code. Special...
1999-10-05  Ted LemonAllow setting of host-specific statements to supersede...
1999-10-05  Ted LemonAccept a packet argument in release_lease().
1999-10-05  Ted Lemon- Pass packet to release_lease (Brian Murrell).
1999-10-05  Ted LemonDon't write out contents of root group when writing...
1999-10-05  Ted LemonPass packet into release_lease() if available.
1999-10-05  Ted LemonProtect from multiple inclusion.
1999-10-05  Ted LemonRPM specification file, from Brian Murrell, now under...
1999-10-05  Ted Lemon- Move handling of on_release hooks and nsupdate to...
1999-10-05  Ted LemonMove handling of on_release hooks and nsupdate to relea...
1999-10-04  Ted Lemon- Fix misdeclaration/misuse of statement parser lose...
1999-10-04  Ted LemonFix one-lease-per-client.
1999-10-04  Ted LemonProtect against multiple inclusion
1999-10-04  Ted LemonCorrect comment (from Brian Murrell)
1999-10-04  Ted LemonPrototype nsupdate.c.
1999-10-04  Ted LemonConstifications from Brian Murrell.
1999-10-04  Ted LemonInstall libraries and includes.
1999-10-04  Ted LemonFix a typo.
1999-10-04  Ted LemonClear up an omission in the host group writing code.
1999-10-04  Ted Lemonexists -> config-option, courtesy of Brian Murrell.
1999-10-04  Ted LemonIncorporate a bunch of changes from Brian Murrell.
1999-10-04  Ted LemonLog a message if omapi_one_dispatch fails.
next