| Commit message (Expand) | Author | Age | Files | Lines |
| * | Migrate uucpd to ports as well. | Kris Kennaway | 2001-10-01 | 5 | -387/+0 |
| * | 1) Use OPIE response only when OPIE keys really used | Andrey A. Chernov | 2001-09-29 | 1 | -2/+5 |
| * | Avoid a few compiler warnings (printf codes, missing includes etc). | Ian Dowse | 2001-09-29 | 3 | -4/+8 |
| * | Missing `break' statements caused two error messages to become | Ian Dowse | 2001-09-29 | 1 | -1/+3 |
| * | RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds support | David E. O'Brien | 2001-09-27 | 1 | -9/+120 |
| * | RFC2132 is not clear about whether the "Maximum DHCP Message Size" | Ian Dowse | 2001-09-25 | 2 | -2/+4 |
| * | Improve the description on how to construct ~ftp/pub. Specifically, | Mike Heffner | 2001-09-25 | 1 | -5/+7 |
| * | Fixed some of style bugs. | Ruslan Ermilov | 2001-09-12 | 1 | -1/+1 |
| * | Remove a field width specifier that's not doing anything more than | Mike Heffner | 2001-09-10 | 1 | -6/+3 |
| * | Include ttymsg.h from ../../usr.bin/wall instead of rolling our own | Dima Dorfman | 2001-09-09 | 2 | -1/+3 |
| * | Do the best we can with respect to fixing command-line option disorder | Sheldon Hearn | 2001-09-04 | 1 | -62/+62 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-03 | 1 | -4/+4 |
| * | Extend the functionality offered by the -o option into a new option | Sheldon Hearn | 2001-09-02 | 3 | -2/+15 |
| * | long -> off_t | Andrey A. Chernov | 2001-09-02 | 1 | -6/+7 |
| * | Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code. | Mark Murray | 2001-08-29 | 7 | -885/+5 |
| * | Add a new option, '-o', for "Write-only". Disables the RETR command, | Nik Clayton | 2001-08-28 | 3 | -2/+16 |
| * | Put a parenthesis in the right place (DUH!). | Brian Somers | 2001-08-25 | 1 | -1/+1 |
| * | Remove description of an option that only applies to UNICOS < 7.0. | Dima Dorfman | 2001-08-25 | 1 | -13/+0 |
| * | Understand that a return value of 0 from NgRecvMsg() means that the | Brian Somers | 2001-08-24 | 1 | -2/+8 |
| * | Added netid(5) manpage. | Ruslan Ermilov | 2001-08-21 | 2 | -1/+92 |
| * | Handle snprintf() returning < -1. | Brian Somers | 2001-08-20 | 1 | -1/+1 |
| * | Handle snprintf() returning -1. | Brian Somers | 2001-08-20 | 1 | -0/+2 |
| * | Feature merging and diff reduction between this code and crypto telnet. | Mark Murray | 2001-08-20 | 10 | -446/+278 |
| * | mdoc(7) police: s/BSD/.Bx/ where appropriate. | Ruslan Ermilov | 2001-08-14 | 1 | -3/+6 |
| * | mdoc(7) police: protect trailing full stops of abbreviations | Ruslan Ermilov | 2001-08-10 | 2 | -2/+2 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 3 | -8/+8 |
| * | Don't clobber the default for CFLAGS. | Bruce Evans | 2001-08-03 | 1 | -1/+1 |
| * | Fixes file descriptor leak in standalone mode. | Jonathan Chen | 2001-08-03 | 1 | -0/+2 |
| * | Don't use SA_RESETHAND here. We gain nothing. | Brian Somers | 2001-07-31 | 1 | -1/+1 |
| * | Add a -l flag used to specify a label when no -p flag is given. | Brian Somers | 2001-07-31 | 2 | -27/+54 |
| * | Use sigaction() without SA_RESTART rather than signal() so that we | Brian Somers | 2001-07-31 | 1 | -5/+9 |
| * | Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible | Mike Heffner | 2001-07-29 | 2 | -2/+2 |
| * | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | Sheldon Hearn | 2001-07-26 | 6 | -8/+8 |
| * | Xref to openssl(1) (i.e. "openssl passwd") | Kris Kennaway | 2001-07-26 | 1 | -0/+1 |
| * | yp_errno is an `enum ypstat`. | Dima Dorfman | 2001-07-24 | 1 | -1/+1 |
| * | Save errno in signal handler | Kris Kennaway | 2001-07-24 | 1 | -0/+2 |
| * | MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush() | Kris Kennaway | 2001-07-23 | 6 | -43/+47 |
| * | by by -> by | Kris Kennaway | 2001-07-23 | 1 | -1/+1 |
| * | MFCrypto: fixed the remote buffer overflow. | Ruslan Ermilov | 2001-07-20 | 6 | -310/+204 |
| * | Portability configuration data for LukeM ftpd. | David E. O'Brien | 2001-07-19 | 1 | -0/+281 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 18 | -68/+68 |
| * | Print the month number properly | Brian Somers | 2001-07-13 | 1 | -1/+1 |
| * | Remove an extraneous space | Brian Somers | 2001-07-11 | 1 | -1/+1 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 23 | -24/+24 |
| * | Remove S/Key. PAM can do its job. Well, not quite - there is an issue | Mark Murray | 2001-07-09 | 4 | -63/+19 |
| * | Goodbye S/Key, Hello OPIE. | Mark Murray | 2001-07-09 | 2 | -13/+17 |
| * | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 5 | -6/+0 |
| * | Fix the type of the NULL arg to execl() | Brian Somers | 2001-07-09 | 5 | -5/+5 |
| * | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | Ruslan Ermilov | 2001-07-06 | 3 | -3/+3 |
| * | mdoc(7) police: sort xrefs. | Ruslan Ermilov | 2001-07-04 | 1 | -1/+1 |