summaryrefslogtreecommitdiff
path: root/dhcpctl
Commit message (Expand)AuthorAgeFilesLines
* Fix up call to omapi_object_type_register.Ted Lemon2000-10-101-2/+3
* Set the remote handle when updating or requesting a refresh of an object.Ted Lemon2000-10-011-1/+19
* Do better status checking during initialization.Ted Lemon2000-09-291-19/+31
* argv [i], not argv [1]Ted Lemon2000-09-291-1/+1
* Panic commit.Ted Lemon2000-09-272-126/+63
* Support ISC_R_INCOMPLETE for partial connects.Ted Lemon2000-08-311-1/+3
* 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
* Added some typecasts in printf() statements to make -Werror happy.Damien Neil2000-08-111-2/+4
* To print a non-NUL terminated string, use "%.*s", not "%*s". Fixed.Damien Neil2000-08-081-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
* Added authentication support. The tsig_key structure has been renamedDamien Neil2000-08-035-23/+125
* Adjust arguments to omapi_object_type_registerTed Lemon2000-07-061-2/+2
* Don't build executables named test.Ted Lemon2000-06-301-4/+4
* Make links build silentTed Lemon2000-06-201-1/+1
* Fix up to support build subdirectories. Fix depend target.Ted Lemon2000-06-201-2/+11
* Use mkdep rather than makedependTed Lemon2000-06-121-1/+1
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-2/+6
* Add 'extern' to two declarations.Ted Lemon2000-05-031-5/+2
* Fix some header inclusion problems.Ted Lemon2000-04-112-0/+2
* Go back to the BSD license.Ted Lemon2000-03-176-60/+199
* Constify...Ted Lemon2000-03-061-2/+3
* Incorporate Brian Murrell's new OMAPI DHCP client changes.Ted Lemon2000-02-151-8/+54
* Fix make depend.Ted Lemon2000-02-031-1/+1
* Teach cvs not to complain about generated files.Ted Lemon2000-02-031-0/+4
* AIX and Digital Unix compatibility fixes.Ted Lemon2000-02-011-1/+1
* Brian Murrell's changes to allow the client to be directed using OMAPI.Ted Lemon2000-01-282-1/+90
* - In reference count history, remember the address where the referenceTed Lemon2000-01-271-1/+1
* Demonstrate removal of an object.Ted Lemon2000-01-261-5/+39
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-265-116/+95
* Fix call to omapi_connect.Ted Lemon1999-11-231-1/+1
* Mass commit for Brian Murrell.Ted Lemon1999-11-201-1/+1
* Use LFLAGS when linking test program.Ted Lemon1999-10-241-1/+2
* Test accessing of leases.Ted Lemon1999-10-141-2/+85
* Add data_string_dereference function.Ted Lemon1999-10-141-0/+5
* Declaration for data_string_dereference.Ted Lemon1999-10-141-0/+2
* Pass pointer to unsigned long, for portability to 64-bit architectures.Ted Lemon1999-10-081-2/+7
* Seperate public and private object declarations.Ted Lemon1999-10-084-0/+8
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-075-27/+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
* Make clean target clean up test program.Ted Lemon1999-10-061-1/+1
* Demonstrate stuffing statements into hosts.Ted Lemon1999-10-061-0/+10
* Constifications from Brian Murrell.Ted Lemon1999-10-042-3/+12
* Install libraries and includes.Ted Lemon1999-10-041-2/+6
* - Give example of creating a group, stuffing statements into it, andTed Lemon1999-10-011-5/+60
* Demonstrate binding named group to host.Ted Lemon1999-09-281-3/+32
* Change delete to remove for consistency with omapi changes.Ted Lemon1999-09-161-4/+4
* Change delete to remove for consistency with omapi changes.Ted Lemon1999-09-162-4/+5