Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-25 | USD doc for bc(1) using the Caldera license. | Otto Moerbeek | |
ok deraadt@ | |||
2003-09-25 | Makefile for bc(1). | Otto Moerbeek | |
ok deraadt@ | |||
2003-09-25 | bc.library and bc.1 manual page using the Caldera license. | Otto Moerbeek | |
ok deraadt@ | |||
2003-09-25 | A new, BSD licensed implementation of bc(1). | Otto Moerbeek | |
ok deraadt@ | |||
2003-09-25 | - indent and literal for examples | Jason McIntyre | |
- sort FILES - .Xr weekly 8 | |||
2003-09-25 | - clarify "put" and "get" commands. This is based on a FreeBSD PR submitted | Jason McIntyre | |
by Gary W. Swearingen and fixed by Simon L. Nielsen in rev. 1.15; - some other small clarifications to the man page - sync usage()'s with the man page | |||
2003-09-25 | don't run out of bounds. fixes david's crash during regress. | Ted Unangst | |
ok david deraadt millert | |||
2003-09-24 | knf | Theo de Raadt | |
2003-09-24 | fix automatic connection which is supposed to be done in put command; | Theo de Raadt | |
found by jmc, fixed by me | |||
2003-09-23 | move client only agent code to clientloop.c | Markus Friedl | |
2003-09-23 | don't print trailing \0; bug #709; Robert.Dahlem@siemens.com | Markus Friedl | |
ok millert/deraadt@ | |||
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus 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-22 | Fix read beyond end of buffer, found by mallocguard. ok deraadt@ espie@ | Dale Rahn | |
2003-09-22 | canonical realloc | Vincent Labrecque | |
ok tedu henning | |||
2003-09-22 | fix leak on realloc failure | Vincent Labrecque | |
ok henning tedu | |||
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat | |
2003-09-22 | Kill warnings. Add a note saying the current paper describes the | Otto Moerbeek | |
historical implementation, not the current one. At some point in time, I'll try to describe the current implementation. ok jmc@ | |||
2003-09-22 | Typo. | Otto Moerbeek | |
2003-09-22 | Make registers contain zero initially. Needed for new bc(1) and original dc(1) | Otto Moerbeek | |
compatible. | |||
2003-09-22 | remove my (incorrect) BUGS addition; | Jason McIntyre | |
from tholo@ | |||
2003-09-22 | tweaks; | Jason McIntyre | |
ok otto@ | |||
2003-09-21 | Replace err(1, "") with err(1, NULL) to avoid a warning; Andrey Matveev | Todd C. Miller | |
2003-09-20 | Implement 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-20 | Remove bogus comment. | Otto Moerbeek | |
2003-09-19 | do not += snprintf; andrushock@korovino.net | Theo de Raadt | |
2003-09-19 | spaces | Theo de Raadt | |
2003-09-19 | blanks | Theo de Raadt | |
2003-09-19 | Add missing copyright. | Otto Moerbeek | |
2003-09-19 | spaces | Theo de Raadt | |
2003-09-19 | Original USD.doc from 4.4 BSD, using the Caldera license. Needs cleanup. | Otto Moerbeek | |
ok toby@ deraadt@ | |||
2003-09-19 | Man page based on 4.4 BSD man page, using the Caldera license. | Otto Moerbeek | |
ok toby@ deraadt@ | |||
2003-09-19 | A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines. | Otto Moerbeek | |
ok toby@ deraadt@ | |||
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 | |
ok millert, fgs, henning, deraadt | |||
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 | |