summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
Commit message (Expand)AuthorAgeFilesLines
* Incorporate Brian Murrell's new OMAPI DHCP client changes.Ted Lemon2000-02-151-0/+2
* Prototype function definition allocator/destructor.Ted Lemon2000-02-151-0/+4
* Figure out MS_NULL_TERMINATION _really_ early.Ted Lemon2000-02-071-6/+6
* Add untyped expression evaluator and support for typed values.Ted Lemon2000-02-051-0/+11
* Get rid of alphaosf workaround - found a better one.Ted Lemon2000-02-031-1/+0
* Support parsing of configuration options in generic blocks.Ted Lemon2000-02-021-0/+1
* Use our own copy of the resolver (shudder).Ted Lemon2000-02-021-2/+1
* AIX and Digital Unix compatibility fixes.Ted Lemon2000-02-011-2/+3
* Include arpa/nameser.h _after_ including cdefs.h and osdep.h.Ted Lemon2000-01-311-6/+7
* Brian Murrell's changes to allow the client to be directed using OMAPI.Ted Lemon2000-01-281-0/+27
* Move log functions to omapip_p.h because they require cdefs.h.Ted Lemon2000-01-271-1/+1
* Make a macro to compute option hash table index; parameterize it.Ted Lemon2000-01-271-2/+11
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-104/+31
* New declarations, malloc debugging, scoping.Ted Lemon2000-01-251-88/+180
* - Take ddns_fwd and ddns_rev out of lease structure.Ted Lemon2000-01-081-5/+26
* - Expose failover_state enum.Ted Lemon2000-01-051-5/+1
* - Move failover structures to failover.h.Ted Lemon2000-01-051-65/+28
* Prototype new failover functionsTed Lemon1999-11-231-12/+28
* Mass commit for Brian Murrell.Ted Lemon1999-11-201-3/+78
* Prototype the great agent options move.Ted Lemon1999-11-141-6/+16
* Include res_update.h for BIND 8.2.2 and later.Ted Lemon1999-10-251-0/+3
* Fix Linux compiles.Ted Lemon1999-10-241-3/+3
* Prototype new_shared_network_interface.Ted Lemon1999-10-241-0/+3
* Add SV_DUPLICATES and SV_DECLINESTed Lemon1999-10-211-2/+6
* Add defines for SV_LEASE_FILE_NAME and SV_PID_FILE_NAME.Ted Lemon1999-10-191-0/+2
* Fix up args to printf-like functions (thanks to Pedro Ribiero).Ted Lemon1999-10-121-5/+10
* Add next_expiry pointer to pool structure.Ted Lemon1999-10-091-0/+3
* Seperate public and private object declarations.Ted Lemon1999-10-081-0/+1
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-187/+207
* Expose failover_state enum even if FAILOVER not defined.Ted Lemon1999-10-061-1/+1
* Make Digital Unix C compiler happy.Ted Lemon1999-10-061-1/+1
* Prototypes for deleteA and deletePTR subroutines.Ted Lemon1999-10-061-0/+4
* Pass packet into release_lease() if available.Ted Lemon1999-10-051-1/+1
* Prototype nsupdate.c.Ted Lemon1999-10-041-0/+11
* - Add host-specific prototypes.Ted Lemon1999-10-011-92/+131
* - Declare group object type.Ted Lemon1999-09-281-58/+65
* Implement printing out of expressions so that they can be output to the lease...Ted Lemon1999-09-221-0/+8
* New return value for enter_host.Ted Lemon1999-09-171-1/+1
* Change delete to remove for compatibility with C++Ted Lemon1999-09-161-3/+3
* Add delete methods. Add flags for host_decl.Ted Lemon1999-09-091-0/+9
* More prototypes.Ted Lemon1999-09-091-2/+4
* Lots of OMAPI-related changes.Ted Lemon1999-09-081-4/+173
* - Make a place to hang the incoming packet in the lease_state structure.Ted Lemon1999-07-311-26/+33
* Brian Murrel's latest dns update implementation - more programmability.Ted Lemon1999-07-191-1/+1
* Add static_lease_dereference prototype.Ted Lemon1999-07-181-0/+1
* Massive rototill to support some new DDNS features.Ted Lemon1999-07-161-9/+19
* Fix fallback_discard ifdefs again.Ted Lemon1999-07-071-3/+5
* Fix up ifdefs for USE_SOCKET_FALLBACK.Ted Lemon1999-07-061-2/+4
* Declare limited_broadcast global.Ted Lemon1999-07-061-0/+1
* Pervasive changes to support leased_address, reverse and binary_to_ascii.Ted Lemon1999-07-021-10/+28