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-server.c
Age
Commit message (
Expand
)
Author
2010-01-13
support '-h' (human-readable units) for sftp's ls command, just like
Damien Miller
2010-01-09
add a 'read-only' mode to sftp-server(8) that disables open in write mode
Damien Miller
2010-01-04
bz#1566 don't unnecessarily dup() in and out fds for sftp-server; ok markus@
Damien Miller
2009-10-17
sort flags.
Igor Sobrado
2009-08-31
check correct variable for error message, spotted by martynas@
Damien Miller
2009-08-27
allow setting an explicit umask on the commandline to override whatever
Damien Miller
2009-04-14
remove unused option character from getopt() optstring; ok markus@
Kevin Steves
2008-06-26
allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky
Damien Miller
2008-06-09
Extend 32bit -> 64bit values for statvfs extension missed in previous commit.
Darren Tucker
2008-06-08
Add case for ENOSYS in errno_to_portable; ok deraadt
Darren Tucker
2008-06-07
statvfs member fsid needs to be wider, increase it to 64 bits and
Damien Miller
2008-05-18
comment extension announcement
Damien Miller
2008-04-18
introduce sftp extension methods statvfs@openssh.com and
Damien Miller
2008-02-27
add an extension method "posix-rename@openssh.com" to perform POSIX atomic
Damien Miller
2008-02-08
add sshd_config ChrootDirectory option to chroot(2) users to a directory and
Damien Miller
2008-02-04
link sftp-server into sshd; feedback and ok djm@
Markus Friedl
2008-01-21
Remove the fixed 100 handle limit in sftp-server and allocate as many
Damien Miller
2007-09-13
fix incorrect test when setting syslog facility; from Jan Pechanec
Damien Miller
2007-05-17
bz#1286 stop reading and processing commands when input or output buffer
Damien Miller
2007-04-18
cast "%llu" format spec to (unsigned long long); do not assume a
Kevin Steves
2007-01-03
spaces
Kevin Steves
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-25
move #include <sys/time.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-22
move #include <time.h> out of includes.h
Kevin Steves
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-07-10
don't log variables that aren't yet set
Damien Miller
2006-07-10
remove optind - it isn't used here
Damien Miller
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
2006-07-06
add commandline options to enable logging of transactions; ok markus@
Damien Miller
2006-03-30
replace {GET,PUT}_XXBIT macros with functionally similar functions,
Damien Miller
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-25
change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to
Damien Miller
2006-03-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
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
2006-01-02
use a common max. packet length, no binary change
Damien Miller
2005-09-13
ensure that stdio fds are attached; ok deraadt@
Damien Miller
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2004-06-25
Fall back to stat+rename if filesystem doesn't doesn't support hard
Darren Tucker
2004-06-21
make ssh -Wshadow clean, no functional changes
Anil Madhavapeddy
2004-02-19
switch to new license.template
Markus Friedl
2003-11-10
constify. ok markus@ & djm@
Jakob Schlyter
2003-06-25
Typo police: attribute is better written with an 'r'.
Miod Vallat
2003-04-08
rename log() into logit() to avoid name conflict. markus ok, from netbsd
Jun-ichiro itojun Hagino
[next]