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
2014-08-22
remove an uneeded test
Jonathan Gray
2014-08-14
Do not set RTF_MASK, it is not used anymore.
Martin Pieuchot
2014-07-22
Correct the initializer for tunnconf_default_pptp
Philip Guenther
2014-07-22
Handle msgbuf_write() returning EAGAIN.
YASUOKA Masahiko
2014-07-21
Switch from <sys/endian.h> or <machine/endian.h> to the new,
Philip Guenther
2014-07-18
Fix privsep.c. Call missing imsg_free() after imsg_get(). Also add
YASUOKA Masahiko
2014-07-13
Some functions need to dup() before sending a socket by imsg and don't
YASUOKA Masahiko
2014-07-12
Fix a potential bug. privsep.c didn't check the interface name
YASUOKA Masahiko
2014-07-12
Fix error in previous.
YASUOKA Masahiko
2014-07-12
Fix the sentence in the BUGS section. Colon is usable for password.
YASUOKA Masahiko
2014-07-12
Use imsg(3) for the IPC between the privileged process and the
YASUOKA Masahiko
2014-07-10
Tweak accept pacing in pptp. Add handling when accept_add() fails and
YASUOKA Masahiko
2014-07-08
Fix a double free bug in parsing the config. It had occurred when a
YASUOKA Masahiko
2014-07-08
Fix npppd not to access freed memory when it is exiting.
YASUOKA Masahiko
2014-06-13
Fix tcp-mss-adjust of pipex and npppd to update the pointer of
YASUOKA Masahiko
2014-05-30
Use calloc instead of malloc and memset.
YASUOKA Masahiko
2014-05-28
Fixed chap_input() and chap_authenticate() not to be used as if they
YASUOKA Masahiko
2014-05-07
Initialize struct iface by zero. Without this, npppd had used random
YASUOKA Masahiko
2014-05-07
calloc is simpler. suggested by Peter Malone and halex
Ted Unangst
2014-05-07
use calloc. from Peter Malone
Ted Unangst
2014-05-05
Delete duplicated "mppe" entry in keywords[].
YASUOKA Masahiko
2014-04-18
Do not set RTF_DONE flag on route message, only the kernel is allowed to
Claudio Jeker
2014-04-16
sync with iked chap_ms.c
Jonathan Gray
2014-03-22
Now tunnel can have multiple listen addresses.
YASUOKA Masahiko
2014-03-22
Reimplement control part of npppd(8) with imsg. Also add "monitor"
YASUOKA Masahiko
2014-03-22
Add an assert not to call radius_cancel_request() on callback. If the
YASUOKA Masahiko
2014-03-22
Fixed a bug in npppd_auth_get_user() which caused segmentation faults after
YASUOKA Masahiko
2014-03-22
In RADIUS accounting, realm_framed_ip_address was mistakenly used for
YASUOKA Masahiko
2014-03-22
Don't stop listening 1723/tcp when accept() is failed.
YASUOKA Masahiko
2014-03-22
Stop output "Stopped" log message of the tunnel protocols.
YASUOKA Masahiko
2014-03-16
lint is dead (long live the lint!), so stop using it as a cpp conditional
Philip Guenther
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2013-09-20
Don't assume the length of chap challenges.
YASUOKA Masahiko
2013-09-20
Add length check for Proxy LCP and Authentication AVPs.
YASUOKA Masahiko
2013-09-13
fix some gcc warnings
YASUOKA Masahiko
2013-09-11
some npppd.conf(5) should be npppd(8).
YASUOKA Masahiko
2013-08-26
replace rand(3)/random(3) calls with secure arc4random*()
Christian Weisgerber
2013-08-24
Extraneous local variable with useless increment applied.
Mike Larkin
2013-08-12
Clarify what "mru" config option does.
YASUOKA Masahiko
2013-06-03
Stop doing pipex ioctl if no tunnel interface is configured.
YASUOKA Masahiko
2013-04-26
fix typo in comment; OK yasuoka@
Gleydson Soares
2013-04-20
Don't use random() because it's not safe. Use arc4random() instead of
YASUOKA Masahiko
2013-04-20
PPPoE server was broken since last configuration rework. Calling
YASUOKA Masahiko
2013-04-16
Fix some AVPs of SCCRP to comply RFC 2661.
YASUOKA Masahiko
2013-04-16
Fixed `max-session' and `user-max-session'. They has been broken by the
YASUOKA Masahiko
2013-04-16
Existing authentication realms are removed mistakenly when
YASUOKA Masahiko
2013-04-16
Configuration option `strip-nt-domain' and `strip-atmark-realm' didn't
YASUOKA Masahiko
2013-04-16
pppoed didn't work since it has been broken after the last
YASUOKA Masahiko
2013-04-06
Turn an error into a warning to be able to start l2tp tunnels even if
Giovanni Bechis
2013-03-19
typo: icpp/ipcp; from Renaud Allard
Stuart Henderson
[prev]
[next]