summaryrefslogtreecommitdiff
path: root/usr.sbin/npppd
AgeCommit message (Expand)Author
2017-05-30Stop using __P macro.YASUOKA Masahiko
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
2017-04-18Warn if pipex(4) is disabled but the configuration uses it.YASUOKA Masahiko
2017-04-18Delete #include lines which are unnecessary.YASUOKA Masahiko
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-02-22The default for the strip-nt-domain attribute is "yes", so fix upPatrick Wildt
2017-02-22Delete lines which are misleading and unneeded.YASUOKA Masahiko
2017-02-21Stop using "DEBUG" make variable for extra debugs.YASUOKA Masahiko
2017-01-09Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2016-09-21Remove the use of cast. It is unnecessary and potentially problematic.YASUOKA Masahiko
2016-09-07Fix about the default value of pptp-hostname. It's an empty string.YASUOKA Masahiko
2016-05-28Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).Martin Natano
2016-05-26Improve and clarify a few bits; with input from jmc@, ok yasuoka, jmcMike Belopuhov
2016-04-16Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL).Kenneth R Westerback
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
2016-03-22Log the reply message from RADIUS server when the authenticaion fails.YASUOKA Masahiko
2016-03-22Cleanup control sockets in control_cleanup().YASUOKA Masahiko
2016-03-22Use SOCK_NONBLOCK in socket() and accept4() instead of a separate fcntl()Kenneth R Westerback
2016-03-21Instead of creating a socket with socket() or accept() and thenPhilip Guenther
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-03-16Fix a typo in comment. Diff from Yuuichi Someya.YASUOKA Masahiko
2016-03-16Transition to "Req-Sent" had been missing when RTA in "Opened". This causedYASUOKA Masahiko
2016-03-08Fix: "authconf.users_file_path" is a char[] but is checked as a char*.YASUOKA Masahiko
2016-03-08Remove __cplusplus include guard.YASUOKA Masahiko
2016-02-02Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
2015-12-17s/failes/failed/gmmcc
2015-12-17Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' totb
2015-12-17Add missing $OpenBSD$ tags.tb
2015-12-17Replace arc4random() % i by arc4random_uniform(i) to avoid modulo bias.tb
2015-12-05strings.h -> string.h to prevent an implicit declaration. Also remove ammcc
2015-12-05Pass the pppx_hdr when sending packets through the pppx device and use theYASUOKA Masahiko
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-04Fix typo in #include line.YASUOKA Masahiko
2015-12-04Remove files which had been unused.YASUOKA Masahiko
2015-12-02comment typommcc
2015-11-09Remove -h from the command line options.YASUOKA Masahiko
2015-10-11Simplify and lock down priv_open():Philip Guenther
2015-10-11YYSTYPE.number is int64_t, so format with <inttypes.h>'s PRId64Philip Guenther
2015-09-21typo in documentation.Igor Sobrado
2015-09-13Set the index of the interface in handroller link_addr(3) like code.Martin Pieuchot
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-07-23Make npppd use libradius(3). Remove radius+ files.YASUOKA Masahiko
2015-07-20Add size and NULL checks in debugutil.cYASUOKA Masahiko
2015-07-20Pass the errcode when disconnecting L2TP call.YASUOKA Masahiko
2015-07-20Remove old route to the tunnel interface when the interface's address isYASUOKA Masahiko
2015-07-20Add missing initializations in privsep.cYASUOKA Masahiko
2015-06-25Fixed a use-after-free. When handing the L2TP Proxy-LCP, a timer was usedYASUOKA Masahiko
2015-06-25Reset the LCP option state for dialin-proxy only if re-negotiation isYASUOKA Masahiko
2015-06-24tweak previous;Jason McIntyre
2015-06-24Fix npppd to terminate all PPP sessions properly even in case theYASUOKA Masahiko