| Commit message (Expand) | Author | Age | Files | Lines |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-03 | 1 | -13/+13 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-02 | 4 | -7/+8 |
| * | strtol -> strtoll (for off_t file size) | Andrey A. Chernov | 2001-09-01 | 1 | -1/+1 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-01 | 1 | -5/+5 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-01 | 3 | -3/+3 |
| * | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-01 | 4 | -14/+14 |
| * | Remove some unsafe function calls from the signal handlers. | Kris Kennaway | 2001-09-01 | 1 | -6/+14 |
| * | Exit gracefully when a SIGHUP is received. This prevents ee from going into | Mark Peek | 2001-08-31 | 1 | -0/+1 |
| * | SECURITY: Drop `setgid kmem' bit as early as possible. | Ruslan Ermilov | 2001-08-31 | 3 | -0/+3 |
| * | Sort predicates. | Ruslan Ermilov | 2001-08-31 | 1 | -70/+70 |
| * | Add myself. | Jose M. Alcaide | 2001-08-31 | 1 | -0/+1 |
| * | Make my Grandfather famous by showing the world my middle name, | Adrian Chadd | 2001-08-31 | 1 | -1/+1 |
| * | Revert the previous delta and apply a better fix which corrects | Mike Barcroft | 2001-08-30 | 1 | -9/+5 |
| * | Restore the `-perm +mode' feature. | Ruslan Ermilov | 2001-08-30 | 1 | -2/+2 |
| * | Make my Dad famous by showing the world my middle name, as seems | Josef Karthauser | 2001-08-30 | 1 | -1/+1 |
| * | Like su(1), make PAM use mandatory. Remove parts of the authentication | Mark Murray | 2001-08-30 | 5 | -82/+7 |
| * | Remove whitespace at end of line I happened to find during my last edit. | Alexander Langer | 2001-08-30 | 1 | -2/+2 |
| * | Add support for proper URI encoding, using strvisx(3)'s VIS_HTTPSTYLE. | Alexander Langer | 2001-08-30 | 1 | -3/+10 |
| * | Add support for HTTP/1.1 name-based virtual hosts. Also, use | Mike Barcroft | 2001-08-30 | 1 | -7/+12 |
| * | o Fix some checks on snprintf(3) to prevent miscalculations. | Mike Barcroft | 2001-08-29 | 1 | -4/+8 |
| * | Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code. | Mark Murray | 2001-08-29 | 5 | -51/+4 |
| * | In get_string(), 0-terminate the contents of buf ``just in case''; | Joerg Wunsch | 2001-08-28 | 1 | -0/+1 |
| * | -a is not an options (sic). | Dima Dorfman | 2001-08-28 | 1 | -1/+1 |
| * | Mention what an asterisk means in the -i display. | Dima Dorfman | 2001-08-28 | 1 | -0/+4 |
| * | Remove MAP_INHERIT flag from mmaps. | Matthew Dillon | 2001-08-25 | 4 | -11/+11 |
| * | ``recognized -> recognize'' where appropriate. | Dima Dorfman | 2001-08-23 | 1 | -2/+2 |
| * | Fix my previous snprintf() patches (which were largely no-ops). | Brian Somers | 2001-08-23 | 2 | -9/+11 |
| * | Add myself. | Pete Fritchman | 2001-08-22 | 1 | -0/+1 |
| * | Take maintainership of whois(1). | Mike Barcroft | 2001-08-21 | 1 | -0/+2 |
| * | Update -v documentation to match reality. | Ruslan Ermilov | 2001-08-21 | 1 | -4/+3 |
| * | Revert to version 1.16 which was more correct than either of my attempts. | Brian Somers | 2001-08-21 | 1 | -4/+4 |
| * | Display a better error message when snprintf() returns < 0 | Brian Somers | 2001-08-21 | 1 | -1/+5 |
| * | Handle overflows from snprintf(), not just returns of < 0 | Brian Somers | 2001-08-21 | 1 | -5/+5 |
| * | Remove unnecessary casts. | Brian Somers | 2001-08-21 | 1 | -4/+4 |
| * | Handle snprintf() returning -1. | Brian Somers | 2001-08-20 | 4 | -18/+32 |
| * | Very minor stylistic nit. | Mark Murray | 2001-08-20 | 1 | -2/+1 |
| * | Code merge and diff reduction between this and crypto telnet. | Mark Murray | 2001-08-20 | 14 | -567/+252 |
| * | Don't misuse the return from snprintf. | Brian Somers | 2001-08-20 | 1 | -5/+7 |
| * | Don't overflow a buffer from command line arguments. | Kris Kennaway | 2001-08-20 | 1 | -2/+6 |
| * | Part II of libss retirement: zap mk_cmds too. | Kris Kennaway | 2001-08-20 | 9 | -552/+0 |
| * | Remove a blank line that snuck in with the previous commit. | Dag-Erling Smørgrav | 2001-08-18 | 1 | -1/+1 |
| * | Correct path (../crypto, not ../../crypto) | Peter Wemm | 2001-08-18 | 1 | -1/+1 |
| * | Add some comments. | Dag-Erling Smørgrav | 2001-08-17 | 1 | -3/+26 |
| * | Use a build-tool to create the .mgc files. | David E. O'Brien | 2001-08-17 | 1 | -5/+11 |
| * | add an entry about myself | Max Khon | 2001-08-17 | 1 | -0/+1 |
| * | Print a space between the function name and line number. | Mike Heffner | 2001-08-16 | 1 | -1/+1 |
| * | Add $FreeBSD$ | Mike Heffner | 2001-08-16 | 7 | -0/+25 |
| * | * Update author's e-mail address. | Sheldon Hearn | 2001-08-16 | 1 | -2/+2 |
| * | Use the .Cm macro to mark up the modifiers of the -s flag's size argument. | Sheldon Hearn | 2001-08-16 | 1 | -9/+10 |
| * | Fix usage message, the executable is optional. | Mike Heffner | 2001-08-15 | 2 | -2/+2 |