dhcpd-pools/src
Sami Kerola 6379ace9c7 getdata: fix one ip ranges when they have trailing spaces in definition
Ranges that defined single IP and followed each other, for example

range 10.20.30.40 ;
range 10.20.30.41 ;
range 10.20.30.42 ;

were misinterpreted, and every second (the .41 in example) were skipped.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2013-11-03 16:52:05 +00:00
..
.indent.pro tools: add indent command configuration file 2012-11-28 19:57:19 +00:00
analyze.c analyze: remove unnecessary function 2013-09-17 22:58:53 +01:00
defaults.h xstrstr: speed up analysis by avoiding string comparisons 2013-08-31 00:30:28 +01:00
dhcpd-pools.c various: fix memory leaks 2013-11-03 14:30:37 +00:00
dhcpd-pools.h various: split functions to IPv4 and IPv6 versions 2013-09-21 12:37:52 +01:00
getdata.c getdata: fix one ip ranges when they have trailing spaces in definition 2013-11-03 16:52:05 +00:00
hash.c various: fix memory leaks 2013-11-03 14:30:37 +00:00
Makemodule.am build-sys: use non-recursive build 2013-04-24 22:46:04 +01:00
other.c various: fix memory leaks 2013-11-03 14:30:37 +00:00
output.c output: allow user to ignore small ranges and shared networks 2013-07-12 19:29:44 +01:00
sort.c various: fix memory leaks 2013-11-03 14:30:37 +00:00