Menu

Tree [39a48a] master /
 History

HTTPS access


File Date Author Commit
 build-aux 2019-07-27 Sami Kerola Sami Kerola [707eaf] build-sys: update .gitignore files
 contrib 2020-09-04 Jean Benoit Jean Benoit [0f19d4] contrib: snmptest.pl SNMPwalk can't access to a...
 doc 2017-09-17 Sami Kerola Sami Kerola [1d47eb] docs: update doxygen configuration file
 lib 2020-09-09 Sami Kerola Sami Kerola [2ecfc8] build-sys: update .gitignore files
 man 2019-09-12 Sami Kerola Sami Kerola [b96c6c] misc: fix spelling issues
 samples 2019-10-26 Sami Kerola Sami Kerola [544e7e] output: add ethernet address priting support to...
 snippet 2012-11-04 Sami Kerola Sami Kerola [ab699e] build-sys: add gnulib
 src 2021-05-06 luisδμ luisδμ [39a48a] fix: avoid generation of unvalid JSON in summar...
 tests 2020-03-31 Sami Kerola Sami Kerola [ec613f] output: update javascripts
 webpages 2018-08-26 Sami Kerola Sami Kerola [9727bb] drop images, java scripts, and such from web si...
 .gitignore 2017-11-26 Sami Kerola Sami Kerola [2849dd] build-sys: add coverage files to .gitignore
 .mailmap 2018-02-24 Sami Kerola Sami Kerola [679d63] add .mailmap
 AUTHORS 2011-02-08 Sami Kerola Sami Kerola [fdcfcd] INSTALL file is unnecessary
 COPYING 2011-07-09 Sami Kerola Sami Kerola [f51f2e] licensing: set placeholder properly
 ChangeLog 2012-11-20 Sami Kerola Sami Kerola [83e124] docs: fix spelling mistakes
 Makefile.am 2017-11-09 Sami Kerola Sami Kerola [39e6e6] docs: add mustach sample files
 NEWS 2020-03-31 Sami Kerola Sami Kerola [45f7fc] release: 3.1
 README 2016-10-02 Sami Kerola Sami Kerola [a6b77a] docs: fix couple typos and improve a sentence i...
 THANKS 2020-09-04 Jean Benoit Jean Benoit [0f19d4] contrib: snmptest.pl SNMPwalk can't access to a...
 TODO 2017-11-15 Sami Kerola Sami Kerola [e6e90b] release: 3.0
 bootstrap 2020-03-31 Sami Kerola Sami Kerola [e48768] build-sys: update bootstrap from gnulib
 bootstrap.conf 2020-03-31 Sami Kerola Sami Kerola [e48768] build-sys: update bootstrap from gnulib
 configure.ac 2017-11-13 Sami Kerola Sami Kerola [8fba5c] clean up: fix couple compiler warnings
 project.doap 2016-04-23 Sami Kerola Sami Kerola [f6e256] fix doap file git repository and license section

Read Me

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	# only when building git clone
	./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

	Remember to read the friendly manual page.

	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>
MongoDB Logo MongoDB