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