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
/
npppd
Age
Commit message (
Expand
)
Author
2013-09-20
Don't assume the length of chap challenges.
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
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-03-19
typo: icpp/ipcp; from Renaud Allard
Stuart Henderson
2013-03-14
Remove some faith-related #ifdef'd code that was only used for old IIJ
Martin Pieuchot
2013-02-13
Pipex did panic when the 0 length mppe is given by ioctl. Return
YASUOKA Masahiko
2013-02-08
Fix memory leak in privsep.c. Free the memories which were allocated by
YASUOKA Masahiko
2013-02-08
add mention about 'mppe' configuration option which is missing.
YASUOKA Masahiko
2013-02-08
Because of the getcap(3) limitation, colon(':') can not be used for
YASUOKA Masahiko
2013-02-08
Listening on IPv6 address is not supported for pptp tunnel. Document
YASUOKA Masahiko
2013-02-06
remove unused constant definition
Giovanni Bechis
2013-02-06
remove duplicated CPPFLAGS definition
Giovanni Bechis
2013-01-31
port numbers for radius servers were not configured correctly.
YASUOKA Masahiko
2013-01-31
Deleting ip address of tun inteface was failed. This was caused by
YASUOKA Masahiko
2013-01-29
Add pppx.4 and enable links to it.
YASUOKA Masahiko
2013-01-07
Remove inline from ppp_output() function to fix building with LLVM.
Brad Smith
2012-12-19
Remove extra semicolon in "if (...);" which caused an incorrect flag to
Stuart Henderson
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-11-28
Including ../../Makefile.inc was loop when npppd/obj is not a symbolic link.
YASUOKA Masahiko
2012-11-13
Add accept.c from ldpd and use it to handle file descriptor exhaustion
YASUOKA Masahiko
2012-09-28
framed-ip-address and framed-ip-netmask were not working.
YASUOKA Masahiko
2012-09-22
gcc2 doesn't like unnamed fields. make this compile on vax again.
Marc Espie
2012-09-22
various fixes; ok yasuoka
Jason McIntyre
2012-09-21
various tweaks;
Jason McIntyre
2012-09-20
various fixes; ok yasuoka
Jason McIntyre
2012-09-20
Enable npppd and npppctl in default build. Add npppd to rc and
YASUOKA Masahiko
2012-09-19
tweak man pages.
YASUOKA Masahiko
2012-09-19
tweak man pages.
YASUOKA Masahiko
2012-09-19
cleanup around the pipex. naming style, delete or update comments.
YASUOKA Masahiko
2012-09-18
fix mandoc -Tlint warnings.
YASUOKA Masahiko
2012-09-18
New configuration syntax for npppd(8). `npppd.conf' will be based on
YASUOKA Masahiko
2012-09-07
fix typo and comment
YASUOKA Masahiko
2012-07-17
use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sending
YASUOKA Masahiko
2012-07-16
add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)
Markus Friedl
2012-07-08
Increase maximum number of tun interfaces to 8.
giovanni
2012-06-05
don't use `reigai' that means `exception' in Japanese as labels.
YASUOKA Masahiko
2012-05-08
Fix a null reference bug on terminating the process.
YASUOKA Masahiko
2012-05-08
Ignore NAK of authentication protocol option on LCP that was not
YASUOKA Masahiko
2012-05-08
Fix double free bug in PAP with radius authentication.
YASUOKA Masahiko
2012-05-08
Ignore ACCM option on LCP. This was required by some LAC that uses
YASUOKA Masahiko
[next]