summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce use of <sys/param.h> and transition to <limits.h> throughout.deraadt2015-01-201-2/+2
* update sftp client and server to new buffer API.djm2015-01-141-38/+61
* When formating the time for "ls -l"-style output, show dates in the futureguenther2014-01-091-2/+5
* Include stdlib.h for free() as per the man page.dtucker2013-11-081-1/+2
* bye, bye xfree(); ok markus@djm2013-05-171-3/+3
* unusedmarkus2010-01-151-3/+1
* use user_from{uid,gid} to lookup up ids since it keeps a small cache. ok djmdtucker2010-01-141-5/+5
* support '-h' (human-readable units) for sftp's ls command, just likedjm2010-01-131-5/+14
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-5/+3
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <sys/param.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <time.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+2
* move #include <grp.h> out of includes.hstevesk2006-07-021-1/+3
* 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
* constify. ok markus@ & djm@jakob2003-11-101-5/+5
* cast some types for printing; ok markus@djm2003-05-241-3/+3
* 64bit pedant. %llu is "unsigned long long". markus okitojun2002-10-161-2/+2
* support for short/long listings and globbing in "ls"; ok markus@djm2002-09-111-1/+63
* bunch of u_int vs int stuffderaadt2002-06-231-1/+3
* zap };deraadt2001-12-021-2/+2
* delete spurious #includes; ok deraadt@ markus@stevesk2001-07-141-2/+1
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-2/+6
* use lower case error messages similar to errno.hmarkus2001-02-061-5/+5
* Basic interactive sftp client; ok theo@djm2001-02-041-0/+146