summaryrefslogtreecommitdiff
path: root/sftp-int.c
Commit message (Collapse)AuthorAgeFilesLines
* - djm@cvs.openbsd.org 2003/11/21 11:57:03djm2003-11-211-7/+7
| | | | | | [everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
* - jmc@cvs.openbsd.org 2003/11/08 19:17:29djm2003-11-171-2/+2
| | | | | [sftp-int.c] typos from Jonathon Gray;
* - djm@cvs.openbsd.org 2003/10/07 07:04:16dtucker2003-10-081-1/+2
| | | | | [sftp-int.c] sftp quoting fix from admorten AT umich.edu; ok markus@
* - (djm) Sync with V_3_7 branch:djm2003-09-231-0/+1
| | | | | | | | | | | - (djm) Fix SSH1 challenge kludge - (djm) Bug #671: Fix builds on OpenBSD - (djm) Bug #676: Fix PAM stack corruption - (djm) Fix bad free() in PAM code - (djm) Don't call pam_end before pam_init - (djm) Enable build with old OpenSSL again - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
* - fgsch@cvs.openbsd.org 2003/08/25 08:13:09dtucker2003-08-261-1/+3
| | | | | | [sftp-int.c] fix div by zero when listing for filename lengths longer than width. markus@ ok.
* - djm@cvs.openbsd.org 2003/07/19 00:45:53dtucker2003-07-191-16/+33
| | | | | | [sftp-int.c] fix sftp filename parsing for arguments with escaped quotes. bz #517; ok markus
* - mouring@cvs.openbsd.org 2003/05/15 03:43:59djm2003-05-151-15/+64
| | | | | | [sftp-int.c] Teach ls how to display multiple column display and allow users to return to single column format via 'ls -1'. OK @djm
* - mouring@cvs.openbsd.org 2003/05/15 03:39:07djm2003-05-151-58/+32
| | | | | [sftp-int.c] Make put/get (globed and nonglobed) code more consistant. OK djm@
* - mouring@cvs.openbsd.org 2003/04/14 21:31:27djm2003-05-141-1/+2
| | | | | | [sftp-int.c] Missing globfree(&g) in process_put() spotted by Vince Brimhall <VBrimhall@novell.com>. ok@ Theo
* - (djm) OpenBSD CVS Syncdjm2003-03-101-1/+2
| | | | | | | - markus@cvs.openbsd.org 2003/03/05 22:33:43 [channels.c monitor.c scp.c session.c sftp-client.c sftp-int.c] [sftp-server.c ssh-add.c sshconnect2.c] fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@
* 20030116djm2003-01-161-2/+2
| | | | | | | - (djm) OpenBSD CVS Sync - djm@cvs.openbsd.org 2003/01/16 03:41:55 [sftp-int.c] explicitly use first glob result
* - djm@cvs.openbsd.org 2003/01/14 10:58:00djm2003-01-141-1/+23
| | | | | | [sftp-client.c sftp-int.c] Don't try to upload or download non-regular files. Report from apoloval@pantuflo.escet.urjc.es; ok markus@
* - djm@cvs.openbsd.org 2003/01/13 11:04:04djm2003-01-141-2/+2
| | | | | [sftp-int.c] make cmds[] array static to avoid conflict with BSDI libc.
* - (djm) OpenBSD CVS Syncdjm2003-01-141-2/+2
| | | | | | - fgsch@cvs.openbsd.org 2003/01/10 23:23:24 [sftp-int.c] typo; from Nils Nordman <nino at nforced dot com>.
* - fgsch@cvs.openbsd.org 2003/01/10 08:19:07djm2003-01-101-3/+15
| | | | | | | [scp.c sftp.1 sftp.c sftp-client.c sftp-int.c] sftp progress meter support. original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
* - (djm) OpenBSD CVS Syncdjm2003-01-101-52/+80
| | | | | | | | | - djm@cvs.openbsd.org 2003/01/08 23:53:26 [sftp.1 sftp.c sftp-int.c sftp-int.h] Cleanup error handling for batchmode Allow blank lines and comments in input Ability to suppress abort on error in batchmode ("-put blah") Fixes mindrot bug #452; markus@ ok
* - deraadt@cvs.openbsd.org 2002/11/21 23:03:51mouring2002-12-231-14/+14
| | | | | | [auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c sshconnect.c] KNF
* - djm@cvs.openbsd.org 2002/09/12 00:13:06djm2002-09-121-2/+1
| | | | | [sftp-int.c] zap unused var introduced in last commit
* - djm@cvs.openbsd.org 2002/09/11 22:41:50djm2002-09-111-21/+183
| | | | | | [sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h] [sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c] support for short/long listings and globbing in "ls"; ok markus@
* - deraadt@cvs.openbsd.org 2002/06/23 09:30:14mouring2002-06-231-2/+2
| | | | | | [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c sftp.c] bunch of u_int vs int stuff
* - markus@cvs.openbsd.org 2002/03/30 18:51:15mouring2002-04-021-3/+4
| | | | | [monitor.c serverloop.c sftp-int.c sftp.c sshd.c] check waitpid for EINTR; based on patch from peter@ifm.liu.se
* - mpech@cvs.openbsd.org 2002/03/19 06:32:56mouring2002-03-221-1/+3
| | | | | | | [sftp-int.c] use xfree() after xstrdup(). markus@ ok
* - djm@cvs.openbsd.org 2002/02/13 00:59:23djm2002-02-131-58/+46
| | | | | | [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp.h] [sftp-int.c sftp-int.h] API cleanup and backwards compat for filexfer v.0 servers; ok markus@
* - djm@cvs.openbsd.org 2002/02/12 12:32:27djm2002-02-131-5/+8
| | | | | | [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Perform multiple overlapping read/write requests in file transfer. Mostly done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
* - djm@cvs.openbsd.org 2002/02/05 00:00:46djm2002-02-081-5/+12
| | | | | [sftp.1 sftp.c sftp-client.c sftp-client.h sftp-int.c] Add "-B" option to specify copy buffer length (default 32k); ok markus@
* - deraadt@cvs.openbsd.org 2001/12/19 07:18:56djm2001-12-211-10/+10
| | | | | | | | | | | | [auth1.c auth2.c auth2-chall.c auth-bsdauth.c auth.c authfile.c auth.h] [auth-krb4.c auth-rhosts.c auth-skey.c bufaux.c canohost.c channels.c] [cipher.c clientloop.c compat.c compress.c deattack.c key.c log.c mac.c] [match.c misc.c nchan.c packet.c readconf.c rijndael.c rijndael.h scard.c] [servconf.c servconf.h serverloop.c session.c sftp.c sftp-client.c] [sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c] [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config] [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c] basic KNF done while i was looking for something else
* - markus@cvs.openbsd.org 2001/08/14 09:23:02mouring2001-08-151-1/+2
| | | | | [sftp.1 sftp-int.c] "bye"; hk63a@netscape.net
* - jakob@cvs.openbsd.org 2001/07/31 12:42:50mouring2001-08-061-2/+3
| | | | | | [sftp-int.c sftp-server.c] avoid paths beginning with "//"; <vinschen@redhat.com> ok markus@
* - deraadt@cvs.openbsd.org 2001/07/09 07:04:53djm2001-07-141-3/+3
| | | | | [session.c sftp-int.c] correct type on last arg to execl(); nordin@cse.ogi.edu
* - itojun@cvs.openbsd.org 2001/06/23 15:12:20mouring2001-06-251-15/+15
| | | | | | | | | | | | | [auth1.c auth2.c auth2-chall.c authfd.c authfile.c auth-rhosts.c canohost.c channels.c cipher.c clientloop.c deattack.c dh.c hostfile.c kex.c kexdh.c kexgex.c key.c nchan.c packet.c radix.c readpass.c scp.c servconf.c serverloop.c session.c sftp.c sftp-client.c sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c sshconnect1.c sshconnect2.c sshconnect.c sshd.c ssh-keygen.c ssh-keyscan.c] more strict prototypes. raise warning level in Makefile.inc. markus ok'ed TODO; cleanup headers
* - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyukimouring2001-05-091-0/+5
| | | | <nakaji@tutrp.tut.ac.jp>
* - markus@cvs.openbsd.org 2001/04/15 08:43:47mouring2001-04-151-4/+4
| | | | | [dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c] some unused variable and typos; from tomh@po.crl.go.jp
* - mouring@cvs.openbsd.org 2001/04/12 23:17:54mouring2001-04-131-2/+22
| | | | | | | | [sftp-int.c sftp-int.h sftp.1 sftp.c] Add support for: sftp [user@]host[:file [file]] - Fetch remote file(s) sftp [user@]host[:dir[/]] - Start in remote dir/ OK deraadt@
* - djm@cvs.openbsd.org 2001/04/11 07:06:22mouring2001-04-111-1/+3
| | | | | [sftp-int.c] 'mget' and 'mput' aliases; ok markus@
* - markus@cvs.openbsd.org 2001/04/05 10:42:57mouring2001-04-051-3/+3
| | | | | | | | [auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c sshconnect2.c sshd.c] fix whitespace: unexpand + trailing spaces.
* - markus@cvs.openbsd.org 2001/03/23 13:10:57mouring2001-03-241-4/+7
| | | | | [sftp-int.c] fix put, upload to _absolute_ path, ok djm@
* - markus@cvs.openbsd.org 2001/03/16 13:44:24mouring2001-03-171-5/+6
| | | | | [sftp-int.c] discourage strcat/strcpy
* - markus@cvs.openbsd.org 2001/03/16 09:55:53mouring2001-03-171-9/+9
| | | | | [sftp-int.c] fix memset and whitespace
* - djm@cvs.openbsd.org 2001/03/16 08:16:18mouring2001-03-171-72/+216
| | | | | | [sftp-client.c sftp-client.h sftp-glob.c sftp-int.c] Revise globbing for get/put to be more shell-like. In particular, "get/put file* directory/" now works. ok markus@
* - markus@cvs.openbsd.org 2001/03/14 15:15:58mouring2001-03-141-1/+8
| | | | | [sftp-int.c] add version command
* - (djm) Add replacement glob() from OpenBSD libc if the system glob isdjm2001-03-141-2/+0
| | | | | | missing or lacks the GLOB_ALTDIRFUNC extension - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers relatively. Avoids conflict between glob.h and /usr/include/glob.h
* - djm@cvs.openbsd.org 2001/03/13 22:42:54djm2001-03-131-35/+98
| | | | | [sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c] sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
* - OpenBSD CVS Syncdjm2001-03-071-3/+26
| | | | | | | - djm@cvs.openbsd.org 2001/03/07 10:11:23 [sftp-client.c sftp-client.h sftp-int.c sftp-server.c sftp.1 sftp.c sftp.h] Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling functions and small protocol change.
* - deraadt@cvs.openbsd.org 2001/03/06 06:11:44mouring2001-03-071-13/+33
| | | | | [sftp-int.c sftp.1 sftp.c] sftp -b batchfile; mouring@etoh.eviladmin.org
* - millert@cvs.openbsd.org 2001/03/04 17:42:28mouring2001-03-051-2/+2
| | | | | | | | [authfd.c channels.c dh.c log.c readconf.c servconf.c sftp-int.c ssh.c sshconnect.c sshd.c] log functions should not be passed strings that end in newline as they get passed on to syslog() and when logging to stderr, do_log() appends its own newline.
* - (bal) CVS ID touch up on sftp-int.cmouring2001-03-051-1/+1
|
* - replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.mouring2001-02-151-1/+1
|
* - djm@cvs.openbsd.org 2001/02/14 9:46:03mouring2001-02-151-2/+3
| | | | | | [sftp-client.c sftp-int.c sftp.1] Fix and document 'preserve modes & times' option ('-p' flag in sftp); ok markus@
* - stevesk@cvs.openbsd.org 2001/02/12 20:53:33mouring2001-02-151-4/+13
| | | | | [sftp-int.c] lumask now works with 1 numeric arg; ok markus@, djm@
* CVS ID Sync w/ OpenBSDmouring2001-02-101-1/+1
|