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
/
buffer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
New buffer API; the first installment of the conversion/replacement
djm
2014-04-30
1
-189
/
+54
*
convert memset of potentially-private data to explicit_bzero()
djm
2014-02-02
1
-2
/
+2
*
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
-2
/
+2
*
constify the arguments to buffer_len, buffer_ptr and buffer_dump
djm
2010-02-09
1
-4
/
+4
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+2
*
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
/
+3
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+3
*
Fix condition where we could exit with a fatal error when an input
djm
2006-04-16
1
-13
/
+48
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to
djm
2006-03-25
1
-1
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
limit input buffer size for channels; bugzilla #896; with and ok dtucker@
markus
2005-03-14
1
-4
/
+4
*
introduce a new buffer API that returns an error rather than fatal()ing when
djm
2004-10-29
1
-10
/
+38
*
unexpand and delete whitespace at EOL; ok markus@
djm
2003-11-21
1
-2
/
+2
*
sign fix in buffer_dump; Jedi/Sector One; pr 3473
markus
2003-09-19
1
-2
/
+2
*
protect against double free; #660; zardoz at users.sf.net
markus
2003-09-18
1
-1
/
+2
*
more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
markus
2003-09-16
1
-5
/
+10
*
do not expand buffer before attempting to reallocate it; markus ok
deraadt
2003-09-16
1
-5
/
+8
*
limit append to 1MB and buffers to 10MB
markus
2002-06-26
1
-1
/
+7
*
unneeded cast cleanup; ok markus@
stevesk
2002-01-18
1
-2
/
+2
*
change the buffer/packet interface to use void* vs. char*; ok markus@
stevesk
2001-12-19
1
-11
/
+14
*
implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
markus
2001-04-12
1
-3
/
+8
*
allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding).
markus
2001-04-07
1
-2
/
+2
*
better error message
markus
2001-04-05
1
-2
/
+3
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-2
/
+2
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-8
/
+8
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-8
/
+6
*
OpenBSD tag
markus
2000-06-20
1
-1
/
+1
*
whitespace cleanup
markus
2000-04-14
1
-17
/
+17
*
typos
markus
2000-04-12
1
-4
/
+4
*
KNF, final part 3
markus
1999-11-24
1
-8
/
+14
*
much more KNF
deraadt
1999-11-24
1
-14
/
+14
*
KNF part 1
markus
1999-11-23
1
-74
/
+79
*
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
deraadt
1999-09-26
1
-0
/
+150