summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r--usr.sbin/pppd/auth.c10
-rw-r--r--usr.sbin/pppd/cbcp.c10
-rw-r--r--usr.sbin/pppd/ccp.c10
-rw-r--r--usr.sbin/pppd/chap.c10
-rw-r--r--usr.sbin/pppd/chap_ms.c10
-rw-r--r--usr.sbin/pppd/chat/chat.c10
-rw-r--r--usr.sbin/pppd/demand.c10
-rw-r--r--usr.sbin/pppd/fsm.c10
-rw-r--r--usr.sbin/pppd/ipcp.c10
-rw-r--r--usr.sbin/pppd/lcp.c10
-rw-r--r--usr.sbin/pppd/magic.c10
-rw-r--r--usr.sbin/pppd/main.c10
-rw-r--r--usr.sbin/pppd/options.c10
-rw-r--r--usr.sbin/pppd/pppstats/pppstats.c10
-rw-r--r--usr.sbin/pppd/sys-bsd.c10
-rw-r--r--usr.sbin/pppd/upap.c10
16 files changed, 16 insertions, 144 deletions
diff --git a/usr.sbin/pppd/auth.c b/usr.sbin/pppd/auth.c
index f303847e2f4..eb377517fdb 100644
--- a/usr.sbin/pppd/auth.c
+++ b/usr.sbin/pppd/auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.c,v 1.30 2003/09/26 06:01:42 pvalchev Exp $ */
+/* $OpenBSD: auth.c,v 1.31 2009/10/27 23:59:53 deraadt Exp $ */
/*
* auth.c - PPP authentication and phase control.
@@ -73,14 +73,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: auth.c,v 1.37 1998/03/26 04:46:03 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: auth.c,v 1.30 2003/09/26 06:01:42 pvalchev Exp $";
-#endif
-#endif
-
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
diff --git a/usr.sbin/pppd/cbcp.c b/usr.sbin/pppd/cbcp.c
index e89214f23b5..18d961a4296 100644
--- a/usr.sbin/pppd/cbcp.c
+++ b/usr.sbin/pppd/cbcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cbcp.c,v 1.6 2004/11/03 03:33:11 danh Exp $ */
+/* $OpenBSD: cbcp.c,v 1.7 2009/10/27 23:59:53 deraadt Exp $ */
/*
* cbcp - Call Back Configuration Protocol.
@@ -30,14 +30,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: cbcp.c,v 1.2 1997/04/30 05:50:26 paulus Exp";
-#else
-static char rcsid[] = "$OpenBSD: cbcp.c,v 1.6 2004/11/03 03:33:11 danh Exp $";
-#endif
-#endif
-
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
diff --git a/usr.sbin/pppd/ccp.c b/usr.sbin/pppd/ccp.c
index 05526283776..70c205a0d80 100644
--- a/usr.sbin/pppd/ccp.c
+++ b/usr.sbin/pppd/ccp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ccp.c,v 1.12 2003/04/04 20:25:07 deraadt Exp $ */
+/* $OpenBSD: ccp.c,v 1.13 2009/10/27 23:59:53 deraadt Exp $ */
/*
* ccp.c - PPP Compression Control Protocol.
@@ -35,14 +35,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: ccp.c,v 1.22 1998/03/25 01:25:02 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: ccp.c,v 1.12 2003/04/04 20:25:07 deraadt Exp $";
-#endif
-#endif
-
#include <string.h>
#include <syslog.h>
#include <sys/ioctl.h>
diff --git a/usr.sbin/pppd/chap.c b/usr.sbin/pppd/chap.c
index 2eddac898bd..830b849d2ae 100644
--- a/usr.sbin/pppd/chap.c
+++ b/usr.sbin/pppd/chap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chap.c,v 1.12 2003/04/04 20:25:07 deraadt Exp $ */
+/* $OpenBSD: chap.c,v 1.13 2009/10/27 23:59:53 deraadt Exp $ */
/*
* chap.c - Challenge Handshake Authentication Protocol.
@@ -51,14 +51,6 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: chap.c,v 1.15 1997/11/27 06:07:48 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: chap.c,v 1.12 2003/04/04 20:25:07 deraadt Exp $";
-#endif
-#endif
-
/*
* TODO:
*/
diff --git a/usr.sbin/pppd/chap_ms.c b/usr.sbin/pppd/chap_ms.c
index f808f09477e..d5cc0e342a6 100644
--- a/usr.sbin/pppd/chap_ms.c
+++ b/usr.sbin/pppd/chap_ms.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chap_ms.c,v 1.9 2004/06/29 22:04:44 millert Exp $ */
+/* $OpenBSD: chap_ms.c,v 1.10 2009/10/27 23:59:53 deraadt Exp $ */
/*
* chap_ms.c - Microsoft MS-CHAP compatible implementation.
@@ -41,14 +41,6 @@
* You should also use DOMAIN\\USERNAME as described in README.MSCHAP80
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: chap_ms.c,v 1.8 1998/04/01 00:15:43 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: chap_ms.c,v 1.9 2004/06/29 22:04:44 millert Exp $";
-#endif
-#endif
-
#ifdef CHAPMS
#include <stdio.h>
diff --git a/usr.sbin/pppd/chat/chat.c b/usr.sbin/pppd/chat/chat.c
index bcb7fad4a9f..1ac55b272b9 100644
--- a/usr.sbin/pppd/chat/chat.c
+++ b/usr.sbin/pppd/chat/chat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chat.c,v 1.26 2009/08/08 18:36:34 jmc Exp $ */
+/* $OpenBSD: chat.c,v 1.27 2009/10/27 23:59:53 deraadt Exp $ */
/*
* Chat -- a program for automatic session establishment (i.e. dial
@@ -79,14 +79,6 @@
*
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: chat.c,v 1.19 1998/03/24 23:57:48 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: chat.c,v 1.26 2009/08/08 18:36:34 jmc Exp $";
-#endif
-#endif
-
#include <stdio.h>
#include <ctype.h>
#include <time.h>
diff --git a/usr.sbin/pppd/demand.c b/usr.sbin/pppd/demand.c
index fb1f8180b7c..7f951fbae49 100644
--- a/usr.sbin/pppd/demand.c
+++ b/usr.sbin/pppd/demand.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: demand.c,v 1.8 2002/09/13 00:12:10 deraadt Exp $ */
+/* $OpenBSD: demand.c,v 1.9 2009/10/27 23:59:53 deraadt Exp $ */
/*
* demand.c - Support routines for demand-dialling.
@@ -35,14 +35,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: demand.c,v 1.7 1997/11/27 06:08:26 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: demand.c,v 1.8 2002/09/13 00:12:10 deraadt Exp $";
-#endif
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/usr.sbin/pppd/fsm.c b/usr.sbin/pppd/fsm.c
index 0f572a7e178..0a95205bf4d 100644
--- a/usr.sbin/pppd/fsm.c
+++ b/usr.sbin/pppd/fsm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fsm.c,v 1.7 2002/07/01 19:31:37 deraadt Exp $ */
+/* $OpenBSD: fsm.c,v 1.8 2009/10/27 23:59:53 deraadt Exp $ */
/*
* fsm.c - {Link, IP} Control Protocol Finite State Machine.
@@ -42,14 +42,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: fsm.c,v 1.13 1997/04/30 05:52:17 paulus Exp";
-#else
-static char rcsid[] = "$OpenBSD: fsm.c,v 1.7 2002/07/01 19:31:37 deraadt Exp $";
-#endif
-#endif
-
/*
* TODO:
* Randomize fsm id on link/init.
diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c
index 30de2b92ed6..34c921bf256 100644
--- a/usr.sbin/pppd/ipcp.c
+++ b/usr.sbin/pppd/ipcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipcp.c,v 1.11 2003/07/18 22:58:56 david Exp $ */
+/* $OpenBSD: ipcp.c,v 1.12 2009/10/27 23:59:53 deraadt Exp $ */
/*
* ipcp.c - PPP IP Control Protocol.
@@ -42,14 +42,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: ipcp.c,v 1.34 1998/04/28 23:38:09 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: ipcp.c,v 1.11 2003/07/18 22:58:56 david Exp $";
-#endif
-#endif
-
/*
* TODO:
*/
diff --git a/usr.sbin/pppd/lcp.c b/usr.sbin/pppd/lcp.c
index a12c56c9162..278ea6cc637 100644
--- a/usr.sbin/pppd/lcp.c
+++ b/usr.sbin/pppd/lcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lcp.c,v 1.9 2002/07/01 19:31:37 deraadt Exp $ */
+/* $OpenBSD: lcp.c,v 1.10 2009/10/27 23:59:53 deraadt Exp $ */
/*
* lcp.c - PPP Link Control Protocol.
@@ -42,14 +42,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: lcp.c,v 1.31 1997/11/27 06:08:44 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: lcp.c,v 1.9 2002/07/01 19:31:37 deraadt Exp $";
-#endif
-#endif
-
/*
* TODO:
*/
diff --git a/usr.sbin/pppd/magic.c b/usr.sbin/pppd/magic.c
index 39044c4b89e..265e55d572a 100644
--- a/usr.sbin/pppd/magic.c
+++ b/usr.sbin/pppd/magic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: magic.c,v 1.8 2002/07/01 19:31:37 deraadt Exp $ */
+/* $OpenBSD: magic.c,v 1.9 2009/10/27 23:59:53 deraadt Exp $ */
/*
* magic.c - PPP Magic Number routines.
@@ -42,14 +42,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: magic.c,v 1.7 1998/03/25 03:07:49 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: magic.c,v 1.8 2002/07/01 19:31:37 deraadt Exp $";
-#endif
-#endif
-
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c
index 5703590365c..55290d782db 100644
--- a/usr.sbin/pppd/main.c
+++ b/usr.sbin/pppd/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.47 2007/09/02 15:19:39 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.48 2009/10/27 23:59:53 deraadt Exp $ */
/*
* main.c - Point-to-Point Protocol main module
@@ -42,14 +42,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: main.c,v 1.49 1998/05/05 05:24:17 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: main.c,v 1.47 2007/09/02 15:19:39 deraadt Exp $";
-#endif
-#endif
-
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c
index 8dd3d7680e5..8dbcc133da2 100644
--- a/usr.sbin/pppd/options.c
+++ b/usr.sbin/pppd/options.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: options.c,v 1.23 2007/10/17 20:10:44 chl Exp $ */
+/* $OpenBSD: options.c,v 1.24 2009/10/27 23:59:53 deraadt Exp $ */
/*
* options.c - handles option processing for PPP.
@@ -42,14 +42,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: options.c,v 1.42 1998/03/26 04:46:06 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: options.c,v 1.23 2007/10/17 20:10:44 chl Exp $";
-#endif
-#endif
-
#include <ctype.h>
#include <stdio.h>
#include <errno.h>
diff --git a/usr.sbin/pppd/pppstats/pppstats.c b/usr.sbin/pppd/pppstats/pppstats.c
index 3c5923e23a1..0d0fde8840c 100644
--- a/usr.sbin/pppd/pppstats/pppstats.c
+++ b/usr.sbin/pppd/pppstats/pppstats.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pppstats.c,v 1.9 2007/02/18 21:20:08 jmc Exp $ */
+/* $OpenBSD: pppstats.c,v 1.10 2009/10/27 23:59:53 deraadt Exp $ */
/*
* print PPP statistics:
@@ -47,14 +47,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: pppstats.c,v 1.22 1998/03/31 23:48:03 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: pppstats.c,v 1.9 2007/02/18 21:20:08 jmc Exp $";
-#endif
-#endif
-
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c
index 8be3b23f524..a13ed05b4a6 100644
--- a/usr.sbin/pppd/sys-bsd.c
+++ b/usr.sbin/pppd/sys-bsd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sys-bsd.c,v 1.25 2008/10/08 18:42:21 claudio Exp $ */
+/* $OpenBSD: sys-bsd.c,v 1.26 2009/10/27 23:59:53 deraadt Exp $ */
/*
* sys-bsd.c - System-dependent procedures for setting up
@@ -74,14 +74,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: sys-bsd.c,v 1.31 1998/04/02 12:04:19 paulus Exp $";
-#else
-static char rcsid[] = "$OpenBSD: sys-bsd.c,v 1.25 2008/10/08 18:42:21 claudio Exp $";
-#endif
-#endif
-
/*
* TODO:
*/
diff --git a/usr.sbin/pppd/upap.c b/usr.sbin/pppd/upap.c
index 191569bf4ef..4c8d32135c9 100644
--- a/usr.sbin/pppd/upap.c
+++ b/usr.sbin/pppd/upap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: upap.c,v 1.9 2002/07/01 19:31:37 deraadt Exp $ */
+/* $OpenBSD: upap.c,v 1.10 2009/10/27 23:59:53 deraadt Exp $ */
/*
* upap.c - User/Password Authentication Protocol.
@@ -42,14 +42,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef lint
-#if 0
-static char rcsid[] = "Id: upap.c,v 1.11 1997/04/30 05:59:56 paulus Exp";
-#else
-static char rcsid[] = "$OpenBSD: upap.c,v 1.9 2002/07/01 19:31:37 deraadt Exp $";
-#endif
-#endif
-
/*
* TODO:
*/