History log of /openbsd-src/usr.sbin/npppd/pptp/pptp_ctrl.c (Results 1 – 13 of 13)
Revision Date Author Comments
# f5c2ff87 29-Mar-2021 yasuoka <yasuoka@openbsd.org>

spellings
suggested by jsg


# 3e92b40a 05-Mar-2021 yasuoka <yasuoka@openbsd.org>

Fix some heap over-read in logging in PPTP protocol handler.


# c8939cf4 16-Apr-2016 krw <krw@openbsd.org>

Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL).

No functional change.

ok millert@


# e402d49c 12-May-2015 yasuoka <yasuoka@openbsd.org>

Fix an uninitialized variable access when pptp.hostname is configured.


# dbad4650 19-Jan-2015 deraadt <deraadt@openbsd.org>

move to <limits.h> universe
ok yasuoka


# c2307f15 20-Apr-2013 yasuoka <yasuoka@openbsd.org>

Don't use random() because it's not safe. Use arc4random() instead of
it. Suggested by deraadt.


# 821f7c56 18-Sep-2012 yasuoka <yasuoka@openbsd.org>

New configuration syntax for npppd(8). `npppd.conf' will be based on
parse.y and `npppd-users' will be based on getcap(3). Add man pages.

feedback from giovanni


# 9a200ddf 08-May-2012 yasuoka <yasuoka@openbsd.org>

Trivial changes from the upstream(IIJ).
- fix styles, compile errors in some ifdef condition and compiler warnings.
- delete rtev* that was to work around routing socket overflows.
- delete is_ctr

Trivial changes from the upstream(IIJ).
- fix styles, compile errors in some ifdef condition and compiler warnings.
- delete rtev* that was to work around routing socket overflows.
- delete is_ctrl argument from l2tp_ctrl_send_packet(). It's not used.
- tweak returning the exit status.
- use IPV6_IPSEC_POLICY for IPv6 socket.
(though npppd cannot set up a ipsec policy to the socket yet.)

ok mcbride henning

show more ...


# 7a7bab9d 08-May-2012 yasuoka <yasuoka@openbsd.org>

Fix comments and styles. Delete unused variables and labels.
No binary changes.

ok mcbride henning


# adafb749 16-Mar-2011 okan <okan@openbsd.org>

use timerclear macro. while here, fix spelling.

ok yasuoka@


# e109dc18 02-Jul-2010 yasuoka <yasuoka@openbsd.org>

add $OpenBSD$ and remove trailing space. no functional change.


# f0a4e295 01-Jul-2010 yasuoka <yasuoka@openbsd.org>

Translate Japanese comments or labels into English. Translation was
done by IIJ people (MATSUI Yoshihiro, SAITOH Masanobu, Tomoyuki Sahara),
yuo@ and myself.

This diff also includes
- delete part

Translate Japanese comments or labels into English. Translation was
done by IIJ people (MATSUI Yoshihiro, SAITOH Masanobu, Tomoyuki Sahara),
yuo@ and myself.

This diff also includes
- delete part of useless comments, correct spelling.
- add man page of npppdctl.

There is no functional change.

show more ...


# 0fbf3537 11-Jan-2010 yasuoka <yasuoka@openbsd.org>

Initial import npppd(8). npppd is a new PPP daemon that handles many
ppp sessions as a server. It supports L2TP, PPTP and PPPoE as
tunneling.

ok mcbride@ dlg@ deraadt@ reyk@.