summaryrefslogtreecommitdiffstats
path: root/usr.sbin/npppd/l2tp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare buffer for both receive and transmit side so that a client canyasuoka2020-06-092-58/+104
* Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>guenther2019-05-101-3/+2
* errror -> error in log messages; from alessandro gallojmc2019-02-221-3/+3
* Consistently spell "IPsec" in comments and debug outputs.mpi2018-03-161-3/+3
* The problem when npppd receives a zero length 1701/udp packet seemed toyasuoka2017-10-061-3/+3
* Instead of creating a socket with socket() or accept() and thenguenther2016-03-211-12/+3
* Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' totb2015-12-171-5/+5
* strings.h -> string.h to prevent an implicit declaration. Also remove ammcc2015-12-052-12/+8
* Pass the pppx_hdr when sending packets through the pppx device and use theyasuoka2015-12-052-6/+7
* Pass the errcode when disconnecting L2TP call.yasuoka2015-07-201-3/+3
* Fix npppd to terminate all PPP sessions properly even in case theyasuoka2015-06-243-13/+20
* Fix the problem when npppd receives a zero length 1701/udp packet. Ifyasuoka2015-06-231-3/+3
* move to <limits.h> universederaadt2015-01-192-14/+15
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-211-3/+3
* calloc is simpler. suggested by Peter Malone and halextedu2014-05-071-8/+3
* use calloc. from Peter Malonetedu2014-05-071-5/+4
* Now tunnel can have multiple listen addresses.yasuoka2014-03-223-30/+42
* Add length check for Proxy LCP and Authentication AVPs.yasuoka2013-09-202-19/+35
* fix some gcc warningsyasuoka2013-09-131-2/+3
* Don't use random() because it's not safe. Use arc4random() instead ofyasuoka2013-04-201-3/+3
* PPPoE server was broken since last configuration rework. Callingyasuoka2013-04-201-4/+2
* Fix some AVPs of SCCRP to comply RFC 2661.yasuoka2013-04-161-16/+17
* Constify arguments to sendto_nat_t and add missingyasuoka2012-11-131-2/+3
* New configuration syntax for npppd(8). `npppd.conf' will be based onyasuoka2012-09-185-385/+188
* add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)markus2012-07-163-15/+35
* npppd used wrong AVPs as a `calling number' because `break' in switchyasuoka2012-07-131-2/+3
* Result-Code AVP of StopCCN was not parsed properly.yasuoka2012-05-081-22/+23
* Trivial changes from the upstream(IIJ).yasuoka2012-05-084-72/+85
* Fix comments and styles. Delete unused variables and labels.yasuoka2012-05-087-49/+23
* Add handling of `rx connect speed' avp to avoid the bug of xl2tpd.yasuoka2012-01-231-2/+10
* Replace npppdctl(8) by new npppctl(8). npppctl was written fromyasuoka2012-01-181-4/+5
* Fix compiler warnings and some styles.yasuoka2012-01-184-28/+30
* Added "provision for rewound PPP frames" that allows receivingyasuoka2011-10-153-17/+28
* spelling.okan2011-03-161-3/+3
* - tyop, recieve -> receivejasper2011-01-202-8/+8
* Add support pipex for L2TP call and L2TP on IPv6.yasuoka2010-09-245-112/+229
* add $OpenBSD$ and remove trailing space. no functional change.yasuoka2010-07-027-51/+58
* Translate Japanese comments or labels into English. Translation wasyasuoka2010-07-017-447/+395
* Fixed 2 off-by-one problems.yasuoka2010-01-271-2/+2
* cleanup npppd code. delete IIJ local ifdef switches and fix warnings.yasuoka2010-01-133-32/+5
* Initial import npppd(8). npppd is a new PPP daemon that handles manyyasuoka2010-01-117-0/+4662