[pubcookie-dev] WEBISO CVS update: willey; candv.c,1.20,1.21 capture_cmd_output.c,2.5,2.6 check_crypted_blob.c,1.8,1.9 dtest.c,1.15,1.16 flavor.c,1.7,1.8 flavor.h,1.7,1.8 flavor_basic.c,1.36,1.37 flavor_getcred.c,1.15,1.16 index.cgi.c,1.104,1.105 index.cgi.h,1.39,1.40 keyclient.c,2.30,2.31 keyserver.c,2.32,2.33 libpubcookie.c,2.52,2.53 libpubcookie.h,1.33,1.34 make_crypted_blob.c,1.7,1.8 mod_pubcookie.c,1.117,1.118 mod_pubcookie.h,2.1,2.2 ntmpl.c,1.5,1.6 pbc_apacheconfig.c,2.3,2.4 pbc_apacheconfig.h,2.3,2.4 pbc_config.h,1.78,1.79 pbc_configure.c,2.1,2.2 pbc_configure.h,2.2,2.3 pbc_create.c,1.16,1.17 pbc_key_generic.c,1.3,1.4 pbc_key_local.c,1.7,1.8 pbc_logging.c,1.21,1.22 pbc_logging.h,1.13,1.14 pbc_myconfig.c,1.27,1.28 pbc_myconfig.h,1.9,1.10 pbc_path.h.in,2.5,2.6 pbc_verify.c,1.15,1.16 pbc_version.h,1.53,1.54 pubcookie.file_header,1.4,1.5 pubcookie.h,1.16,1.17 securid.c,1.11,1.12 securid.h,1.4,1.5 securid_securid.c,1.7! security.h,1.5,1.6 security_legacy.c,1.24,1.25 speed_test.c,1.6,1.7 strlcpy.c,2.5,2.6 strlcpy.h,1.3,1.4 verify.c,1.15,1.16 verify.h,1.8,1.9 verify_alwaystrue.c,1.8,1.9 verify_kerberos4.c,1.8,1.9 verify_kerberos5.c,1.21,1.22 verify_ldap.c,1.19,1.20 verify_shadow.c,1.10,1.11 what_is_my_ip.c,1.7,1.8 pubcookie.asciiart,1.1,NONE

Stephen Willey willey at cac.washington.edu
Tue May 6 16:51:21 PDT 2003


Update of /usr/local/cvsroot/webiso/pubcookie/src
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv17974
 
 Modified Files:
 	Makefile.tmpl base64.c candv.c capture_cmd_output.c 
 	check_crypted_blob.c dtest.c flavor.c flavor.h flavor_basic.c 
 	flavor_getcred.c index.cgi.c index.cgi.h keyclient.c 
 	keyserver.c libpubcookie.c libpubcookie.h make_crypted_blob.c 
 	mod_pubcookie.c mod_pubcookie.h ntmpl.c pbc_apacheconfig.c 
 	pbc_apacheconfig.h pbc_config.h pbc_configure.c 
 	pbc_configure.h pbc_create.c pbc_key_generic.c pbc_key_local.c 
 	pbc_logging.c pbc_logging.h pbc_myconfig.c pbc_myconfig.h 
 	pbc_path.h.in pbc_verify.c pbc_version.h pubcookie.file_header 
 	pubcookie.h securid.c securid.h securid_securid.c 
 	securid_securid.h securid_stub.c security.c security.h 
 	security_legacy.c speed_test.c strlcpy.c strlcpy.h verify.c 
 	verify.h verify_alwaystrue.c verify_kerberos4.c 
 	verify_kerberos5.c verify_ldap.c verify_shadow.c 
 	what_is_my_ip.c 
 Removed Files:
 	pubcookie.asciiart 
 Log Message:
 Updated and unified license text



Index: webiso/pubcookie/src/Makefile.tmpl
diff -c webiso/pubcookie/src/Makefile.tmpl:1.8 webiso/pubcookie/src/Makefile.tmpl:1.9
*** webiso/pubcookie/src/Makefile.tmpl:1.8	Thu Aug  8 14:28:33 2002
--- webiso/pubcookie/src/Makefile.tmpl	Tue May  6 16:51:19 2003
***************
*** 1,6 ****
- # -*- make -*-
  #
! #  $Id: Makefile.tmpl,v 1.8 2002/08/08 21:28:33 willey Exp $
  
  OBJS=mod_pubcookie.o libpubcookie.o base64.o pbc_myconfig.o
  
--- 1,9 ----
  #
! #  Copyright (c) 1999-2003 University of Washington.  All rights reserved.
! #  For terms of use see doc/LICENSE.txt in this distribution.
! #
! 
! #  $Id: Makefile.tmpl,v 1.9 2003/05/06 23:51:19 willey Exp $
  
  OBJS=mod_pubcookie.o libpubcookie.o base64.o pbc_myconfig.o
  


Index: webiso/pubcookie/src/base64.c
diff -c webiso/pubcookie/src/base64.c:1.11 webiso/pubcookie/src/base64.c:1.12
*** webiso/pubcookie/src/base64.c:1.11	Mon Mar 24 13:28:14 2003
--- webiso/pubcookie/src/base64.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: base64.c,v 1.12 2003/05/06 23:51:19 willey Exp $
+  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/candv.c
diff -c webiso/pubcookie/src/candv.c:1.20 webiso/pubcookie/src/candv.c:1.21
*** webiso/pubcookie/src/candv.c:1.20	Thu Aug 15 15:50:06 2002
--- webiso/pubcookie/src/candv.c	Tue May  6 16:51:19 2003
***************
*** 1,11 ****
  /*
!     $Id: candv.c,v 1.20 2002/08/15 22:50:06 jjminer Exp $
   */
  
