[pubcookie-dev] WEBISO CVS update: willey;
candv.c,1.21,1.21.2.1 capture_cmd_output.c,2.7,2.7.2.1
check_crypted_blob.c,1.10,1.10.2.1 dtest.c,1.16,1.16.2.1
flavor.c,1.11.2.2,1.11.2.3 flavor.h,1.9,1.9.2.1
flavor_basic.c,1.42.2.8,1.42.2.9 flavor_getcred.c,1.19,1.19.2.1
flavor_uwsecurid.c,1.1.2.12,1.1.2.13 index.cgi.c,1.108.2.11,1.108.2.12
index.cgi.h,1.42.2.2,1.42.2.3 keyclient.c,2.35.2.3,2.35.2.4
keyserver.c,2.36.2.5,2.36.2.6 libpubcookie.c,2.60.2.6,2.60.2.7
libpubcookie.h,1.37.2.4,1.37.2.5 make_crypted_blob.c,1.8,1.8.2.1
mod_pubcookie.c,1.123.2.2,1.123.2.3 mod_pubcookie.h,2.4,2.4.2.1
ntmpl.c,1.9.2.2,1.9.2.3 pbc_apacheconfig.c,2.7,2.7.2.1
pbc_apacheconfig.h,2.6,2.6.2.1 pbc_config.h,1.81.2.5,1.81.2.6
pbc_configure.c,2.5,2.5.2.1 pbc_configure.h,2.5,2.5.2.1
pbc_create.c,1.18,1.18.2.1 pbc_key_generic.c,1.5.2.1,1.5.2.2
pbc_key_local.c,1.9.2.1,1.9.2.2 pbc_logging.c,1.25,1.25.2.1
pbc_logging.h,1.16.2.2,1.16.2.3 pbc_my!
pbc_path.h.in,2.6.2.2,2.6.2.3 pbc_verify.c,1.17,1.17.2.1
pbc_version.h,1.56,1.56.2.1 pubcookie.file_header,1.5,1.5.2.1
pubcookie.h,1.17,1.17.2.1 securid.c,1.13,1.13.2.1 securid.h,1.5,1.5.2.1
securid_securid.c,1.9,1.9.2.1 securid_securid.h,1.2,1.2.2.1
securid_stub.c,1.13.2.1,1.13.2.2 security.c,1.6,1.6.2.1
security.h,1.8,1.8.2.1 security_legacy.c,1.28.2.1,1.28.2.2
speed_test.c,1.7,1.7.2.1 strlcpy.c,2.7,2.7.2.1 strlcpy.h,1.4,1.4.2.1
verify.c,1.19.2.1,1.19.2.2 verify.h,1.11,1.11.2.1
verify_alwaystrue.c,1.12,1.12.2.1 verify_kerberos4.c,1.12,1.12.2.1
verify_kerberos5.c,1.28,1.28.2.1 verify_ldap.c,1.23,1.23.2.1
verify_shadow.c,1.14,1.14.2.1 verify_uwsecurid.c,1.1.2.5,1.1.2.6
what_is_my_ip.c,1.9,1.9.2.1
Stephen Willey
willey at cac.washington.edu
Mon Feb 9 16:43:54 PST 2004
- Previous message: [pubcookie-dev] WEBISO CVS update: willey;
PubCookieFilter.h,1.22,1.22.2.1 debug.c,1.8,1.8.2.1 debug.h,1.6,1.6.2.1
winkeyclient.c,1.2,1.2.2.1
- Next message: [pubcookie-dev] WEBISO CVS update: dors;
webiso/pubcookie/doc config.html,1.17,1.18 install-login.html,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/webiso/pubcookie/src
In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv830/src
Modified Files:
Tag: UWash3
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 flavor_uwsecurid.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
verify_uwsecurid.c what_is_my_ip.c
Log Message:
Happy New Year 2004
Index: webiso/pubcookie/src/Makefile.tmpl
diff -c webiso/pubcookie/src/Makefile.tmpl:1.9 webiso/pubcookie/src/Makefile.tmpl:1.9.2.1
*** webiso/pubcookie/src/Makefile.tmpl:1.9 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/Makefile.tmpl Mon Feb 9 16:43:51 2004
***************
*** 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
--- 1,9 ----
#
! # Copyright (c) 1999-2004 University of Washington. All rights reserved.
# For terms of use see doc/LICENSE.txt in this distribution.
#
! # $Id: Makefile.tmpl,v 1.9.2.1 2004/02/10 00:43:51 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.15.2.1 webiso/pubcookie/src/base64.c:1.15.2.2
*** webiso/pubcookie/src/base64.c:1.15.2.1 Thu Jul 10 11:58:31 2003
--- webiso/pubcookie/src/base64.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file base64.c
* Base64 functions
*
! * $Id: base64.c,v 1.15.2.1 2003/07/10 18:58:31 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file base64.c
* Base64 functions
*
! * $Id: base64.c,v 1.15.2.2 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/candv.c
diff -c webiso/pubcookie/src/candv.c:1.21 webiso/pubcookie/src/candv.c:1.21.2.1
*** webiso/pubcookie/src/candv.c:1.21 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/candv.c Mon Feb 9 16:43:51 2004
***************
*** 1,10 ****
/*
! 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
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: candv.c,v 1.21.2.1 2004/02/10 00:43:51 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/capture_cmd_output.c
diff -c webiso/pubcookie/src/capture_cmd_output.c:2.7 webiso/pubcookie/src/capture_cmd_output.c:2.7.2.1
*** webiso/pubcookie/src/capture_cmd_output.c:2.7 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/capture_cmd_output.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file capture_cmd_output.c
* um, Captures command output
*
! * $Id: capture_cmd_output.c,v 2.7 2003/07/02 22:04:04 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file capture_cmd_output.c
* um, Captures command output
*
! * $Id: capture_cmd_output.c,v 2.7.2.1 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/check_crypted_blob.c
diff -c webiso/pubcookie/src/check_crypted_blob.c:1.10 webiso/pubcookie/src/check_crypted_blob.c:1.10.2.1
*** webiso/pubcookie/src/check_crypted_blob.c:1.10 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/check_crypted_blob.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file check_crypted_blob.c
* takes an encrytped blob and checks it
*
! * $Id: check_crypted_blob.c,v 1.10 2003/07/02 22:04:04 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file check_crypted_blob.c
* takes an encrytped blob and checks it
*
! * $Id: check_crypted_blob.c,v 1.10.2.1 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/dtest.c
diff -c webiso/pubcookie/src/dtest.c:1.16 webiso/pubcookie/src/dtest.c:1.16.2.1
*** webiso/pubcookie/src/dtest.c:1.16 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/dtest.c Mon Feb 9 16:43:51 2004
***************
*** 1,10 ****
/*
! 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
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: dtest.c,v 1.16.2.1 2004/02/10 00:43:51 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/flavor.c
diff -c webiso/pubcookie/src/flavor.c:1.11.2.2 webiso/pubcookie/src/flavor.c:1.11.2.3
*** webiso/pubcookie/src/flavor.c:1.11.2.2 Fri Nov 21 16:40:13 2003
--- webiso/pubcookie/src/flavor.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file flavor.c
* Flavor generic code
*
! * $Id: flavor.c,v 1.11.2.2 2003/11/22 00:40:13 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file flavor.c
* Flavor generic code
*
! * $Id: flavor.c,v 1.11.2.3 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/flavor.h
diff -c webiso/pubcookie/src/flavor.h:1.9 webiso/pubcookie/src/flavor.h:1.9.2.1
*** webiso/pubcookie/src/flavor.h:1.9 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/flavor.h Mon Feb 9 16:43:51 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 10,16 ****
* - the policy of when freerides are allowed
* - what the layout of the login page is, how login messages are printed.
*
! * $Id: flavor.h,v 1.9 2003/07/02 22:04:04 willey Exp $
*/
#ifndef INCLUDED_FLAVOR_H
--- 10,16 ----
* - the policy of when freerides are allowed
* - what the layout of the login page is, how login messages are printed.
*
! * $Id: flavor.h,v 1.9.2.1 2004/02/10 00:43:51 willey Exp $
*/
#ifndef INCLUDED_FLAVOR_H
Index: webiso/pubcookie/src/flavor_basic.c
diff -c webiso/pubcookie/src/flavor_basic.c:1.42.2.8 webiso/pubcookie/src/flavor_basic.c:1.42.2.9
*** webiso/pubcookie/src/flavor_basic.c:1.42.2.8 Mon Jan 5 17:05:17 2004
--- webiso/pubcookie/src/flavor_basic.c Mon Feb 9 16:43:51 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 13,19 ****
* will pass l->realm to the verifier and append it to the username when
* 'append_realm' is set
*
! * $Id: flavor_basic.c,v 1.42.2.8 2004/01/06 01:05:17 willey Exp $
*/
--- 13,19 ----
* will pass l->realm to the verifier and append it to the username when
* 'append_realm' is set
*
! * $Id: flavor_basic.c,v 1.42.2.9 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/flavor_getcred.c
diff -c webiso/pubcookie/src/flavor_getcred.c:1.19 webiso/pubcookie/src/flavor_getcred.c:1.19.2.1
*** webiso/pubcookie/src/flavor_getcred.c:1.19 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/flavor_getcred.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file flavor_getcred.c
* Getcred flavor
*
! * $Id: flavor_getcred.c,v 1.19 2003/07/03 04:25:21 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file flavor_getcred.c
* Getcred flavor
*
! * $Id: flavor_getcred.c,v 1.19.2.1 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/flavor_uwsecurid.c
diff -c webiso/pubcookie/src/flavor_uwsecurid.c:1.1.2.12 webiso/pubcookie/src/flavor_uwsecurid.c:1.1.2.13
*** webiso/pubcookie/src/flavor_uwsecurid.c:1.1.2.12 Tue Dec 9 17:27:19 2003
--- webiso/pubcookie/src/flavor_uwsecurid.c Mon Feb 9 16:43:51 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 11,17 ****
*/
/*
! $Id: flavor_uwsecurid.c,v 1.1.2.12 2003/12/10 01:27:19 willey Exp $
*/
#ifdef HAVE_CONFIG_H
--- 11,17 ----
*/
/*
! $Id: flavor_uwsecurid.c,v 1.1.2.13 2004/02/10 00:43:51 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/index.cgi.c
diff -c webiso/pubcookie/src/index.cgi.c:1.108.2.11 webiso/pubcookie/src/index.cgi.c:1.108.2.12
*** webiso/pubcookie/src/index.cgi.c:1.108.2.11 Thu Jan 8 16:21:00 2004
--- webiso/pubcookie/src/index.cgi.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file index.cgi.c
* Login server CGI
*
! * $Id: index.cgi.c,v 1.108.2.11 2004/01/09 00:21:00 willey Exp $
*/
#ifdef HAVE_CONFIG_H
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file index.cgi.c
* Login server CGI
*
! * $Id: index.cgi.c,v 1.108.2.12 2004/02/10 00:43:51 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/index.cgi.h
diff -c webiso/pubcookie/src/index.cgi.h:1.42.2.2 webiso/pubcookie/src/index.cgi.h:1.42.2.3
*** webiso/pubcookie/src/index.cgi.h:1.42.2.2 Thu Nov 20 11:03:26 2003
--- webiso/pubcookie/src/index.cgi.h Mon Feb 9 16:43:51 2004
***************
*** 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.42.2.2 2003/11/20 19:03:26 willey Exp $
*/
#ifndef PUBCOOKIE_LOGIN_CGI
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: index.cgi.h,v 1.42.2.3 2004/02/10 00:43:51 willey Exp $
*/
#ifndef PUBCOOKIE_LOGIN_CGI
Index: webiso/pubcookie/src/keyclient.c
diff -c webiso/pubcookie/src/keyclient.c:2.35.2.3 webiso/pubcookie/src/keyclient.c:2.35.2.4
*** webiso/pubcookie/src/keyclient.c:2.35.2.3 Wed Nov 26 14:17:26 2003
--- webiso/pubcookie/src/keyclient.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file keyclient.c
* Key administration tool for clients
*
! * $Id: keyclient.c,v 2.35.2.3 2003/11/26 22:17:26 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file keyclient.c
* Key administration tool for clients
*
! * $Id: keyclient.c,v 2.35.2.4 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/keyserver.c
diff -c webiso/pubcookie/src/keyserver.c:2.36.2.5 webiso/pubcookie/src/keyserver.c:2.36.2.6
*** webiso/pubcookie/src/keyserver.c:2.36.2.5 Mon Jan 5 17:05:17 2004
--- webiso/pubcookie/src/keyserver.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file keyserver.c
* Server side of key management structure
*
! * $Id: keyserver.c,v 2.36.2.5 2004/01/06 01:05:17 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file keyserver.c
* Server side of key management structure
*
! * $Id: keyserver.c,v 2.36.2.6 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/libpubcookie.c
diff -c webiso/pubcookie/src/libpubcookie.c:2.60.2.6 webiso/pubcookie/src/libpubcookie.c:2.60.2.7
*** webiso/pubcookie/src/libpubcookie.c:2.60.2.6 Thu Jan 8 16:21:00 2004
--- webiso/pubcookie/src/libpubcookie.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file libpubcookie.c
* Core pubcookie library
*
! * $Id: libpubcookie.c,v 2.60.2.6 2004/01/09 00:21:00 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file libpubcookie.c
* Core pubcookie library
*
! * $Id: libpubcookie.c,v 2.60.2.7 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/libpubcookie.h
diff -c webiso/pubcookie/src/libpubcookie.h:1.37.2.4 webiso/pubcookie/src/libpubcookie.h:1.37.2.5
*** webiso/pubcookie/src/libpubcookie.h:1.37.2.4 Wed Jan 7 15:26:49 2004
--- webiso/pubcookie/src/libpubcookie.h Mon Feb 9 16:43:51 2004
***************
*** 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.37.2.4 2004/01/07 23:26:49 willey Exp $
*/
#ifndef PUBCOOKIE_LIB
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: libpubcookie.h,v 1.37.2.5 2004/02/10 00:43:51 willey Exp $
*/
#ifndef PUBCOOKIE_LIB
Index: webiso/pubcookie/src/make_crypted_blob.c
diff -c webiso/pubcookie/src/make_crypted_blob.c:1.8 webiso/pubcookie/src/make_crypted_blob.c:1.8.2.1
*** webiso/pubcookie/src/make_crypted_blob.c:1.8 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/make_crypted_blob.c Mon Feb 9 16:43:51 2004
***************
*** 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
--- 1,10 ----
/*
! Copyright (c) 1999-2004 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.2.1 2004/02/10 00:43:51 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/mod_pubcookie.c
diff -c webiso/pubcookie/src/mod_pubcookie.c:1.123.2.2 webiso/pubcookie/src/mod_pubcookie.c:1.123.2.3
*** webiso/pubcookie/src/mod_pubcookie.c:1.123.2.2 Wed Jan 7 15:26:49 2004
--- webiso/pubcookie/src/mod_pubcookie.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file mod_pubcookie.c
* Apache pubcookie module
*
! * $Id: mod_pubcookie.c,v 1.123.2.2 2004/01/07 23:26:49 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file mod_pubcookie.c
* Apache pubcookie module
*
! * $Id: mod_pubcookie.c,v 1.123.2.3 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/mod_pubcookie.h
diff -c webiso/pubcookie/src/mod_pubcookie.h:2.4 webiso/pubcookie/src/mod_pubcookie.h:2.4.2.1
*** webiso/pubcookie/src/mod_pubcookie.h:2.4 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/mod_pubcookie.h Mon Feb 9 16:43:51 2004
***************
*** 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.h,v 2.4 2003/07/03 04:25:21 willey Exp $
*/
#ifndef INCLUDED_MOD_PUBCOOKIE_H
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: mod_pubcookie.h,v 2.4.2.1 2004/02/10 00:43:51 willey Exp $
*/
#ifndef INCLUDED_MOD_PUBCOOKIE_H
Index: webiso/pubcookie/src/ntmpl.c
diff -c webiso/pubcookie/src/ntmpl.c:1.9.2.2 webiso/pubcookie/src/ntmpl.c:1.9.2.3
*** webiso/pubcookie/src/ntmpl.c:1.9.2.2 Wed Dec 10 15:45:55 2003
--- webiso/pubcookie/src/ntmpl.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file ntmpl.c
* Template library
*
! * $Id: ntmpl.c,v 1.9.2.2 2003/12/10 23:45:55 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file ntmpl.c
* Template library
*
! * $Id: ntmpl.c,v 1.9.2.3 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_apacheconfig.c
diff -c webiso/pubcookie/src/pbc_apacheconfig.c:2.7 webiso/pubcookie/src/pbc_apacheconfig.c:2.7.2.1
*** webiso/pubcookie/src/pbc_apacheconfig.c:2.7 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/pbc_apacheconfig.c Mon Feb 9 16:43:51 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_apacheconfig.c
* Apacheconfig
*
! * $Id: pbc_apacheconfig.c,v 2.7 2003/07/03 04:25:21 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_apacheconfig.c
* Apacheconfig
*
! * $Id: pbc_apacheconfig.c,v 2.7.2.1 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_apacheconfig.h
diff -c webiso/pubcookie/src/pbc_apacheconfig.h:2.6 webiso/pubcookie/src/pbc_apacheconfig.h:2.6.2.1
*** webiso/pubcookie/src/pbc_apacheconfig.h:2.6 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/pbc_apacheconfig.h Mon Feb 9 16:43:51 2004
***************
*** 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.6 2003/07/03 04:25:21 willey Exp $
*/
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: pbc_apacheconfig.h,v 2.6.2.1 2004/02/10 00:43:51 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_config.h
diff -c webiso/pubcookie/src/pbc_config.h:1.81.2.5 webiso/pubcookie/src/pbc_config.h:1.81.2.6
*** webiso/pubcookie/src/pbc_config.h:1.81.2.5 Wed Dec 10 17:01:11 2003
--- webiso/pubcookie/src/pbc_config.h Mon Feb 9 16:43:51 2004
***************
*** 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.81.2.5 2003/12/11 01:01:11 willey Exp $
*/
#ifndef PUBCOOKIE_CONFIG
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: pbc_config.h,v 1.81.2.6 2004/02/10 00:43:51 willey Exp $
*/
#ifndef PUBCOOKIE_CONFIG
Index: webiso/pubcookie/src/pbc_configure.c
diff -c webiso/pubcookie/src/pbc_configure.c:2.5 webiso/pubcookie/src/pbc_configure.c:2.5.2.1
*** webiso/pubcookie/src/pbc_configure.c:2.5 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/pbc_configure.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_configure.c
* Configure stuff
*
! * $Id: pbc_configure.c,v 2.5 2003/07/03 04:25:21 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_configure.c
* Configure stuff
*
! * $Id: pbc_configure.c,v 2.5.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_configure.h
diff -c webiso/pubcookie/src/pbc_configure.h:2.5 webiso/pubcookie/src/pbc_configure.h:2.5.2.1
*** webiso/pubcookie/src/pbc_configure.h:2.5 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/pbc_configure.h Mon Feb 9 16:43:52 2004
***************
*** 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_configure.h,v 2.5 2003/07/03 04:25:21 willey Exp $
*/
#ifndef INCLUDED_PBC_CONFIGURE_H
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: pbc_configure.h,v 2.5.2.1 2004/02/10 00:43:52 willey Exp $
*/
#ifndef INCLUDED_PBC_CONFIGURE_H
Index: webiso/pubcookie/src/pbc_create.c
diff -c webiso/pubcookie/src/pbc_create.c:1.18 webiso/pubcookie/src/pbc_create.c:1.18.2.1
*** webiso/pubcookie/src/pbc_create.c:1.18 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/pbc_create.c Mon Feb 9 16:43:52 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 12,18 ****
* crypt_file cert_key_file
* anything too big is just truncated, no support for defaults or anything
*
! * $Id: pbc_create.c,v 1.18 2003/07/02 22:04:04 willey Exp $
*/
--- 12,18 ----
* crypt_file cert_key_file
* anything too big is just truncated, no support for defaults or anything
*
! * $Id: pbc_create.c,v 1.18.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_key_generic.c
diff -c webiso/pubcookie/src/pbc_key_generic.c:1.5.2.1 webiso/pubcookie/src/pbc_key_generic.c:1.5.2.2
*** webiso/pubcookie/src/pbc_key_generic.c:1.5.2.1 Thu Jul 10 11:58:31 2003
--- webiso/pubcookie/src/pbc_key_generic.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_key_generic.c
* old key management
*
! * $Id: pbc_key_generic.c,v 1.5.2.1 2003/07/10 18:58:31 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_key_generic.c
* old key management
*
! * $Id: pbc_key_generic.c,v 1.5.2.2 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_key_local.c
diff -c webiso/pubcookie/src/pbc_key_local.c:1.9.2.1 webiso/pubcookie/src/pbc_key_local.c:1.9.2.2
*** webiso/pubcookie/src/pbc_key_local.c:1.9.2.1 Thu Jul 10 11:58:31 2003
--- webiso/pubcookie/src/pbc_key_local.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_key_local.c
* Old (and i think obsolete) key mgmt
*
! * $Id: pbc_key_local.c,v 1.9.2.1 2003/07/10 18:58:31 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_key_local.c
* Old (and i think obsolete) key mgmt
*
! * $Id: pbc_key_local.c,v 1.9.2.2 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_logging.c
diff -c webiso/pubcookie/src/pbc_logging.c:1.25 webiso/pubcookie/src/pbc_logging.c:1.25.2.1
*** webiso/pubcookie/src/pbc_logging.c:1.25 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/pbc_logging.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_logging.c
* Logging
*
! * $Id: pbc_logging.c,v 1.25 2003/07/03 04:25:21 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_logging.c
* Logging
*
! * $Id: pbc_logging.c,v 1.25.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_logging.h
diff -c webiso/pubcookie/src/pbc_logging.h:1.16.2.2 webiso/pubcookie/src/pbc_logging.h:1.16.2.3
*** webiso/pubcookie/src/pbc_logging.h:1.16.2.2 Mon Jan 5 17:05:17 2004
--- webiso/pubcookie/src/pbc_logging.h Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_logging.h
* Header file for logging stuff
*
! * $Id: pbc_logging.h,v 1.16.2.2 2004/01/06 01:05:17 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_logging.h
* Header file for logging stuff
*
! * $Id: pbc_logging.h,v 1.16.2.3 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_myconfig.c
diff -c webiso/pubcookie/src/pbc_myconfig.c:1.32.2.3 webiso/pubcookie/src/pbc_myconfig.c:1.32.2.4
*** webiso/pubcookie/src/pbc_myconfig.c:1.32.2.3 Fri Nov 21 15:52:16 2003
--- webiso/pubcookie/src/pbc_myconfig.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_myconfig.c
* Runtime configuration
*
! * $Id: pbc_myconfig.c,v 1.32.2.3 2003/11/21 23:52:16 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_myconfig.c
* Runtime configuration
*
! * $Id: pbc_myconfig.c,v 1.32.2.4 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_myconfig.h
diff -c webiso/pubcookie/src/pbc_myconfig.h:1.12.2.1 webiso/pubcookie/src/pbc_myconfig.h:1.12.2.2
*** webiso/pubcookie/src/pbc_myconfig.h:1.12.2.1 Thu Jul 10 11:58:31 2003
--- webiso/pubcookie/src/pbc_myconfig.h Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_myconfig.h
* header file for Runtime configuration
*
! * $Id: pbc_myconfig.h,v 1.12.2.1 2003/07/10 18:58:31 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file pbc_myconfig.h
* header file for Runtime configuration
*
! * $Id: pbc_myconfig.h,v 1.12.2.2 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_path.h.in
diff -c webiso/pubcookie/src/pbc_path.h.in:2.6.2.2 webiso/pubcookie/src/pbc_path.h.in:2.6.2.3
*** webiso/pubcookie/src/pbc_path.h.in:2.6.2.2 Fri Sep 19 14:56:43 2003
--- webiso/pubcookie/src/pbc_path.h.in Mon Feb 9 16:43:52 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 9,15 ****
* So that we can just #include this file instead of having to
* worry about shell escapes and whatnot.
*
! * $Id: pbc_path.h.in,v 2.6.2.2 2003/09/19 21:56:43 willey Exp $
*/
--- 9,15 ----
* So that we can just #include this file instead of having to
* worry about shell escapes and whatnot.
*
! * $Id: pbc_path.h.in,v 2.6.2.3 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_verify.c
diff -c webiso/pubcookie/src/pbc_verify.c:1.17 webiso/pubcookie/src/pbc_verify.c:1.17.2.1
*** webiso/pubcookie/src/pbc_verify.c:1.17 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/pbc_verify.c Mon Feb 9 16:43:52 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 12,18 ****
*
* cookie comes in on stdin, contenets are printed to stdout
*
! * $Id: pbc_verify.c,v 1.17 2003/07/02 22:04:04 willey Exp $
*/
--- 12,18 ----
*
* cookie comes in on stdin, contenets are printed to stdout
*
! * $Id: pbc_verify.c,v 1.17.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_version.h
diff -c webiso/pubcookie/src/pbc_version.h:1.56 webiso/pubcookie/src/pbc_version.h:1.56.2.1
*** webiso/pubcookie/src/pbc_version.h:1.56 Tue Jun 3 19:24:10 2003
--- webiso/pubcookie/src/pbc_version.h Mon Feb 9 16:43:52 2004
***************
*** 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.56 2003/06/04 02:24:10 jjminer Exp $
*/
#ifndef PUBCOOKIE_VERSION
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: pbc_version.h,v 1.56.2.1 2004/02/10 00:43:52 willey Exp $
*/
#ifndef PUBCOOKIE_VERSION
Index: webiso/pubcookie/src/pubcookie.file_header
diff -c webiso/pubcookie/src/pubcookie.file_header:1.5 webiso/pubcookie/src/pubcookie.file_header:1.5.2.1
*** webiso/pubcookie/src/pubcookie.file_header:1.5 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/pubcookie.file_header Mon Feb 9 16:43:52 2004
***************
*** 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 $
*/
--- 1,9 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: pubcookie.file_header,v 1.5.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/pubcookie.h
diff -c webiso/pubcookie/src/pubcookie.h:1.17 webiso/pubcookie/src/pubcookie.h:1.17.2.1
*** webiso/pubcookie/src/pubcookie.h:1.17 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/pubcookie.h Mon Feb 9 16:43:52 2004
***************
*** 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
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: pubcookie.h,v 1.17.2.1 2004/02/10 00:43:52 willey Exp $
*/
#ifndef PUBCOOKIE_MAIN
Index: webiso/pubcookie/src/securid.c
diff -c webiso/pubcookie/src/securid.c:1.13 webiso/pubcookie/src/securid.c:1.13.2.1
*** webiso/pubcookie/src/securid.c:1.13 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/securid.c Mon Feb 9 16:43:52 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 27,33 ****
* syslog and stderr in some conditions. if log is set to non-zero
* then there will be more messages in syslog and stderr
*
! * $Id: securid.c,v 1.13 2003/07/02 22:04:04 willey Exp $
*/
--- 27,33 ----
* syslog and stderr in some conditions. if log is set to non-zero
* then there will be more messages in syslog and stderr
*
! * $Id: securid.c,v 1.13.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/securid.h
diff -c webiso/pubcookie/src/securid.h:1.5 webiso/pubcookie/src/securid.h:1.5.2.1
*** webiso/pubcookie/src/securid.h:1.5 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/securid.h Mon Feb 9 16:43:52 2004
***************
*** 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.h,v 1.5 2003/05/06 23:51:19 willey Exp $
*/
#ifdef HAVE_MGOAPI_H
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: securid.h,v 1.5.2.1 2004/02/10 00:43:52 willey Exp $
*/
#ifdef HAVE_MGOAPI_H
Index: webiso/pubcookie/src/securid_securid.c
diff -c webiso/pubcookie/src/securid_securid.c:1.9 webiso/pubcookie/src/securid_securid.c:1.9.2.1
*** webiso/pubcookie/src/securid_securid.c:1.9 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/securid_securid.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file securid_securid.c
* Old UW SecurID proto-verifier
*
! * $Id: securid_securid.c,v 1.9 2003/07/02 22:04:04 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file securid_securid.c
* Old UW SecurID proto-verifier
*
! * $Id: securid_securid.c,v 1.9.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/securid_securid.h
diff -c webiso/pubcookie/src/securid_securid.h:1.2 webiso/pubcookie/src/securid_securid.h:1.2.2.1
*** webiso/pubcookie/src/securid_securid.h:1.2 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/securid_securid.h Mon Feb 9 16:43:52 2004
***************
*** 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.h,v 1.2 2003/05/06 23:51:19 willey Exp $
*/
int securid(char *, char *);
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: securid_securid.h,v 1.2.2.1 2004/02/10 00:43:52 willey Exp $
*/
int securid(char *, char *);
Index: webiso/pubcookie/src/securid_stub.c
diff -c webiso/pubcookie/src/securid_stub.c:1.13.2.1 webiso/pubcookie/src/securid_stub.c:1.13.2.2
*** webiso/pubcookie/src/securid_stub.c:1.13.2.1 Mon Jan 5 17:05:17 2004
--- webiso/pubcookie/src/securid_stub.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file securid_stub.c
* Test app for old UW SecurID interface
*
! * $Id: securid_stub.c,v 1.13.2.1 2004/01/06 01:05:17 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file securid_stub.c
* Test app for old UW SecurID interface
*
! * $Id: securid_stub.c,v 1.13.2.2 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/security.c
diff -c webiso/pubcookie/src/security.c:1.6 webiso/pubcookie/src/security.c:1.6.2.1
*** webiso/pubcookie/src/security.c:1.6 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/security.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file security.c
* Support for security structure
*
! * $Id: security.c,v 1.6 2003/07/02 22:04:04 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file security.c
* Support for security structure
*
! * $Id: security.c,v 1.6.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/security.h
diff -c webiso/pubcookie/src/security.h:1.8 webiso/pubcookie/src/security.h:1.8.2.1
*** webiso/pubcookie/src/security.h:1.8 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/security.h Mon Feb 9 16:43:52 2004
***************
*** 1,10 ****
/*
! 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.8 2003/07/03 04:25:21 willey Exp $
*/
#ifndef INCLUDED_SECURITY_H
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: security.h,v 1.8.2.1 2004/02/10 00:43:52 willey Exp $
*/
#ifndef INCLUDED_SECURITY_H
Index: webiso/pubcookie/src/security_legacy.c
diff -c webiso/pubcookie/src/security_legacy.c:1.28.2.1 webiso/pubcookie/src/security_legacy.c:1.28.2.2
*** webiso/pubcookie/src/security_legacy.c:1.28.2.1 Wed Dec 10 15:45:55 2003
--- webiso/pubcookie/src/security_legacy.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file security_legacy.c
* Heritage message protection
*
! * $Id: security_legacy.c,v 1.28.2.1 2003/12/10 23:45:55 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file security_legacy.c
* Heritage message protection
*
! * $Id: security_legacy.c,v 1.28.2.2 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/speed_test.c
diff -c webiso/pubcookie/src/speed_test.c:1.7 webiso/pubcookie/src/speed_test.c:1.7.2.1
*** webiso/pubcookie/src/speed_test.c:1.7 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/speed_test.c Mon Feb 9 16:43:52 2004
***************
*** 1,10 ****
/*
! 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
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: speed_test.c,v 1.7.2.1 2004/02/10 00:43:52 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/strlcpy.c
diff -c webiso/pubcookie/src/strlcpy.c:2.7 webiso/pubcookie/src/strlcpy.c:2.7.2.1
*** webiso/pubcookie/src/strlcpy.c:2.7 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/strlcpy.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file strlcpy.c
* strlcpy()
*
! * $Id: strlcpy.c,v 2.7 2003/07/02 22:04:04 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file strlcpy.c
* strlcpy()
*
! * $Id: strlcpy.c,v 2.7.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/strlcpy.h
diff -c webiso/pubcookie/src/strlcpy.h:1.4 webiso/pubcookie/src/strlcpy.h:1.4.2.1
*** webiso/pubcookie/src/strlcpy.h:1.4 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/strlcpy.h Mon Feb 9 16:43:52 2004
***************
*** 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
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: strlcpy.h,v 1.4.2.1 2004/02/10 00:43:52 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/verify.c
diff -c webiso/pubcookie/src/verify.c:1.19.2.1 webiso/pubcookie/src/verify.c:1.19.2.2
*** webiso/pubcookie/src/verify.c:1.19.2.1 Tue Sep 23 11:49:02 2003
--- webiso/pubcookie/src/verify.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file verify.c
* Verifier base stuff
*
! * $Id: verify.c,v 1.19.2.1 2003/09/23 18:49:02 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file verify.c
* Verifier base stuff
*
! * $Id: verify.c,v 1.19.2.2 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/verify.h
diff -c webiso/pubcookie/src/verify.h:1.11 webiso/pubcookie/src/verify.h:1.11.2.1
*** webiso/pubcookie/src/verify.h:1.11 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/verify.h Mon Feb 9 16:43:52 2004
***************
*** 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.h,v 1.11 2003/07/03 04:25:21 willey Exp $
*/
#ifndef INCLUDED_VERIFY_H
--- 1,10 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/*
! $Id: verify.h,v 1.11.2.1 2004/02/10 00:43:52 willey Exp $
*/
#ifndef INCLUDED_VERIFY_H
Index: webiso/pubcookie/src/verify_alwaystrue.c
diff -c webiso/pubcookie/src/verify_alwaystrue.c:1.12 webiso/pubcookie/src/verify_alwaystrue.c:1.12.2.1
*** webiso/pubcookie/src/verify_alwaystrue.c:1.12 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/verify_alwaystrue.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file verify_alwaystrue.c
* Alwaystrue verifier
*
! * $Id: verify_alwaystrue.c,v 1.12 2003/07/03 04:25:21 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file verify_alwaystrue.c
* Alwaystrue verifier
*
! * $Id: verify_alwaystrue.c,v 1.12.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/verify_kerberos4.c
diff -c webiso/pubcookie/src/verify_kerberos4.c:1.12 webiso/pubcookie/src/verify_kerberos4.c:1.12.2.1
*** webiso/pubcookie/src/verify_kerberos4.c:1.12 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/verify_kerberos4.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file verify_kerberos4.c
* Kerberos 4 verifier
*
! * $Id: verify_kerberos4.c,v 1.12 2003/07/03 04:25:21 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file verify_kerberos4.c
* Kerberos 4 verifier
*
! * $Id: verify_kerberos4.c,v 1.12.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/verify_kerberos5.c
diff -c webiso/pubcookie/src/verify_kerberos5.c:1.28 webiso/pubcookie/src/verify_kerberos5.c:1.28.2.1
*** webiso/pubcookie/src/verify_kerberos5.c:1.28 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/verify_kerberos5.c Mon Feb 9 16:43:52 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 17,23 ****
*
* Verifies users against an Kerberos5 server (or servers.)
*
! * $Id: verify_kerberos5.c,v 1.28 2003/07/03 04:25:21 willey Exp $
*/
#ifdef HAVE_CONFIG_H
--- 17,23 ----
*
* Verifies users against an Kerberos5 server (or servers.)
*
! * $Id: verify_kerberos5.c,v 1.28.2.1 2004/02/10 00:43:52 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/verify_ldap.c
diff -c webiso/pubcookie/src/verify_ldap.c:1.23 webiso/pubcookie/src/verify_ldap.c:1.23.2.1
*** webiso/pubcookie/src/verify_ldap.c:1.23 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/verify_ldap.c Mon Feb 9 16:43:52 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 8,14 ****
*
* Verifies users against an LDAP server (or servers.)
*
! * $Id: verify_ldap.c,v 1.23 2003/07/03 04:25:21 willey Exp $
*/
#ifdef HAVE_CONFIG_H
--- 8,14 ----
*
* Verifies users against an LDAP server (or servers.)
*
! * $Id: verify_ldap.c,v 1.23.2.1 2004/02/10 00:43:52 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/verify_shadow.c
diff -c webiso/pubcookie/src/verify_shadow.c:1.14 webiso/pubcookie/src/verify_shadow.c:1.14.2.1
*** webiso/pubcookie/src/verify_shadow.c:1.14 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/verify_shadow.c Mon Feb 9 16:43:52 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 12,18 ****
*
* @return 0 on success, -1 if user/pass doesn't match, -2 on system error
*
! * $Id: verify_shadow.c,v 1.14 2003/07/03 04:25:21 willey Exp $
*/
--- 12,18 ----
*
* @return 0 on success, -1 if user/pass doesn't match, -2 on system error
*
! * $Id: verify_shadow.c,v 1.14.2.1 2004/02/10 00:43:52 willey Exp $
*/
Index: webiso/pubcookie/src/verify_uwsecurid.c
diff -c webiso/pubcookie/src/verify_uwsecurid.c:1.1.2.5 webiso/pubcookie/src/verify_uwsecurid.c:1.1.2.6
*** webiso/pubcookie/src/verify_uwsecurid.c:1.1.2.5 Fri Nov 21 16:40:13 2003
--- webiso/pubcookie/src/verify_uwsecurid.c Mon Feb 9 16:43:52 2004
***************
*** 1,5 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,5 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 31,37 ****
* @return 0 on success, -1 if sid lookup fails, -3 next PRN,
* -2 on system error
*
! * $Id: verify_uwsecurid.c,v 1.1.2.5 2003/11/22 00:40:13 willey Exp $
*/
#ifdef HAVE_CONFIG_H
--- 31,37 ----
* @return 0 on success, -1 if sid lookup fails, -3 next PRN,
* -2 on system error
*
! * $Id: verify_uwsecurid.c,v 1.1.2.6 2004/02/10 00:43:52 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/what_is_my_ip.c
diff -c webiso/pubcookie/src/what_is_my_ip.c:1.9 webiso/pubcookie/src/what_is_my_ip.c:1.9.2.1
*** webiso/pubcookie/src/what_is_my_ip.c:1.9 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/what_is_my_ip.c Mon Feb 9 16:43:52 2004
***************
*** 1,12 ****
/*
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file what_is_my_ip.c
* Identifies IP being used by pubcookie
*
! * $Id: what_is_my_ip.c,v 1.9 2003/07/02 22:04:04 willey Exp $
*/
--- 1,12 ----
/*
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
/** @file what_is_my_ip.c
* Identifies IP being used by pubcookie
*
! * $Id: what_is_my_ip.c,v 1.9.2.1 2004/02/10 00:43:52 willey Exp $
*/
end of message
- Previous message: [pubcookie-dev] WEBISO CVS update: willey;
PubCookieFilter.h,1.22,1.22.2.1 debug.c,1.8,1.8.2.1 debug.h,1.6,1.6.2.1
winkeyclient.c,1.2,1.2.2.1
- Next message: [pubcookie-dev] WEBISO CVS update: dors;
webiso/pubcookie/doc config.html,1.17,1.18 install-login.html,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the pubcookie-dev
mailing list