summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-161-6/+6
* Add gcc printf format attributes to yyerror() in parse.y files.doug2014-11-141-2/+4
* Fix a condition which selects log level for errors on routing socket,yasuoka2014-11-131-3/+3
* When the pool address is changed and there is a PPP session which usesyasuoka2014-11-131-3/+3
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-256-17/+11
* Use reallocarray()deraadt2014-10-182-10/+7
* close fd when fdopen failsdoug2014-08-231-2/+7
* remove an uneeded testjsg2014-08-221-11/+8
* Do not set RTF_MASK, it is not used anymore.mpi2014-08-141-3/+1
* Correct the initializer for tunnconf_default_pptpguenther2014-07-221-3/+3
* Handle msgbuf_write() returning EAGAIN.yasuoka2014-07-221-2/+2
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-214-11/+11
* Fix privsep.c. Call missing imsg_free() after imsg_get(). Also addyasuoka2014-07-181-53/+62
* Some functions need to dup() before sending a socket by imsg and don'tyasuoka2014-07-131-3/+6
* Fix a potential bug. privsep.c didn't check the interface nameyasuoka2014-07-121-6/+6
* Fix error in previous.yasuoka2014-07-121-7/+7
* Fix the sentence in the BUGS section. Colon is usable for password.yasuoka2014-07-121-3/+9
* Use imsg(3) for the IPC between the privileged process and theyasuoka2014-07-123-502/+423
* Tweak accept pacing in pptp. Add handling when accept_add() fails andyasuoka2014-07-101-7/+11
* Fix a double free bug in parsing the config. It had occurred when ayasuoka2014-07-081-12/+3
* Fix npppd not to access freed memory when it is exiting.yasuoka2014-07-081-3/+5
* Fix tcp-mss-adjust of pipex and npppd to update the pointer ofyasuoka2014-06-131-3/+8
* Use calloc instead of malloc and memset.yasuoka2014-05-306-39/+24
* Fixed chap_input() and chap_authenticate() not to be used as if theyyasuoka2014-05-281-3/+3
* Initialize struct iface by zero. Without this, npppd had used randomyasuoka2014-05-071-2/+2
* calloc is simpler. suggested by Peter Malone and halextedu2014-05-071-8/+3
* use calloc. from Peter Malonetedu2014-05-071-5/+4
* Delete duplicated "mppe" entry in keywords[].yasuoka2014-05-051-2/+1
* Do not set RTF_DONE flag on route message, only the kernel is allowed toclaudio2014-04-181-4/+2
* sync with iked chap_ms.cjsg2014-04-161-16/+14
* Now tunnel can have multiple listen addresses.yasuoka2014-03-2210-96/+196
* Reimplement control part of npppd(8) with imsg. Also add "monitor"yasuoka2014-03-2210-585/+757
* Add an assert not to call radius_cancel_request() on callback. If theyasuoka2014-03-221-18/+29
* Fixed a bug in npppd_auth_get_user() which caused segmentation faults afteryasuoka2014-03-227-52/+15
* In RADIUS accounting, realm_framed_ip_address was mistakenly used foryasuoka2014-03-222-8/+7
* Don't stop listening 1723/tcp when accept() is failed.yasuoka2014-03-221-5/+3
* Stop output "Stopped" log message of the tunnel protocols.yasuoka2014-03-222-7/+7
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-4/+0
* use u_char for buffers in yylex, for ctype callsbenno2013-11-251-6/+6
* Don't assume the length of chap challenges.yasuoka2013-09-201-4/+4
* Add length check for Proxy LCP and Authentication AVPs.yasuoka2013-09-202-19/+35
* fix some gcc warningsyasuoka2013-09-132-5/+5
* some npppd.conf(5) should be npppd(8).yasuoka2013-09-111-4/+4
* replace rand(3)/random(3) calls with secure arc4random*()naddy2013-08-261-4/+3
* Extraneous local variable with useless increment applied.mlarkin2013-08-241-4/+3
* Clarify what "mru" config option does.yasuoka2013-08-121-3/+6
* Stop doing pipex ioctl if no tunnel interface is configured.yasuoka2013-06-031-14/+24
* fix typo in comment; OK yasuoka@gsoares2013-04-261-2/+2
* Don't use random() because it's not safe. Use arc4random() instead ofyasuoka2013-04-209-76/+25
* PPPoE server was broken since last configuration rework. Callingyasuoka2013-04-203-11/+19