summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp-glob.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update sftp client and server to new buffer API.djm2015-01-141-2/+2
* Include stdlib.h for free() as per the man page.dtucker2013-11-081-1/+2
* use calloc for all structure allocations; from markus@djm2013-11-081-2/+2
* bye, bye xfree(); ok markus@djm2013-05-171-3/+3
* silence error spam for "ls */foo" in directory with files; bz#1683djm2011-10-041-3/+3
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-4/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* buffer.h only needed in sftp-common.h and remove some unneededstevesk2006-07-101-4/+1
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* move #include <sys/stat.h> out of includes.h; ok markus@stevesk2006-02-201-1/+4
* move #include <dirent.h> out of includes.h; ok markus@stevesk2006-02-081-1/+2
* Remove useless headers; ok deraadt@djm2004-02-171-2/+4
* switch to license.template for code written by me (belated, I know...)djm2004-02-171-20/+12
* support for short/long listings and globbing in "ls"; ok markus@djm2002-09-111-20/+1
* patch memory leaks; grendel@zeitbombe.orgderaadt2002-07-041-2/+4
* minor KNFderaadt2002-06-301-5/+5
* API cleanup and backwards compat for filexfer v.0 servers; ok markus@djm2002-02-131-12/+9
* basic KNF done while i was looking for something elsederaadt2001-12-191-12/+12
* delete spurious #includes; ok deraadt@ markus@stevesk2001-07-141-5/+1
* Directly cast to the right type. Ok markus@espie2001-07-051-5/+5
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-7/+13
* some unused variable and typos; from tomh@po.crl.go.jpmarkus2001-04-151-2/+2
* fix whitespace: unexpand + trailing spaces.markus2001-04-051-4/+4
* free() -> xfree()stevesk2001-04-031-2/+2
* Revise globbing for get/put to be more shell-like. In particular,djm2001-03-161-3/+3
* sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@djm2001-03-131-0/+146