summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-09-19do not call packet_close on fatal; ok deraadtMarkus Friedl
2003-09-19do not call channel_free_all on fatal; ok deraadtMarkus Friedl
2003-09-19avoid fatal_cleanup, just call exit(); ok deraadtMarkus Friedl
2003-09-19provide a ssh-agent specific fatal() function; ok deraadtMarkus Friedl
2003-09-19Replace an oops by myself - standard C library will be llib-lc.ln, notJason McIntyre
llib-lstdc.ln. Also document that we do not have this library, and add the lint libraries we have to FILES. Thanks to Thorsten Locker for his help. ok deraadt@
2003-09-19commands.c: add `o' and `S' to internal help, sort optionsJason McIntyre
top.1: sort options and SYNOPSIS add description of `o' (from Patrick Latifi) top.c: sync usage() with SYNOPSIS ok deraadt@
2003-09-19sign fix in buffer_dump; Jedi/Sector One; pr 3473Markus Friedl
2003-09-19buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471Markus Friedl
2003-09-18make this test look for spaces as well, to match other casesBob Beck
ok fgs@ ok deraadt@
2003-09-18if length is 1, don't try to null memory that doesn't belong to us.Federico G. Schwindt
found by tedu@, ok by millert@ and him.
2003-09-18A few signedness fixes for harmless situations; markus@ okMiod Vallat
2003-09-18standard C lint library lives in llib-lstdc.ln, not llib-lc.ln;Jason McIntyre
from Andreas Kahari on misc@
2003-09-18 - move `-d' to comparison options, rather then output optionsJason McIntyre
- note (again) that output options are mutually exclusive from Andy Isaacson (PR 3479)
2003-09-18more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@Markus Friedl
2003-09-18missing buffer_free(&encrypted); #662; zardoz at users.sf.netMarkus Friedl
2003-09-18protect against double free; #660; zardoz at users.sf.netMarkus Friedl
2003-09-18missing {}; bug #656; jclonguet at free.frMarkus Friedl
2003-09-16more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDUMarkus Friedl
2003-09-16do not expand buffer before attempting to reallocate it; markus okTheo de Raadt
2003-09-09sort the options in SYNOPSIS and sync usage();Jason McIntyre
2003-09-09mmap returns MAP_FAILED on failure. fixes hugh@'s crash. ok deraadt@Ted Unangst
2003-09-09add missing -o and sort options in usage();Jason McIntyre
from Andrey Matveev;
2003-09-08sync usage w/ man page; closes PR 3456 (nice number!); henning@ OKTodd C. Miller
2003-09-07Make -number be an error (similar to my change in grep.c); OK tedu@Todd C. Miller
2003-09-07Fix "grep -number" support for multi-digit numbers. At issue isTodd C. Miller
the fact that optind refers to the *next* argument to be consumed by getopt(), not the current one. This means we have to keep track of when we are working with a new argv entry by hand. OK hugh@
2003-09-07escape `.' to avoid a double space;Jason McIntyre
2003-09-07 - add -P to SYNOPSISJason McIntyre
- remove "mutually exclusive" clause - -c produces 15 *'s, not a dozen - add -a to uage() - sync usage() with SYNOPSIS ok tedu@
2003-09-07try again at -u#. ok deraadt@Ted Unangst
2003-09-07extend ascii test for more accuracy. ok deraadt@ pb@Ted Unangst
2003-09-07correct ascii file test. ok deraadt@ pb@Ted Unangst
2003-09-06restore undocumented -u# support for the old schoolers. :)Ted Unangst
noticed by itojun@, ok deraadt@
2003-09-05KNF nit pointed out by theoHenning Brauer
2003-09-05dont error out when the input file is a symlink AND output goes to stdoutHenning Brauer
inspired by PR3409, ckuethe@ualberta.ca, tho fixed differently matches gnu gzip behaviour ok millert@ tedu@ deraadt@
2003-09-05document -w timeout; from cedric@Jason McIntyre
ok deraadt@
2003-09-05correct an .Sx;Jason McIntyre
2003-09-05- add gzcat to SYNOPSIS and DESCRIPTIONJason McIntyre
- add -g flag to zcat in SYNOPSIS - .Nm cat -> .Xr cat 1 from myself and tedu@
2003-09-05we kind of need this new file from canacarTheo de Raadt
2003-09-05add a null compressor from canacar@ that lets gzcat work with uncompressedTed Unangst
files. also introduce SMALLness that removes null and Z compressors to save floppy space. ok deraadt@
2003-09-05fp leak. from Patrick Latifi. ok beck@ deraadt@Ted Unangst
2003-09-04put escapes in the right place;Jason McIntyre
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4;
2003-09-04fix crash and add new icmpnames. based on pr3439. some input fgsch@.Ted Unangst
ok deraadt@ fgsch@
2003-09-04escape in the wrong place;Jason McIntyre
2003-09-04baud rate capability is `br', not `ba';Jason McIntyre
from Satsuki Fujishima (PR 3408). many thanks to krw@ who did the real work :)
2003-09-04millert's sup fix, tested here on client and server.Bob Beck
committing in absentia for todd, ok beck@
2003-09-04typo; aldo@nullcube.comTheo de Raadt
2003-09-03some extra markup and correct synopsisAnil Madhavapeddy
jmc@ ok
2003-09-03use .Bk/.Ek; remove a .Tn;Jason McIntyre
2003-09-03- sync SYNOPSIS with usage()Jason McIntyre
- use -width and -offset for lists - some macro cleanup
2003-09-02switch to dynamic fd_set and poll. patch entirely from millert@.Daniel Hartmeier
ok deraadt@, dhartmei@
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@