summaryrefslogtreecommitdiff
path: root/usr.sbin/npppd/npppd
AgeCommit message (Expand)Author
2013-03-19typo: icpp/ipcp; from Renaud AllardStuart Henderson
2013-03-14Remove some faith-related #ifdef'd code that was only used for old IIJMartin Pieuchot
2013-02-13Pipex did panic when the 0 length mppe is given by ioctl. ReturnYASUOKA Masahiko
2013-02-08Fix memory leak in privsep.c. Free the memories which were allocated byYASUOKA Masahiko
2013-02-08add mention about 'mppe' configuration option which is missing.YASUOKA Masahiko
2013-02-08Because of the getcap(3) limitation, colon(':') can not be used forYASUOKA Masahiko
2013-02-08Listening on IPv6 address is not supported for pptp tunnel. DocumentYASUOKA Masahiko
2013-02-06remove unused constant definitionGiovanni Bechis
2013-02-06remove duplicated CPPFLAGS definitionGiovanni Bechis
2013-01-31port numbers for radius servers were not configured correctly.YASUOKA Masahiko
2013-01-31Deleting ip address of tun inteface was failed. This was caused byYASUOKA Masahiko
2013-01-29Add pppx.4 and enable links to it.YASUOKA Masahiko
2013-01-07Remove inline from ppp_output() function to fix building with LLVM.Brad Smith
2012-12-19Remove extra semicolon in "if (...);" which caused an incorrect flag toStuart Henderson
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-28Including ../../Makefile.inc was loop when npppd/obj is not a symbolic link.YASUOKA Masahiko
2012-11-13Add accept.c from ldpd and use it to handle file descriptor exhaustionYASUOKA Masahiko
2012-09-28framed-ip-address and framed-ip-netmask were not working.YASUOKA Masahiko
2012-09-22gcc2 doesn't like unnamed fields. make this compile on vax again.Marc Espie
2012-09-22various fixes; ok yasuokaJason McIntyre
2012-09-21various tweaks;Jason McIntyre
2012-09-20various fixes; ok yasuokaJason McIntyre
2012-09-20Enable npppd and npppctl in default build. Add npppd to rc andYASUOKA Masahiko
2012-09-19tweak man pages.YASUOKA Masahiko
2012-09-19tweak man pages.YASUOKA Masahiko
2012-09-19cleanup around the pipex. naming style, delete or update comments.YASUOKA Masahiko
2012-09-18fix mandoc -Tlint warnings.YASUOKA Masahiko
2012-09-18New configuration syntax for npppd(8). `npppd.conf' will be based onYASUOKA Masahiko
2012-09-07fix typo and commentYASUOKA Masahiko
2012-07-17use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sendingYASUOKA Masahiko
2012-07-16add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)Markus Friedl
2012-07-08Increase maximum number of tun interfaces to 8.giovanni
2012-06-05don't use `reigai' that means `exception' in Japanese as labels.YASUOKA Masahiko
2012-05-08Fix a null reference bug on terminating the process.YASUOKA Masahiko
2012-05-08Ignore NAK of authentication protocol option on LCP that was notYASUOKA Masahiko
2012-05-08Fix double free bug in PAP with radius authentication.YASUOKA Masahiko
2012-05-08Ignore ACCM option on LCP. This was required by some LAC that usesYASUOKA Masahiko
2012-05-08Trivial changes from the upstream(IIJ).YASUOKA Masahiko
2012-05-08Fix comments and styles. Delete unused variables and labels.YASUOKA Masahiko
2012-01-23The ingress filter of pipex and npppd become configurable and disabledYASUOKA Masahiko
2012-01-18Replace npppdctl(8) by new npppctl(8). npppctl was written fromYASUOKA Masahiko
2012-01-18Fix compiler warnings and some styles.YASUOKA Masahiko
2011-10-28use existing _ppp instead of _npppd as a user/group id for npppd.YASUOKA Masahiko
2011-10-15Added "provision for rewound PPP frames" that allows receivingYASUOKA Masahiko
2011-07-08Improved npppd privileged separations:YASUOKA Masahiko
2011-07-06I forgot to delete files on my previous commit. sorry.YASUOKA Masahiko
2011-07-06Add RADIUS accounting support and some authentication related changes:YASUOKA Masahiko
2011-07-05Fixed some bugs of priv_send(). The bugs caused sending routing messagesYASUOKA Masahiko
2011-05-15disable pipex for L2TP on disconnect, too; yasuoka@ agrees.Markus Friedl
2011-04-02add support for pppx interfaces instead of tun interfaces.David Gwynne