summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-common.c
AgeCommit message (Expand)Author
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