Age | Commit message (Expand) | Author |
2003-10-04 | - sort options | Jason McIntyre |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-07 | replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.fran... | Theo de Raadt |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-01-15 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2002-08-08 | sizeof fname, not sizeof *fname | Hakan Olsson |
2002-08-08 | 3rd arg for open, plus some bounds checking. miod@ ok. | Hakan Olsson |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-04 | Don't longjmp(..., 0) | Artur Grabowski |
2001-11-19 | kill more registers | Mike Pechkin |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | Todd C. Miller |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
2000-07-06 | snprintf with %s when copying the pager | Theo de Raadt |
2000-06-11 | newaliases(1) -> newaliases(8) | Todd C. Miller |
2000-05-15 | /etc/mail/aliases | Theo de Raadt |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1999-06-10 | Handle PAGER in a manner consistent with the Single Unix Specification: | Paul Janzen |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-05-13 | create /var/msgs/bounds if it does not exist and reset it to its default | Aaron Campbell |
1998-11-20 | /usr/msgs -> /var/msgs; jwise@unicast.com | Theo de Raadt |
1998-09-26 | usr.bin/ man page fixes, f-m. | Aaron Campbell |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller |
1998-06-23 | complain correctly when /var/msgs/bounds does not exist; fullermd@futuresouth... | Theo de Raadt |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-09-11 | oflow, indent | Theo de Raadt |
1997-04-28 | Clean up terminal type handling. | Jason Downs |
1997-04-28 | Modernize protyped, switch to libtermlib. | Jason Downs |
1997-04-02 | buf oflows, thanks imp & millert | Theo de Raadt |
1997-04-02 | use mkstemp (millert, please double check) | Theo de Raadt |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert |
1996-10-28 | Use snprintf(). Solves $HOME overflow and others. | Todd C. Miller |
1996-09-16 | _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too | Theo de Raadt |
1996-06-26 | rcsid | Theo de Raadt |
1996-06-25 | mktemp open/fdopen | Theo de Raadt |
1996-06-02 | Always use -ltermlib when linking with -lcurses | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |