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
Age
Commit message (
Expand
)
Author
2015-12-17
s/failes/failed/g
mmcc
2015-12-17
Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' to
tb
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-12-05
Pass the pppx_hdr when sending packets through the pppx device and use the
YASUOKA Masahiko
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-12-04
Fix typo in #include line.
YASUOKA Masahiko
2015-12-04
Remove files which had been unused.
YASUOKA Masahiko
2015-12-02
comment typo
mmcc
2015-11-09
Remove -h from the command line options.
YASUOKA Masahiko
2015-10-11
Simplify and lock down priv_open():
Philip Guenther
2015-10-11
YYSTYPE.number is int64_t, so format with <inttypes.h>'s PRId64
Philip Guenther
2015-09-21
typo in documentation.
Igor Sobrado
2015-09-13
Set the index of the interface in handroller link_addr(3) like code.
Martin Pieuchot
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-07-23
Make npppd use libradius(3). Remove radius+ files.
YASUOKA Masahiko
2015-07-20
Add size and NULL checks in debugutil.c
YASUOKA Masahiko
2015-07-20
Pass the errcode when disconnecting L2TP call.
YASUOKA Masahiko
2015-07-20
Remove old route to the tunnel interface when the interface's address is
YASUOKA Masahiko
2015-07-20
Add missing initializations in privsep.c
YASUOKA Masahiko
2015-06-25
Fixed a use-after-free. When handing the L2TP Proxy-LCP, a timer was used
YASUOKA Masahiko
2015-06-25
Reset the LCP option state for dialin-proxy only if re-negotiation is
YASUOKA Masahiko
2015-06-24
tweak previous;
Jason McIntyre
2015-06-24
Fix npppd to terminate all PPP sessions properly even in case the
YASUOKA Masahiko
2015-06-24
Use the return value of event_loop() properly. Also abort(3) if
YASUOKA Masahiko
2015-06-24
Improve and fix typo in the comment.
YASUOKA Masahiko
2015-06-24
Mention that pipex should be also configured by sysctl.
YASUOKA Masahiko
2015-06-23
Fix npppd to check the size of received GRE packets properly.
YASUOKA Masahiko
2015-06-23
Fix the problem when npppd receives a zero length 1701/udp packet. If
YASUOKA Masahiko
2015-06-10
Typos: equalivant, fucntion, libary.
Miod Vallat
2015-05-12
Fix an uninitialized variable access when pptp.hostname is configured.
YASUOKA Masahiko
2015-05-12
Move the logit() prototype so parse.y will see it.
Jonathan Gray
2015-04-04
gcc 2.x is dead
Philip Guenther
2015-02-17
Fix garbage in error message; ok yasuoka@
Miod Vallat
2015-01-22
Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.
Kenneth R Westerback
2015-01-19
move to <limits.h> universe
Theo de Raadt
2015-01-08
Count number of sessions correctly.
YASUOKA Masahiko
2014-11-27
Fix typos in comments.
Tobias Stoeckmann
2014-11-20
Yet more #include de-duplication.
Kenneth R Westerback
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-20
remove nt and lanman functions which aren't used. ok reyk yasuoka
Ted Unangst
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-11-16
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-11-14
Add gcc printf format attributes to yyerror() in parse.y files.
Doug Hogan
2014-11-13
Fix a condition which selects log level for errors on routing socket,
YASUOKA Masahiko
2014-11-13
When the pool address is changed and there is a PPP session which uses
YASUOKA Masahiko
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-10-18
Use reallocarray()
Theo de Raadt
2014-08-23
close fd when fdopen fails
doug
[next]