Age | Commit message (Expand) | Author |
2002-02-28 | All the -m options were not being displayed, use .Oo and .Oc to | Todd C. Miller |
2002-02-28 | log user not allowed details, from dwd@bell-labs.com; ok markus@ | Kevin Steves |
2002-02-28 | -u0 DNS for user@host | Kevin Steves |
2002-02-28 | DenyUsers allows user@host pattern also | Kevin Steves |
2002-02-28 | delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers | Kevin Steves |
2002-02-28 | another bug | Todd C. Miller |
2002-02-28 | add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@ | Markus Friedl |
2002-02-28 | add some const EVP_MD for openssl-0.9.7 | Markus Friedl |
2002-02-28 | Fix size parameter to memmove() (off by one) introduced in last commit. | Todd C. Miller |
2002-02-28 | strcpy() does not guarantee to handle overlapping copies, use memmove() instead. | Todd C. Miller |
2002-02-28 | This is the 4.4BSD deroff, now freed by Caldera. | Todd C. Miller |
2002-02-27 | remove unneeded casts in [gs]etsockopt(); ok markus@ | Kevin Steves |
2002-02-27 | ANSI decls. okay millert@ | Marc Espie |
2002-02-26 | use socklen_t | Kevin Steves |
2002-02-26 | no, look closely. the comma was highlighted. split .Ic even more | Theo de Raadt |
2002-02-26 | > Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org | mouring |
2002-02-26 | Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org | Theo de Raadt |
2002-02-26 | close PR 2311 | Marc Espie |
2002-02-26 | KNF; from Dennis Schwarz <denniss@hoofbite.net>; closes pr#2432 | Todd T. Fries |
2002-02-26 | keep undo records in the BUFFER structures insteda of having a huge list. | Vincent Labrecque |
2002-02-25 | more u_* fixes | Markus Friedl |
2002-02-25 | use mktemp, don't bother with creating a directory when only one tmp file is | Peter Valchev |
2002-02-25 | mark getc uses with regard to int and EOF | Theo de Raadt |
2002-02-25 | getchar returns an int | Theo de Raadt |
2002-02-24 | disable Nagle in connect_to() and channel_post_port_listener() (port | Kevin Steves |
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl |
2002-02-24 | typo in comment | Markus Friedl |
2002-02-24 | make 'cp' unsigned and merge with 'ucp'; ok stevesk@ | Markus Friedl |
2002-02-24 | early close(), missing free; ok stevesk@ | Markus Friedl |
2002-02-24 | use u_char* here; ok markus@ | Kevin Steves |
2002-02-24 | bad doug, bad bad bad doug; zyrnix@users.sourceforge.net | Theo de Raadt |
2002-02-24 | getchar(3) returns an int, not a char | Peter Valchev |
2002-02-23 | more cleaning | Theo de Raadt |
2002-02-23 | -Wall; zyrnix@users.sourceforge.net | Theo de Raadt |
2002-02-23 | don't allow garbage after payload. | Markus Friedl |
2002-02-23 | No more POOL_EXPOSE. | Artur Grabowski |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt |
2002-02-22 | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | Markus Friedl |
2002-02-22 | if 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-21 | KNF | Theo de Raadt |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt |
2002-02-21 | document undo | Theo 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-21 | remove a wrapper around getenv() | Theo de Raadt |
2002-02-21 | always define CHARMASK | Theo de Raadt |
2002-02-21 | ^Xu is also an undo char | Theo de Raadt |
2002-02-21 | Typo and... | Vincent Labrecque |
2002-02-21 | It seems you need to have hacked mg at some point to be considered a | Daniel Hartmeier |