]> git.ipfire.org Git - thirdparty/dhcp.git/commit - common/parse.c
- Fix all the OMAPI objects in the DHCP server and client that weren't
authorTed Lemon <source@isc.org>
Tue, 16 May 2000 23:03:49 +0000 (23:03 +0000)
committerTed Lemon <source@isc.org>
Tue, 16 May 2000 23:03:49 +0000 (23:03 +0000)
commit20916cae759a24cc5c3af899e701102da70b0a33
treeedf7bc71c7dd7cf417d0af5b756692377bd398c6
parent7deff076431473fc42497582cf47df14c89533f2
- 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.
48 files changed:
client/clparse.c
client/dhclient.c
client/omapi.c
common/Makefile.dist
common/alloc.c
common/bpf.c
common/conflex.c
common/discover.c
common/dispatch.c
common/dlpi.c
common/dns.c
common/execute.c
common/hash.c
common/icmp.c
common/lpf.c
common/memory.c
common/nit.c
common/options.c
common/parse.c
common/tables.c
common/upf.c
dhcpctl/dhcpctl.c
includes/dhcpd.h
includes/dhctoken.h
includes/failover.h
includes/hash.h
includes/omapip/omapip.h
includes/omapip/omapip_p.h
omapip/alloc.c
omapip/connection.c
omapip/dispatch.c
omapip/generic.c
omapip/listener.c
omapip/message.c
omapip/protocol.c
omapip/support.c
relay/dhcrelay.c
server/Makefile.dist
server/bootp.c
server/class.c
server/confpars.c
server/db.c
server/dhcp.c
server/dhcpd.c
server/failover.c
server/mdb.c
server/omapi.c
server/stables.c