index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
npppd
/
common
Age
Commit message (
Expand
)
Author
2018-01-05
Remove useless <sys/socketvar.h> includes.
Martin Pieuchot
2017-05-30
Remove never used ifdefs, define FATAL macro properly and define function
YASUOKA Masahiko
2017-05-30
Stop using __P macro.
YASUOKA Masahiko
2016-09-21
Remove the use of cast. It is unnecessary and potentially problematic.
YASUOKA Masahiko
2016-03-16
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
Kenneth R Westerback
2015-12-17
s/failes/failed/g
mmcc
2015-12-17
Add missing $OpenBSD$ tags.
tb
2015-12-17
Replace arc4random() % i by arc4random_uniform(i) to avoid modulo bias.
tb
2015-12-05
strings.h -> string.h to prevent an implicit declaration. Also remove a
mmcc
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-07-20
Add size and NULL checks in debugutil.c
YASUOKA Masahiko
2015-04-04
gcc 2.x is dead
Philip Guenther
2015-01-19
move to <limits.h> universe
Theo de Raadt
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-05-30
Use calloc instead of malloc and memset.
YASUOKA Masahiko
2014-03-22
Reimplement control part of npppd(8) with imsg. Also add "monitor"
YASUOKA Masahiko
2014-03-16
lint is dead (long live the lint!), so stop using it as a cpp conditional
Philip Guenther
2013-04-20
Don't use random() because it's not safe. Use arc4random() instead of
YASUOKA Masahiko
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-11-13
Constify arguments to sendto_nat_t and add missing
YASUOKA Masahiko
2012-09-19
remove files that became unused by new configuration syntax.
YASUOKA Masahiko
2012-07-16
add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)
Markus Friedl
2012-05-08
Delete rtev* that was to work around routing socket overflows.
YASUOKA Masahiko
2012-05-08
Trivial changes from the upstream(IIJ).
YASUOKA Masahiko
2012-05-08
Fix comments and styles. Delete unused variables and labels.
YASUOKA Masahiko
2012-02-24
Correct the spelling of "transferred" and "transferring"
Philip Guenthe
2012-01-18
Replace npppdctl(8) by new npppctl(8). npppctl was written from
YASUOKA Masahiko
2011-07-08
Improved npppd privileged separations:
YASUOKA Masahiko
2010-09-24
Add support pipex for L2TP call and L2TP on IPv6.
YASUOKA Masahiko
2010-09-23
Add the same license text to these files as the rest of npppd.
Jonathan Gray
2010-09-23
remove support for talking to the zebra routing socket which
Jonathan Gray
2010-07-02
add $OpenBSD$ and remove trailing space. no functional change.
YASUOKA Masahiko
2010-07-01
Translate Japanese comments or labels into English. Translation was
YASUOKA Masahiko
2010-01-11
Initial import npppd(8). npppd is a new PPP daemon that handles many
YASUOKA Masahiko