Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
pushed for by tygs@netcologne.de. Apparently we also now known how to talk to the lawyers there, if we were so mad. Note that a few other copyright issues in pppd still remain, so this does not close this story. | |||
2002-06-18 | update copyright notice. mckusick says that Van signed the standard | Theo de Raadt | |
Berkeley copyright assignment form, therefore the new license should be on these files. I just copied in the notice that Kirk mailed me. | |||
2002-06-11 | -Wall cleanup | Hans Insulander | |
ok millert@, miod@ | |||
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 ↵ | 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. | |||
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 | |
parts from mickey, parts from me. | |||
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 | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
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 | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
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 | |
to the real networks, ie simulating an open wire w/ tokens falling down angelos@ ok | |||
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 | |
to the real getopt. | |||
1998-08-04 | fix parsing on chat script when passed on the command line; problem noted by ↵ | Todd C. Miller | |
fgsch@olimpo.com.br but different fix committed. | |||
1998-07-12 | Implement demand_drop() for demand mode pppd; try to avoid mbuf | Angelos D. Keromytis | |
exhaustion while setting up a connection. | |||
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 | |
1998-05-08 | pppd 2.3.5 | Todd C. Miller | |
1998-04-25 | Use ISWILD macro, not bare '*' | Todd C. Miller | |
1998-04-25 | do not lookup hostname "*"; khym@bga.com | Theo de Raadt | |
1998-03-20 | Aliases... | Angelos D. Keromytis | |
1998-01-17 | ppp-2.3.3 + some -Wall | Todd C. Miller | |