summaryrefslogtreecommitdiffstats
path: root/auth-pam.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-12 16:38:54 +1000
committerDamien Miller <djm@mindrot.org>2000-06-12 16:38:54 +1000
commite69f18cbff23f52a9c4fdedd6bb55231231cee86 (patch)
tree726ca3b558c07b08db19b94d6042d3c801d49850 /auth-pam.c
parentd900e45faa8c26e07d60ad497d99e99e43d8b0f9 (diff)
- (djm) Glob manpages in RPM spec files to catch compressed files
- (djm) Full license in auth-pam.c
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c33
1 files changed, 27 insertions, 6 deletions
diff --git a/auth-pam.c b/auth-pam.c
index 174d289f..67a851d1 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -1,9 +1,30 @@
/*
- * Author: Damien Miller
- * Copyright (c) 1999 Damien Miller <djm@mindrot.org>
- * All rights reserved
- * Created: Thursday December 30 1999
- * PAM authentication and session management code.
+ * Copyright (c) 2000 Damien Miller. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by Markus Friedl.
+ * 4. The name of the author may not be used to endorse or promote products
+ * derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
@@ -13,7 +34,7 @@
#include "xmalloc.h"
#include "servconf.h"
-RCSID("$Id: auth-pam.c,v 1.5 2000/05/31 01:20:12 damien Exp $");
+RCSID("$Id: auth-pam.c,v 1.6 2000/06/12 06:38:54 djm Exp $");
#define NEW_AUTHTOK_MSG \
"Warning: You password has expired, please change it now"