! /*                                                                            */
! /* Copyright 2000-2002 University of Washington.  All rights reserved.       */
! /*                                                                            */
! 
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"
--- 1,11 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
! /*
!     $Id: candv.c,v 1.21 2003/05/06 23:51:19 willey Exp $
!  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/capture_cmd_output.c
diff -c webiso/pubcookie/src/capture_cmd_output.c:2.5 webiso/pubcookie/src/capture_cmd_output.c:2.6
*** webiso/pubcookie/src/capture_cmd_output.c:2.5	Fri Jan 17 16:12:58 2003
--- webiso/pubcookie/src/capture_cmd_output.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: capture_cmd_output.c,v 2.6 2003/05/06 23:51:19 willey Exp $
+  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/check_crypted_blob.c
diff -c webiso/pubcookie/src/check_crypted_blob.c:1.8 webiso/pubcookie/src/check_crypted_blob.c:1.9
*** webiso/pubcookie/src/check_crypted_blob.c:1.8	Thu Aug 15 15:50:06 2002
--- webiso/pubcookie/src/check_crypted_blob.c	Tue May  6 16:51:19 2003
***************
*** 1,21 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
   */
  
! /* check_crypted_blob.c  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"
--- 1,11 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
! /*
!   $Id: check_crypted_blob.c,v 1.9 2003/05/06 23:51:19 willey Exp $
!  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/dtest.c
diff -c webiso/pubcookie/src/dtest.c:1.15 webiso/pubcookie/src/dtest.c:1.16
*** webiso/pubcookie/src/dtest.c:1.15	Thu Aug 15 15:50:06 2002
--- webiso/pubcookie/src/dtest.c	Tue May  6 16:51:19 2003
***************
*** 1,7 ****
  
! /*                                                                            */
! /* Copyright 2000, University of Washington.  All rights reserved.            */
! /*                                                                            */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
  
! /*
!   $Id: dtest.c,v 1.16 2003/05/06 23:51:19 willey Exp $
!  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/flavor.c
diff -c webiso/pubcookie/src/flavor.c:1.7 webiso/pubcookie/src/flavor.c:1.8
*** webiso/pubcookie/src/flavor.c:1.7	Mon Mar 24 13:28:14 2003
--- webiso/pubcookie/src/flavor.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: flavor.c,v 1.8 2003/05/06 23:51:19 willey Exp $
+  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/flavor.h
diff -c webiso/pubcookie/src/flavor.h:1.7 webiso/pubcookie/src/flavor.h:1.8
*** webiso/pubcookie/src/flavor.h:1.7	Wed Mar  5 14:38:47 2003
--- webiso/pubcookie/src/flavor.h	Tue May  6 16:51:19 2003
***************
*** 1,24 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     this is the flavor interface
! 
   */
  
  /*
!     $Id: flavor.h,v 1.7 2003/03/05 22:38:47 willey Exp $
   */
  
  /* a flavor specifies:
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: flavor.h,v 1.8 2003/05/06 23:51:19 willey Exp $
   */
  
  /* a flavor specifies:


Index: webiso/pubcookie/src/flavor_basic.c
diff -c webiso/pubcookie/src/flavor_basic.c:1.36 webiso/pubcookie/src/flavor_basic.c:1.37
*** webiso/pubcookie/src/flavor_basic.c:1.36	Tue May  6 15:56:51 2003
--- webiso/pubcookie/src/flavor_basic.c	Tue May  6 16:51:19 2003
***************
*** 1,18 ****
  /*
  
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
      the basic flavor of logins.  expect a username and a password and
      checks against one of the defined verifiers (see 'struct verifier'
      and verify_*.c for possible verifiers).
--- 1,9 ----
  /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
  
! /*
      the basic flavor of logins.  expect a username and a password and
      checks against one of the defined verifiers (see 'struct verifier'
      and verify_*.c for possible verifiers).
***************
*** 23,29 ****
   */
  
  /*
!     $Id: flavor_basic.c,v 1.36 2003/05/06 22:56:51 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 14,20 ----
   */
  
  /*
!     $Id: flavor_basic.c,v 1.37 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/flavor_getcred.c
diff -c webiso/pubcookie/src/flavor_getcred.c:1.15 webiso/pubcookie/src/flavor_getcred.c:1.16
*** webiso/pubcookie/src/flavor_getcred.c:1.15	Mon Apr 14 06:30:51 2003
--- webiso/pubcookie/src/flavor_getcred.c	Tue May  6 16:51:19 2003
***************
*** 1,27 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     this is the experimental 3-tier flavor, which calls flavor_basic
!     for the basic authentication and then can use the verifiers to
!     derive credentials for the application, if supported and allowed
!     by policy.
! 
   */
  
  /*
!     $Id: flavor_getcred.c,v 1.15 2003/04/14 13:30:51 jteaton Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: flavor_getcred.c,v 1.16 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/index.cgi.c
diff -c webiso/pubcookie/src/index.cgi.c:1.104 webiso/pubcookie/src/index.cgi.c:1.105
*** webiso/pubcookie/src/index.cgi.c:1.104	Sat Apr 19 10:46:14 2003
--- webiso/pubcookie/src/index.cgi.c	Tue May  6 16:51:19 2003
***************
*** 1,26 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
!     this is the pubcookie login cgi, YEAH!
! 
!     this uses a modified version of the cgic library
!     functions that are cgiSomething are from that library
   */
  
  /*
!  * $Revision: 1.104 $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!   $Id: index.cgi.c,v 1.105 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/index.cgi.h
diff -c webiso/pubcookie/src/index.cgi.h:1.39 webiso/pubcookie/src/index.cgi.h:1.40
*** webiso/pubcookie/src/index.cgi.h:1.39	Mon Mar 24 14:52:56 2003
--- webiso/pubcookie/src/index.cgi.h	Tue May  6 16:51:19 2003
***************
*** 1,24 ****
! /* 
! 
!     Copyright 1999, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
!     this is the header file for index.cgi the pubcookie login cgi
! 
   */
  
  /*
!  * $Revision: 1.39 $
   */
  
  #ifndef PUBCOOKIE_LOGIN_CGI
