Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-19 | do not call packet_close on fatal; ok deraadt | Markus Friedl | |
2003-09-19 | do not call channel_free_all on fatal; ok deraadt | Markus Friedl | |
2003-09-19 | avoid fatal_cleanup, just call exit(); ok deraadt | Markus Friedl | |
2003-09-19 | provide a ssh-agent specific fatal() function; ok deraadt | Markus Friedl | |
2003-09-19 | Replace an oops by myself - standard C library will be llib-lc.ln, not | Jason 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-19 | commands.c: add `o' and `S' to internal help, sort options | Jason McIntyre | |
top.1: sort options and SYNOPSIS add description of `o' (from Patrick Latifi) top.c: sync usage() with SYNOPSIS ok deraadt@ | |||
2003-09-19 | sign fix in buffer_dump; Jedi/Sector One; pr 3473 | Markus Friedl | |
2003-09-19 | buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471 | Markus Friedl | |
2003-09-18 | make this test look for spaces as well, to match other cases | Bob Beck | |
ok fgs@ ok deraadt@ | |||
2003-09-18 | if 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-18 | A few signedness fixes for harmless situations; markus@ ok | Miod Vallat | |
2003-09-18 | standard 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 options | Jason McIntyre | |
- note (again) that output options are mutually exclusive from Andy Isaacson (PR 3479) | |||
2003-09-18 | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ | Markus Friedl | |
2003-09-18 | missing buffer_free(&encrypted); #662; zardoz at users.sf.net | Markus Friedl | |
2003-09-18 | protect against double free; #660; zardoz at users.sf.net | Markus Friedl | |
2003-09-18 | missing {}; bug #656; jclonguet at free.fr | Markus Friedl | |
2003-09-16 | more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU | Markus Friedl | |
2003-09-16 | do not expand buffer before attempting to reallocate it; markus ok | Theo de Raadt | |
2003-09-09 | sort the options in SYNOPSIS and sync usage(); | Jason McIntyre | |
2003-09-09 | mmap returns MAP_FAILED on failure. fixes hugh@'s crash. ok deraadt@ | Ted Unangst | |
2003-09-09 | add missing -o and sort options in usage(); | Jason McIntyre | |
from Andrey Matveev; | |||
2003-09-08 | sync usage w/ man page; closes PR 3456 (nice number!); henning@ OK | Todd C. Miller | |
2003-09-07 | Make -number be an error (similar to my change in grep.c); OK tedu@ | Todd C. Miller | |
2003-09-07 | Fix "grep -number" support for multi-digit numbers. At issue is | Todd 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-07 | escape `.' to avoid a double space; | Jason McIntyre | |
2003-09-07 | - add -P to SYNOPSIS | Jason McIntyre | |
- remove "mutually exclusive" clause - -c produces 15 *'s, not a dozen - add -a to uage() - sync usage() with SYNOPSIS ok tedu@ | |||
2003-09-07 | try again at -u#. ok deraadt@ | Ted Unangst | |
2003-09-07 | extend ascii test for more accuracy. ok deraadt@ pb@ | Ted Unangst | |
2003-09-07 | correct ascii file test. ok deraadt@ pb@ | Ted Unangst | |
2003-09-06 | restore undocumented -u# support for the old schoolers. :) | Ted Unangst | |
noticed by itojun@, ok deraadt@ | |||
2003-09-05 | KNF nit pointed out by theo | Henning Brauer | |
2003-09-05 | dont error out when the input file is a symlink AND output goes to stdout | Henning Brauer | |
inspired by PR3409, ckuethe@ualberta.ca, tho fixed differently matches gnu gzip behaviour ok millert@ tedu@ deraadt@ | |||
2003-09-05 | document -w timeout; from cedric@ | Jason McIntyre | |
ok deraadt@ | |||
2003-09-05 | correct an .Sx; | Jason McIntyre | |
2003-09-05 | - add gzcat to SYNOPSIS and DESCRIPTION | Jason McIntyre | |
- add -g flag to zcat in SYNOPSIS - .Nm cat -> .Xr cat 1 from myself and tedu@ | |||
2003-09-05 | we kind of need this new file from canacar | Theo de Raadt | |
2003-09-05 | add a null compressor from canacar@ that lets gzcat work with uncompressed | Ted Unangst | |
files. also introduce SMALLness that removes null and Z compressors to save floppy space. ok deraadt@ | |||
2003-09-05 | fp leak. from Patrick Latifi. ok beck@ deraadt@ | Ted Unangst | |
2003-09-04 | put 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-04 | fix crash and add new icmpnames. based on pr3439. some input fgsch@. | Ted Unangst | |
ok deraadt@ fgsch@ | |||
2003-09-04 | escape in the wrong place; | Jason McIntyre | |
2003-09-04 | baud rate capability is `br', not `ba'; | Jason McIntyre | |
from Satsuki Fujishima (PR 3408). many thanks to krw@ who did the real work :) | |||
2003-09-04 | millert's sup fix, tested here on client and server. | Bob Beck | |
committing in absentia for todd, ok beck@ | |||
2003-09-04 | typo; aldo@nullcube.com | Theo de Raadt | |
2003-09-03 | some extra markup and correct synopsis | Anil Madhavapeddy | |
jmc@ ok | |||
2003-09-03 | use .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-02 | switch to dynamic fd_set and poll. patch entirely from millert@. | Daniel Hartmeier | |
ok deraadt@, dhartmei@ | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ |