Age | Commit message (Expand) | Author |
2001-02-14 | Fix and document 'preserve modes & times' option ('-p' flag in sftp); | Damien Miller |
2001-02-13 | setproctitle(user) only if getpwnam succeeds | Markus Friedl |
2001-02-13 | clear select masks on EINTR, noticed by itojun@ | Markus Friedl |
2001-02-12 | missing memset; from solar@openwall.com | Markus Friedl |
2001-02-12 | deal with EAGAIN/EINTR selects which were skipped | Theo de Raadt |
2001-02-12 | lumask now works with 1 numeric arg; ok markus@, djm@ | Kevin Steves |
2001-02-12 | PermitRootLogin={yes,without-password,forced-commands-only,no} | Markus Friedl |
2001-02-12 | fix xmalloc(0), ok dugsong@ | Markus Friedl |
2001-02-11 | typos and small cleanup; ok deraadt@ | Kevin Steves |
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl |
2001-02-10 | add xref Ciphers to -c | Markus Friedl |
2001-02-10 | remove mapping of argv[0] -> hostname; ok markus@ | Kevin Steves |
2001-02-10 | fix memory leak; ok markus@ | Dan Harnett |
2001-02-10 | offer passwd before s/key | Markus Friedl |
2001-02-10 | don't call vis() for \r | Markus Friedl |
2001-02-10 | remove some lines | Markus Friedl |
2001-02-10 | remove mapping of argv[0] -> hostname | Markus Friedl |
2001-02-10 | add debug message, since sshd blocks here if DNS is not available | Markus Friedl |
2001-02-10 | Mention that you can quote pathnames with spaces in them | Damien Miller |
2001-02-10 | check correct char in getput flags | Damien Miller |
2001-02-10 | typo; ok Niels | Damien Miller |
2001-02-10 | revert a small change to allow -r option to work again; ok deraadt@ | Dan Harnett |
2001-02-09 | correct AllowGroups and AllowUsers description; jmd@foozle.turbogeek.org | Theo de Raadt |
2001-02-09 | correct default ciphers | Niels Provos |
2001-02-09 | partial success: debug->log; "Permission denied" if no more auth methods | Markus Friedl |
2001-02-09 | reset options if no option is given; from han.holl@prismant.nl | Markus Friedl |
2001-02-09 | do not free twice, thanks to /etc/malloc.conf | Markus Friedl |
2001-02-09 | Check for NULL attribs for chown, chmod & chgrp operations, only send | Damien Miller |
2001-02-09 | do not assume malloc() returns zero-filled region. found by malloc.conf=AJ. | Jun-ichiro itojun Hagino |
2001-02-08 | mitigate SSH1 traffic analysis - from Solar Designer <solar@openwall.com>, ok... | Dug Song |
2001-02-08 | remove last call to sprintf; ok deraadt@ | Markus Friedl |
2001-02-08 | don't connect if batch_mode is true and stricthostkeychecking set to 'ask' | Markus Friedl |
2001-02-08 | _PATH_LS; ok markus@ | Kevin Steves |
2001-02-08 | nuke sprintf, ok deraadt@ | Markus Friedl |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino |
2001-02-08 | drop references to ssl(8). markus ok | Jun-ichiro itojun Hagino |
2001-02-08 | strict checking | Markus Friedl |
2001-02-08 | update to 2.3.2 | Markus Friedl |
2001-02-08 | fix typo | Markus Friedl |
2001-02-08 | typo | Kevin Steves |
2001-02-08 | %i -> %d | Kevin Steves |
2001-02-08 | plug a memory leak | Theo de Raadt |
2001-02-08 | snprintf | Theo de Raadt |
2001-02-08 | memory leak fix, and snprintf throughout | Theo de Raadt |
2001-02-08 | %.30s is too short for IPv6 numeric address. use %.128s for now. markus ok | Jun-ichiro itojun Hagino |
2001-02-08 | allow sftp over ssh protocol 1; ok djm@ | Markus Friedl |
2001-02-07 | lowercase cmds[].c also; ok markus@ | Kevin Steves |
2001-02-07 | s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com | Markus Friedl |
2001-02-07 | portable; ok markus@ | Kevin Steves |
2001-02-07 | move k_setpag() to a central place; ok dugsong@ | Markus Friedl |