Another big & bad commit:
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 24 Nov 2000 23:13:07 +0000 (23:13 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 24 Nov 2000 23:13:07 +0000 (23:13 +0000)
commitcf49b2c0647554613874cce495e4a7937a9f7863
treeec01b0b258fbb79c34b34411aaa95ca11c010177
parent97c54ffb35312caf38034952b9ed2733f7e374f9
Another big & bad commit:
- Added some extra search functions to rbl routines
- Fix subnet_lookup()
- Reorder some syslog messages to make more sense
- daemon() is back
- Don't let scripts execute in parallel (gives race conditions, and
  anyway something MIGHT just be configured which is necessary for further
  execution of tinc itself)
- Accidently merged check_child() with execute_script().
- Small fixes
configure.in
lib/Makefile.am
lib/rbl.c
lib/rbl.h
src/connection.c
src/net.c
src/process.c
src/process.h
src/subnet.c
src/tincd.c