Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-24 | IPv6 support for standalone mode with assistance from millert@ and deraadt@ | Brad Smith | |
Tested by brad@ and sobrado@ ok deraadt@ | |||
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | |||
2007-09-26 | From Tamas TEVESZ: | Ray Lai | |
- Use strcspn to strip \r and \n. OK chl. | |||
2007-09-26 | From Tamas TEVESZ: | Ray Lai | |
- atoi -> strtonum with proper bounds check - Use vfprintf and vsyslog in the appropriate places. OK millert. | |||
2007-09-25 | - sort options and sync usage() | Jason McIntyre | |
- kill some .Tn whilst here | |||
2007-09-25 | more accurate description of -U; from Tamas TEVESZ | Jason McIntyre | |
ok millert | |||
2007-08-26 | Fix some error messages and comments, from Brad. | Ray Lai | |
OK otto. | |||
2007-06-28 | Add a SIGCHLD handler for background mode instead of doing waitpid() | Todd C. Miller | |
at a single point in the event loop (which would always leave a single zombie around after the first connection). Also use daemon() instead of doing it by hand. OK deraadt@ beck@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-21 | remove extra *p tests, from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2006-11-10 | `elminate' etc. is not really the right way to spell `eliminate'. | Michael Knudsen | |
ok brad | |||
2005-12-06 | avoid variable aliasing | Theo de Raadt | |
2005-04-04 | nlist.h not needed | Theo de Raadt | |
2005-01-04 | add some more snprintf sanity checks and fix two previously added checks. | Moritz Jodeit | |
ok millert@, henning@ | |||
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino | |
2004-09-16 | i hate macros with 50 , :? and ())()()((()())); otto ok | Theo de Raadt | |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-08-08 | spacing | Theo de Raadt | |
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2004-01-04 | spaces | Theo de Raadt | |
2003-12-09 | preventative measure against format string problem; from art, via | Theo de Raadt | |
bruno & grange | |||
2003-07-29 | spaces | Theo de Raadt | |
2003-06-28 | missing protos | Theo de Raadt | |
2003-06-07 | identd runs as _identd by default now; help and ok jmc@ | Henning Brauer | |
2003-06-07 | drop privileges to _identd by default and fall back to nobody in case of error | Henning Brauer | |
inspired by PR 3294 and a conversation with theo ok millert@ | |||
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-06-02 | - kill whitespace at EOL; | Jason McIntyre | |
2003-02-03 | typos; | Jason McIntyre | |
ipsecadm(8): examples ho@ help and ok markus@ | |||
2002-11-25 | Missing check around snprintf(). | Mike Pechkin | |
millert@ ok | |||
2002-09-13 | Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@ | Damien Miller | |
2002-07-24 | Sanity check snprintf() return values before using them. OK deraadt@ | Todd C. Miller | |
2002-07-17 | whoops, wrong type | Theo de Raadt | |
2002-07-16 | remove more junk | Theo de Raadt | |
2002-07-16 | by now, this README is way out of date | Theo de Raadt | |
2002-07-16 | minor tweaks of no consequence | Theo de Raadt | |
2002-07-16 | ERROR2() is not used | Theo de Raadt | |
2002-07-16 | let BSS work to our advantage | Theo de Raadt | |
2002-07-16 | delint | Theo de Raadt | |
2002-07-16 | minor cleanup, and toast -V | Theo de Raadt | |
2002-06-22 | ansi | Theo de Raadt | |
2002-03-12 | Fix typo that prevented user's gid in passwd entry from being applied; | Todd C. Miller | |
Brian Poole | |||
2002-03-12 | 1) user and group name may start with a number (though it is a bad idea). | Todd C. Miller | |
For the -u/-g flags do passwd/group file lookups first and then try as a numeric id. 2) Set the gid based on the uid's passwd file entry if there is one, just like we do with names. Partially based on a patch from Brian Poole | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-07 | While I'm here (next issue): | Mike Pechkin | |
o) __progname; o) remove #define LOG_DAEMON; o) use openlog() before syslog(); o) write $version to stderr; millert@ ok | |||
2002-01-07 | o) int -> {uid,gid}_t; %d -> %u; | Mike Pechkin | |
o) int -> pid_t; deraadt@ ok | |||
2001-12-01 | fix fd_set overflow | Theo de Raadt | |
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-09-19 | occured->occurred | Mike Pechkin | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-08-12 | Use INFTIM where possible. | Federico G. Schwindt | |