index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sftp-common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-2
/
+2
*
update sftp client and server to new buffer API.
djm
2015-01-14
1
-38
/
+61
*
When formating the time for "ls -l"-style output, show dates in the future
guenther
2014-01-09
1
-2
/
+5
*
Include stdlib.h for free() as per the man page.
dtucker
2013-11-08
1
-1
/
+2
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-3
/
+3
*
unused
markus
2010-01-15
1
-3
/
+1
*
use user_from{uid,gid} to lookup up ids since it keeps a small cache. ok djm
dtucker
2010-01-14
1
-5
/
+5
*
support '-h' (human-readable units) for sftp's ls command, just like
djm
2010-01-13
1
-5
/
+14
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-5
/
+3
*
move #include <stdio.h> out of includes.h
stevesk
2006-08-01
1
-1
/
+2
*
move #include <sys/param.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <time.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <pwd.h> out of includes.h; ok markus@
stevesk
2006-07-06
1
-1
/
+2
*
move #include <grp.h> out of includes.h
stevesk
2006-07-02
1
-1
/
+3
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
move #include <sys/stat.h> out of includes.h; ok markus@
stevesk
2006-02-20
1
-1
/
+4
*
constify. ok markus@ & djm@
jakob
2003-11-10
1
-5
/
+5
*
cast some types for printing; ok markus@
djm
2003-05-24
1
-3
/
+3
*
64bit pedant. %llu is "unsigned long long". markus ok
itojun
2002-10-16
1
-2
/
+2
*
support for short/long listings and globbing in "ls"; ok markus@
djm
2002-09-11
1
-1
/
+63
*
bunch of u_int vs int stuff
deraadt
2002-06-23
1
-1
/
+3
*
zap };
deraadt
2001-12-02
1
-2
/
+2
*
delete spurious #includes; ok deraadt@ markus@
stevesk
2001-07-14
1
-2
/
+1
*
remove comments from .h, since they are cut&paste from the .c files
markus
2001-06-26
1
-2
/
+6
*
use lower case error messages similar to errno.h
markus
2001-02-06
1
-5
/
+5
*
Basic interactive sftp client; ok theo@
djm
2001-02-04
1
-0
/
+146