summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-09-24fix automatic connection which is supposed to be done in put command;Theo de Raadt
found by jmc, fixed by me
2003-09-23move client only agent code to clientloop.cMarkus Friedl
2003-09-23don't print trailing \0; bug #709; Robert.Dahlem@siemens.comMarkus Friedl
ok millert/deraadt@
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@
2003-09-22Fix read beyond end of buffer, found by mallocguard. ok deraadt@ espie@Dale Rahn
2003-09-22canonical reallocVincent Labrecque
ok tedu henning
2003-09-22fix leak on realloc failureVincent Labrecque
ok henning tedu
2003-09-22Off-by-ones, from aaron@Miod Vallat
2003-09-22Kill warnings. Add a note saying the current paper describes theOtto Moerbeek
historical implementation, not the current one. At some point in time, I'll try to describe the current implementation. ok jmc@
2003-09-22Typo.Otto Moerbeek
2003-09-22Make registers contain zero initially. Needed for new bc(1) and original dc(1)Otto Moerbeek
compatible.
2003-09-22remove my (incorrect) BUGS addition;Jason McIntyre
from tholo@
2003-09-22tweaks;Jason McIntyre
ok otto@
2003-09-21Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey MatveevTodd C. Miller
2003-09-20Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote.Todd C. Miller
Based on PR 3411 from Matthew Gream Also document "tandem" variable (XON/XOFF) in tip man page.
2003-09-20Remove bogus comment.Otto Moerbeek
2003-09-19do not += snprintf; andrushock@korovino.netTheo de Raadt
2003-09-19spacesTheo de Raadt
2003-09-19blanksTheo de Raadt
2003-09-19Add missing copyright.Otto Moerbeek
2003-09-19spacesTheo de Raadt
2003-09-19Original USD.doc from 4.4 BSD, using the Caldera license. Needs cleanup.Otto Moerbeek
ok toby@ deraadt@
2003-09-19Man page based on 4.4 BSD man page, using the Caldera license.Otto Moerbeek
ok toby@ deraadt@
2003-09-19A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines.Otto Moerbeek
ok toby@ deraadt@
2003-09-19remove fatal callbacks from client code; ok deraadtMarkus Friedl
2003-09-19error handling for remote-remote copy; #638; report Harald Koenig;Markus Friedl
ok millert, fgs, henning, deraadt
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