aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* strtol -> strtoll (for off_t file size)Andrey A. Chernov2001-09-011-1/+1
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-011-5/+5
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-013-3/+3
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-014-14/+14
* Remove some unsafe function calls from the signal handlers.Kris Kennaway2001-09-011-6/+14
* Exit gracefully when a SIGHUP is received. This prevents ee from going intoMark Peek2001-08-311-0/+1
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-313-0/+3
* Sort predicates.Ruslan Ermilov2001-08-311-70/+70
* Add myself.Jose M. Alcaide2001-08-311-0/+1
* Make my Grandfather famous by showing the world my middle name,Adrian Chadd2001-08-311-1/+1
* Revert the previous delta and apply a better fix which correctsMike Barcroft2001-08-301-9/+5
* Restore the `-perm +mode' feature.Ruslan Ermilov2001-08-301-2/+2
* Make my Dad famous by showing the world my middle name, as seemsJosef Karthauser2001-08-301-1/+1
* Like su(1), make PAM use mandatory. Remove parts of the authenticationMark Murray2001-08-305-82/+7
* Remove whitespace at end of line I happened to find during my last edit.Alexander Langer2001-08-301-2/+2
* Add support for proper URI encoding, using strvisx(3)'s VIS_HTTPSTYLE.Alexander Langer2001-08-301-3/+10
* Add support for HTTP/1.1 name-based virtual hosts. Also, useMike Barcroft2001-08-301-7/+12
* o Fix some checks on snprintf(3) to prevent miscalculations.Mike Barcroft2001-08-291-4/+8
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-295-51/+4
* In get_string(), 0-terminate the contents of buf ``just in case'';Joerg Wunsch2001-08-281-0/+1
* -a is not an options (sic).Dima Dorfman2001-08-281-1/+1
* Mention what an asterisk means in the -i display.Dima Dorfman2001-08-281-0/+4
* Remove MAP_INHERIT flag from mmaps.Matthew Dillon2001-08-254-11/+11
* ``recognized -> recognize'' where appropriate.Dima Dorfman2001-08-231-2/+2
* Fix my previous snprintf() patches (which were largely no-ops).Brian Somers2001-08-232-9/+11
* Add myself.Pete Fritchman2001-08-221-0/+1
* Take maintainership of whois(1).Mike Barcroft2001-08-211-0/+2
* Update -v documentation to match reality.Ruslan Ermilov2001-08-211-4/+3
* Revert to version 1.16 which was more correct than either of my attempts.Brian Somers2001-08-211-4/+4
* Display a better error message when snprintf() returns < 0Brian Somers2001-08-211-1/+5
* Handle overflows from snprintf(), not just returns of < 0Brian Somers2001-08-211-5/+5
* Remove unnecessary casts.Brian Somers2001-08-211-4/+4
* Handle snprintf() returning -1.Brian Somers2001-08-204-18/+32
* Very minor stylistic nit.Mark Murray2001-08-201-2/+1
* Code merge and diff reduction between this and crypto telnet.Mark Murray2001-08-2014-567/+252
* Don't misuse the return from snprintf.Brian Somers2001-08-201-5/+7
* Don't overflow a buffer from command line arguments.Kris Kennaway2001-08-201-2/+6
* Part II of libss retirement: zap mk_cmds too.Kris Kennaway2001-08-209-552/+0
* Remove a blank line that snuck in with the previous commit.Dag-Erling Smørgrav2001-08-181-1/+1
* Correct path (../crypto, not ../../crypto)Peter Wemm2001-08-181-1/+1
* Add some comments.Dag-Erling Smørgrav2001-08-171-3/+26
* Use a build-tool to create the .mgc files.David E. O'Brien2001-08-171-5/+11
* add an entry about myselfMax Khon2001-08-171-0/+1
* Print a space between the function name and line number.Mike Heffner2001-08-161-1/+1
* Add $FreeBSD$Mike Heffner2001-08-167-0/+25
* * Update author's e-mail address.Sheldon Hearn2001-08-161-2/+2
* Use the .Cm macro to mark up the modifiers of the -s flag's size argument.Sheldon Hearn2001-08-161-9/+10
* Fix usage message, the executable is optional.Mike Heffner2001-08-152-2/+2
* Substitute ARGSTR in-place.Ruslan Ermilov2001-08-151-4/+3
* Fixed the usage() string.Ruslan Ermilov2001-08-151-1/+3