summaryrefslogtreecommitdiff
path: root/usr.sbin/npppd
AgeCommit message (Expand)Author
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
2015-06-24Use the return value of event_loop() properly. Also abort(3) ifYASUOKA Masahiko
2015-06-24Improve and fix typo in the comment.YASUOKA Masahiko
2015-06-24Mention that pipex should be also configured by sysctl.YASUOKA Masahiko
2015-06-23Fix npppd to check the size of received GRE packets properly.YASUOKA Masahiko
2015-06-23Fix the problem when npppd receives a zero length 1701/udp packet. IfYASUOKA Masahiko
2015-06-10Typos: equalivant, fucntion, libary.Miod Vallat
2015-05-12Fix an uninitialized variable access when pptp.hostname is configured.YASUOKA Masahiko
2015-05-12Move the logit() prototype so parse.y will see it.Jonathan Gray
2015-04-04gcc 2.x is deadPhilip Guenther
2015-02-17Fix garbage in error message; ok yasuoka@Miod Vallat
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-19move to <limits.h> universeTheo de Raadt
2015-01-08Count number of sessions correctly.YASUOKA Masahiko
2014-11-27Fix typos in comments.Tobias Stoeckmann
2014-11-20Yet more #include de-duplication.Kenneth R Westerback
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-20remove nt and lanman functions which aren't used. ok reyk yasuokaTed Unangst
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-16Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-11-13Fix a condition which selects log level for errors on routing socket,YASUOKA Masahiko
2014-11-13When the pool address is changed and there is a PPP session which usesYASUOKA Masahiko
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-18Use reallocarray()Theo de Raadt
2014-08-23close fd when fdopen failsdoug
2014-08-22remove an uneeded testJonathan Gray
2014-08-14Do not set RTF_MASK, it is not used anymore.Martin Pieuchot
2014-07-22Correct the initializer for tunnconf_default_pptpPhilip Guenther
2014-07-22Handle msgbuf_write() returning EAGAIN.YASUOKA Masahiko
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-07-18Fix privsep.c. Call missing imsg_free() after imsg_get(). Also addYASUOKA Masahiko
2014-07-13Some functions need to dup() before sending a socket by imsg and don'tYASUOKA Masahiko
2014-07-12Fix a potential bug. privsep.c didn't check the interface nameYASUOKA Masahiko
2014-07-12Fix error in previous.YASUOKA Masahiko
2014-07-12Fix the sentence in the BUGS section. Colon is usable for password.YASUOKA Masahiko
2014-07-12Use imsg(3) for the IPC between the privileged process and theYASUOKA Masahiko
2014-07-10Tweak accept pacing in pptp. Add handling when accept_add() fails andYASUOKA Masahiko
2014-07-08Fix a double free bug in parsing the config. It had occurred when aYASUOKA Masahiko
2014-07-08Fix npppd not to access freed memory when it is exiting.YASUOKA Masahiko
2014-06-13Fix tcp-mss-adjust of pipex and npppd to update the pointer ofYASUOKA Masahiko