summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update failover state keywords.Ted Lemon2000-08-312-59/+54
* Support ISC_R_INCOMPLETE for partial connects.Ted Lemon2000-08-314-3/+7
* Add more prototypesTed Lemon2000-08-311-0/+4
* Added binary &|^ operators.Damien Neil2000-08-301-1/+13
* Added binary operators: & | ^.Damien Neil2000-08-284-7/+122
* Finished up function call support.Damien Neil2000-08-2814-76/+207
* Really fix a couple of compile warnings on Tru64 5.0Ted Lemon2000-08-252-2/+4
* Fix a couple of compile warnings on Tru64 5.0Ted Lemon2000-08-252-2/+2
* Lots of changes to clean up handling of various failover states.Ted Lemon2000-08-241-88/+104
* POTENTIAL_CONFLICT_NIC -> RESOLUTION_INTERRUPTED.Ted Lemon2000-08-241-3/+3
* Add argument to find_lease.Ted Lemon2000-08-241-2/+2
* - Add a bunch of support for all the funny recovery states.Ted Lemon2000-08-241-45/+825
* - Add support for some new states from the 07 draft.Ted Lemon2000-08-241-2/+28
* Add declarations for all kinds of cool new failover functions.Ted Lemon2000-08-241-2/+19
* potential-conflict-nic -> resolution_interrupted, per draft-07.Ted Lemon2000-08-241-1/+1
* potential-conflict-nic -> resolution_interrupted, per draft-07.Ted Lemon2000-08-241-3/+3
* Fix bug #253, which could cause the server to segfault when settingDamien Neil2000-08-231-7/+3
* Added log() statement to allow logging from config files.Damien Neil2000-08-226-6/+142
* Fixes bug #246.Damien Neil2000-08-221-9/+7
* Use /var/state/dhcp on Linux 2.2.Ted Lemon2000-08-171-1/+1
* Use unsigned char instead of u_char.Ted Lemon2000-08-172-2/+2
* Fix a compile warning.Ted Lemon2000-08-172-2/+4
* Install the ISC header files required to get omapi to work.Damien Neil2000-08-171-1/+5
* - Do the commit using the newly-computed lease parameters, not the oldTed Lemon2000-08-151-12/+12
* - Set peer state to potential_conflict when there is no known peer state -Ted Lemon2000-08-151-4/+7
* Added a number of (#ifdef-guarded) debugging statements.Damien Neil2000-08-144-2/+81
* Fix assorted code which assumes that leases will always have anDamien Neil2000-08-141-32/+41
* Removed a spurious & which was causing attempts to dereference a 0 pointer.Damien Neil2000-08-121-2/+2
* Added some typecasts in printf() statements to make -Werror happy.Damien Neil2000-08-112-4/+6
* Changed printf "%*s" format to "%.*s".Damien Neil2000-08-081-2/+2
* To print a non-NUL terminated string, use "%.*s", not "%*s". Fixed.Damien Neil2000-08-081-2/+2
* The size of the OMAPI group object was being assigned asDamien Neil2000-08-081-2/+2
* Don't turn on security for OMAPI connections if no OMAPI key is specified.Damien Neil2000-08-071-2/+2
* Changed several variables from char* to const char* to remove warnings.Damien Neil2000-08-031-1/+2
* Added authentication support.Damien Neil2000-08-031-1/+44
* Remove an unneeded memset() that caused a null-pointer-dereference whenDamien Neil2000-08-031-2/+1
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-0327-375/+1467
* Moved hash.c from libdhcp to libomapi, in anticipation of moving theDamien Neil2000-08-018-92/+97
* Moved convert.c from libdhcp to libomapi. (libomapi should not dependDamien Neil2000-08-016-22/+70
* Fix a bug in buffer_dereference where the buffer refcount was accessedDamien Neil2000-08-011-3/+3
* Reference count binding scopes. Align IP headers on output.Ted Lemon2000-07-2720-226/+364
* Fix a pasto in the code to set the broadcast address environment variable.Ted Lemon2000-07-201-2/+2
* Make the "can't bind" error message more helpful.Ted Lemon2000-07-201-3/+9
* Initialize the environment rather than using temporary client scripts.Ted Lemon2000-07-205-131/+185
* Support environment variables to control locations of files.Ted Lemon2000-07-173-3/+42
* Enforce proper alignment of packet buffers.Ted Lemon2000-07-179-52/+58
* Changed all uses of omapi_message_allocate() to omapi_message_new(), whichDamien Neil2000-07-151-3/+4
* Tweak object dereferencing: I believe dereferencing object chains were notDamien Neil2000-07-101-2/+2
* Properly initialize 'last' when removing I/O objects: removing the firstDamien Neil2000-07-101-0/+1
* - Fix a bug where the first host declaration with a hardware addressTed Lemon2000-07-091-19/+16