Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-30 | When using dup2() to make a socket be stdout, first check that it | Todd C. Miller | |
is not already stdout (fd 1). Otherwise we end up closing stdout which is not the intention. Also use STDOUT_FILENO instead of 1. From a conversation with huntting@glarp.com. | |||
2001-08-30 | o kill register | Todd C. Miller | |
o add const to rcsid and copyright strings o placate -Wall | |||
2001-08-30 | Better buffer lengths (MAXFOO and FOO_MAX) based on a patch from | Todd C. Miller | |
ianm@cit.uws.edu.au. | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-06-22 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-02-15 | MAXLOGNAME; ianm@cit.uws.edu.au | Theo de Raadt | |
2001-02-07 | spelling | Todd T. Fries | |
2000-06-28 | syslog should use %s | Theo de Raadt | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
1999-10-17 | Use the AT&T UNIX macros. | Aaron Campbell | |
1999-06-05 | remove trailing whitespace, some Nm cleanup | 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 | |
1997-10-05 | be more paranoid; based on problem report by mhpower@MIT.EDU | 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-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-17 | proto ksearch/msearch | Theo de Raadt | |
1997-07-17 | fix Xr | Theo de Raadt | |
1997-07-17 | Change a strcpy() -> strncpy() because I'm paranoid. | Todd C. Miller | |
1997-07-16 | crank dfname/tfname; freebsd | Theo de Raadt | |
1997-06-02 | lpd has no support for specifying port option; sounds silly anyways; ↵ | Theo de Raadt | |
tinguely@plains.NoDak.edu | |||
1997-04-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt | |
1997-01-17 | Add OpenBSD tags (was in wrong dir for previous commit) | Todd C. Miller | |
1996-12-20 | initialize name; is this the right hack? | Theo de Raadt | |
1996-12-16 | Implement more tty flags for better portability from other systems: | Thorsten Lockert | |
XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags. | |||
1996-12-05 | inverted logic | Theo de Raadt | |
1996-11-03 | Improve portability by using ANSI/POSIX interfaces when possible. | Todd C. Miller | |
1996-10-26 | we are so ftp bounce paranoid, we checked twice! | Theo de Raadt | |
1996-10-25 | proactive bounds checking; help from millert | Theo de Raadt | |
1996-09-30 | avoid NOFILE; from bde@freebsd | Theo de Raadt | |
1996-09-21 | doh | Theo de Raadt | |
1996-09-21 | i so rarely forget htons & friends; this time i did -- warner caught me | Theo de Raadt | |
1996-09-21 | overflow protection | Theo de Raadt | |
1996-09-21 | oflow protection, ftp bounce protection, dns spoof protection | Theo de Raadt | |
1996-09-21 | support 57600, until we get better support | Theo de Raadt | |
1996-08-18 | Wait for an output filter to conmplete before starting the next print job; | Thorsten Lockert | |
from FreeBSD PR 739 | |||
1996-08-07 | ftp bounce protection | Theo de Raadt | |
1996-07-27 | versatile baud rates; from netbsd | Theo de Raadt | |
1996-07-04 | Fix bogon in import | Thorsten Lockert | |
1996-07-04 | Integrated 4.4Lite2 source | Thorsten Lockert | |
Fixed potential problem pointed out by bitblt | |||
1996-06-28 | closelog() before we trash syslog descriptor | Theo de Raadt | |