| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't redefine Makefile choices which come correct from bsd.*.mk | 2018-07-25 | 1 | -4/+1 | |
| | | | | | ok markus | ||||
| * | group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL | 2018-01-08 | 1 | -3/+3 | |
| | | | | | ok djm@ | ||||
| * | move subprocess() so scp/sftp do not need uidswap.o; ok djm@ | 2018-01-08 | 1 | -2/+2 | |
| | | |||||
| * | ssh/lib hasn't worked towards our code-sharing goals for a quit while, | 2017-12-10 | 1 | -3/+5 | |
| | | | | | | | | | | perhaps it is too verbose? Change each */Makefile to specifying exactly what sources that program requires, compiling it seperate. Maybe we'll iterate by sorting those into seperatable chunks, splitting up files which contain common code + server/client specific code, or whatnot. But this isn't one step, or we'd have done it a long time ago.. ok dtucker markus djm | ||||
| * | zap redundant Makefile variables. | 2017-07-10 | 1 | -2/+1 | |
| | | | | | okay djm@ | ||||
| * | add missing library dependencies | 2013-07-02 | 1 | -1/+2 | |
| | | |||||
| * | introduce sftp extension methods statvfs@openssh.com and | 2008-04-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | fstatvfs@openssh.com that implement statvfs(2)-like operations, based on a patch from miklos AT szeredi.hu (bz#1399) also add a "df" command to the sftp client that uses the statvfs@openssh.com to produce a df(1)-like display of filesystem space and inode utilisation ok markus@ | ||||
| * | Move Buffer bignum functions into their own file, bufbn.c. This means that | 2006-04-18 | 1 | -3/+2 | |
| | | | | | | 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@ | ||||
| * | command editing and history support via libedit; ok markus@ | 2004-11-05 | 1 | -3/+2 | |
| | | | | | thanks to hshoexer@ and many testers on tech@ too | ||||
| * | sftp.c and sftp-int.c, together at last; ok markus@ | 2004-02-17 | 1 | -2/+2 | |
| | | |||||
| * | move progressmeter.c to libssh; ok djm/fgs@ | 2003-01-12 | 1 | -3/+2 | |
| | | |||||
| * | sftp progress meter support. | 2003-01-10 | 1 | -2/+3 | |
| | | | | | | original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok. | ||||
| * | Move colon() and cleanhost() to misc.c where I should I have put it in | 2001-05-03 | 1 | -2/+2 | |
| | | | | | the first place | ||||
| * | IPv6 support for sftp (which I bungled in my last patch) which is | 2001-04-16 | 1 | -2/+2 | |
| | | | | | borrowed from scp.c. Thanks to Markus@ for pointing it out. | ||||
| * | sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@ | 2001-03-13 | 1 | -2/+2 | |
| | | |||||
| * | log*.c -> log.c | 2001-03-03 | 1 | -2/+2 | |
| | | |||||
| * | Basic interactive sftp client; ok theo@ | 2001-02-04 | 1 | -0/+19 | |