--- 1,10 ----
! /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!   $Id: index.cgi.h,v 1.40 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifndef PUBCOOKIE_LOGIN_CGI


Index: webiso/pubcookie/src/keyclient.c
diff -c webiso/pubcookie/src/keyclient.c:2.30 webiso/pubcookie/src/keyclient.c:2.31
*** webiso/pubcookie/src/keyclient.c:2.30	Mon Apr 14 16:54:51 2003
--- webiso/pubcookie/src/keyclient.c	Tue May  6 16:51:19 2003
***************
*** 1,25 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     a simple program for downloading DES keys from the key management server
!     it acts vaguely like an HTTP client
! 
   */
  
  /*
!     $Id: keyclient.c,v 2.30 2003/04/14 23:54:51 ryanc Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!   $Id: keyclient.c,v 2.31 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/keyserver.c
diff -c webiso/pubcookie/src/keyserver.c:2.32 webiso/pubcookie/src/keyserver.c:2.33
*** webiso/pubcookie/src/keyserver.c:2.32	Mon Apr 14 06:30:51 2003
--- webiso/pubcookie/src/keyserver.c	Tue May  6 16:51:19 2003
***************
*** 1,27 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     a simple program for maintaining keys on the login server 
!     
!     by default, it should be invoked from inetd and acts vaguely like
!     an HTTP server
! 
   */
  
  /*
!     $Id: keyserver.c,v 2.32 2003/04/14 13:30:51 jteaton Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: keyserver.c,v 2.33 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/libpubcookie.c
diff -c webiso/pubcookie/src/libpubcookie.c:2.52 webiso/pubcookie/src/libpubcookie.c:2.53
*** webiso/pubcookie/src/libpubcookie.c:2.52	Mon Apr 14 06:30:51 2003
--- webiso/pubcookie/src/libpubcookie.c	Tue May  6 16:51:19 2003
***************
*** 1,24 ****
! /* 
! 
!     Copyright 1999, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
!     this is the pubcookie library
! 
   */
  
  /* 
!     $Id: libpubcookie.c,v 2.52 2003/04/14 13:30:51 jteaton Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
! /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /* 
!     $Id: libpubcookie.c,v 2.53 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/libpubcookie.h
diff -c webiso/pubcookie/src/libpubcookie.h:1.33 webiso/pubcookie/src/libpubcookie.h:1.34
*** webiso/pubcookie/src/libpubcookie.h:1.33	Mon Mar 24 14:52:56 2003
--- webiso/pubcookie/src/libpubcookie.h	Tue May  6 16:51:19 2003
***************
*** 1,32 ****
  /*
! 
!     Copyright 1999, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
!     this is the header file for the pubcookie library, things
!     in here are only used by the library.
! 
!     logic for how the pubcookie include files are devided up:
!        libpubcookie.h: only stuff used in library
!        pubcookie.h: stuff used in the module and library
!        pbc_config.h: stuff used in the module and library that 
!             people might want to change, as far a local configuration
!        pbc_version.h: only version stuff
! 
   */
  
  /*
!     $Id: libpubcookie.h,v 1.33 2003/03/24 22:52:56 jjminer Exp $
   */
  
  #ifndef PUBCOOKIE_LIB
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: libpubcookie.h,v 1.34 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifndef PUBCOOKIE_LIB


Index: webiso/pubcookie/src/make_crypted_blob.c
diff -c webiso/pubcookie/src/make_crypted_blob.c:1.7 webiso/pubcookie/src/make_crypted_blob.c:1.8
*** webiso/pubcookie/src/make_crypted_blob.c:1.7	Thu Aug 15 15:50:06 2002
--- webiso/pubcookie/src/make_crypted_blob.c	Tue May  6 16:51:19 2003
***************
*** 1,22 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
   */
  
  /*
!     $Id: make_crypted_blob.c,v 1.7 2002/08/15 22:50:06 jjminer Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: make_crypted_blob.c,v 1.8 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/mod_pubcookie.c
diff -c webiso/pubcookie/src/mod_pubcookie.c:1.117 webiso/pubcookie/src/mod_pubcookie.c:1.118
*** webiso/pubcookie/src/mod_pubcookie.c:1.117	Fri May  2 15:53:06 2003
--- webiso/pubcookie/src/mod_pubcookie.c	Tue May  6 16:51:19 2003
***************
*** 1,24 ****
  /*
! 
!     Copyright 1999, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
!     this is the pubcookie apache module
! 
   */
  
  /*
!     $Id: mod_pubcookie.c,v 1.117 2003/05/02 22:53:06 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: mod_pubcookie.c,v 1.118 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/mod_pubcookie.h
diff -c webiso/pubcookie/src/mod_pubcookie.h:2.1 webiso/pubcookie/src/mod_pubcookie.h:2.2
*** webiso/pubcookie/src/mod_pubcookie.h:2.1	Mon Apr 14 06:30:51 2003
--- webiso/pubcookie/src/mod_pubcookie.h	Tue May  6 16:51:19 2003
***************
*** 1,25 ****
  /*
! 
!     Copyright 1999, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
!     this is the pubcookie apache module header
! 
   */
  
  /*
!     $Id: mod_pubcookie.h,v 2.1 2003/04/14 13:30:51 jteaton Exp $
   */
  #ifndef INCLUDED_MOD_PUBCOOKIE_H
  #define INCLUDED_MOD_PUBCOOKIE_H
  
