1999-10-04 |
Ted Lemon | Define directories for installing libraries and includes. |
commit | commitdiff | tree |
1999-10-04 |
Ted Lemon | Solaris /etc/rc.d script for dhcp server. |
commit | commitdiff | tree |
1999-10-04 |
Ted Lemon | RPM desc file for DHCP distribution. |
commit | commitdiff | tree |
1999-10-04 |
Ted Lemon | Set hostname from value sent by DHCP server |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Adjust dummy db_startup call. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Fix typo. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Adjust to New Parse Regime. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Adjust to the New Parse Regime. Support named groups... |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Arrange not to free the static requested option array. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Fix some glitches in the lexer. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | - Add support for stuffing statements into groups. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Get rid of dynamic groups garbage and just dump them... |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Implement -T flag. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Document -t and -T flags. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Fix spelling error. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | - Flesh out write_group. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | - Fix the open lookup so that a result code of NOKEYS... |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Add bad parse and no keys result codes. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | - Add host-specific prototypes. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | - Give example of creating a group, stuffing statements... |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Fix a stupid bug in const_data printer. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | - Transmogrify for use with seperate parse structures. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Fix null pointer dereference. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Modify parse_warn to use a parse structure instead... |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | - Put all lexer globals into a parse structure. |
commit | commitdiff | tree |
1999-10-01 |
Ted Lemon | Transmogrify for use with seperate parse structures. |
commit | commitdiff | tree |
1999-09-29 |
Ted Lemon | - Add support for creating named groups (but not yet... |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | Move locate_network here, since it's server-specific. |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | - Add named group support for host declarations. |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | - Support named groups. |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | Build mdb.c |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | Add key conflict result code |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | - Declare group object type. |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | Demonstrate binding named group to host. |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | Fix up a couple of >80 column lines. |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | - Move server-specific memory database functions (i... |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | Integrate memory.c:1.61. |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | Move locate_network out of common code, since it's... |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | Server in-memory database functions. |
commit | commitdiff | tree |
1999-09-28 |
Ted Lemon | Add dummy for find_subnet(). |
commit | commitdiff | tree |
1999-09-24 |
Ted Lemon | - Account for the fact that concat and pick-first-value... |
commit | commitdiff | tree |
1999-09-24 |
Ted Lemon | Fix a potential problem when there are only two leases... |
commit | commitdiff | tree |
1999-09-23 |
Ted Lemon | When registering the fallback interface, set rfdesc... |
commit | commitdiff | tree |
1999-09-22 |
Ted Lemon | Allow 'on' statements in lease declarations. |
commit | commitdiff | tree |
1999-09-22 |
Ted Lemon | Get rid of any 'on' statements on a lease before runnin... |
commit | commitdiff | tree |
1999-09-22 |
Ted Lemon | Print the RHS of the binary operator on the RHS instead... |
commit | commitdiff | tree |
1999-09-22 |
Ted Lemon | Make indent_spaces start the new line. Print a suffix... |
commit | commitdiff | tree |
1999-09-22 |
Ted Lemon | In supersede_lease, replace 'on' statements if new... |
commit | commitdiff | tree |
1999-09-22 |
Ted Lemon | Implement printing out of expressions so that they... |
commit | commitdiff | tree |
1999-09-17 |
Ted Lemon | New return value for enter_host. |
commit | commitdiff | tree |
1999-09-16 |
Ted Lemon | Notice error return from 'updated' signal. |
commit | commitdiff | tree |
1999-09-16 |
Ted Lemon | Return error status when duplicate hostname found inste... |
commit | commitdiff | tree |
1999-09-16 |
Ted Lemon | Change delete to remove for consistency with omapi... |
commit | commitdiff | tree |
1999-09-16 |
Ted Lemon | Change delete to remove for consistency with omapi... |
commit | commitdiff | tree |
1999-09-16 |
Ted Lemon | Change delete to remove for compatibility with C++ |
commit | commitdiff | tree |
1999-09-16 |
Ted Lemon | Type cast fixes for Solaris, from Brian Murrell. |
commit | commitdiff | tree |
1999-09-16 |
Ted Lemon | Type cast fixes for Solaris. |
commit | commitdiff | tree |
1999-09-16 |
Ted Lemon | Type casts for Solaris, from Brian Murrell. |
commit | commitdiff | tree |
1999-09-16 |
Ted Lemon | Casts for Solaris, from Brian Murrell. |
commit | commitdiff | tree |
1999-09-16 |
Ted Lemon | - Two fixes for pastoes, from Brian Murrell |
commit | commitdiff | tree |
1999-09-15 |
Ted Lemon | Fix some uninitialized objects. |
commit | commitdiff | tree |
1999-09-15 |
Ted Lemon | Solaris CC requires break statements at end of switches... |
commit | commitdiff | tree |
1999-09-15 |
Ted Lemon | Zero listener object before initializing. |
commit | commitdiff | tree |
1999-09-15 |
Ted Lemon | Get rid of cshism. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Bug fixes courtesy of Brian Murrell |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add delete methods. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Support host declarations that delete previous host... |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Support deletion of host declarations. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add delete method. Support remote-handle. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Send handle in response to messages - do not volunteer it. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add delete method and notify_object. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add delete methods. Add flags for host_decl. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Document delete protocol. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Fix a few error messages. Delete the object after... |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add remote-handle to remote object. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add object deleter. Fix up some reference/dereference... |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Call parse_warn () instead of log_error (). |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add host deleter. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | One more argument to object_register... |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add 'deleted' keyword |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | OMAPI specification. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Fix various bugs. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Support host declarations in lease database file. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Use OMAPI library. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Fix some stupid bugs. add update and send_status... |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add some additional support functions. Fix type regis... |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Fix many small bugs. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Strip the waiter from its object after the wait completes! |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | - Set the SO_REUSEADDR flag when creating sockets. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | More prototypes; adjust the object type structure. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | More prototypes. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Demonstrate opening an existing object and getting... |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | New prototypes. Add remote object. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Break dhcpctl objects out into seperate files. Fix... |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Break dhcpctl objects out into seperate files. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add callback.c and remote.c |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Fix up the database update code. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Update to use OMAPI I/O dispatcher. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Initialize the OMAPI at the top level, not here. |
commit | commitdiff | tree |
1999-09-09 |
Ted Lemon | Add another empty hook for memory.c. Initialize the... |
commit | commitdiff | tree |
next |