summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Instead of creating a socket with socket() or accept() and thenguenther2016-03-212-25/+8
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
* Fix a typo in comment. Diff from Yuuichi Someya.yasuoka2016-03-161-2/+2
* Transition to "Req-Sent" had been missing when RTA in "Opened". This causedyasuoka2016-03-161-1/+2
* Fix: "authconf.users_file_path" is a char[] but is checked as a char*.yasuoka2016-03-081-3/+3
* Remove __cplusplus include guard.yasuoka2016-03-081-5/+1
* Remove setproctitle() for the parent process. Because rc.d(8) uses processsthen2016-02-021-2/+1
* s/failes/failed/gmmcc2015-12-171-6/+6
* Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' totb2015-12-172-10/+10
* Add missing $OpenBSD$ tags.tb2015-12-1717-3/+20
* Replace arc4random() % i by arc4random_uniform(i) to avoid modulo bias.tb2015-12-172-5/+6
* strings.h -> string.h to prevent an implicit declaration. Also remove ammcc2015-12-0515-81/+53
* Pass the pppx_hdr when sending packets through the pppx device and use theyasuoka2015-12-0510-47/+87
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-052-6/+6
* Fix typo in #include line.yasuoka2015-12-041-3/+3
* Remove files which had been unused.yasuoka2015-12-042-257/+0
* comment typommcc2015-12-021-3/+3
* Remove -h from the command line options.yasuoka2015-11-092-18/+13
* Simplify and lock down priv_open():guenther2015-10-115-30/+18
* YYSTYPE.number is int64_t, so format with <inttypes.h>'s PRId64guenther2015-10-111-2/+4
* typo in documentation.sobrado2015-09-211-3/+3
* Set the index of the interface in handroller link_addr(3) like code.mpi2015-09-132-3/+6
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-202-6/+5
* Make npppd use libradius(3). Remove radius+ files.yasuoka2015-07-2313-1430/+33
* Add size and NULL checks in debugutil.cyasuoka2015-07-201-5/+14
* Pass the errcode when disconnecting L2TP call.yasuoka2015-07-201-3/+3
* Remove old route to the tunnel interface when the interface's address isyasuoka2015-07-201-2/+8
* Add missing initializations in privsep.cyasuoka2015-07-201-2/+8
* Fixed a use-after-free. When handing the L2TP Proxy-LCP, a timer was usedyasuoka2015-06-251-17/+11
* Reset the LCP option state for dialin-proxy only if re-negotiation isyasuoka2015-06-251-3/+8
* tweak previous;jmc2015-06-241-4/+4
* Fix npppd to terminate all PPP sessions properly even in case theyasuoka2015-06-243-13/+20
* Use the return value of event_loop() properly. Also abort(3) ifyasuoka2015-06-241-4/+6
* Improve and fix typo in the comment.yasuoka2015-06-242-7/+7
* Mention that pipex should be also configured by sysctl.yasuoka2015-06-241-3/+10
* Fix npppd to check the size of received GRE packets properly.yasuoka2015-06-231-4/+4
* Fix the problem when npppd receives a zero length 1701/udp packet. Ifyasuoka2015-06-232-9/+8
* Typos: equalivant, fucntion, libary.miod2015-06-101-2/+2
* Fix an uninitialized variable access when pptp.hostname is configured.yasuoka2015-05-121-3/+3
* Move the logit() prototype so parse.y will see it.jsg2015-05-122-4/+3
* gcc 2.x is deadguenther2015-04-042-9/+1
* Fix garbage in error message; ok yasuoka@miod2015-02-171-2/+2
* Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.krw2015-01-221-1/+1
* move to <limits.h> universederaadt2015-01-1927-105/+99
* Count number of sessions correctly.yasuoka2015-01-081-4/+6
* Fix typos in comments.tobias2014-11-271-6/+6
* Yet more #include de-duplication.krw2014-11-201-4/+2
* Don't allow embedded nul characters in strings.jsg2014-11-201-1/+4
* remove nt and lanman functions which aren't used. ok reyk yasuokatedu2014-11-202-52/+2
* Nuke more obvious #include duplications.krw2014-11-183-7/+4