summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sftp-common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update sftp client and server to new buffer API.djm2015-01-141-3/+4
| | | | pretty much just mechanical changes; with & ok markus
* support '-h' (human-readable units) for sftp's ls command, just likedjm2010-01-131-2/+2
| | | | ls(1); ok dtucker@
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-6/+1
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* buffer.h only needed in sftp-common.h and remove some unneededstevesk2006-07-101-1/+3
| | | | user includes; ok djm@
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
|
* move #include <sys/stat.h> out of includes.h; ok markus@stevesk2006-02-201-1/+4
|
* use a common max. packet length, no binary changedjm2006-01-021-1/+4
|
* constify. ok markus@ & djm@jakob2003-11-101-5/+5
|
* support for short/long listings and globbing in "ls"; ok markus@djm2002-09-111-1/+3
|
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-14/+5
| | | | and out of sync
* prototype pedant. not very creative...itojun2001-06-261-6/+6
| | | | | - () -> (void) - no variable names
* Basic interactive sftp client; ok theo@djm2001-02-041-0/+55