Age | Commit message (Expand) | Author |
2021-05-22 | Remove ipsec_utils.c, its headers, and the code block which use it | YASUOKA Masahiko |
2021-03-29 | spellings | YASUOKA Masahiko |
2021-03-10 | Expand the maximum length for CHAP challenge to 96 octets. npppd | YASUOKA Masahiko |
2021-03-10 | Fix "phone number" spelling. | Patrick Wildt |
2021-03-05 | Fix some heap over-read in logging in PPTP protocol handler. | YASUOKA Masahiko |
2021-02-01 | Remove dummy TUNSIFMODE ioctl(2) call from pppac(4) and npppd(8). Since | mvs |
2021-01-02 | Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummy | mvs |
2020-12-30 | The result of getifaddrs() not used in pppoed_reload(). Remove it. | Sebastian Benoit |
2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-08-09 | Some times ago we disabled in-kernel timeout for pppx(4) related | mvs |
2020-06-22 | Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) can | mvs |
2020-06-13 | remove the reference to tun(4), as suggested by kaya saman, | Jason McIntyre |
2020-06-09 | Prepare buffer for both receive and transmit side so that a client can | YASUOKA Masahiko |
2020-04-23 | replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread; | Jason McIntyre |
2020-04-01 | Put the interface down if the kernel fails to enable pipex. | Martin Pieuchot |
2020-01-23 | do not Xr both pppx and pppac in SEE ALSO, since they are the same page; | Jason McIntyre |
2020-01-23 | use pppac(4) instead of tun(4) | David Gwynne |
2020-01-23 | allow npppd to use pppac(4) (once i wire it up) | David Gwynne |
2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, | Theo de Raadt |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-04-08 | macro fix; | Jason McIntyre |
2019-03-10 | fix some cases of spaces before full stops, where none were neccessary; | Jason McIntyre |
2019-02-27 | remove unused includes | denis |
2019-02-22 | errror -> error in log messages; from alessandro gallo | Jason McIntyre |
2019-02-20 | fix attribute name | denis |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2018-12-30 | Delete unnecessary <libgen.h> #includes | Philip Guenther |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-07-25 | Fix the prefix length of the IP address in the error message which shows | YASUOKA Masahiko |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-03-16 | Consistently spell "IPsec" in comments and debug outputs. | Martin Pieuchot |
2018-01-05 | Remove useless <sys/socketvar.h> includes. | Martin Pieuchot |
2017-10-06 | The problem when npppd receives a zero length 1701/udp packet seemed to | YASUOKA Masahiko |
2017-08-12 | add a new option to set limits on max-sessions each IPCP. | Kazuya Goda |
2017-08-11 | add a new option to set limits on user-max-sessions each AUTHENTICATION. | Kazuya Goda |
2017-08-11 | display MRU each sessions in npppctl session command | Kazuya Goda |
2017-07-13 | man pages with pseudo synopses which list filenames end up creating | Jason McIntyre |
2017-07-03 | no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | Marc Espie |
2017-05-30 | Remove never used ifdefs, define FATAL macro properly and define function | YASUOKA Masahiko |
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 |