Age | Commit message (Expand) | Author |
2017-05-30 | Stop using __P macro. | YASUOKA Masahiko |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-04-18 | Warn if pipex(4) is disabled but the configuration uses it. | YASUOKA Masahiko |
2017-04-18 | Delete #include lines which are unnecessary. | YASUOKA Masahiko |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-02-22 | The default for the strip-nt-domain attribute is "yes", so fix up | Patrick Wildt |
2017-02-22 | Delete lines which are misleading and unneeded. | YASUOKA Masahiko |
2017-02-21 | Stop using "DEBUG" make variable for extra debugs. | YASUOKA Masahiko |
2017-01-09 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2016-09-21 | Remove the use of cast. It is unnecessary and potentially problematic. | YASUOKA Masahiko |
2016-09-07 | Fix about the default value of pptp-hostname. It's an empty string. | YASUOKA Masahiko |
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |
2016-05-26 | Improve and clarify a few bits; with input from jmc@, ok yasuoka, jmc | Mike Belopuhov |
2016-04-16 | Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). | Kenneth R Westerback |
2016-04-05 | Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL). | Kenneth R Westerback |
2016-03-22 | Log the reply message from RADIUS server when the authenticaion fails. | YASUOKA Masahiko |
2016-03-22 | Cleanup control sockets in control_cleanup(). | YASUOKA Masahiko |
2016-03-22 | Use SOCK_NONBLOCK in socket() and accept4() instead of a separate fcntl() | Kenneth R Westerback |
2016-03-21 | Instead of creating a socket with socket() or accept() and then | Philip Guenther |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-03-16 | Fix a typo in comment. Diff from Yuuichi Someya. | YASUOKA Masahiko |
2016-03-16 | Transition to "Req-Sent" had been missing when RTA in "Opened". This caused | YASUOKA Masahiko |
2016-03-08 | Fix: "authconf.users_file_path" is a char[] but is checked as a char*. | YASUOKA Masahiko |
2016-03-08 | Remove __cplusplus include guard. | YASUOKA Masahiko |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
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 |