• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H31-Mar-2020-17,09412,694

contrib/H03-May-2022-564345

doc/H31-Mar-2020-2,5001,929

lib/H03-May-2022-43,69129,914

m4/H31-Mar-2020-22,90521,169

man/H31-Mar-2020-332330

samples/H31-Mar-2020-338317

src/H03-May-2022-4,6673,397

tests/H31-Mar-2020-4,7134,092

.tarball-versionH A D31-Mar-20204 21

.versionH A D31-Mar-20204 21

AUTHORSH A D25-Apr-201717 21

COPYINGH A D25-Apr-20171.7 KiB3534

ChangeLogH A D25-Apr-20173.9 KiB11699

INSTALLH A D20-Jul-201915.4 KiB369287

Makefile.amH A D11-Nov-20171.5 KiB5746

Makefile.inH A D03-May-2022108.7 KiB3,0372,874

NEWSH A D31-Mar-202023.7 KiB624567

READMEH A D11-Nov-20171.5 KiB6340

THANKSH A D31-Mar-2020768 5046

TODOH A D15-Nov-20171.2 KiB3428

aclocal.m4H A D31-Mar-202062.9 KiB1,7111,583

config.h.inH A D31-Mar-202039.4 KiB1,238931

configureH A D31-Mar-2020943.8 KiB36,74429,292

configure.acH A D31-Aug-20184.7 KiB173150

README

1This is dhcpd-pools - ISC dhcpd lease status utility.
2
3Quick start.
4
5	Get the uthash, assuming you do not have it already.
6
7	cd /tmp
8	wget https://github.com/troydhanson/uthash/archive/master.zip
9	unzip master.zip
10
11	Build the dhcpd-pools project.
12
13	cd /tmp/dhcpd-pools
14	./bootstrap	# only when building git clone
15	./configure --with-uthash=/tmp/uthash-master/include
16	make
17	make check
18	make install
19
20	Notice that there are configuration options for default dhcpd.conf,
21	dhcpd.leases paths, among other things.
22
23	./configure --help
24
25	Remember to read the friendly manual page.
26
27	man ./man/dhcpd-pools.1
28
29Dependencies to other projects.
30
31	http://www.gnu.org/software/gnulib/
32
33		You can avoid repeated gnulib downloads by setting
34		GNULIB_SRCDIR environment variable.  For example:
35
36		git clone git://git.savannah.gnu.org/gnulib.git ~/src/gnulib
37		export GNULIB_SRCDIR="$HOME/src/gnulib"
38
39		Assumign detached gnulib please remember to git pull the
40		latest updates before building dhcpd-pools.
41
42	http://uthash.sourceforge.net/
43
44		See quick start.
45
46	https://getbootstrap.com/
47	https://datatables.net/
48
49		Bootstrap and DataTables java scripts are used in html
50		output.
51
52Test data wanted.
53
54	Maintainer is interested to get copy of your dhcpd.conf
55	and dhcpd.leases files, and include files if you use them.
56	Intention is to collect large set of data to build
57	realistic regression test environment.
58
59	If you are interested to help this way put all files into
60	tar.gz, and send them to:
61
62	Sami Kerola <kerolasa@iki.fi>
63