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-glob.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
update sftp client and server to new buffer API.
djm
2015-01-14
1
-2
/
+2
*
Include stdlib.h for free() as per the man page.
dtucker
2013-11-08
1
-1
/
+2
*
use calloc for all structure allocations; from markus@
djm
2013-11-08
1
-2
/
+2
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-3
/
+3
*
silence error spam for "ls */foo" in directory with files; bz#1683
djm
2011-10-04
1
-3
/
+3
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-4
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
buffer.h only needed in sftp-common.h and remove some unneeded
stevesk
2006-07-10
1
-4
/
+1
*
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
*
move #include <dirent.h> out of includes.h; ok markus@
stevesk
2006-02-08
1
-1
/
+2
*
Remove useless headers; ok deraadt@
djm
2004-02-17
1
-2
/
+4
*
switch to license.template for code written by me (belated, I know...)
djm
2004-02-17
1
-20
/
+12
*
support for short/long listings and globbing in "ls"; ok markus@
djm
2002-09-11
1
-20
/
+1
*
patch memory leaks; grendel@zeitbombe.org
deraadt
2002-07-04
1
-2
/
+4
*
minor KNF
deraadt
2002-06-30
1
-5
/
+5
*
API cleanup and backwards compat for filexfer v.0 servers; ok markus@
djm
2002-02-13
1
-12
/
+9
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-12
/
+12
*
delete spurious #includes; ok deraadt@ markus@
stevesk
2001-07-14
1
-5
/
+1
*
Directly cast to the right type. Ok markus@
espie
2001-07-05
1
-5
/
+5
*
more strict prototypes. raise warning level in Makefile.inc. markus ok'ed
itojun
2001-06-23
1
-7
/
+13
*
some unused variable and typos; from tomh@po.crl.go.jp
markus
2001-04-15
1
-2
/
+2
*
fix whitespace: unexpand + trailing spaces.
markus
2001-04-05
1
-4
/
+4
*
free() -> xfree()
stevesk
2001-04-03
1
-2
/
+2
*
Revise globbing for get/put to be more shell-like. In particular,
djm
2001-03-16
1
-3
/
+3
*
sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@
djm
2001-03-13
1
-0
/
+146