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
/
tftp
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix indentation
jsg
2018-09-20
1
-2
/
+2
*
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
2018-04-26
1
-2
/
+2
*
The POSIX APIs that that sockaddrs all ignore the s*_len field in the
guenther
2017-01-21
1
-3
/
+2
*
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
krw
2016-03-16
1
-2
/
+2
*
creat() -> open equiv; from Frederic Nowak
deraadt
2015-11-11
1
-3
/
+3
*
Add "dns" to the pledges. Previously these worked because of "inet",
deraadt
2015-10-18
1
-2
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
tame "stdio inet rpath wpath cpath" supports all the functions of tftp.
deraadt
2015-10-07
1
-1
/
+4
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+3
*
unsigned char casts for ctype
deraadt
2013-11-26
1
-3
/
+3
*
fix put usage
gsoares
2012-05-21
1
-2
/
+2
*
strncpy() -> strlcpy()
gsoares
2012-05-02
1
-5
/
+4
*
IPv6 support; mostly a sync with netbsd code done by itojun@
gsoares
2012-05-01
1
-77
/
+92
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-15
/
+1
*
Delinting from tbert <bret dot lambert at gmail dot com>
ray
2007-05-11
1
-3
/
+11
*
Make tftp atoi() free.
mglocker
2006-07-26
1
-6
/
+6
*
Fixing several timeout quirks at tftpd and tftp:
mglocker
2006-07-26
1
-7
/
+8
*
Adding TFTP Option Extension to the tftp client according to RFC 2347.
mglocker
2006-07-24
1
-6
/
+77
*
knf. no binary change.
mglocker
2006-07-12
1
-123
/
+124
*
Remove unsave setjmp/longjmp calls that were used in signal handlers with
claudio
2006-05-08
1
-62
/
+89
*
Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN
millert
2006-01-23
1
-3
/
+3
*
fix mem leak.
mpech
2004-02-19
1
-2
/
+3
*
do not re-include name in err() call; andrushock@korovino.net
deraadt
2003-12-22
1
-4
/
+4
*
correction to SYNOPSIS and usage(): host argument must be specified
jmc
2003-09-29
1
-3
/
+3
*
- clarify "put" and "get" commands. This is based on a FreeBSD PR submitted
jmc
2003-09-25
1
-7
/
+7
*
knf
deraadt
2003-09-24
1
-8
/
+9
*
fix automatic connection which is supposed to be done in put command;
deraadt
2003-09-24
1
-2
/
+3
*
protos
deraadt
2003-06-25
1
-4
/
+4
*
ansi
deraadt
2003-06-25
1
-4
/
+3
*
mostly ansi cleanup; pval ok
deraadt
2003-06-10
1
-57
/
+25
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
nuke strcpy + -Wall
henning
2003-04-17
1
-8
/
+8
*
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
deraadt
2003-03-13
1
-12
/
+12
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-23
/
+23
*
kill more registers
mpech
2001-11-19
1
-17
/
+17
*
o) better struct handling;
mpech
2001-07-31
1
-7
/
+7
*
-Wall cleanup; ok deraadt
pvalchev
2001-07-17
1
-2
/
+3
*
use err/warn, space police
mickey
2001-03-22
1
-25
/
+18
*
tftp argv parsing overflow; fix by vogelke@dnaco.net and I
deraadt
2000-12-07
1
-11
/
+25
*
r?index -> strr?chr
millert
1997-01-17
1
-11
/
+9
*
crank hostname length, fix one oflow; pointed out by dholland@hcs.harvard.edu
deraadt
1996-08-16
1
-4
/
+5
*
rcsid
deraadt
1996-06-26
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+738