--- 1,12 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: mod_pubcookie.h,v 2.2 2003/05/06 23:51:19 willey Exp $
   */
+ 
  #ifndef INCLUDED_MOD_PUBCOOKIE_H
  #define INCLUDED_MOD_PUBCOOKIE_H
  


Index: webiso/pubcookie/src/ntmpl.c
diff -c webiso/pubcookie/src/ntmpl.c:1.5 webiso/pubcookie/src/ntmpl.c:1.6
*** webiso/pubcookie/src/ntmpl.c:1.5	Sun Apr 20 08:24:53 2003
--- webiso/pubcookie/src/ntmpl.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,12 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: ntmpl.c,v 1.6 2003/05/06 23:51:19 willey Exp $
+  */
+ 
  #ifdef HAVE_CONFIG_H
  # include "config.h"
  # include "pbc_path.h"


Index: webiso/pubcookie/src/pbc_apacheconfig.c
diff -c webiso/pubcookie/src/pbc_apacheconfig.c:2.3 webiso/pubcookie/src/pbc_apacheconfig.c:2.4
*** webiso/pubcookie/src/pbc_apacheconfig.c:2.3	Wed Apr 16 09:07:25 2003
--- webiso/pubcookie/src/pbc_apacheconfig.c	Tue May  6 16:51:19 2003
***************
*** 1,27 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     this is the routines for the apache config file
! 
!     mod_pubcookie stashes the config options in the server rec,
!     these functions get them out
! 
   */
  
  /*
!     $Id: pbc_apacheconfig.c,v 2.3 2003/04/16 16:07:25 jjminer Exp $
   */
  
  
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: pbc_apacheconfig.c,v 2.4 2003/05/06 23:51:19 willey Exp $
   */
  
  


Index: webiso/pubcookie/src/pbc_apacheconfig.h
diff -c webiso/pubcookie/src/pbc_apacheconfig.h:2.3 webiso/pubcookie/src/pbc_apacheconfig.h:2.4
*** webiso/pubcookie/src/pbc_apacheconfig.h:2.3	Wed Apr 16 09:07:25 2003
--- webiso/pubcookie/src/pbc_apacheconfig.h	Tue May  6 16:51:19 2003
***************
*** 1,27 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     this is the routines for the apache config file
! 
!     mod_pubcookie stashes the config options in the server rec,
!     these functions get them out
! 
   */
  
  /*
!     $Id: pbc_apacheconfig.h,v 2.3 2003/04/16 16:07:25 jjminer Exp $
   */
  
  
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: pbc_apacheconfig.h,v 2.4 2003/05/06 23:51:19 willey Exp $
   */
  
  


Index: webiso/pubcookie/src/pbc_config.h
diff -c webiso/pubcookie/src/pbc_config.h:1.78 webiso/pubcookie/src/pbc_config.h:1.79
*** webiso/pubcookie/src/pbc_config.h:1.78	Fri May  2 15:53:06 2003
--- webiso/pubcookie/src/pbc_config.h	Tue May  6 16:51:19 2003
***************
*** 1,32 ****
  /*
! 
!     Copyright 1999, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
!     this is a pubcookie include file for macros that define the 
!     way the pubcookie module does stuff
! 
!     logic for how the pubcookie include files are devided up:
!        libpubcookie.h: only stuff used in library
!        pubcookie.h: stuff used in the module and library
!        pbc_config.h: stuff used in the module and library that 
!             people might want to change, as far a local configuration
!        pbc_version.h: only version stuff
! 
   */
  
  /*
!     $Id: pbc_config.h,v 1.78 2003/05/02 22:53:06 willey Exp $
   */
  
  #ifndef PUBCOOKIE_CONFIG
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: pbc_config.h,v 1.79 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifndef PUBCOOKIE_CONFIG


Index: webiso/pubcookie/src/pbc_configure.c
diff -c webiso/pubcookie/src/pbc_configure.c:2.1 webiso/pubcookie/src/pbc_configure.c:2.2
*** webiso/pubcookie/src/pbc_configure.c:2.1	Mon Apr 14 06:30:51 2003
--- webiso/pubcookie/src/pbc_configure.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,12 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: pbc_configure.c,v 2.2 2003/05/06 23:51:19 willey Exp $
+  */
+ 
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/pbc_configure.h
diff -c webiso/pubcookie/src/pbc_configure.h:2.2 webiso/pubcookie/src/pbc_configure.h:2.3
*** webiso/pubcookie/src/pbc_configure.h:2.2	Wed Apr 16 09:07:25 2003
--- webiso/pubcookie/src/pbc_configure.h	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,12 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: pbc_configure.h,v 2.3 2003/05/06 23:51:19 willey Exp $
+  */
+ 
  #ifndef INCLUDED_PBC_CONFIGURE_H
  #define INCLUDED_PBC_CONFIGURE_H
  


Index: webiso/pubcookie/src/pbc_create.c
diff -c webiso/pubcookie/src/pbc_create.c:1.16 webiso/pubcookie/src/pbc_create.c:1.17
*** webiso/pubcookie/src/pbc_create.c:1.16	Thu Aug 15 15:50:06 2002
--- webiso/pubcookie/src/pbc_create.c	Tue May  6 16:51:19 2003
***************
*** 1,8 ****
! 
! /* Copyright 1999, University of Washington.  All rights reserved. */
  
  /*
!     $Id: pbc_create.c,v 1.16 2002/08/15 22:50:06 jjminer Exp $
   */
  
  /*                                                                            */
