summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-0761-1383/+1754
* Fix up char * -> unsigned char * mismatches.Ted Lemon1999-10-075-19/+28
* Fix comment at end of inclusion protection.Ted Lemon1999-10-061-2/+2
* Need explicit newlines in character constants on Digital Unix.Ted Lemon1999-10-061-4/+4
* Expose failover_state enum even if FAILOVER not defined.Ted Lemon1999-10-061-1/+1
* Make clean target clean up test program.Ted Lemon1999-10-062-2/+2
* Make Digital Unix C compiler happy.Ted Lemon1999-10-067-8/+11
* Use stdarg.h on alpha/osf1.Ted Lemon1999-10-061-3/+3
* Fix a stupid bug in the listener object accept routine.Ted Lemon1999-10-061-1/+1
* Demonstrate stuffing statements into hosts.Ted Lemon1999-10-061-0/+10
* Simplify the conditionals in the previous code.Ted Lemon1999-10-061-9/+7
* Fix a glitch in the code to stuff statements into a host's group.Ted Lemon1999-10-061-3/+4
* Pass data strings to nsdeleteA and nsdeletePTR by reference.Ted Lemon1999-10-061-3/+3
* Prototypes for deleteA and deletePTR subroutines.Ted Lemon1999-10-061-0/+4
* - Fix a bunch of pastos (from Brian Murrell).Ted Lemon1999-10-061-12/+93
* Implement dns-delete (from Brian Murrell)Ted Lemon1999-10-065-3/+140
* - Delete dns-fwd-name and dns-rev-name expressions and replace withTed Lemon1999-10-055-56/+72
* Implement ddns-fwd-name and ddns-rev-name subexpressions.Ted Lemon1999-10-053-4/+103
* Check for non-null group-name-hash before traversing it.Ted Lemon1999-10-051-2/+4
* - Fix think-o in one-lease-per-client code. Special thanks to ShawnTed Lemon1999-10-051-3/+3
* Allow setting of host-specific statements to supersede root group.Ted Lemon1999-10-051-2/+3
* Accept a packet argument in release_lease().Ted Lemon1999-10-051-2/+3
* - Pass packet to release_lease (Brian Murrell).Ted Lemon1999-10-051-10/+12
* Don't write out contents of root group when writing a host declaration.Ted Lemon1999-10-051-2/+3
* Pass packet into release_lease() if available.Ted Lemon1999-10-051-1/+1
* Protect from multiple inclusion.Ted Lemon1999-10-052-0/+7
* RPM specification file, from Brian Murrell, now under its correct name.Ted Lemon1999-10-051-0/+161
* - Move handling of on_release hooks and nsupdate to release_lease().Ted Lemon1999-10-051-19/+4
* Move handling of on_release hooks and nsupdate to release_lease()Ted Lemon1999-10-051-1/+15
* - Fix misdeclaration/misuse of statement parser lose return value.Ted Lemon1999-10-041-8/+67
* Fix one-lease-per-client.Ted Lemon1999-10-041-2/+2
* Protect against multiple inclusionTed Lemon1999-10-041-0/+5
* Correct comment (from Brian Murrell)Ted Lemon1999-10-041-3/+3
* Prototype nsupdate.c.Ted Lemon1999-10-041-0/+11
* Constifications from Brian Murrell.Ted Lemon1999-10-042-3/+12
* Install libraries and includes.Ted Lemon1999-10-042-4/+14
* Fix a typo.Ted Lemon1999-10-041-2/+2
* Clear up an omission in the host group writing code.Ted Lemon1999-10-041-3/+4
* exists -> config-option, courtesy of Brian Murrell.Ted Lemon1999-10-041-2/+2
* Incorporate a bunch of changes from Brian Murrell.Ted Lemon1999-10-042-136/+214
* Log a message if omapi_one_dispatch fails.Ted Lemon1999-10-041-1/+3
* Define directories for installing libraries and includes.Ted Lemon1999-10-041-0/+2
* Solaris /etc/rc.d script for dhcp server.Ted Lemon1999-10-041-0/+28
* RPM desc file for DHCP distribution.Ted Lemon1999-10-041-0/+161
* Set hostname from value sent by DHCP serverTed Lemon1999-10-041-0/+29
* Adjust dummy db_startup call.Ted Lemon1999-10-011-2/+3
* Fix typo.Ted Lemon1999-10-011-2/+2
* Adjust to New Parse Regime.Ted Lemon1999-10-011-11/+15
* Adjust to the New Parse Regime. Support named groups in lease file.Ted Lemon1999-10-011-114/+164
* Arrange not to free the static requested option array.Ted Lemon1999-10-011-1/+3