summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-03-06compat.cMarkus Friedl
2002-03-06undoMarkus Friedl
2002-03-06compat.cMarkus Friedl
2002-03-05 Fix a ridiculous bug I introduced in the buffer code. Free the undo recordsVincent Labrecque
2002-03-05patch(1) is now free, thanks Larry!Niklas Hallqvist
2002-03-05and -ldes here tooTheo de Raadt
2002-03-05and a -ldesTheo de Raadt
2002-03-05more -ldesTheo de Raadt
2002-03-04off by one; thanks to joost@pine.nlMarkus Friedl
2002-03-04handle connection close during read of protocol version string.Kevin Steves
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
2002-03-04error-> debug, because O_NONBLOCK for /dev/null causes too many different err...Markus Friedl
2002-03-04unused includeMarkus Friedl
2002-03-02correct copyright dates for scp license; ok markus@Kevin Steves
2002-03-02Accept deroff's -m flags too.Todd C. Miller
2002-03-02No more writable strings in -b mode.Todd C. Miller
2002-03-02Kill JOB_REMIGRATE.Marc Espie
2002-03-02kill #ifdef REMOTE stuff that only obfuscates issues.Marc Espie
2002-03-01Sort -df, not sort -fTodd C. Miller
2002-03-01spell command from 4.4BSD, now freed by Caldera.Todd C. Miller
2002-03-01disable undo until it is fixed to be (1) correct and (2) not crash like it do...Theo de Raadt
2002-03-01undo the 'delay hostname lookup' changeMarkus Friedl
2002-03-01Fix an err() that should really be errx()Todd C. Miller
2002-02-28change the text following the preprocessor directives '#else' andDan Harnett
2002-02-28All the -m options were not being displayed, use .Oo and .Oc toTodd C. Miller
2002-02-28log user not allowed details, from dwd@bell-labs.com; ok markus@Kevin Steves
2002-02-28-u0 DNS for user@hostKevin Steves
2002-02-28DenyUsers allows user@host pattern alsoKevin Steves
2002-02-28delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsersKevin Steves
2002-02-28another bugTodd C. Miller
2002-02-28add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@Markus Friedl
2002-02-28add some const EVP_MD for openssl-0.9.7Markus Friedl
2002-02-28Fix size parameter to memmove() (off by one) introduced in last commit.Todd C. Miller
2002-02-28strcpy() does not guarantee to handle overlapping copies, use memmove() instead.Todd C. Miller
2002-02-28This is the 4.4BSD deroff, now freed by Caldera.Todd C. Miller
2002-02-27remove unneeded casts in [gs]etsockopt(); ok markus@Kevin Steves
2002-02-27ANSI decls. okay millert@Marc Espie
2002-02-26use socklen_tKevin Steves
2002-02-26no, look closely. the comma was highlighted. split .Ic even moreTheo de Raadt
2002-02-26> Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.orgmouring
2002-02-26Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.orgTheo de Raadt
2002-02-26close PR 2311Marc Espie
2002-02-26KNF; from Dennis Schwarz <denniss@hoofbite.net>; closes pr#2432Todd T. Fries
2002-02-26keep undo records in the BUFFER structures insteda of having a huge list.Vincent Labrecque
2002-02-25more u_* fixesMarkus Friedl
2002-02-25use mktemp, don't bother with creating a directory when only one tmp file isPeter Valchev
2002-02-25mark getc uses with regard to int and EOFTheo de Raadt
2002-02-25getchar returns an intTheo de Raadt
2002-02-24disable Nagle in connect_to() and channel_post_port_listener() (portKevin Steves
2002-02-24signed vs. unsigned: make size arguments u_int, ok stevesk@Markus Friedl