No description
Find a file
Sami Kerola 4cd85b62ff
release: 2.28
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2015-12-06 17:48:56 +00:00
build-aux portability: Solaris 10 does not have err.h 2015-10-26 22:29:32 +00:00
contrib make binary exec path dynamic in scripts referring to it 2015-11-25 21:53:29 +00:00
doc fix doxygen build 2015-12-03 21:35:13 +00:00
lib portability: Solaris 10 does not have err.h 2015-10-26 22:29:32 +00:00
man remove upper limit of sort order definitions 2015-11-30 00:50:18 +00:00
snippet build-sys: add gnulib 2012-11-05 00:03:03 +00:00
src change NAN markup to make tests work on mac 2015-12-06 11:46:07 +00:00
tests fix out of tree build tests 2015-12-06 17:44:30 +00:00
.gitignore build-sys: use non-recursive build 2013-04-24 22:46:04 +01:00
AUTHORS INSTALL file is unnecessary 2011-02-08 22:52:11 +01:00
bootstrap update bootstrap from gnulib 2014-10-24 20:58:27 +01:00
bootstrap.conf unify quotation in error messages 2015-12-05 19:00:32 +00:00
ChangeLog docs: fix spelling mistakes 2012-11-20 21:09:53 +00:00
configure.ac make binary exec path dynamic in scripts referring to it 2015-11-25 21:53:29 +00:00
COPYING licensing: set placeholder properly 2011-07-09 10:18:53 +02:00
Makefile.am make binary exec path dynamic in scripts referring to it 2015-11-25 21:53:29 +00:00
NEWS release: 2.28 2015-12-06 17:48:56 +00:00
README fix typo in README 2015-11-28 20:51:18 +00:00
THANKS improve README file instructions 2015-11-28 11:22:28 +00:00
TODO docs: remove todo items that will never happen 2015-04-01 23:15:38 +01:00

This is dhcpd-pools - ISC dhcpd lease status utility.

Quick start.

	Get the uthash, assuming you do not have it already.

	cd /tmp
	wget https://github.com/troydhanson/uthash/archive/master.zip
	unzip master.zip

	Build the dhcpd-pools project.

	cd /tmp/dhcpd-pools
	./bootstrap
	./configure --with-uthash=/tmp/uthash-master/include
	make
	make check
	make install

	Notice that there are configuration options for default dhcpd.conf,
	dhcpd.leases paths, among other things.

	./configure --help

	Read the manual to see what options are available, and what they to.

	man ./man/dhcpd-pools.1

Dependencies to other projects.

	http://www.gnu.org/software/gnulib/

		You can avoid repeated gnulib downloads by setting
		GNULIB_SRCDIR environment variable.  For example:

		git clone git://git.savannah.gnu.org/gnulib.git ~/src/gnulib
		export GNULIB_SRCDIR="$HOME/src/gnulib"

		Assumign detached gnulib please remember to git pull the
		latest updates before building dhcpd-pools.

	http://uthash.sourceforge.net/

		See quick start.

	https://getbootstrap.com/
	https://datatables.net/

		Bootstrap and DataTables java scripts are used in html
		output.

Test data wanted.

	Maintainer is interested to get copy of your dhcpd.conf
	and dhcpd.leases files, and include files if you use them.
	Intention is to collect large set of data to build
	realistic regression test environment.

	If you are interested to help this way put all files into
	tar.gz, and send them to:

	Sami Kerola <kerolasa@iki.fi>