Age | Commit message (Expand) | Author |
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 |
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 |
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-07-09 | Fix strncat(3) usage. | Todd C. Miller |
1997-07-08 | BUFSIZ -> MAXPATHLEN and strcat -> strncat. | Todd C. Miller |
1997-06-23 | It is not a reasonable default behavior to abort a printout because of its | kstailey |
1997-06-21 | fix -a synopsis typo; joerg@freebsd | Theo de Raadt |
1997-06-20 | add newline to message | kstailey |
1997-06-20 | I wasted a lot of paper because of the way that printcap mx is handled. | kstailey |
1997-06-02 | lpd has no support for specifying port option; sounds silly anyways; tinguely... | Theo de Raadt |
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 |
1997-01-17 | Add OpenBSD tags | Todd C. Miller |
1997-01-17 | Possible buf oflow. | Todd C. Miller |
1997-01-17 | OpenBSD tags | Todd C. Miller |
1997-01-17 | possible oflow | Todd C. Miller |
1997-01-06 | add -r switch for onlcr translation | Michael Shalayeff |
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 |
1996-12-05 | inverted logic | Theo de Raadt |
1996-11-05 | lpr suite uses getcap(3) so this is never used! | Todd C. Miller |
1996-11-04 | Remove dead code as pointed out by bitblt. Also nuke the gross #defines, | Todd C. Miller |
1996-11-04 | Don't use access(2) -- from Theo. | Todd C. Miller |
1996-11-03 | Improve portability by using ANSI/POSIX interfaces when possible. | Todd C. Miller |
1996-10-31 | buf oflows pendantry | Todd C. Miller |
1996-10-26 | we are so ftp bounce paranoid, we checked twice! | Theo de Raadt |
1996-10-26 | getopt returns -1 on OpenBSD | imp |
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 |