summaryrefslogtreecommitdiff
path: root/dhcpctl
Commit message (Collapse)AuthorAgeFilesLines
...
* Sync with 3.0rc7Ted Lemon2001-05-173-14/+149
|
* Fix a compile warning and don't use authentication in a way that doesn't work.Ted Lemon2001-05-031-28/+2
|
* Authenticators are binary, thus unsigned char.Ted Lemon2001-05-032-2/+2
|
* Revamp parsing, do connections interactively, support base64 keys.Ted Lemon2001-05-021-229/+406
|
* troff source from james replaces plain text.Ben Cottrell2001-04-161-268/+463
|
* Arf... these are nroff output, but I don't have the original troff source.Ben Cottrell2001-04-121-0/+268
| | | | | | | | | | Hopefully James does, so he can replace these with the nroff. I just used: memcpy(ipaddrstring->value, &convaddr.s_addr, 4); for the byte order thingy. I'm hoping this is right. inet_pton will spit out the address in network byte order, and Ted says that dhcpctl_set_value is expecting it in network byte order, also.
* Document -P command line switch in usage.Ted Lemon2001-04-051-1/+1
|
* Support NUL characters in STRING tokens.Ted Lemon2001-03-171-9/+13
|
* Get rid of local debug flag.Ted Lemon2001-03-141-1/+0
|
* Change EOF to END_OF_FILE in tokenizer for enum compatibility.Ted Lemon2001-03-011-6/+6
|
* Fix up a couple of type errorsTed Lemon2001-03-011-4/+4
|
* Extended the OMAPI shell program to allow objects to be opened, displayed,Damien Neil2001-02-271-191/+163
| | | | modified, and updated.
* Include system-specific libraries in link command.V3-BETA-2-PATCH-18Ted Lemon2001-02-221-2/+2
|
* Move dst functionality into seperate libraryTed Lemon2001-02-221-7/+6
|
* Move functionality from test.c to omshell.cTed Lemon2001-02-121-72/+74
|
* Build omshell instead of svtest.Ted Lemon2001-02-121-4/+5
|
* Properly add ".SIG-ALG.REG.INT." to OMAPI key algorithms.Damien Neil2000-12-091-5/+19
|
* 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
| | | | | to auth_key and moved into libomapi. libomapi now depends on libres, which contains the data signing routines.
* 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
| | | | | | | being correctly reference-counted. - Make and use object-specific allocators. - Add reference/dereference support to hash functions and to timeout functions.
* 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
| | | | is stored as well as the address of the thing referenced.
* 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
|