--- 1,10 ----
! /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
!  */
  
  /*
!     $Id: pbc_create.c,v 1.17 2003/05/06 23:51:19 willey Exp $
   */
  
  /*                                                                            */


Index: webiso/pubcookie/src/pbc_key_generic.c
diff -c webiso/pubcookie/src/pbc_key_generic.c:1.3 webiso/pubcookie/src/pbc_key_generic.c:1.4
*** webiso/pubcookie/src/pbc_key_generic.c:1.3	Thu Aug 15 15:50:06 2002
--- webiso/pubcookie/src/pbc_key_generic.c	Tue May  6 16:51:19 2003
***************
*** 1,5 ****
  
- /* Copyright 1999, University of Washington.  All rights reserved. */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"
--- 1,12 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: pbc_key_generic.c,v 1.4 2003/05/06 23:51:19 willey Exp $
+  */
  
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/pbc_key_local.c
diff -c webiso/pubcookie/src/pbc_key_local.c:1.7 webiso/pubcookie/src/pbc_key_local.c:1.8
*** webiso/pubcookie/src/pbc_key_local.c:1.7	Thu Aug 15 15:50:06 2002
--- webiso/pubcookie/src/pbc_key_local.c	Tue May  6 16:51:19 2003
***************
*** 1,5 ****
  
! /* Copyright 1999, University of Washington.  All rights reserved. */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
  
! /*
!   $Id: pbc_key_local.c,v 1.8 2003/05/06 23:51:19 willey Exp $
!  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/pbc_logging.c
diff -c webiso/pubcookie/src/pbc_logging.c:1.21 webiso/pubcookie/src/pbc_logging.c:1.22
*** webiso/pubcookie/src/pbc_logging.c:1.21	Mon Apr 14 06:30:51 2003
--- webiso/pubcookie/src/pbc_logging.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: pbc_logging.c,v 1.22 2003/05/06 23:51:19 willey Exp $
+  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/pbc_logging.h
diff -c webiso/pubcookie/src/pbc_logging.h:1.13 webiso/pubcookie/src/pbc_logging.h:1.14
*** webiso/pubcookie/src/pbc_logging.h:1.13	Wed Mar  5 14:38:47 2003
--- webiso/pubcookie/src/pbc_logging.h	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,12 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: pbc_logging.h,v 1.14 2003/05/06 23:51:19 willey Exp $
+  */
+ 
  #ifndef INCLUDED_PBC_LOGGING_H
  #define INCLUDED_PBC_LOGGING_H
  


Index: webiso/pubcookie/src/pbc_myconfig.c
diff -c webiso/pubcookie/src/pbc_myconfig.c:1.27 webiso/pubcookie/src/pbc_myconfig.c:1.28
*** webiso/pubcookie/src/pbc_myconfig.c:1.27	Wed Apr 16 13:45:07 2003
--- webiso/pubcookie/src/pbc_myconfig.c	Tue May  6 16:51:19 2003
***************
*** 1,24 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     this is the routines for the pubcookie configuration file .../config
! 
   */
  
  /*
!     $Id: pbc_myconfig.c,v 1.27 2003/04/16 20:45:07 ryanc Exp $
   */
  
  
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: pbc_myconfig.c,v 1.28 2003/05/06 23:51:19 willey Exp $
   */
  
  


Index: webiso/pubcookie/src/pbc_myconfig.h
diff -c webiso/pubcookie/src/pbc_myconfig.h:1.9 webiso/pubcookie/src/pbc_myconfig.h:1.10
*** webiso/pubcookie/src/pbc_myconfig.h:1.9	Mon Apr 14 06:30:51 2003
--- webiso/pubcookie/src/pbc_myconfig.h	Tue May  6 16:51:19 2003
***************
*** 1,24 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     this is the interface for the pubcookie config file
! 
   */
  
  /*
!     $Id: pbc_myconfig.h,v 1.9 2003/04/14 13:30:51 jteaton Exp $
   */
  
  #ifndef INCLUDED_PBC_MYCONF_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: pbc_myconfig.h,v 1.10 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifndef INCLUDED_PBC_MYCONF_H


Index: webiso/pubcookie/src/pbc_path.h.in
diff -c webiso/pubcookie/src/pbc_path.h.in:2.5 webiso/pubcookie/src/pbc_path.h.in:2.6
*** webiso/pubcookie/src/pbc_path.h.in:2.5	Wed Mar  5 14:38:47 2003
--- webiso/pubcookie/src/pbc_path.h.in	Tue May  6 16:51:19 2003
***************
*** 1,4 ****
--- 1,13 ----
  /* 
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: pbc_path.h.in,v 2.6 2003/05/06 23:51:19 willey Exp $
+  */
+ 
+ /*
   * pbc_path.h, The pubcookie path.
   *
   * So that we can just #include this file instead of having to 


Index: webiso/pubcookie/src/pbc_verify.c
diff -c webiso/pubcookie/src/pbc_verify.c:1.15 webiso/pubcookie/src/pbc_verify.c:1.16
*** webiso/pubcookie/src/pbc_verify.c:1.15	Thu Aug 15 15:50:06 2002
--- webiso/pubcookie/src/pbc_verify.c	Tue May  6 16:51:19 2003
***************
*** 1,8 ****
! 
! /* Copyright 1999, University of Washington.  All rights reserved. */
  
  /*
!     $Id: pbc_verify.c,v 1.15 2002/08/15 22:50:06 jjminer Exp $
   */
  
  /*                                                                            */
--- 1,10 ----
! /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
!  */
  
  /*
!     $Id: pbc_verify.c,v 1.16 2003/05/06 23:51:19 willey Exp $
   */
  
  /*                                                                            */


Index: webiso/pubcookie/src/pbc_version.h
diff -c webiso/pubcookie/src/pbc_version.h:1.53 webiso/pubcookie/src/pbc_version.h:1.54
*** webiso/pubcookie/src/pbc_version.h:1.53	Sun Apr 20 10:19:39 2003
--- webiso/pubcookie/src/pbc_version.h	Tue May  6 16:51:19 2003
***************
*** 1,25 ****
  /*
! 
!     Copyright 1999, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
!     this is simply a header file with the version in it.  do you like that 
!        there are more lines of comment then code?
! 
   */
  
  /*
!     $Id: pbc_version.h,v 1.53 2003/04/20 17:19:39 jjminer Exp $
   */
  
  #ifndef PUBCOOKIE_VERSION
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: pbc_version.h,v 1.54 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifndef PUBCOOKIE_VERSION


Index: webiso/pubcookie/src/pubcookie.file_header
diff -c webiso/pubcookie/src/pubcookie.file_header:1.4 webiso/pubcookie/src/pubcookie.file_header:1.5
*** webiso/pubcookie/src/pubcookie.file_header:1.4	Tue Aug 20 13:09:47 2002
--- webiso/pubcookie/src/pubcookie.file_header	Tue May  6 16:51:19 2003
***************
*** 1,22 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     this is the ...
! 
   */
  
  /*
!     $Id: pubcookie.file_header,v 1.4 2002/08/20 20:09:47 greenfld Exp $
   */
--- 1,9 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!   $Id: pubcookie.file_header,v 1.5 2003/05/06 23:51:19 willey Exp $
   */
+ 


Index: webiso/pubcookie/src/pubcookie.h
diff -c webiso/pubcookie/src/pubcookie.h:1.16 webiso/pubcookie/src/pubcookie.h:1.17
*** webiso/pubcookie/src/pubcookie.h:1.16	Fri Aug  2 17:48:05 2002
--- webiso/pubcookie/src/pubcookie.h	Tue May  6 16:51:19 2003
***************
*** 1,33 ****
  /*
! 
!     Copyright 1999, University of Washington.  All rights reserved.
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More info: http://www.washington.edu/computing/pubcookie/
!     Written by the Pubcookie Team
! 
!     this is the header file for static boring pubcookie stuff, for 
!        configuration kind of stuff see pbc_config.h.  this file is
!        used by the library, apache module, and login cgi.
! 
!     logic for how the pubcookie include files are devided up:
!        libpubcookie.h: only stuff used in library
!        pubcookie.h: stuff used in the module and library
!        pbc_config.h: stuff used in the module and library that 
!             people might want to change, as far a local configuration
!        pbc_version.h: only version stuff
! 
   */
  
  /*
!     $Id: pubcookie.h,v 1.16 2002/08/03 00:48:05 willey Exp $
   */
  
  #ifndef PUBCOOKIE_MAIN
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: pubcookie.h,v 1.17 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifndef PUBCOOKIE_MAIN


Index: webiso/pubcookie/src/securid.c
diff -c webiso/pubcookie/src/securid.c:1.11 webiso/pubcookie/src/securid.c:1.12
*** webiso/pubcookie/src/securid.c:1.11	Mon Mar 24 13:28:14 2003
--- webiso/pubcookie/src/securid.c	Tue May  6 16:51:19 2003
***************
*** 1,5 ****
  /* -------------------------------------------------------------------- */
! /* $Id: securid.c,v 1.11 2003/03/24 21:28:14 jjminer Exp $
  
     function: securid  
     args:     reason - points to a reason string
--- 1,10 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
  /* -------------------------------------------------------------------- */
! /* $Id: securid.c,v 1.12 2003/05/06 23:51:19 willey Exp $
  
     function: securid  
     args:     reason - points to a reason string


Index: webiso/pubcookie/src/securid.h
diff -c webiso/pubcookie/src/securid.h:1.4 webiso/pubcookie/src/securid.h:1.5
*** webiso/pubcookie/src/securid.h:1.4	Fri Jul  5 16:35:48 2002
--- webiso/pubcookie/src/securid.h	Tue May  6 16:51:19 2003
***************
*** 1,6 ****
! /* -------------------------------------------------------------------- */
! /* $Id: securid.h,v 1.4 2002/07/05 23:35:48 jjminer Exp $         */
! /* -------------------------------------------------------------------- */
  
  #ifdef HAVE_MGOAPI_H
  # include <mgoapi.h>
--- 1,11 ----
! /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
!  */
! 
! /*
!   $Id: securid.h,v 1.5 2003/05/06 23:51:19 willey Exp $
!  */
  
  #ifdef HAVE_MGOAPI_H
  # include <mgoapi.h>


Index: webiso/pubcookie/src/securid_securid.c
diff -c webiso/pubcookie/src/securid_securid.c:1.7 webiso/pubcookie/src/securid_securid.c:1.8
*** webiso/pubcookie/src/securid_securid.c:1.7	Mon Mar 24 13:28:14 2003
--- webiso/pubcookie/src/securid_securid.c	Tue May  6 16:51:19 2003
***************
*** 1,5 ****
  /*
!  $Id: securid_securid.c,v 1.7 2003/03/24 21:28:14 jjminer Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
!  */
! 
! /*
!  $Id: securid_securid.c,v 1.8 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/securid_securid.h
diff -c webiso/pubcookie/src/securid_securid.h:1.1 webiso/pubcookie/src/securid_securid.h:1.2
*** webiso/pubcookie/src/securid_securid.h:1.1	Fri Sep 28 09:59:06 2001
--- webiso/pubcookie/src/securid_securid.h	Tue May  6 16:51:19 2003
***************
*** 1,2 ****
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: securid_securid.h,v 1.2 2003/05/06 23:51:19 willey Exp $
+  */
+ 
  int securid(char *, char *);
  


Index: webiso/pubcookie/src/securid_stub.c
diff -c webiso/pubcookie/src/securid_stub.c:1.11 webiso/pubcookie/src/securid_stub.c:1.12
*** webiso/pubcookie/src/securid_stub.c:1.11	Mon Mar 24 13:28:14 2003
--- webiso/pubcookie/src/securid_stub.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,12 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: securid_stub.c,v 1.12 2003/05/06 23:51:19 willey Exp $
+  */
+ 
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/security.c
diff -c webiso/pubcookie/src/security.c:1.4 webiso/pubcookie/src/security.c:1.5
*** webiso/pubcookie/src/security.c:1.4	Wed Mar  5 14:38:47 2003
--- webiso/pubcookie/src/security.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,12 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: security.c,v 1.5 2003/05/06 23:51:19 willey Exp $
+  */
+ 
  #ifdef HAVE_STDIO_H
  # include <stdio.h>
  #endif /* HAVE_STDIO_H */


Index: webiso/pubcookie/src/security.h
diff -c webiso/pubcookie/src/security.h:1.5 webiso/pubcookie/src/security.h:1.6
*** webiso/pubcookie/src/security.h:1.5	Wed Mar  5 14:38:47 2003
--- webiso/pubcookie/src/security.h	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,12 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: security.h,v 1.6 2003/05/06 23:51:19 willey Exp $
+  */
+ 
  #ifndef INCLUDED_SECURITY_H
  #define INCLUDED_SECURITY_H
  


Index: webiso/pubcookie/src/security_legacy.c
diff -c webiso/pubcookie/src/security_legacy.c:1.24 webiso/pubcookie/src/security_legacy.c:1.25
*** webiso/pubcookie/src/security_legacy.c:1.24	Fri Apr 18 13:38:10 2003
--- webiso/pubcookie/src/security_legacy.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: security_legacy.c,v 1.25 2003/05/06 23:51:19 willey Exp $
+  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/speed_test.c
diff -c webiso/pubcookie/src/speed_test.c:1.6 webiso/pubcookie/src/speed_test.c:1.7
*** webiso/pubcookie/src/speed_test.c:1.6	Thu Aug 15 15:50:06 2002
--- webiso/pubcookie/src/speed_test.c	Tue May  6 16:51:19 2003
***************
*** 1,8 ****
  /*
!     $Id: speed_test.c,v 1.6 2002/08/15 22:50:06 jjminer Exp $
   */
  
! /* Copyright 1999, University of Washington.  All rights reserved. */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"
--- 1,11 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
! /*
!   $Id: speed_test.c,v 1.7 2003/05/06 23:51:19 willey Exp $
!  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/strlcpy.c
diff -c webiso/pubcookie/src/strlcpy.c:2.5 webiso/pubcookie/src/strlcpy.c:2.6
*** webiso/pubcookie/src/strlcpy.c:2.5	Thu Nov 14 13:12:12 2002
--- webiso/pubcookie/src/strlcpy.c	Tue May  6 16:51:19 2003
***************
*** 1,24 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     strlcat/strlcpy compatibility
! 
   */
  
  /*
!     $Id: strlcpy.c,v 2.5 2002/11/14 21:12:12 jjminer Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: strlcpy.c,v 2.6 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/strlcpy.h
diff -c webiso/pubcookie/src/strlcpy.h:1.3 webiso/pubcookie/src/strlcpy.h:1.4
*** webiso/pubcookie/src/strlcpy.h:1.3	Tue Aug 20 13:18:18 2002
--- webiso/pubcookie/src/strlcpy.h	Tue May  6 16:51:19 2003
***************
*** 1,24 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     strlcat/strlcpy compatibility
! 
   */
  
  /*
!     $Id: strlcpy.h,v 1.3 2002/08/20 20:18:18 greenfld Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!   $Id: strlcpy.h,v 1.4 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/verify.c
diff -c webiso/pubcookie/src/verify.c:1.15 webiso/pubcookie/src/verify.c:1.16
*** webiso/pubcookie/src/verify.c:1.15	Mon Mar 24 13:28:14 2003
--- webiso/pubcookie/src/verify.c	Tue May  6 16:51:19 2003
***************
*** 1,24 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     this is the verifier common infrastructure
! 
   */
  
  /*
!     $Id: verify.c,v 1.15 2003/03/24 21:28:14 jjminer Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,10 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: verify.c,v 1.16 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/verify.h
diff -c webiso/pubcookie/src/verify.h:1.8 webiso/pubcookie/src/verify.h:1.9
*** webiso/pubcookie/src/verify.h:1.8	Fri Apr  4 19:14:35 2003
--- webiso/pubcookie/src/verify.h	Tue May  6 16:51:19 2003
***************
*** 1,25 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     verifier interface
! 
   */
  
  /*
!     $Id: verify.h,v 1.8 2003/04/05 03:14:35 jteaton Exp $
   */
  #ifndef INCLUDED_VERIFY_H
  #define INCLUDED_VERIFY_H
  
--- 1,12 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: verify.h,v 1.9 2003/05/06 23:51:19 willey Exp $
   */
+ 
  #ifndef INCLUDED_VERIFY_H
  #define INCLUDED_VERIFY_H
  


