]> git.ipfire.org Git - thirdparty/dhcp.git/commit - omapip/buffer.c
Added authentication support. The tsig_key structure has been renamed
authorDamien Neil <source@isc.org>
Thu, 3 Aug 2000 21:00:41 +0000 (21:00 +0000)
committerDamien Neil <source@isc.org>
Thu, 3 Aug 2000 21:00:41 +0000 (21:00 +0000)
commit49146f3c1512a5a18445237ad3edfb91b6434545
tree54c43f2be43c9bfafd0be51c1a4e246e40bd148e
parentc62871ba64e76992da8518f4d1ff717d9cdf67e4
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.
27 files changed:
Makefile.dist
client/clparse.c
common/alloc.c
common/dns.c
common/parse.c
dhcpctl/Makefile.dist
dhcpctl/cltest.c
dhcpctl/dhcpctl.c
dhcpctl/dhcpctl.h
dhcpctl/remote.c
includes/auth.h [deleted file]
includes/dhcpd.h
includes/omapip/omapip.h
includes/omapip/omapip_p.h
minires/dst_api.c
omapip/Makefile.dist
omapip/auth.c [new file with mode: 0644]
omapip/buffer.c
omapip/connection.c
omapip/dispatch.c
omapip/listener.c
omapip/message.c
omapip/protocol.c
omapip/support.c
relay/Makefile.dist
server/dhcpd.c
server/stables.c