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