2005-03-07 18:59 azz * AUTHORS, COPYING, ChangeLog, NEWS, onenetd.c: Switch to the MIT license, and tidy up the documentation a bit. 2005-03-07 18:51 azz * INSTALL, autoupdate.sh: Update auto* versions. 2005-03-07 18:41 azz * ChangeLog, onenetd.1: Document the environment variables. 2005-03-07 18:33 azz * ChangeLog, onenetd.c: Use getsockname() to get the local address to put in TCPLOCALIP, rather than just using the listen address; this means that TCPLOCALIP will be set to the address of the interface the client connected to. Check that accept() returned a valid address. 2005-03-07 18:24 azz * NEWS: Add 1.11. 2005-03-07 18:20 azz * ChangeLog, onenetd.c: Catch malloc() == NULL while parsing options. 2005-01-27 00:58 azz * ChangeLog, onenetd.c: Avoid overfilling fd_sets. 2005-01-27 00:52 azz * ChangeLog, onenetd.c: Don't immediately close the child FD on refusal either. 2005-01-27 00:33 azz * ChangeLog, README, configure.ac, onenetd.c: Add -r clients to clients list correctly. 2003-06-17 15:10 azz * ChangeLog, README, onenetd.1: Updated documentation. 2003-06-17 14:57 azz * onenetd.c: Use a self-pipe instead of a flag variable, this being the only reliable way that I'm aware of to avoid zombies. Use FD_CLOEXEC rather than explicit closes, and avoid leaking the client fd. 2003-06-17 12:53 azz * ChangeLog, NEWS: Updated. 2003-06-17 12:52 azz * ChangeLog, onenetd.c: Remove clear of O_NONBLOCK; we don't actually need it as long as we preserve the other fd flags on Solaris. 2003-06-17 12:11 azz * onenetd.c: Only change the flags if they've actually changed. 2003-06-17 12:07 azz * ChangeLog, onenetd.c: Block SIGCHLD except during select(). 2003-06-17 10:43 azz * onenetd.c: Use sizeof instead of a #define. 2003-06-17 10:41 azz * onenetd.c: Fix up copyright notices. Add change_flags from freedt to change flags correctly. Clear O_NONBLOCK in child, since Solaris inherits flags across accept(). 2003-06-17 10:22 azz * configure.ac, onenetd.c: Update version number to 1.10. Update configure.ac to new syntax. Use config.h. 2003-06-17 09:46 azz * NEWS: Added change notes for 1.9 (retrospectively). 2003-06-17 09:46 azz * autoupdate.sh: Added autoupdate script. 2003-06-17 09:41 azz * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README, configure.ac, onenetd.1, onenetd.c, test.py, test2.py, .deps/onenetd.P: Initial import. 2003-06-17 09:41 azz * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README, configure.ac, onenetd.1, onenetd.c, test.py, test2.py, .deps/onenetd.P: Initial revision