Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-18 | Move Buffer bignum functions into their own file, bufbn.c. This means that | Darren Tucker | |
sftp and sftp-server (which use the Buffer functions in bufaux.c but not the bignum ones) no longer need to be linked with libcrypto. ok markus@ | |||
2004-11-05 | command editing and history support via libedit; ok markus@ | Damien Miller | |
thanks to hshoexer@ and many testers on tech@ too | |||
2004-02-17 | sftp.c and sftp-int.c, together at last; ok markus@ | Damien Miller | |
2003-01-12 | move progressmeter.c to libssh; ok djm/fgs@ | Markus Friedl | |
2003-01-10 | sftp progress meter support. | Federico G. Schwindt | |
original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok. | |||
2001-05-03 | Move colon() and cleanhost() to misc.c where I should I have put it in | mouring | |
the first place | |||
2001-04-16 | IPv6 support for sftp (which I bungled in my last patch) which is | mouring | |
borrowed from scp.c. Thanks to Markus@ for pointing it out. | |||
2001-03-13 | sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@ | Damien Miller | |
2001-03-03 | log*.c -> log.c | Markus Friedl | |
2001-02-04 | Basic interactive sftp client; ok theo@ | Damien Miller | |