]> git.ipfire.org Git - thirdparty/dhcp.git/shortlog
thirdparty/dhcp.git
1999-10-04  Ted LemonDefine directories for installing libraries and includes.
1999-10-04  Ted LemonSolaris /etc/rc.d script for dhcp server.
1999-10-04  Ted LemonRPM desc file for DHCP distribution.
1999-10-04  Ted LemonSet hostname from value sent by DHCP server
1999-10-01  Ted LemonAdjust dummy db_startup call.
1999-10-01  Ted LemonFix typo.
1999-10-01  Ted LemonAdjust to New Parse Regime.
1999-10-01  Ted LemonAdjust to the New Parse Regime. Support named groups...
1999-10-01  Ted LemonArrange not to free the static requested option array.
1999-10-01  Ted LemonFix some glitches in the lexer.
1999-10-01  Ted Lemon- Add support for stuffing statements into groups.
1999-10-01  Ted LemonGet rid of dynamic groups garbage and just dump them...
1999-10-01  Ted LemonImplement -T flag.
1999-10-01  Ted LemonDocument -t and -T flags.
1999-10-01  Ted LemonFix spelling error.
1999-10-01  Ted Lemon- Flesh out write_group.
1999-10-01  Ted Lemon- Fix the open lookup so that a result code of NOKEYS...
1999-10-01  Ted LemonAdd bad parse and no keys result codes.
1999-10-01  Ted Lemon- Add host-specific prototypes.
1999-10-01  Ted Lemon- Give example of creating a group, stuffing statements...
1999-10-01  Ted LemonFix a stupid bug in const_data printer.
1999-10-01  Ted Lemon- Transmogrify for use with seperate parse structures.
1999-10-01  Ted LemonFix null pointer dereference.
1999-10-01  Ted LemonModify parse_warn to use a parse structure instead...
1999-10-01  Ted Lemon- Put all lexer globals into a parse structure.
1999-10-01  Ted LemonTransmogrify for use with seperate parse structures.
1999-09-29  Ted Lemon- Add support for creating named groups (but not yet...
1999-09-28  Ted LemonMove locate_network here, since it's server-specific.
1999-09-28  Ted Lemon- Add named group support for host declarations.
1999-09-28  Ted Lemon- Support named groups.
1999-09-28  Ted LemonBuild mdb.c
1999-09-28  Ted LemonAdd key conflict result code
1999-09-28  Ted Lemon- Declare group object type.
1999-09-28  Ted LemonDemonstrate binding named group to host.
1999-09-28  Ted LemonFix up a couple of >80 column lines.
1999-09-28  Ted Lemon- Move server-specific memory database functions (i...
1999-09-28  Ted LemonIntegrate memory.c:1.61.
1999-09-28  Ted LemonMove locate_network out of common code, since it's...
1999-09-28  Ted LemonServer in-memory database functions.
1999-09-28  Ted LemonAdd dummy for find_subnet().
1999-09-24  Ted Lemon- Account for the fact that concat and pick-first-value...
1999-09-24  Ted LemonFix a potential problem when there are only two leases...
1999-09-23  Ted LemonWhen registering the fallback interface, set rfdesc...
1999-09-22  Ted LemonAllow 'on' statements in lease declarations.
1999-09-22  Ted LemonGet rid of any 'on' statements on a lease before runnin...
1999-09-22  Ted LemonPrint the RHS of the binary operator on the RHS instead...
1999-09-22  Ted LemonMake indent_spaces start the new line. Print a suffix...
1999-09-22  Ted LemonIn supersede_lease, replace 'on' statements if new...
1999-09-22  Ted LemonImplement printing out of expressions so that they...
1999-09-17  Ted LemonNew return value for enter_host.
1999-09-16  Ted LemonNotice error return from 'updated' signal.
1999-09-16  Ted LemonReturn error status when duplicate hostname found inste...
1999-09-16  Ted LemonChange delete to remove for consistency with omapi...
1999-09-16  Ted LemonChange delete to remove for consistency with omapi...
1999-09-16  Ted LemonChange delete to remove for compatibility with C++
1999-09-16  Ted LemonType cast fixes for Solaris, from Brian Murrell.
1999-09-16  Ted LemonType cast fixes for Solaris.
1999-09-16  Ted LemonType casts for Solaris, from Brian Murrell.
1999-09-16  Ted LemonCasts for Solaris, from Brian Murrell.
1999-09-16  Ted Lemon- Two fixes for pastoes, from Brian Murrell
1999-09-15  Ted LemonFix some uninitialized objects.
1999-09-15  Ted LemonSolaris CC requires break statements at end of switches...
1999-09-15  Ted LemonZero listener object before initializing.
1999-09-15  Ted LemonGet rid of cshism.
1999-09-09  Ted LemonBug fixes courtesy of Brian Murrell
1999-09-09  Ted LemonAdd delete methods.
1999-09-09  Ted LemonSupport host declarations that delete previous host...
1999-09-09  Ted LemonSupport deletion of host declarations.
1999-09-09  Ted LemonAdd delete method. Support remote-handle.
1999-09-09  Ted LemonSend handle in response to messages - do not volunteer it.
1999-09-09  Ted LemonAdd delete method and notify_object.
1999-09-09  Ted LemonAdd delete methods. Add flags for host_decl.
1999-09-09  Ted LemonDocument delete protocol.
1999-09-09  Ted LemonFix a few error messages. Delete the object after...
1999-09-09  Ted LemonAdd remote-handle to remote object.
1999-09-09  Ted LemonAdd object deleter. Fix up some reference/dereference...
1999-09-09  Ted LemonCall parse_warn () instead of log_error ().
1999-09-09  Ted LemonAdd host deleter.
1999-09-09  Ted LemonOne more argument to object_register...
1999-09-09  Ted LemonAdd 'deleted' keyword
1999-09-09  Ted LemonOMAPI specification.
1999-09-09  Ted LemonFix various bugs.
1999-09-09  Ted LemonSupport host declarations in lease database file.
1999-09-09  Ted LemonUse OMAPI library.
1999-09-09  Ted LemonFix some stupid bugs. add update and send_status...
1999-09-09  Ted LemonAdd some additional support functions. Fix type regis...
1999-09-09  Ted LemonFix many small bugs.
1999-09-09  Ted LemonStrip the waiter from its object after the wait completes!
1999-09-09  Ted Lemon- Set the SO_REUSEADDR flag when creating sockets.
1999-09-09  Ted LemonMore prototypes; adjust the object type structure.
1999-09-09  Ted LemonMore prototypes.
1999-09-09  Ted LemonDemonstrate opening an existing object and getting...
1999-09-09  Ted LemonNew prototypes. Add remote object.
1999-09-09  Ted LemonBreak dhcpctl objects out into seperate files. Fix...
1999-09-09  Ted LemonBreak dhcpctl objects out into seperate files.
1999-09-09  Ted LemonAdd callback.c and remote.c
1999-09-09  Ted LemonFix up the database update code.
1999-09-09  Ted LemonUpdate to use OMAPI I/O dispatcher.
1999-09-09  Ted LemonInitialize the OMAPI at the top level, not here.
1999-09-09  Ted LemonAdd another empty hook for memory.c. Initialize the...
next