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
/
pptp
Age
Commit message (
Expand
)
Author
2021-03-10
Fix "phone number" spelling.
Patrick Wildt
2021-03-05
Fix some heap over-read in logging in PPTP protocol handler.
YASUOKA Masahiko
2019-05-10
Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>
Philip Guenther
2016-04-16
Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL).
Kenneth R Westerback
2016-03-21
Instead of creating a socket with socket() or accept() and then
Philip Guenther
2015-12-17
Replace arc4random() % i by arc4random_uniform(i) to avoid modulo bias.
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-06-23
Fix npppd to check the size of received GRE packets properly.
YASUOKA Masahiko
2015-06-23
Fix the problem when npppd receives a zero length 1701/udp packet. If
YASUOKA Masahiko
2015-05-12
Fix an uninitialized variable access when pptp.hostname is configured.
YASUOKA Masahiko
2015-01-19
move to <limits.h> universe
Theo de Raadt
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-07-10
Tweak accept pacing in pptp. Add handling when accept_add() fails and
YASUOKA Masahiko
2014-05-30
Use calloc instead of malloc and memset.
YASUOKA Masahiko
2014-03-22
Now tunnel can have multiple listen addresses.
YASUOKA Masahiko
2014-03-22
Don't stop listening 1723/tcp when accept() is failed.
YASUOKA Masahiko
2014-03-22
Stop output "Stopped" log message of the tunnel protocols.
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-06
Turn an error into a warning to be able to start l2tp tunnels even if
Giovanni Bechis
2013-03-14
Remove some faith-related #ifdef'd code that was only used for old IIJ
Martin Pieuchot
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2013-03-11
do not start npppd if a pptp tunnel is configured but the gre protocol is not
Giovanni Bechis
2012-11-13
Add accept.c from ldpd and use it to handle file descriptor exhaustion
YASUOKA Masahiko
2012-09-18
New configuration syntax for npppd(8). `npppd.conf' will be based on
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-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
use timerclear macro. while here, fix spelling.
Okan Demirmen
2011-01-20
- tyop, recieve -> receive
Jasper Lievisse Adriaanse
2010-09-27
IP_PIPEX mistakenly was applied to the 1723/tcp socket. Apply the option
YASUOKA Masahiko
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-31
privilege separation of npppd.
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