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
/
rdist
/
client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-4
/
+4
*
have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate
espie
2017-07-09
1
-2
/
+2
*
Remove NULL-checks before free(). ok tb@
mmcc
2015-12-09
1
-7
/
+4
*
Reduce opt_t from long to int.
guenther
2015-01-21
1
-19
/
+18
*
Split out from rdist/defs.h the client-only and server-only bits into
guenther
2015-01-20
1
-6
/
+10
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-13
/
+13
*
The statdb code has never been complete here
guenther
2014-07-12
1
-6
/
+1
*
Eliminate some annoying variable shadowing
guenther
2014-07-12
1
-13
/
+13
*
Assume POSIX: uid_t and gid_t
guenther
2014-07-05
1
-3
/
+3
*
Assume POSIX: <dirent.h>, struct dirent
guenther
2014-07-05
1
-2
/
+4
*
Use void* in malloc/realloc/calloc wrappers
guenther
2014-07-05
1
-3
/
+3
*
Fix calls to printf-like functions which passed a non-fixed string
guenther
2013-08-18
1
-3
/
+3
*
Once a C_RECVDIR command is sent, a matching C_END command has to be
guenther
2012-11-12
1
-4
/
+9
*
Fix various format string issues. Stop assuming time_t is long or smaller.
guenther
2012-11-12
1
-18
/
+18
*
Apply some tough type-love and give rdist a chance to handle files
krw
2011-04-10
1
-12
/
+12
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-18
/
+1
*
make rdist silently ignore special file types which cannot be moved
deraadt
2009-02-15
1
-3
/
+19
*
hierarchy is spelt hierarchy, ok djm@
jsg
2004-10-04
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
o Sync w/ freerdist 0.92 minus the compress option
millert
2003-05-14
1
-224
/
+266
*
use POSIX regex
millert
2003-05-06
1
-2
/
+3
*
strcpy/strcat/sprintf removal; krw@ OK
millert
2003-04-19
1
-5
/
+5
*
replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.franken.de
deraadt
2003-04-07
1
-11
/
+8
*
strings; ok miod ho krw
deraadt
2003-04-05
1
-8
/
+10
*
kill more registers
mpech
2001-11-19
1
-13
/
+13
*
make output look more like what BSD pritnf does when it hits a NULL
millert
1999-03-05
1
-4
/
+4
*
Don't assume printf will deal gracefully with NULL pointers for %s, BSD does but SysV does not
millert
1999-03-05
1
-3
/
+4
*
Check lp->target for NULL, not *lp->target as required by dynamic allocation introduce in rev 1.8
millert
1999-02-23
1
-3
/
+3
*
kill redundant (and incorrect) check for mallco failure
millert
1999-02-06
1
-4
/
+2
*
Fix a serious memory consumption problem when running over directories
millert
1999-02-04
1
-7
/
+22
*
rdist 6.1.4 + OpenBSD patches + some -Wall
millert
1998-06-26
1
-15
/
+23
*
readlink len-1
deraadt
1998-05-18
1
-3
/
+3
*
Fix compilation warning.
angelos
1997-07-21
1
-5
/
+5
*
Updated to rdist 6.1.3. Used real snprintf() (instead of string length
millert
1996-07-25
1
-2
/
+14
*
rcsid
deraadt
1996-06-26
1
-1
/
+3
*
rdist 6.1.2
dm
1996-03-05
1
-12
/
+12
*
rdist 6.1.1
dm
1996-02-03
1
-0
/
+1239