summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2002-02-24typo in commentMarkus Friedl
2002-02-24make 'cp' unsigned and merge with 'ucp'; ok stevesk@Markus Friedl
2002-02-24early close(), missing free; ok stevesk@Markus Friedl
2002-02-24use u_char* here; ok markus@Kevin Steves
2002-02-24bad doug, bad bad bad doug; zyrnix@users.sourceforge.netTheo de Raadt
2002-02-24getchar(3) returns an int, not a charPeter Valchev
2002-02-23more cleaningTheo de Raadt
2002-02-23-Wall; zyrnix@users.sourceforge.netTheo de Raadt
2002-02-23don't allow garbage after payload.Markus Friedl
2002-02-23No more POOL_EXPOSE.Artur Grabowski
2002-02-22include a siginfo_t with ktrace PSIG information, so that kdump can printTheo de Raadt
2002-02-22overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@Markus Friedl
2002-02-22if file mode known, try to avoid a race.. i think. millert spotted a bug in ...Theo de Raadt
2002-02-21 "rephrase" the loop's condition, gets rid of an ugly operation.Vincent Labrecque
2002-02-21KNFTheo de Raadt
2002-02-21use sizeof w/ defines; niklas@ millert@ ok.Federico G. Schwindt
2002-02-21document undoTheo de Raadt
2002-02-21 Save undo records for newline insertions.Vincent Labrecque
2002-02-21 Don't ignore the argument to undo. (makes ^U work)Vincent Labrecque
2002-02-21remove a wrapper around getenv()Theo de Raadt
2002-02-21always define CHARMASKTheo de Raadt
2002-02-21^Xu is also an undo charTheo de Raadt
2002-02-21 Typo and...Vincent Labrecque
2002-02-21It seems you need to have hacked mg at some point to be considered aDaniel Hartmeier