]> git.ipfire.org Git - thirdparty/dhcp.git/commit - omapip/generic.c
Support for asynchronous ddns per ticket 19216 - convert to using isclib and
authorShawn Routhier <sar@isc.org>
Wed, 28 Oct 2009 04:12:30 +0000 (04:12 +0000)
committerShawn Routhier <sar@isc.org>
Wed, 28 Oct 2009 04:12:30 +0000 (04:12 +0000)
commit98bf16077d22f28e288a18e184a9d1f97cb5f4f7
treeb38c8282016ec1526d59abe313ff8317da4c21b6
parent571c38b093626507112330e197dbbd318ba43a57
Support for asynchronous ddns per ticket 19216 - convert to using isclib and
dnslib.
95 files changed:
Makefile.am
README
RELNOTES
client/Makefile.am
client/clparse.c
client/dhc6.c
client/dhclient.c
common/Makefile.am
common/comapi.c
common/conflex.c
common/discover.c
common/dispatch.c
common/dns.c
common/inet.c
common/memory.c
common/ns_name.c [new file with mode: 0644]
common/parse.c
common/print.c
common/socket.c
common/tables.c
common/tests/Makefile.am
common/tree.c
configure.ac
dhcpctl/Makefile.am
dhcpctl/callback.c
dhcpctl/cltest.c
dhcpctl/dhcpctl.c
dhcpctl/omshell.c
dhcpctl/remote.c
dst/base64.c
dst/dst_api.c
dst/dst_internal.h
dst/dst_support.c
dst/hmac_link.c
dst/md5_dgst.c
dst/prandom.c
includes/Makefile.am
includes/dhcpd.h
includes/isc-dhcp/commandline.h [deleted file]
includes/isc-dhcp/formatcheck.h [deleted file]
includes/isc-dhcp/int.h [deleted file]
includes/isc-dhcp/lang.h [deleted file]
includes/isc-dhcp/list.h [deleted file]
includes/isc-dhcp/mem.h [deleted file]
includes/isc-dhcp/print.h [deleted file]
includes/isc-dhcp/result.h [deleted file]
includes/isc-dhcp/string.h [deleted file]
includes/isc-dhcp/types.h [deleted file]
includes/minires.h [moved from includes/isc-dhcp/boolean.h with 50% similarity]
includes/minires/minires.h [deleted file]
includes/minires/res_update.h [deleted file]
includes/minires/resolv.h [deleted file]
includes/omapip/isclib.h [new file with mode: 0644]
includes/omapip/omapip.h
includes/omapip/omapip_p.h
includes/omapip/result.h [new file with mode: 0644]
includes/t_api.h
includes/tree.h
omapip/Makefile.am
omapip/alloc.c
omapip/array.c
omapip/auth.c
omapip/buffer.c
omapip/connection.c
omapip/dispatch.c
omapip/generic.c
omapip/handle.c
omapip/isclib.c [new file with mode: 0644]
omapip/listener.c
omapip/message.c
omapip/mrtrace.c
omapip/protocol.c
omapip/result.c
omapip/support.c
omapip/test.c
omapip/toisc.c
omapip/trace.c
relay/Makefile.am
relay/dhcrelay.c
server/Makefile.am
server/confpars.c
server/db.c
server/ddns.c
server/dhcpd.c
server/dhcpleasequery.c
server/dhcpv6.c
server/failover.c
server/mdb.c
server/mdb6.c
server/omapi.c
server/salloc.c
tests/t_api.c
util/bind.sh [new file with mode: 0644]
util/bindcus.sh [new file with mode: 0644]
util/bindlib.sh [new file with mode: 0644]