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