Age | Commit message (Expand) | Author |
2003-04-25 | comment cleanup | Theo de Raadt |
2003-04-16 | small fix to compile. spot by marc@ | Ted Unangst |
2003-04-16 | string cleaning; ok millert | Theo de Raadt |
2003-04-14 | obvious spring cleanup | Theo de Raadt |
2003-04-04 | strcat->strlcat, ok millert@ | Anil Madhavapeddy |
2003-04-04 | strlcpy and snprintf; various people ok | Theo de Raadt |
2003-04-03 | more snprintf; millert ok | Theo de Raadt |
2003-03-16 | nuber -> number; | Jason McIntyre |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-09 | typos; | Jason McIntyre |
2003-02-01 | typos; | Jason McIntyre |
2003-01-23 | 'conjunction' typos | Anil Madhavapeddy |
2002-12-23 | avoid null deref in calling option_erro(); pt out by hunter@comsys.com.ua | Michael Shalayeff |
2002-10-25 | escape a couple of literal \n's so they print correctly | Jason Wright |
2002-09-13 | Pedro says we can change his license too. | Theo de Raadt |
2002-09-13 | and... we managed to contact "Eric Rosenquist" <eric@rosenquist.com> through | Theo de Raadt |
2002-09-13 | Paul Mackerras and the Australian National University have worked things | Theo de Raadt |
2002-07-29 | Replace an instance of chmod() with fchmod() | Todd C. Miller |
2002-07-18 | use inet_aton() instead of inet_addr(); millert ok | Theo de Raadt |
2002-07-02 | Check malloc() return value; Chad Loder | Todd C. Miller |
2002-07-01 | license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, | Theo de Raadt |
2002-06-18 | update copyright notice. mckusick says that Van signed the standard | Theo de Raadt |
2002-06-11 | -Wall cleanup | Hans Insulander |
2002-05-29 | more strlcat | Theo de Raadt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-05-19 | make pppd only executable by group network | Theo de Raadt |
2002-05-08 | be even more clear | Theo de Raadt |
2002-05-06 | do not install a SIGSEGV handler | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-08-09 | sync, simplify, etc. slstats -i is now called -w, like pppstats | Theo de Raadt |
2001-07-09 | remove extraneous braces | Paul Janzen |
2001-06-23 | use strlcpy vs strncpy+a[len-1]='\0' | lebel |
2001-05-15 | the signal handlers can many illegal functions. try to at least be cautious. | Theo de Raadt |
2001-03-09 | exit(-#) is wrong | Theo de Raadt |
2001-01-02 | Fine, I'm convinced -- don't set the mask to ~0. | Angelos D. Keromytis |
2001-01-01 | Force mask to ~0 only if hostname (kudos to james@squish.net) | Angelos D. Keromytis |
2000-09-15 | check return value for setenv(3) for failure, and deal appropriately | Theo de Raadt |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-02-12 | handle direct lines correctly; rees | Theo de Raadt |
1999-12-02 | paranoia, add_return may change | David Leonard |
1999-12-02 | fix one possible buffer overrun; inspired by kris@hub.freebsd.org | David Leonard |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt |