Age | Commit message (Expand) | Author |
2003-09-19 | Man page based on 4.4 BSD man page, using the Caldera license. | Otto Moerbeek |
2003-09-19 | A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines. | Otto Moerbeek |
2003-09-19 | remove fatal callbacks from client code; ok deraadt | Markus Friedl |
2003-09-19 | error handling for remote-remote copy; #638; report Harald Koenig; | Markus Friedl |
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 |
2003-09-19 | commands.c: add `o' and `S' to internal help, sort options | Jason McIntyre |
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 |
2003-09-18 | if length is 1, don't try to null memory that doesn't belong to us. | Federico G. Schwindt |
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 |
2003-09-18 | - move `-d' to comparison options, rather then output options | Jason McIntyre |
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 |
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 |
2003-09-07 | escape `.' to avoid a double space; | Jason McIntyre |
2003-09-07 | - add -P to SYNOPSIS | Jason McIntyre |
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 |
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 |
2003-09-05 | document -w timeout; from cedric@ | Jason McIntyre |
2003-09-05 | correct an .Sx; | Jason McIntyre |
2003-09-05 | - add gzcat to SYNOPSIS and DESCRIPTION | Jason McIntyre |
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 |
2003-09-05 | fp leak. from Patrick Latifi. ok beck@ deraadt@ | Ted Unangst |
2003-09-04 | put escapes in the right place; | Jason McIntyre |
2003-09-04 | fix crash and add new icmpnames. based on pr3439. some input fgsch@. | Ted Unangst |
2003-09-04 | escape in the wrong place; | Jason McIntyre |
2003-09-04 | baud rate capability is `br', not `ba'; | Jason McIntyre |
2003-09-04 | millert's sup fix, tested here on client and server. | Bob Beck |
2003-09-04 | typo; aldo@nullcube.com | Theo de Raadt |
2003-09-03 | some extra markup and correct synopsis | Anil Madhavapeddy |