summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)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
2003-09-19commands.c: add `o' and `S' to internal help, sort optionsJason McIntyre
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
2003-09-18if length is 1, don't try to null memory that doesn't belong to us.Federico G. Schwindt
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
2003-09-18 - move `-d' to comparison options, rather then output optionsJason McIntyre
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
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
2003-09-07escape `.' to avoid a double space;Jason McIntyre
2003-09-07 - add -P to SYNOPSISJason McIntyre
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
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
2003-09-05document -w timeout; from cedric@Jason McIntyre
2003-09-05correct an .Sx;Jason McIntyre
2003-09-05- add gzcat to SYNOPSIS and DESCRIPTIONJason McIntyre
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
2003-09-05fp leak. from Patrick Latifi. ok beck@ deraadt@Ted Unangst
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-04fix crash and add new icmpnames. based on pr3439. some input fgsch@.Ted Unangst
2003-09-04escape in the wrong place;Jason McIntyre
2003-09-04baud rate capability is `br', not `ba';Jason McIntyre
2003-09-04millert's sup fix, tested here on client and server.Bob Beck
2003-09-04typo; aldo@nullcube.comTheo de Raadt
2003-09-03some extra markup and correct synopsisAnil Madhavapeddy
2003-09-03use .Bk/.Ek; remove a .Tn;Jason McIntyre
2003-09-03- sync SYNOPSIS with usage()Jason McIntyre
2003-09-02switch to dynamic fd_set and poll. patch entirely from millert@.Daniel Hartmeier
2003-09-02escape punctuation;Jason McIntyre