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