summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/popa3d/DESIGN (renamed from libexec/popa3d/DESIGN)0
-rw-r--r--usr.sbin/popa3d/LICENSE (renamed from libexec/popa3d/LICENSE)0
-rw-r--r--usr.sbin/popa3d/Makefile (renamed from libexec/popa3d/Makefile)2
-rw-r--r--usr.sbin/popa3d/VIRTUAL (renamed from libexec/popa3d/VIRTUAL)0
-rw-r--r--usr.sbin/popa3d/auth_passwd.c (renamed from libexec/popa3d/auth_passwd.c)2
-rw-r--r--usr.sbin/popa3d/database.c (renamed from libexec/popa3d/database.c)2
-rw-r--r--usr.sbin/popa3d/database.h (renamed from libexec/popa3d/database.h)2
-rw-r--r--usr.sbin/popa3d/mailbox.c (renamed from libexec/popa3d/mailbox.c)2
-rw-r--r--usr.sbin/popa3d/mailbox.h (renamed from libexec/popa3d/mailbox.h)2
-rw-r--r--usr.sbin/popa3d/misc.c (renamed from libexec/popa3d/misc.c)2
-rw-r--r--usr.sbin/popa3d/misc.h (renamed from libexec/popa3d/misc.h)2
-rw-r--r--usr.sbin/popa3d/params.h (renamed from libexec/popa3d/params.h)2
-rw-r--r--usr.sbin/popa3d/pop_auth.c (renamed from libexec/popa3d/pop_auth.c)2
-rw-r--r--usr.sbin/popa3d/pop_auth.h (renamed from libexec/popa3d/pop_auth.h)2
-rw-r--r--usr.sbin/popa3d/pop_root.c (renamed from libexec/popa3d/pop_root.c)2
-rw-r--r--usr.sbin/popa3d/pop_trans.c (renamed from libexec/popa3d/pop_trans.c)2
-rw-r--r--usr.sbin/popa3d/pop_trans.h (renamed from libexec/popa3d/pop_trans.h)2
-rw-r--r--usr.sbin/popa3d/popa3d.8 (renamed from libexec/popa3d/popa3d.8)2
-rw-r--r--usr.sbin/popa3d/protocol.c (renamed from libexec/popa3d/protocol.c)2
-rw-r--r--usr.sbin/popa3d/protocol.h (renamed from libexec/popa3d/protocol.h)2
-rw-r--r--usr.sbin/popa3d/standalone.c (renamed from libexec/popa3d/standalone.c)2
-rw-r--r--usr.sbin/popa3d/virtual.c (renamed from libexec/popa3d/virtual.c)2
-rw-r--r--usr.sbin/popa3d/virtual.h (renamed from libexec/popa3d/virtual.h)2
23 files changed, 20 insertions, 20 deletions
diff --git a/libexec/popa3d/DESIGN b/usr.sbin/popa3d/DESIGN
index 1d03aad76aa..1d03aad76aa 100644
--- a/libexec/popa3d/DESIGN
+++ b/usr.sbin/popa3d/DESIGN
diff --git a/libexec/popa3d/LICENSE b/usr.sbin/popa3d/LICENSE
index dc50971f05d..dc50971f05d 100644
--- a/libexec/popa3d/LICENSE
+++ b/usr.sbin/popa3d/LICENSE
diff --git a/libexec/popa3d/Makefile b/usr.sbin/popa3d/Makefile
index afe6f1d071c..f1e0a6da594 100644
--- a/libexec/popa3d/Makefile
+++ b/usr.sbin/popa3d/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/08/16 19:40:39 ericj Exp $
+# $OpenBSD: Makefile,v 1.1 2001/08/19 13:05:57 deraadt Exp $
PROG= popa3d
diff --git a/libexec/popa3d/VIRTUAL b/usr.sbin/popa3d/VIRTUAL
index 23341277b81..23341277b81 100644
--- a/libexec/popa3d/VIRTUAL
+++ b/usr.sbin/popa3d/VIRTUAL
diff --git a/libexec/popa3d/auth_passwd.c b/usr.sbin/popa3d/auth_passwd.c
index 0e8a19afb23..924fc03981d 100644
--- a/libexec/popa3d/auth_passwd.c
+++ b/usr.sbin/popa3d/auth_passwd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth_passwd.c,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: auth_passwd.c,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* The /etc/passwd authentication routine.
diff --git a/libexec/popa3d/database.c b/usr.sbin/popa3d/database.c
index f3c8e7a8df6..c342cca54d2 100644
--- a/libexec/popa3d/database.c
+++ b/usr.sbin/popa3d/database.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: database.c,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: database.c,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Message database management.
diff --git a/libexec/popa3d/database.h b/usr.sbin/popa3d/database.h
index cc362070fbe..9050f0489b9 100644
--- a/libexec/popa3d/database.h
+++ b/usr.sbin/popa3d/database.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: database.h,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: database.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Message database management.
diff --git a/libexec/popa3d/mailbox.c b/usr.sbin/popa3d/mailbox.c
index 482f8e344e1..3316ed26b4a 100644
--- a/libexec/popa3d/mailbox.c
+++ b/usr.sbin/popa3d/mailbox.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mailbox.c,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: mailbox.c,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Mailbox access.
diff --git a/libexec/popa3d/mailbox.h b/usr.sbin/popa3d/mailbox.h
index b8d2142fa18..ba6fc7ad0b0 100644
--- a/libexec/popa3d/mailbox.h
+++ b/usr.sbin/popa3d/mailbox.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mailbox.h,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: mailbox.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Mailbox access.
diff --git a/libexec/popa3d/misc.c b/usr.sbin/popa3d/misc.c
index 18275c3b22f..7b43a5d8134 100644
--- a/libexec/popa3d/misc.c
+++ b/usr.sbin/popa3d/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: misc.c,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Miscellaneous syscall wrappers. See misc.h for the descriptions.
diff --git a/libexec/popa3d/misc.h b/usr.sbin/popa3d/misc.h
index 17b3e2ebf4c..097d3c75c3a 100644
--- a/libexec/popa3d/misc.h
+++ b/usr.sbin/popa3d/misc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.h,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: misc.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Miscellaneous syscall wrappers.
diff --git a/libexec/popa3d/params.h b/usr.sbin/popa3d/params.h
index 81f4316866e..03145b92f55 100644
--- a/libexec/popa3d/params.h
+++ b/usr.sbin/popa3d/params.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: params.h,v 1.6 2001/08/16 20:02:42 camield Exp $ */
+/* $OpenBSD: params.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Global POP daemon parameters.
diff --git a/libexec/popa3d/pop_auth.c b/usr.sbin/popa3d/pop_auth.c
index 46f57cd2141..65ea612d0bc 100644
--- a/libexec/popa3d/pop_auth.c
+++ b/usr.sbin/popa3d/pop_auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pop_auth.c,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: pop_auth.c,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* AUTHORIZATION state handling.
diff --git a/libexec/popa3d/pop_auth.h b/usr.sbin/popa3d/pop_auth.h
index 4013eb2ea88..4352552f133 100644
--- a/libexec/popa3d/pop_auth.h
+++ b/usr.sbin/popa3d/pop_auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pop_auth.h,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: pop_auth.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* AUTHORIZATION state handling.
diff --git a/libexec/popa3d/pop_root.c b/usr.sbin/popa3d/pop_root.c
index 226b4713cb0..194de4a19e4 100644
--- a/libexec/popa3d/pop_root.c
+++ b/usr.sbin/popa3d/pop_root.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pop_root.c,v 1.4 2001/08/16 20:02:42 camield Exp $ */
+/* $OpenBSD: pop_root.c,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Main daemon code: invokes the actual POP handling routines. Most calls
diff --git a/libexec/popa3d/pop_trans.c b/usr.sbin/popa3d/pop_trans.c
index 26193f62245..05ecbec76a3 100644
--- a/libexec/popa3d/pop_trans.c
+++ b/usr.sbin/popa3d/pop_trans.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pop_trans.c,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: pop_trans.c,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* TRANSACTION state handling.
diff --git a/libexec/popa3d/pop_trans.h b/usr.sbin/popa3d/pop_trans.h
index a7a3e5390bc..0e0edd91cf9 100644
--- a/libexec/popa3d/pop_trans.h
+++ b/usr.sbin/popa3d/pop_trans.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pop_trans.h,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: pop_trans.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* TRANSACTION state handling.
diff --git a/libexec/popa3d/popa3d.8 b/usr.sbin/popa3d/popa3d.8
index b7eae7617a2..87b59cafef2 100644
--- a/libexec/popa3d/popa3d.8
+++ b/usr.sbin/popa3d/popa3d.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: popa3d.8,v 1.2 2001/08/16 20:07:15 camield Exp $
+.\" $OpenBSD: popa3d.8,v 1.1 2001/08/19 13:05:57 deraadt Exp $
.Dd August 15, 2001
.Dt POPA3D 8
.Os
diff --git a/libexec/popa3d/protocol.c b/usr.sbin/popa3d/protocol.c
index e6be0365ac1..cbe5aa41b19 100644
--- a/libexec/popa3d/protocol.c
+++ b/usr.sbin/popa3d/protocol.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: protocol.c,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: protocol.c,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* POP protocol handling.
diff --git a/libexec/popa3d/protocol.h b/usr.sbin/popa3d/protocol.h
index 62b8c6dff03..05cacace937 100644
--- a/libexec/popa3d/protocol.h
+++ b/usr.sbin/popa3d/protocol.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: protocol.h,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: protocol.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* POP protocol handling.
diff --git a/libexec/popa3d/standalone.c b/usr.sbin/popa3d/standalone.c
index cb4291c9409..0f374e01ce3 100644
--- a/libexec/popa3d/standalone.c
+++ b/usr.sbin/popa3d/standalone.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: standalone.c,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: standalone.c,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Standalone POP server: accepts connections, checks the anti-flood limits,
diff --git a/libexec/popa3d/virtual.c b/usr.sbin/popa3d/virtual.c
index fad4998cd11..c11975d7a5d 100644
--- a/libexec/popa3d/virtual.c
+++ b/usr.sbin/popa3d/virtual.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: virtual.c,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: virtual.c,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Virtual domain support.
diff --git a/libexec/popa3d/virtual.h b/usr.sbin/popa3d/virtual.h
index 625aa9f3be9..312e7c99743 100644
--- a/libexec/popa3d/virtual.h
+++ b/usr.sbin/popa3d/virtual.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: virtual.h,v 1.2 2001/08/13 20:19:33 camield Exp $ */
+/* $OpenBSD: virtual.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */
/*
* Virtual domain support.