Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-06-25 | Fix a bunch of one-byte possible overflows | Paul Janzen | |
2001-06-25 | A little more careful with buffers, only relevant if /etc/printcap was set | Paul Janzen | |
up insanely wrong. | |||
2001-06-22 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-04-05 | another euid mixup; wiz@danbala.ifoer.tuwien.ac.at | Theo de Raadt | |
2001-04-04 | missung euid swapout; j@ida.interface-business.de | Theo de Raadt | |
2001-02-15 | MAXLOGNAME; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-02-07 | spelling | Todd T. Fries | |
2000-11-21 | sigjmp & statics begone | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-08-24 | more fixes in that area; dholland@eecs.harvard.edu | Theo de Raadt | |
2000-08-24 | only loop through real groups; reported by dholland@eecs.harvard.edu | Theo de Raadt | |
2000-06-28 | syslog should use %s | Theo de Raadt | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
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-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell | |
are as follows:", except in special cases. | |||
1999-10-17 | Use the AT&T UNIX macros. | Aaron Campbell | |
1999-07-04 | more macro conversion | Aaron Campbell | |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-06-05 | more .Os cleansing | Aaron Campbell | |
1999-05-28 | more .El madness | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1998-08-03 | Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.com | Todd C. Miller | |
1998-06-28 | Treat a printer as remote iff RM is not us or RP is set and it doesn't match the | Angelos D. Keromytis | |
current printer;dwmalone@maths.tcd.ie | |||
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-04-22 | buf mishandling; rotel@indigo.ie | Theo de Raadt | |
1998-02-27 | be more paranoid. | Theo de Raadt | |
By the way, the lp* tools are in need of a full test sometime in the next two weeks. I want to hear from someone who is running all of them that they work 100% fine. I do not own a printer, so I'm going to rely on someone out there to take care of this.. | |||
1998-02-15 | Use keepalives as the protocol never notices if a networked printer | Niklas Hallqvist | |
dies. | |||
1997-10-05 | be more paranoid; based on problem report by mhpower@MIT.EDU | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-09 | Use setlogin("") instead of setlogin(user) since target user is daemon. | Todd C. Miller | |
1997-09-09 | Use setlogin(2). | Todd C. Miller | |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt | |
1997-07-27 | use sendmail -t | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | restore traditional "all" keyword option - see lpc(8) | grr | |
1997-07-24 | inet_aton() returns 0 on error, not -1. | Todd C. Miller | |
1997-07-23 | 1 byte oflows; millert | Theo de Raadt | |
1997-07-23 | 1 byte oflow; Don.Lewis@tsc.tdk.com | Theo de Raadt | |
1997-07-21 | careful about unlink; oliver | Theo de Raadt | |
1997-07-20 | careful with usernames; oliver | Theo de Raadt | |
1997-07-20 | careful with link paths; oliver | Theo de Raadt | |
1997-07-19 | Wall cleanup; people running lpd should test! | Theo de Raadt | |
1997-07-18 | Be extra careful when unlinking data file to only remove a file is | Todd C. Miller | |
it is in the current dir and df*. From imp@openbsd.org. | |||
1997-07-17 | Wall | Theo de Raadt | |
1997-07-17 | proto ksearch/msearch | Theo de Raadt | |
1997-07-17 | unistd.h | Theo de Raadt | |
1997-07-17 | fix Xr | Theo de Raadt | |