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.sbin
/
pppd
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Last parameter to execl[e]() functions *must* be cast to a pointer.
krw
2016-03-17
1
-2
/
+2
*
Use __progname instead of manually handling argv[0].
tobias
2015-12-06
1
-4
/
+1
*
stop saving a pidfile; ok jung zhuk
deraadt
2015-10-26
1
-40
/
+1
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-15
/
+13
*
easy obvious use of reallocarray(); ok doug
deraadt
2014-10-08
1
-3
/
+3
*
Remove some unused code, from Michael W Bombardieri. ok yasuoka
nicm
2011-04-30
1
-25
/
+1
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-3
/
+3
*
bye bye ipx
henning
2007-06-04
1
-8
/
+2
*
setres[ug]id; ok millert@
djm
2005-05-03
1
-8
/
+22
*
Remove unused %r (recursive) format option. ok millert@
canacar
2004-02-09
1
-14
/
+3
*
amd64 needs the same hack as powerpc; but this code really needs to be
deraadt
2004-02-08
1
-3
/
+3
*
comment cleanup
deraadt
2003-04-25
1
-3
/
+3
*
obvious spring cleanup
deraadt
2003-04-14
1
-3
/
+3
*
strlcpy and snprintf; various people ok
deraadt
2003-04-04
1
-15
/
+12
*
Replace an instance of chmod() with fchmod()
millert
2002-07-29
1
-3
/
+3
*
license update of CMU parts. due to communication with wcw+@andrew.cmu.edu,
deraadt
2002-07-01
1
-15
/
+38
*
pid_t cleanup
deraadt
2002-05-26
1
-9
/
+10
*
be even more clear
deraadt
2002-05-08
1
-3
/
+3
*
do not install a SIGSEGV handler
deraadt
2002-05-06
1
-2
/
+4
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-22
/
+4
*
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
-28
/
+28
*
some syslog_r uses in signal handlers
deraadt
2001-11-05
1
-7
/
+13
*
the signal handlers can many illegal functions. try to at least be cautious.
deraadt
2001-05-15
1
-11
/
+20
*
exit(-#) is wrong
deraadt
2001-03-09
1
-3
/
+3
*
check return value for setenv(3) for failure, and deal appropriately
deraadt
2000-09-15
1
-5
/
+5
*
handle direct lines correctly; rees
deraadt
2000-02-12
1
-5
/
+3
*
uid_t and gid_t, and use %u
deraadt
1999-08-06
1
-4
/
+4
*
drop packets silently while the link is down, which is a better approximation
mickey
1999-05-03
1
-3
/
+3
*
Implement demand_drop() for demand mode pppd; try to avoid mbuf
angelos
1998-07-12
1
-5
/
+3
*
do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling
deraadt
1998-07-10
1
-3
/
+3
*
hostnames are MAXHOSTNAMELEN, not MAXNAMELEN
deraadt
1998-07-09
1
-5
/
+4
*
pppd 2.3.5
millert
1998-05-08
1
-36
/
+146
*
ppp-2.3.3 + some -Wall
millert
1998-01-17
1
-20
/
+28
*
clear CLOCAL if modem is set but modem_chat is not.
millert
1997-11-14
1
-2
/
+6
*
Set CLOCAL for chat script by default. Add new option "modem_chat"
millert
1997-10-25
1
-6
/
+6
*
ppp 2.3.1
millert
1997-09-05
1
-344
/
+358
*
save errno in sigchld handlers
deraadt
1997-08-04
1
-2
/
+5
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-4
/
+4
*
Changed definition of 'a' in vfmtmsg from void * to va_list.
dgregor
1997-03-29
1
-4
/
+4
*
Pedantic removal of extra spaces
niklas
1997-01-23
1
-3
/
+3
*
pppd 2.3b3 import. some minor buf oflow fixes and so.
mickey
1996-12-23
1
-37
/
+79
*
Deal with _POSIX_SAVED_IDS when relinquishing privileges
deraadt
1996-12-22
1
-2
/
+5
*
exit 1 for failure if -detach; netbsd pr#2705; jbernard@tater.Mines.EDU
deraadt
1996-08-20
1
-3
/
+3
*
pass a minimal environment ($PATH)
deraadt
1996-07-27
1
-6
/
+8
*
Update pppd to 2.3a4:
joshd
1996-07-20
1
-51
/
+367
*
parse args before tty options file; netbsd pr#2554; from Davyd.Norris@fcollins.com.au
deraadt
1996-06-17
1
-4
/
+4
*
check before unlinking pidfile
deraadt
1996-05-11
1
-3
/
+3
*
sync to netbsd 960418
deraadt
1996-04-21
1
-4
/
+4
*
From NetBSD: merge of 960317
niklas
1996-03-25
1
-191
/
+294
[next]