summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-glob.c
AgeCommit message (Expand)Author
2023-09-10rename remote_glob() -> sftp_glob() to match other APIDamien Miller
2023-09-08the sftp code was one of my first contributions to OpenSSH and itDamien Miller
2022-10-24when scp(1) is using the SFTP protocol for transport (the default),Damien Miller
2022-02-25Remove the char * casts from arguments to do_lstat, do_readdir andDarren Tucker
2019-11-13stdarg.h required more broadly; ok djmTheo de Raadt
2019-10-02remove some duplicate #includesDamien Miller
2015-01-14update sftp client and server to new buffer API.Damien Miller
2013-11-08Include stdlib.h for free() as per the man page.Darren Tucker
2013-11-08use calloc for all structure allocations; from markus@Damien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2011-10-04silence error spam for "ls */foo" in directory with files; bz#1683Damien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-10buffer.h only needed in sftp-common.h and remove some unneededKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-08move #include <dirent.h> out of includes.h; ok markus@Kevin Steves
2004-02-17Remove useless headers; ok deraadt@Damien Miller
2004-02-17switch to license.template for code written by me (belated, I know...)Damien Miller
2002-09-11support for short/long listings and globbing in "ls"; ok markus@Damien Miller
2002-07-04patch memory leaks; grendel@zeitbombe.orgTheo de Raadt
2002-06-30minor KNFTheo de Raadt
2002-02-13API cleanup and backwards compat for filexfer v.0 servers; ok markus@Damien Miller
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-07-14delete spurious #includes; ok deraadt@ markus@Kevin Steves
2001-07-05Directly cast to the right type. Ok markus@Marc Espie
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-04-15some unused variable and typos; from tomh@po.crl.go.jpMarkus Friedl
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-03free() -> xfree()Kevin Steves
2001-03-16Revise globbing for get/put to be more shell-like. In particular,Damien Miller
2001-03-13sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@Damien Miller