Age | Commit message (Expand) | Author |
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 |
1999-07-20 | It's not good to mix mdoc and old-style macros together; espie@ | Aaron Campbell |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell |
1999-07-03 | Add a note about modem_chat vs. dialback | Todd C. Miller |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell |
1999-05-03 | drop packets silently while the link is down, which is a better approximation | Michael Shalayeff |
1999-05-03 | include ms-chap support; brad@ | Todd C. Miller |
1999-03-10 | fix comma splices involving 'however' | Paul Janzen |
1999-03-01 | vary -> very; d@ | Aaron Campbell |
1999-02-24 | keep example on one line; ross@netbsd | Theo de Raadt |
1998-10-30 | fix usage() | Michael Shalayeff |
1998-09-12 | Insert missing flags -s and -S, probably lost during move from 'mini getopt' | Niels Provos |
1998-08-04 | fix parsing on chat script when passed on the command line; problem noted by ... | Todd C. Miller |
1998-07-12 | Implement demand_drop() for demand mode pppd; try to avoid mbuf | Angelos D. Keromytis |
1998-07-10 | do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling | Theo de Raadt |
1998-07-09 | hostnames are MAXHOSTNAMELEN, not MAXNAMELEN | Theo de Raadt |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff |