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-common.c
Age
Commit message (
Expand
)
Author
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2015-01-14
update sftp client and server to new buffer API.
Damien Miller
2014-01-09
When formating the time for "ls -l"-style output, show dates in the future
Philip Guenther
2013-11-08
Include stdlib.h for free() as per the man page.
Darren Tucker
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2010-01-15
unused
Markus Friedl
2010-01-14
use user_from{uid,gid} to lookup up ids since it keeps a small cache. ok djm
Darren Tucker
2010-01-13
support '-h' (human-readable units) for sftp's ls command, just like
Damien Miller
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 <sys/param.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-06
move #include <pwd.h> out of includes.h; ok markus@
Kevin Steves
2006-07-02
move #include <grp.h> out of includes.h
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
2003-11-10
constify. ok markus@ & djm@
Jakob Schlyter
2003-05-24
cast some types for printing; ok markus@
Damien Miller
2002-10-16
64bit pedant. %llu is "unsigned long long". markus ok
Jun-ichiro itojun Hagino
2002-09-11
support for short/long listings and globbing in "ls"; ok markus@
Damien Miller
2002-06-23
bunch of u_int vs int stuff
Theo de Raadt
2001-12-02
zap };
Theo de Raadt
2001-07-14
delete spurious #includes; ok deraadt@ markus@
Kevin Steves
2001-06-26
remove comments from .h, since they are cut&paste from the .c files
Markus Friedl
2001-02-06
use lower case error messages similar to errno.h
Markus Friedl
2001-02-04
Basic interactive sftp client; ok theo@
Damien Miller