Age | Commit message (Expand) | Author |
2003-02-16 | fix permitrootlogin forced-commands-only for privsep; bux #387; ok provos@ | Markus Friedl |
2003-02-16 | split kex into client and server code, no need to link | Markus Friedl |
2003-02-12 | replace crc32.c with a BSD licensed version; noted by David Turner | Markus Friedl |
2003-02-12 | merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@ | Markus Friedl |
2003-02-10 | xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490 | Markus Friedl |
2003-02-06 | undo broken fix for #387, fixes #486 | Markus Friedl |
2003-02-06 | fix races in rename/symlink; from Tony Finch; ok djm@ | Markus Friedl |
2003-02-06 | support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@ | Markus Friedl |
2003-02-06 | missing call to setproctitle() after authentication; ok provos@ | Markus Friedl |
2003-02-05 | simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@ | Markus Friedl |
2003-02-04 | skey/bsdauth: use 0 to indicate failure instead of -1, because | Markus Friedl |
2003-02-04 | better debug3 message | Markus Friedl |
2003-02-03 | don't call error() for readonly /dev; from soekris list; ok mcbride, | Markus Friedl |
2003-02-02 | add support for key exchange guesses; based on work by | Markus Friedl |
2003-02-02 | call okname() only when using system(3) for remote-remote copy; | Markus Friedl |
2003-01-31 | typos; | Jason McIntyre |
2003-01-28 | remove example not pertinent with -1 addition; ok markus@ | Kevin Steves |
2003-01-28 | document -l; pekkas@netcore.fi | Markus Friedl |
2003-01-27 | more specific error message when /var/empty has wrong permissions; | Markus Friedl |
2003-01-23 | scp -12; Sam Smith and others; ok provos@, deraadt@ | Markus Friedl |
2003-01-23 | bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@ | Markus Friedl |
2003-01-23 | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | Markus Friedl |
2003-01-23 | typos; | Jason McIntyre |
2003-01-23 | Don't log TIS auth response; "get rid of it" - markus@ | Damien Miller |
2003-01-21 | Add a -t life option to ssh-agent that set the default lifetime. | Marco S Hyman |
2003-01-16 | explicitly use first glob result | Damien Miller |
2003-01-14 | Don't try to upload or download non-regular files. Report from | Damien Miller |
2003-01-13 | make cmds[] array static to avoid conflict with BSDI libc. | Damien Miller |
2003-01-12 | move progressmeter.c to libssh; ok djm/fgs@ | Markus Friedl |
2003-01-12 | allow WARNINGS=yes; ok djm@ | Markus Friedl |
2003-01-11 | set fatal_cleanups to NULL in fatal_remove_all_cleanups(); dtucker@zip.com.au | Markus Friedl |
2003-01-10 | typo; from Nils Nordman <nino at nforced dot com>. | Federico G. Schwindt |
2003-01-10 | hush socket() errors, except last. Fixes mindrot bug #408; ok markus@ | Damien Miller |
2003-01-10 | Don't ftruncate after write error, creating sparse files of incorrect length | Damien Miller |
2003-01-10 | Simplify and avoid redundancy in packet send and receive function; ok fgs@ | Damien Miller |
2003-01-10 | sftp progress meter support. | Federico G. Schwindt |
2003-01-08 | Cleanup error handling for batchmode | Damien Miller |
2003-01-07 | add version; from Nils Nordman <nino at nforced dot com> via markus@. | Federico G. Schwindt |
2003-01-06 | Fix "get -p" download to not add user-write perm. mindrot bug #426 reported | Damien Miller |
2003-01-01 | move big output buffer messages to debug2 | Markus Friedl |
2002-12-19 | s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@ | Damien Miller |
2002-12-13 | 1) include stalling time in total time | Markus Friedl |
2002-12-13 | cleanup debug messages, more useful information for the client user. | Markus Friedl |
2002-12-10 | static | Markus Friedl |
2002-12-10 | move tos handling to packet_set_tos; ok provos/henning/deraadt | Markus Friedl |
2002-12-10 | Make sure $SHELL points to the shell from the password file, even if shell | Markus Friedl |
2002-12-09 | Avoid setting optind to 0 as GNU getopt treats that like we do optreset. | Todd C. Miller |
2002-12-06 | Fix cut'n'paste error, spotted by matthias.riese@b-novative.de; ok deraadt@ | Damien Miller |
2002-12-05 | use roundup() similar to rcp/util.c and avoid problems with strange | Markus Friedl |
2002-12-04 | remove xauth entries before add; PR 2994 from janjaap@stack.nl. | Kevin Steves |