David Hankins
706792c9d3
Copyright++
2007-05-19 19:16:28 +00:00
David Hankins
fe5b0fdd70
- Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]
...
- RELNOTES/README++
- s/wether/whether/ in dhcp-options.5 manpage edits.
2007-05-19 18:47:15 +00:00
David Hankins
98bd7ca099
DHCPv6 branch merged to HEAD.
2007-05-08 23:05:22 +00:00
Shane Kerr
c57db45ce9
Spelling fixes. See RT ticket 16513 for details.
2007-01-29 10:25:55 +00:00
David Hankins
4e1fa36612
Nroff command errors as supplied by rt15930.
2006-07-13 00:52:10 +00:00
David Hankins
88cd8aca9e
- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence
...
robie).
2006-02-24 23:16:32 +00:00
David Hankins
98311e4ba9
MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are
...
now synced as of tag V3-0-3-BETA-1.
2005-03-17 20:15:29 +00:00
Ted Lemon
274387c7b0
Add to main branch.
2001-06-27 02:17:43 +00:00
Ted Lemon
d758ad8cac
Merge changes between 3.0rc7 and 3.0rc8pl2.
2001-06-27 00:31:20 +00:00
Ted Lemon
31bbee784c
Sync with 3.0rc7
2001-05-17 19:04:09 +00:00
Ted Lemon
88a14aeafd
Fix a compile warning and don't use authentication in a way that doesn't work.
2001-05-03 21:06:59 +00:00
Ted Lemon
6ad8c39d86
Authenticators are binary, thus unsigned char.
2001-05-03 18:20:56 +00:00
Ted Lemon
f27f6d6c5a
Revamp parsing, do connections interactively, support base64 keys.
2001-05-02 06:45:58 +00:00
Ben Cottrell
45cf20c6e2
troff source from james replaces plain text.
2001-04-16 17:44:11 +00:00
Ben Cottrell
dc6d4b5a3e
Arf... these are nroff output, but I don't have the original troff source.
...
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.
2001-04-12 21:23:14 +00:00
Ted Lemon
984d434c69
Document -P command line switch in usage.
2001-04-05 22:41:31 +00:00
Ted Lemon
b3519f23f1
Support NUL characters in STRING tokens.
2001-03-17 00:47:39 +00:00
Ted Lemon
ae598b4274
Get rid of local debug flag.
2001-03-14 15:36:57 +00:00
Ted Lemon
0b69dcc870
Change EOF to END_OF_FILE in tokenizer for enum compatibility.
2001-03-01 18:17:09 +00:00
Ted Lemon
7c6a9da029
Fix up a couple of type errors
2001-03-01 07:25:47 +00:00
Damien Neil
031d30b778
Extended the OMAPI shell program to allow objects to be opened, displayed,
...
modified, and updated.
2001-02-27 01:18:31 +00:00
Ted Lemon
a1ec58f608
Include system-specific libraries in link command.
2001-02-22 23:51:00 +00:00
Ted Lemon
793b7b9f4b
Move dst functionality into seperate library
2001-02-22 07:27:14 +00:00
Ted Lemon
4bce547e5d
Move functionality from test.c to omshell.c
2001-02-12 20:43:30 +00:00
Ted Lemon
14d135810f
Build omshell instead of svtest.
2001-02-12 20:35:03 +00:00
Damien Neil
8c3c655296
Properly add ".SIG-ALG.REG.INT." to OMAPI key algorithms.
2000-12-09 00:10:55 +00:00
Ted Lemon
84864dd8d3
Fix up call to omapi_object_type_register.
2000-10-10 22:53:43 +00:00
Ted Lemon
3f75c8fa05
Set the remote handle when updating or requesting a refresh of an object.
2000-10-01 21:40:40 +00:00
Ted Lemon
e02a24b9b5
Do better status checking during initialization.
2000-09-29 20:57:59 +00:00
Ted Lemon
f0b827ef34
argv [i], not argv [1]
2000-09-29 20:57:26 +00:00
Ted Lemon
eadee39698
Panic commit.
2000-09-27 23:37:44 +00:00
Ted Lemon
275082ddad
Support ISC_R_INCOMPLETE for partial connects.
2000-08-31 04:39:18 +00:00
Ted Lemon
06f0ed0687
Really fix a couple of compile warnings on Tru64 5.0
2000-08-25 18:46:20 +00:00
Ted Lemon
b08234e9c7
Fix a couple of compile warnings on Tru64 5.0
2000-08-25 18:28:28 +00:00
Damien Neil
5893fbc907
Added some typecasts in printf() statements to make -Werror happy.
2000-08-11 01:26:08 +00:00
Damien Neil
5bd0368aa9
To print a non-NUL terminated string, use "%.*s", not "%*s". Fixed.
2000-08-08 18:08:05 +00:00
Damien Neil
2cd44219f4
Changed several variables from char* to const char* to remove warnings.
2000-08-03 23:26:48 +00:00
Damien Neil
58941de4ea
Added authentication support.
2000-08-03 22:45:43 +00:00
Damien Neil
49146f3c15
Added authentication support. The tsig_key structure has been renamed
...
to auth_key and moved into libomapi. libomapi now depends on libres,
which contains the data signing routines.
2000-08-03 21:00:41 +00:00
Ted Lemon
0b1e395f13
Adjust arguments to omapi_object_type_register
2000-07-06 22:37:53 +00:00
Ted Lemon
b25673ec41
Don't build executables named test.
2000-06-30 00:43:00 +00:00
Ted Lemon
e5735b8aea
Make links build silent
2000-06-20 20:25:30 +00:00
Ted Lemon
b515ff35f2
Fix up to support build subdirectories. Fix depend target.
2000-06-20 20:01:06 +00:00
Ted Lemon
62452b8ffa
Use mkdep rather than makedepend
2000-06-12 22:25:55 +00:00
Ted Lemon
20916cae75
- Fix all the OMAPI objects in the DHCP server and client that weren't
...
being correctly reference-counted.
- Make and use object-specific allocators.
- Add reference/dereference support to hash functions and to timeout
functions.
2000-05-16 23:03:49 +00:00
Ted Lemon
e47dc45a83
Add 'extern' to two declarations.
2000-05-03 05:59:03 +00:00
Ted Lemon
0f6bb7e1ff
Fix some header inclusion problems.
2000-04-11 01:58:39 +00:00
Ted Lemon
49733f31d3
Go back to the BSD license.
2000-03-17 04:00:32 +00:00
Ted Lemon
5e4477a9f0
Constify...
2000-03-06 23:21:59 +00:00
Ted Lemon
bdcaf7b95d
Incorporate Brian Murrell's new OMAPI DHCP client changes.
2000-02-15 20:40:36 +00:00