summaryrefslogtreecommitdiff
path: root/usr.sbin/npppd
AgeCommit message (Expand)Author
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-08-29static inline, not inline staticJonathan Gray
2022-07-01Remove PIPEXCSESSION ioctl(2) call only from npppd(8).Vitaliy Makkoveev
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-10authentcation -> authenticationJonathan Gray
2022-01-07npppd: convert to EVP_MD_CTX on heapTheo Buehler
2021-11-15No need to declare optind, optarg or opterr; unistd.h does this for us.Todd C. Miller
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-05-22Remove ipsec_utils.c, its headers, and the code block which use itYASUOKA Masahiko
2021-03-29spellingsYASUOKA Masahiko
2021-03-10Expand the maximum length for CHAP challenge to 96 octets. npppdYASUOKA Masahiko
2021-03-10Fix "phone number" spelling.Patrick Wildt
2021-03-05Fix some heap over-read in logging in PPTP protocol handler.YASUOKA Masahiko
2021-02-01Remove dummy TUNSIFMODE ioctl(2) call from pppac(4) and npppd(8). Sincemvs
2021-01-02Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummymvs
2020-12-30The result of getifaddrs() not used in pppoed_reload(). Remove it.Sebastian Benoit
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-08-09Some times ago we disabled in-kernel timeout for pppx(4) relatedmvs
2020-06-22Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) canmvs
2020-06-13remove the reference to tun(4), as suggested by kaya saman,Jason McIntyre
2020-06-09Prepare buffer for both receive and transmit side so that a client canYASUOKA Masahiko
2020-04-23replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;Jason McIntyre
2020-04-01Put the interface down if the kernel fails to enable pipex.Martin Pieuchot
2020-01-23do not Xr both pppx and pppac in SEE ALSO, since they are the same page;Jason McIntyre
2020-01-23use pppac(4) instead of tun(4)David Gwynne
2020-01-23allow npppd to use pppac(4) (once i wire it up)David Gwynne
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-05-10Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>Philip Guenther
2019-04-08macro fix;Jason McIntyre
2019-03-10fix some cases of spaces before full stops, where none were neccessary;Jason McIntyre
2019-02-27remove unused includesdenis
2019-02-22errror -> error in log messages; from alessandro galloJason McIntyre
2019-02-20fix attribute namedenis
2019-02-13(unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherTheo de Raadt
2019-01-22PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callsKenneth R Westerback
2018-12-30Delete unnecessary <libgen.h> #includesPhilip Guenther
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-07-25Fix the prefix length of the IP address in the error message which showsYASUOKA Masahiko
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-06-18remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;Jason McIntyre
2018-03-16Consistently spell "IPsec" in comments and debug outputs.Martin Pieuchot
2018-01-05Remove useless <sys/socketvar.h> includes.Martin Pieuchot
2017-10-06The problem when npppd receives a zero length 1701/udp packet seemed toYASUOKA Masahiko
2017-08-12add a new option to set limits on max-sessions each IPCP.Kazuya Goda
2017-08-11add a new option to set limits on user-max-sessions each AUTHENTICATION.Kazuya Goda
2017-08-11display MRU each sessions in npppctl session commandKazuya Goda
2017-07-13man pages with pseudo synopses which list filenames end up creatingJason McIntyre
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-05-30Remove never used ifdefs, define FATAL macro properly and define functionYASUOKA Masahiko