index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
npppd
/
l2tp
Age
Commit message (
Expand
)
Author
2024-02-26
Use unsigned integers for bit fields. Also fix white spaces.
YASUOKA Masahiko
2023-09-11
Check if the avp->length is not broken. Also make sure that
YASUOKA Masahiko
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2021-05-22
Remove ipsec_utils.c, its headers, and the code block which use it
YASUOKA Masahiko
2021-03-29
spellings
YASUOKA Masahiko
2020-06-09
Prepare buffer for both receive and transmit side so that a client can
YASUOKA Masahiko
2019-05-10
Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>
Philip Guenther
2019-02-22
errror -> error in log messages; from alessandro gallo
Jason McIntyre
2018-03-16
Consistently spell "IPsec" in comments and debug outputs.
Martin Pieuchot
2017-10-06
The problem when npppd receives a zero length 1701/udp packet seemed to
YASUOKA Masahiko
2016-03-21
Instead of creating a socket with socket() or accept() and then
Philip Guenther
2015-12-17
Replace 'arc4random() % (2^k - 1)' by 'arc4random() & (2^k - 1)' to
tb
2015-12-05
strings.h -> string.h to prevent an implicit declaration. Also remove a
mmcc
2015-12-05
Pass the pppx_hdr when sending packets through the pppx device and use the
YASUOKA Masahiko
2015-07-20
Pass the errcode when disconnecting L2TP call.
YASUOKA Masahiko
2015-06-24
Fix npppd to terminate all PPP sessions properly even in case the
YASUOKA Masahiko
2015-06-23
Fix the problem when npppd receives a zero length 1701/udp packet. If
YASUOKA Masahiko
2015-01-19
move to <limits.h> universe
Theo de Raadt
2014-07-21
Switch from <sys/endian.h> or <machine/endian.h> to the new,
Philip Guenther
2014-05-07
calloc is simpler. suggested by Peter Malone and halex
Ted Unangst
2014-05-07
use calloc. from Peter Malone
Ted Unangst
2014-03-22
Now tunnel can have multiple listen addresses.
YASUOKA Masahiko
2013-09-20
Add length check for Proxy LCP and Authentication AVPs.
YASUOKA Masahiko
2013-09-13
fix some gcc warnings
YASUOKA Masahiko
2013-04-20
Don't use random() because it's not safe. Use arc4random() instead of
YASUOKA Masahiko
2013-04-20
PPPoE server was broken since last configuration rework. Calling
YASUOKA Masahiko
2013-04-16
Fix some AVPs of SCCRP to comply RFC 2661.
YASUOKA Masahiko
2012-11-13
Constify arguments to sendto_nat_t and add missing
YASUOKA Masahiko
2012-09-18
New configuration syntax for npppd(8). `npppd.conf' will be based on
YASUOKA Masahiko
2012-07-16
add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)
Markus Friedl
2012-07-13
npppd used wrong AVPs as a `calling number' because `break' in switch
YASUOKA Masahiko
2012-05-08
Result-Code AVP of StopCCN was not parsed properly.
YASUOKA Masahiko
2012-05-08
Trivial changes from the upstream(IIJ).
YASUOKA Masahiko
2012-05-08
Fix comments and styles. Delete unused variables and labels.
YASUOKA Masahiko
2012-01-23
Add handling of `rx connect speed' avp to avoid the bug of xl2tpd.
YASUOKA Masahiko
2012-01-18
Replace npppdctl(8) by new npppctl(8). npppctl was written from
YASUOKA Masahiko
2012-01-18
Fix compiler warnings and some styles.
YASUOKA Masahiko
2011-10-15
Added "provision for rewound PPP frames" that allows receiving
YASUOKA Masahiko
2011-03-16
spelling.
Okan Demirmen
2011-01-20
- tyop, recieve -> receive
Jasper Lievisse Adriaanse
2010-09-24
Add support pipex for L2TP call and L2TP on IPv6.
YASUOKA Masahiko
2010-07-02
add $OpenBSD$ and remove trailing space. no functional change.
YASUOKA Masahiko
2010-07-01
Translate Japanese comments or labels into English. Translation was
YASUOKA Masahiko
2010-01-27
Fixed 2 off-by-one problems.
YASUOKA Masahiko
2010-01-13
cleanup npppd code. delete IIJ local ifdef switches and fix warnings.
YASUOKA Masahiko
2010-01-11
Initial import npppd(8). npppd is a new PPP daemon that handles many
YASUOKA Masahiko