Index: webiso/pubcookie/src/verify_alwaystrue.c
diff -c webiso/pubcookie/src/verify_alwaystrue.c:1.8 webiso/pubcookie/src/verify_alwaystrue.c:1.9
*** webiso/pubcookie/src/verify_alwaystrue.c:1.8	Mon Mar 24 13:28:14 2003
--- webiso/pubcookie/src/verify_alwaystrue.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: verify_alwaystrue.c,v 1.9 2003/05/06 23:51:19 willey Exp $
+  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/verify_kerberos4.c
diff -c webiso/pubcookie/src/verify_kerberos4.c:1.8 webiso/pubcookie/src/verify_kerberos4.c:1.9
*** webiso/pubcookie/src/verify_kerberos4.c:1.8	Mon Mar 24 13:28:14 2003
--- webiso/pubcookie/src/verify_kerberos4.c	Tue May  6 16:51:19 2003
***************
*** 1,3 ****
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
+   $Id: verify_kerberos4.c,v 1.9 2003/05/06 23:51:19 willey Exp $
+  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"


Index: webiso/pubcookie/src/verify_kerberos5.c
diff -c webiso/pubcookie/src/verify_kerberos5.c:1.21 webiso/pubcookie/src/verify_kerberos5.c:1.22
*** webiso/pubcookie/src/verify_kerberos5.c:1.21	Fri Apr  4 19:06:01 2003
--- webiso/pubcookie/src/verify_kerberos5.c	Tue May  6 16:51:19 2003
***************
*** 1,4 ****
--- 1,9 ----
  /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
+ /*
  
      Modified further at Carnegie Mellon University
      Modified Kerberos code, modified at University of Washington
***************
*** 8,14 ****
   */
  
  /*
!  * $Revision: 1.21 $
   */
  
  #ifdef HAVE_CONFIG_H
--- 13,19 ----
   */
  
  /*
!   $Id: verify_kerberos5.c,v 1.22 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/verify_ldap.c
diff -c webiso/pubcookie/src/verify_ldap.c:1.19 webiso/pubcookie/src/verify_ldap.c:1.20
*** webiso/pubcookie/src/verify_ldap.c:1.19	Wed Apr 16 09:07:25 2003
--- webiso/pubcookie/src/verify_ldap.c	Tue May  6 16:51:19 2003
***************
*** 1,9 ****
  /** @file verify_ldap.c
   * LDAP Verifier
   *
   * Verifies users against an LDAP server (or servers.)
   * 
!  * $Id: verify_ldap.c,v 1.19 2003/04/16 16:07:25 jjminer Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,14 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
+ 
  /** @file verify_ldap.c
   * LDAP Verifier
   *
   * Verifies users against an LDAP server (or servers.)
   * 
!  * $Id: verify_ldap.c,v 1.20 2003/05/06 23:51:19 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/verify_shadow.c
diff -c webiso/pubcookie/src/verify_shadow.c:1.10 webiso/pubcookie/src/verify_shadow.c:1.11
*** webiso/pubcookie/src/verify_shadow.c:1.10	Mon Mar 24 13:28:14 2003
--- webiso/pubcookie/src/verify_shadow.c	Tue May  6 16:51:19 2003
***************
*** 1,31 ****
  /*
! 
!     Copyright 1999-2002, University of Washington.  All rights reserved.
!     see doc/LICENSE.txt for copyright information
! 
!      ____        _                     _    _
!     |  _ \ _   _| |__   ___ ___   ___ | | _(_) ___
!     | |_) | | | | '_ \ / __/ _ \ / _ \| |/ / |/ _ \
!     |  __/| |_| | |_) | (_| (_) | (_) |   <| |  __/
!     |_|    \__,_|_.__/ \___\___/ \___/|_|\_\_|\___|
! 
!     All comments and suggestions to pubcookie at cac.washington.edu
!     More information: http://www.pubcookie.org/
!     Written by the Pubcookie Team
! 
!     the shadow_verifier verifies a username and password 
!     against /etc/shadow.  sadly, it must be able to read
!     /etc/shadow.  
! 
   */
  
  /*
!     $Id: verify_shadow.c,v 1.10 2003/03/24 21:28:14 jjminer Exp $
   */
  
! /**
!  *
!  *  @return 0 on success, -1 if user/pass doesn't match, -2 on system error
   */
  
  #ifdef HAVE_CONFIG_H
--- 1,18 ----
  /*
!   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
!   For terms of use see doc/LICENSE.txt in this distribution.
   */
  
  /*
!     $Id: verify_shadow.c,v 1.11 2003/05/06 23:51:19 willey Exp $
   */
  
! /*
!     the shadow_verifier verifies a username and password 
!     against /etc/shadow.  sadly, it must be able to read
!     /etc/shadow.  
!   
!     @return 0 on success, -1 if user/pass doesn't match, -2 on system error
   */
  
  #ifdef HAVE_CONFIG_H


Index: webiso/pubcookie/src/what_is_my_ip.c
diff -c webiso/pubcookie/src/what_is_my_ip.c:1.7 webiso/pubcookie/src/what_is_my_ip.c:1.8
*** webiso/pubcookie/src/what_is_my_ip.c:1.7	Thu Aug 15 15:50:06 2002
--- webiso/pubcookie/src/what_is_my_ip.c	Tue May  6 16:51:19 2003
***************
*** 1,6 ****
  
! 
! /* Copyright 1999-2001, University of Washington.  All rights reserved. */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"
--- 1,11 ----
+ /*
+   Copyright (c) 1999-2003 University of Washington.  All rights reserved.
+   For terms of use see doc/LICENSE.txt in this distribution.
+  */
  
! /*
!   $Id: what_is_my_ip.c,v 1.8 2003/05/06 23:51:19 willey Exp $
!  */
  
  #ifdef HAVE_CONFIG_H
  # include "config.h"



end of message


More information about the pubcookie-dev mailing list