1CHANGELOG		ldapdns changelog
2COPYING			copy of the GNU public license
3FAQ			frequently asked questions (and answers)
4INSTALL			installation instructions
5MANIFEST		this file!
6PORTING			porting guide
7README			generic about instructions
8README.admin		information about administration tools
9README.axfr		notes on using ldapaxfr
10README.comparison	comparison guide (incomplete)
11README.generic-rr	explaination on the *_generic_record admin tools
12README.how-can-i-help	as it sounds
13README.using-debian	notes on debian
14README.using-rpm	how to install RPM packages
15TODO			todo list (for development)
16VERSIONS		a list of all versions (reverse chronological)
17configure		a GNU-style configure script
18
19admin/			admin scripts
20	config.pl		configuration helper script
21	add_basic_zone		create a basic "zone" with www. and ftp...
22	add_generic_record	add a photo record (preferred)
23	add_sub_alias		add a cNAMERecord
24	add_sub_host		add an aRecord
25	add_sub_mx		add a mXRecord
26	dhcp_names		configure from ISC-DHCPD
27	samba_names		configure from samba (wins hook)
28	secondary_zone		be a ISC-BIND secondary
29	set_generic_record	set a photo record
30	set_ip_pointer		set an IP pointer (PTR)
31	set_sub_alias		set a cNAMERecord
32	set_sub_host		set a aRecord
33	set_sub_mx		set a mXRecord
34	set_txt			set the tXTRecord
35	transfer_zone		transfer a zone (axfr client)
36	unset_ip_pointer	remove a IP pointer (PTR)
37
38sysvinit/		sysv init scripts
39	ldapdns			sysv-style startup script for ldapdns
40	ldapaxfr		sysv-style startup script for ldapaxfr
41
42sample/			sample configuration files
43	ldapdns.conf		sample configuration
44	axfr			sample AXFR configuration database
45
46install.sh		helper installation script
47ldapdns.spec		RPM spec-file
48
49ldapaxfr-conf		configure ldapaxfr for using djb tools
50ldapdns-conf		configure ldapdns for using djb tools
51
52Makefile
53Makefile.defs
54!! Makefile.config
55bin.h
56config.h
57dns.c
58dns.h
59engine.c
60env.h
61error.c
62error.h
63ht.c
64ht.h
65ip.h
66ldapdns.c
67ldapdns.h
68list.h
69response.c
70str.h
71tcpserver.c
72udpserver.c
73version.h
74