History log of /openbsd-current/usr.sbin/npppd/npppd/ccp.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.8 27-Feb-2019 denis

remove unused includes

OK yasuoka@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE
# 1.7 05-Dec-2015 mmcc

strings.h -> string.h to prevent an implicit declaration. Also remove a
bunch of NULL-checks before free().


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.6 18-Sep-2012 yasuoka

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


Revision tags: OPENBSD_5_2_BASE
# 1.5 08-May-2012 yasuoka

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

ok mcbride henning


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.4 24-Sep-2010 yasuoka

npppd didn't setup a PIPEX session if MPPE is not required by config and
CCP is failed to be opened because the peer doesn't support MPPE. Fixed to
setup a PIPEX on such case.


Revision tags: OPENBSD_4_8_BASE
# 1.3 02-Jul-2010 yasuoka

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


# 1.2 01-Jul-2010 yasuoka

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.


Revision tags: OPENBSD_4_7_BASE
# 1.1 11-Jan-2010 yasuoka

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@.


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.7 05-Dec-2015 mmcc

strings.h -> string.h to prevent an implicit declaration. Also remove a
bunch of NULL-checks before free().


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.6 18-Sep-2012 yasuoka

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


Revision tags: OPENBSD_5_2_BASE
# 1.5 08-May-2012 yasuoka

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

ok mcbride henning


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.4 24-Sep-2010 yasuoka

npppd didn't setup a PIPEX session if MPPE is not required by config and
CCP is failed to be opened because the peer doesn't support MPPE. Fixed to
setup a PIPEX on such case.


Revision tags: OPENBSD_4_8_BASE
# 1.3 02-Jul-2010 yasuoka

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


# 1.2 01-Jul-2010 yasuoka

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.


Revision tags: OPENBSD_4_7_BASE
# 1.1 11-Jan-2010 yasuoka

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@.