Age | Commit message (Expand) | Author |
1999-12-01 | move skey-auth from auth-passwd.c to auth-skey.c, same for krb4 | Markus Friedl |
1999-12-01 | typo | Markus Friedl |
1999-12-01 | easier to read client code for passwd and skey auth | Markus Friedl |
1999-12-01 | turn of checkhostip for proxy connects, since we don't know the remote ip | Markus Friedl |
1999-12-01 | ports are u_short | Markus Friedl |
1999-11-30 | Recognizes comments while parsing macros arguments, as every other | Marc Espie |
1999-11-30 | Clean up comment/quote recognition a little bit: | Marc Espie |
1999-11-30 | Using mkstemp to create permanent files is possible, but then | Marc Espie |
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller |
1999-11-28 | update to ncurses-5.0-19991127 | Todd C. Miller |
1999-11-28 | Check for size change as well as change in time. Scripted changes | Hakan Olsson |
1999-11-26 | socks support that should have gotten committed with the whois.c socks changes | Todd C. Miller |
1999-11-26 | o Update README files etc. from nvi-1.79 so they have the correct info | Todd C. Miller |
1999-11-26 | Make two variables that ought not to be static be auto. | Todd C. Miller |
1999-11-25 | fix type | Theo de Raadt |
1999-11-25 | Check for our tzfile(5) magic. | Paul Janzen |
1999-11-25 | Parse dates only before the first <tab> character; otherwise, weekly events | Paul Janzen |
1999-11-25 | From espie@openbsd.org: | Todd C. Miller |
1999-11-25 | Pull in latest files from the sudo cvs tree. We now wrap scripts with | Todd C. Miller |
1999-11-24 | progress meter overflow fix from damien@ibs.com.au | Markus Friedl |
1999-11-24 | remove dead #ifdef-0-code | Markus Friedl |
1999-11-24 | it's not an error() if shutdown_write failes in nchan. | Markus Friedl |
1999-11-24 | strcasecmp instead of tolower | Markus Friedl |
1999-11-24 | postpone fork_after_authentication until command execution, | Markus Friedl |
1999-11-24 | fix packet_integrity_check() for !have_hostname_in_open. | Markus Friedl |
1999-11-24 | set SO_REUSEADDR and SO_LINGER for forwarded ports. | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | missing copyright | Markus Friedl |
1999-11-24 | SSH_ASKPASS support | Markus Friedl |
1999-11-24 | We won't have the tickets in shared memory, remove dead code | Artur Grabowski |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-22 | tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE | Markus Friedl |
1999-11-22 | syslog changes: | Markus Friedl |
1999-11-22 | -V, for fallback to openssh in SSH2 compatibility mode | Markus Friedl |
1999-11-21 | don't create ~/.ssh only if the user wants to store the private key there. | Markus Friedl |
1999-11-20 | fix sigchld race; cjc5@po.cwru.edu | Theo de Raadt |
1999-11-20 | replace xstrdup+strcat with strlcat+fixed buffer, fixes OF (bad me) | Markus Friedl |
1999-11-20 | Optimization: cache the hashed value to avoid negative comparisons. | Marc Espie |
1999-11-20 | typos; green@freebsd | Theo de Raadt |
1999-11-20 | overflow, djm@mindrot.org | Markus Friedl |
1999-11-20 | /usr/bin/trail -> /usr/bin/tail, as suggested by rohee@ | Dug Song |
1999-11-19 | remove unused index (-Wall) | Markus Friedl |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl |
1999-11-19 | make this compile, bad markus | Theo de Raadt |
1999-11-19 | blank line | Theo de Raadt |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl |
1999-11-19 | bugfix: loglevels are per host in clientconfig, | Markus Friedl |
1999-11-19 | only one 'extern char *__progname' | Markus Friedl |
1999-11-19 | document SIGHUP, -Q to synopsis | Markus Friedl |