Requested by: Charles Mott <cmott@scientech.com>
This commit is contained in:
parent
8fa10804ef
commit
e83aaae350
@ -1,7 +1,7 @@
|
|||||||
/* -*- mode: c; tab-width: 8; c-basic-indent: 4; -*- */
|
/* -*- mode: c; tab-width: 8; c-basic-indent: 4; -*- */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* lint -save -library Flexelint comment for external headers */
|
/* lint -save -library Flexelint comment for external headers */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* -*- mode: c; tab-width: 8; c-basic-indent: 4; -*- */
|
/* -*- mode: c; tab-width: 8; c-basic-indent: 4; -*- */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"-
|
.\"-
|
||||||
.\" Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
.\" Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.\" Redistribution and use in source and binary forms, with or without
|
.\" Redistribution and use in source and binary forms, with or without
|
||||||
@ -851,7 +851,7 @@ connects to the same external server at the same time, because
|
|||||||
PPTP requires a single TCP control connection to be established
|
PPTP requires a single TCP control connection to be established
|
||||||
between any two IP addresses.
|
between any two IP addresses.
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Charles Mott Aq cmott@scientech.com ,
|
.An Charles Mott Aq cm@linktel.net ,
|
||||||
versions 1.0 - 1.8, 2.0 - 2.4.
|
versions 1.0 - 1.8, 2.0 - 2.4.
|
||||||
.An Eivind Eklund Aq eivind@FreeBSD.org ,
|
.An Eivind Eklund Aq eivind@FreeBSD.org ,
|
||||||
versions 1.8b, 1.9 and 2.5.
|
versions 1.8b, 1.9 and 2.5.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* -*- mode: c; tab-width: 8; c-basic-indent: 4; -*- */
|
/* -*- mode: c; tab-width: 8; c-basic-indent: 4; -*- */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* lint -save -library Flexelint comment for external headers */
|
/* lint -save -library Flexelint comment for external headers */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* -*- mode: c; tab-width: 8; c-basic-indent: 4; -*- */
|
/* -*- mode: c; tab-width: 8; c-basic-indent: 4; -*- */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
* Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"-
|
.\"-
|
||||||
.\" Copyright (c) 2001 Charles Mott <cmott@scientech.com>
|
.\" Copyright (c) 2001 Charles Mott <cm@linktel.net>
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.\" Redistribution and use in source and binary forms, with or without
|
.\" Redistribution and use in source and binary forms, with or without
|
||||||
@ -851,7 +851,7 @@ connects to the same external server at the same time, because
|
|||||||
PPTP requires a single TCP control connection to be established
|
PPTP requires a single TCP control connection to be established
|
||||||
between any two IP addresses.
|
between any two IP addresses.
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Charles Mott Aq cmott@scientech.com ,
|
.An Charles Mott Aq cm@linktel.net ,
|
||||||
versions 1.0 - 1.8, 2.0 - 2.4.
|
versions 1.0 - 1.8, 2.0 - 2.4.
|
||||||
.An Eivind Eklund Aq eivind@FreeBSD.org ,
|
.An Eivind Eklund Aq eivind@FreeBSD.org ,
|
||||||
versions 1.8b, 1.9 and 2.5.
|
versions 1.8b, 1.9 and 2.5.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user