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