[pubcookie-dev] WEBISO CVS update: willey;
candv.c,1.21,1.22 capture_cmd_output.c,2.7,2.8
check_crypted_blob.c,1.10,1.11 dtest.c,1.16,1.17 flavor.c,1.12,1.13
flavor.h,1.9,1.10 flavor_basic.c,1.45,1.46 flavor_getcred.c,1.20,1.21
flavor_uwsecurid.c,2.2,2.3 index.cgi.c,1.113,1.114 index.cgi.h,1.43,1.44
keyclient.c,2.38,2.39 keyserver.c,2.42,2.43 libpubcookie.c,2.65,2.66
libpubcookie.h,1.42,1.43 make_crypted_blob.c,1.8,1.9
mod_pubcookie.c,1.125,1.126 mod_pubcookie.h,2.4,2.5 ntmpl.c,1.10,1.11
pbc_apacheconfig.c,2.7,2.8 pbc_apacheconfig.h,2.6,2.7
pbc_config.h,1.86,1.87 pbc_configure.c,2.7,2.8 pbc_configure.h,2.7,2.8
pbc_create.c,1.18,1.19 pbc_key_generic.c,1.7,1.8 pbc_key_local.c,1.11,1.12
pbc_logging.c,1.25,1.26 pbc_logging.h,1.18,1.19 pbc_myconfig.c,1.39,1.40
pbc_myconfig.h,1.18,1.19 pbc_path.h.in,2.8,2.9 pbc_verify.c,1.17,1.18
pbc_version.h,1.56,1.57 pubcookie.file_header,1.5,1.6 pubcookie.h,1.17,1.18
securid.c,1.13,1.14 s!
securid_stub.c,1.13,1.14 security.c,1.7,1.8 security.h,1.9,1.10
security_legacy.c,1.34,1.35 speed_test.c,1.7,1.8 strlcpy.c,2.7,2.8
strlcpy.h,1.4,1.5 verify.c,1.21,1.22 verify.h,1.11,1.12
verify_alwaystrue.c,1.12,1.13 verify_fork.c,1.2,1.3
verify_kerberos4.c,1.12,1.13 verify_kerberos5.c,1.29,1.30
verify_ldap.c,1.23,1.24 verify_shadow.c,1.14,1.15
verify_uwsecurid.c,2.1,2.2 what_is_my_ip.c,1.9,1.10
Stephen Willey
willey at cac.washington.edu
Mon Feb 9 16:42:18 PST 2004
- Previous message: [pubcookie-dev] WEBISO CVS update: willey;
PubCookieFilter.h,1.26,1.27 debug.c,1.13,1.14 debug.h,1.9,1.10
winkeyclient.c,1.7,1.8
- Next message: [pubcookie-dev] WEBISO CVS update: willey;
webiso/pubcookie/doc install-login.html,1.14,1.14.2.1
- 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-serv666
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 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_fork.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.10
*** webiso/pubcookie/src/Makefile.tmpl:1.9 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/Makefile.tmpl Mon Feb 9 16:42:14 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.10 2004/02/10 00:42:14 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.18 webiso/pubcookie/src/base64.c:1.19
*** webiso/pubcookie/src/base64.c:1.18 Thu Jan 22 21:00:26 2004
--- webiso/pubcookie/src/base64.c Mon Feb 9 16:42:14 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.18 2004/01/23 05:00:26 ryanc 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.19 2004/02/10 00:42:14 willey Exp $
*/
Index: webiso/pubcookie/src/candv.c
diff -c webiso/pubcookie/src/candv.c:1.21 webiso/pubcookie/src/candv.c:1.22
*** webiso/pubcookie/src/candv.c:1.21 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/candv.c Mon Feb 9 16:42:14 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.22 2004/02/10 00:42:14 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.8
*** 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:42:14 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.8 2004/02/10 00:42:14 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.11
*** 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:42:14 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.11 2004/02/10 00:42:14 willey Exp $
*/
Index: webiso/pubcookie/src/dtest.c
diff -c webiso/pubcookie/src/dtest.c:1.16 webiso/pubcookie/src/dtest.c:1.17
*** webiso/pubcookie/src/dtest.c:1.16 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/dtest.c Mon Feb 9 16:42:14 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.17 2004/02/10 00:42:14 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/flavor.c
diff -c webiso/pubcookie/src/flavor.c:1.12 webiso/pubcookie/src/flavor.c:1.13
*** webiso/pubcookie/src/flavor.c:1.12 Thu Dec 11 13:48:44 2003
--- webiso/pubcookie/src/flavor.c Mon Feb 9 16:42:14 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.12 2003/12/11 21:48:44 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.13 2004/02/10 00:42:14 willey Exp $
*/
Index: webiso/pubcookie/src/flavor.h
diff -c webiso/pubcookie/src/flavor.h:1.9 webiso/pubcookie/src/flavor.h:1.10
*** webiso/pubcookie/src/flavor.h:1.9 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/flavor.h Mon Feb 9 16:42:14 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.10 2004/02/10 00:42:14 willey Exp $
*/
#ifndef INCLUDED_FLAVOR_H
Index: webiso/pubcookie/src/flavor_basic.c
diff -c webiso/pubcookie/src/flavor_basic.c:1.45 webiso/pubcookie/src/flavor_basic.c:1.46
*** webiso/pubcookie/src/flavor_basic.c:1.45 Thu Jan 15 15:57:16 2004
--- webiso/pubcookie/src/flavor_basic.c Mon Feb 9 16:42:14 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.45 2004/01/15 23:57:16 fox 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.46 2004/02/10 00:42:14 willey Exp $
*/
Index: webiso/pubcookie/src/flavor_getcred.c
diff -c webiso/pubcookie/src/flavor_getcred.c:1.20 webiso/pubcookie/src/flavor_getcred.c:1.21
*** webiso/pubcookie/src/flavor_getcred.c:1.20 Wed Dec 17 14:10:56 2003
--- webiso/pubcookie/src/flavor_getcred.c Mon Feb 9 16:42:14 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.20 2003/12/17 22:10:56 ryanc 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.21 2004/02/10 00:42:14 willey Exp $
*/
Index: webiso/pubcookie/src/flavor_uwsecurid.c
diff -c webiso/pubcookie/src/flavor_uwsecurid.c:2.2 webiso/pubcookie/src/flavor_uwsecurid.c:2.3
*** webiso/pubcookie/src/flavor_uwsecurid.c:2.2 Thu Jan 15 15:57:16 2004
--- webiso/pubcookie/src/flavor_uwsecurid.c Mon Feb 9 16:42:14 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 2.2 2004/01/15 23:57:16 fox Exp $
*/
#ifdef HAVE_CONFIG_H
--- 11,17 ----
*/
/*
! $Id: flavor_uwsecurid.c,v 2.3 2004/02/10 00:42:14 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/index.cgi.c
diff -c webiso/pubcookie/src/index.cgi.c:1.113 webiso/pubcookie/src/index.cgi.c:1.114
*** webiso/pubcookie/src/index.cgi.c:1.113 Thu Jan 15 15:57:16 2004
--- webiso/pubcookie/src/index.cgi.c Mon Feb 9 16:42:14 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.113 2004/01/15 23:57:16 fox 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.114 2004/02/10 00:42:14 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/index.cgi.h
diff -c webiso/pubcookie/src/index.cgi.h:1.43 webiso/pubcookie/src/index.cgi.h:1.44
*** webiso/pubcookie/src/index.cgi.h:1.43 Thu Dec 11 13:48:44 2003
--- webiso/pubcookie/src/index.cgi.h Mon Feb 9 16:42:15 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.43 2003/12/11 21:48:44 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.44 2004/02/10 00:42:15 willey Exp $
*/
#ifndef PUBCOOKIE_LOGIN_CGI
Index: webiso/pubcookie/src/keyclient.c
diff -c webiso/pubcookie/src/keyclient.c:2.38 webiso/pubcookie/src/keyclient.c:2.39
*** webiso/pubcookie/src/keyclient.c:2.38 Thu Dec 11 13:48:44 2003
--- webiso/pubcookie/src/keyclient.c Mon Feb 9 16:42:15 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.38 2003/12/11 21:48:44 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.39 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/keyserver.c
diff -c webiso/pubcookie/src/keyserver.c:2.42 webiso/pubcookie/src/keyserver.c:2.43
*** webiso/pubcookie/src/keyserver.c:2.42 Tue Feb 3 15:55:52 2004
--- webiso/pubcookie/src/keyserver.c Mon Feb 9 16:42:15 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.42 2004/02/03 23:55:52 fox 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.43 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/libpubcookie.c
diff -c webiso/pubcookie/src/libpubcookie.c:2.65 webiso/pubcookie/src/libpubcookie.c:2.66
*** webiso/pubcookie/src/libpubcookie.c:2.65 Thu Jan 22 21:00:26 2004
--- webiso/pubcookie/src/libpubcookie.c Mon Feb 9 16:42:15 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.65 2004/01/23 05:00:26 ryanc 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.66 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/libpubcookie.h
diff -c webiso/pubcookie/src/libpubcookie.h:1.42 webiso/pubcookie/src/libpubcookie.h:1.43
*** webiso/pubcookie/src/libpubcookie.h:1.42 Wed Dec 17 14:10:56 2003
--- webiso/pubcookie/src/libpubcookie.h Mon Feb 9 16:42:15 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.42 2003/12/17 22:10:56 ryanc 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.43 2004/02/10 00:42:15 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.9
*** 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:42:15 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.9 2004/02/10 00:42:15 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/mod_pubcookie.c
diff -c webiso/pubcookie/src/mod_pubcookie.c:1.125 webiso/pubcookie/src/mod_pubcookie.c:1.126
*** webiso/pubcookie/src/mod_pubcookie.c:1.125 Wed Dec 17 14:10:56 2003
--- webiso/pubcookie/src/mod_pubcookie.c Mon Feb 9 16:42:15 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.125 2003/12/17 22:10:56 ryanc 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.126 2004/02/10 00:42:15 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.5
*** 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:42:15 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.5 2004/02/10 00:42:15 willey Exp $
*/
#ifndef INCLUDED_MOD_PUBCOOKIE_H
Index: webiso/pubcookie/src/ntmpl.c
diff -c webiso/pubcookie/src/ntmpl.c:1.10 webiso/pubcookie/src/ntmpl.c:1.11
*** webiso/pubcookie/src/ntmpl.c:1.10 Thu Dec 11 13:48:44 2003
--- webiso/pubcookie/src/ntmpl.c Mon Feb 9 16:42:15 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.10 2003/12/11 21:48:44 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.11 2004/02/10 00:42:15 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.8
*** 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:42:15 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.8 2004/02/10 00:42:15 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.7
*** 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:42:15 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.7 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_config.h
diff -c webiso/pubcookie/src/pbc_config.h:1.86 webiso/pubcookie/src/pbc_config.h:1.87
*** webiso/pubcookie/src/pbc_config.h:1.86 Fri Jan 23 23:34:45 2004
--- webiso/pubcookie/src/pbc_config.h Mon Feb 9 16:42:15 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.86 2004/01/24 07:34:45 ryanc 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.87 2004/02/10 00:42:15 willey Exp $
*/
#ifndef PUBCOOKIE_CONFIG
Index: webiso/pubcookie/src/pbc_configure.c
diff -c webiso/pubcookie/src/pbc_configure.c:2.7 webiso/pubcookie/src/pbc_configure.c:2.8
*** webiso/pubcookie/src/pbc_configure.c:2.7 Thu Jan 22 21:00:26 2004
--- webiso/pubcookie/src/pbc_configure.c Mon Feb 9 16:42:15 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.7 2004/01/23 05:00:26 ryanc 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 pbc_configure.c
* Configure stuff
*
! * $Id: pbc_configure.c,v 2.8 2004/02/10 00:42:15 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/pbc_configure.h
diff -c webiso/pubcookie/src/pbc_configure.h:2.7 webiso/pubcookie/src/pbc_configure.h:2.8
*** webiso/pubcookie/src/pbc_configure.h:2.7 Thu Jan 22 21:00:26 2004
--- webiso/pubcookie/src/pbc_configure.h Mon Feb 9 16:42:15 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.7 2004/01/23 05:00:26 ryanc 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.8 2004/02/10 00:42:15 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.19
*** 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:42:15 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.19 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_key_generic.c
diff -c webiso/pubcookie/src/pbc_key_generic.c:1.7 webiso/pubcookie/src/pbc_key_generic.c:1.8
*** webiso/pubcookie/src/pbc_key_generic.c:1.7 Thu Dec 11 13:48:44 2003
--- webiso/pubcookie/src/pbc_key_generic.c Mon Feb 9 16:42:15 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.7 2003/12/11 21:48:44 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.8 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_key_local.c
diff -c webiso/pubcookie/src/pbc_key_local.c:1.11 webiso/pubcookie/src/pbc_key_local.c:1.12
*** webiso/pubcookie/src/pbc_key_local.c:1.11 Thu Dec 11 13:48:44 2003
--- webiso/pubcookie/src/pbc_key_local.c Mon Feb 9 16:42:15 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.11 2003/12/11 21:48:44 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.12 2004/02/10 00:42:15 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.26
*** 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:42:15 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.26 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_logging.h
diff -c webiso/pubcookie/src/pbc_logging.h:1.18 webiso/pubcookie/src/pbc_logging.h:1.19
*** webiso/pubcookie/src/pbc_logging.h:1.18 Thu Dec 11 13:48:44 2003
--- webiso/pubcookie/src/pbc_logging.h Mon Feb 9 16:42:15 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.18 2003/12/11 21:48:44 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.19 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_myconfig.c
diff -c webiso/pubcookie/src/pbc_myconfig.c:1.39 webiso/pubcookie/src/pbc_myconfig.c:1.40
*** webiso/pubcookie/src/pbc_myconfig.c:1.39 Fri Jan 23 23:34:45 2004
--- webiso/pubcookie/src/pbc_myconfig.c Mon Feb 9 16:42:15 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.39 2004/01/24 07:34:45 ryanc 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.40 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_myconfig.h
diff -c webiso/pubcookie/src/pbc_myconfig.h:1.18 webiso/pubcookie/src/pbc_myconfig.h:1.19
*** webiso/pubcookie/src/pbc_myconfig.h:1.18 Tue Feb 3 15:55:52 2004
--- webiso/pubcookie/src/pbc_myconfig.h Mon Feb 9 16:42:15 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.18 2004/02/03 23:55:52 fox 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.19 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/pbc_path.h.in
diff -c webiso/pubcookie/src/pbc_path.h.in:2.8 webiso/pubcookie/src/pbc_path.h.in:2.9
*** webiso/pubcookie/src/pbc_path.h.in:2.8 Thu Dec 11 13:48:44 2003
--- webiso/pubcookie/src/pbc_path.h.in Mon Feb 9 16:42:15 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.8 2003/12/11 21:48:44 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.9 2004/02/10 00:42:15 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.18
*** 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:42:15 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.18 2004/02/10 00:42:15 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.57
*** 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:42:15 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.57 2004/02/10 00:42:15 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.6
*** 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:42:15 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.6 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/pubcookie.h
diff -c webiso/pubcookie/src/pubcookie.h:1.17 webiso/pubcookie/src/pubcookie.h:1.18
*** webiso/pubcookie/src/pubcookie.h:1.17 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/pubcookie.h Mon Feb 9 16:42:15 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.18 2004/02/10 00:42:15 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.14
*** webiso/pubcookie/src/securid.c:1.13 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/securid.c Mon Feb 9 16:42:15 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.14 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/securid.h
diff -c webiso/pubcookie/src/securid.h:1.5 webiso/pubcookie/src/securid.h:1.6
*** webiso/pubcookie/src/securid.h:1.5 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/securid.h Mon Feb 9 16:42:15 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.6 2004/02/10 00:42:15 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.10
*** 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:42:15 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.10 2004/02/10 00:42:15 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.3
*** 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:42:15 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.3 2004/02/10 00:42:15 willey Exp $
*/
int securid(char *, char *);
Index: webiso/pubcookie/src/securid_stub.c
diff -c webiso/pubcookie/src/securid_stub.c:1.13 webiso/pubcookie/src/securid_stub.c:1.14
*** webiso/pubcookie/src/securid_stub.c:1.13 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/securid_stub.c Mon Feb 9 16:42:15 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 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_stub.c
* Test app for old UW SecurID interface
*
! * $Id: securid_stub.c,v 1.14 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/security.c
diff -c webiso/pubcookie/src/security.c:1.7 webiso/pubcookie/src/security.c:1.8
*** webiso/pubcookie/src/security.c:1.7 Wed Dec 17 14:10:56 2003
--- webiso/pubcookie/src/security.c Mon Feb 9 16:42:15 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.7 2003/12/17 22:10:56 ryanc 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.8 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/security.h
diff -c webiso/pubcookie/src/security.h:1.9 webiso/pubcookie/src/security.h:1.10
*** webiso/pubcookie/src/security.h:1.9 Wed Dec 17 14:10:56 2003
--- webiso/pubcookie/src/security.h Mon Feb 9 16:42:15 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.9 2003/12/17 22:10:56 ryanc 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.10 2004/02/10 00:42:15 willey Exp $
*/
#ifndef INCLUDED_SECURITY_H
Index: webiso/pubcookie/src/security_legacy.c
diff -c webiso/pubcookie/src/security_legacy.c:1.34 webiso/pubcookie/src/security_legacy.c:1.35
*** webiso/pubcookie/src/security_legacy.c:1.34 Thu Jan 22 21:00:26 2004
--- webiso/pubcookie/src/security_legacy.c Mon Feb 9 16:42:15 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.34 2004/01/23 05:00:26 ryanc 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.35 2004/02/10 00:42:15 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.8
*** 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:42:15 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.8 2004/02/10 00:42:15 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.8
*** webiso/pubcookie/src/strlcpy.c:2.7 Wed Jul 2 15:04:04 2003
--- webiso/pubcookie/src/strlcpy.c Mon Feb 9 16:42:15 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.8 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/strlcpy.h
diff -c webiso/pubcookie/src/strlcpy.h:1.4 webiso/pubcookie/src/strlcpy.h:1.5
*** webiso/pubcookie/src/strlcpy.h:1.4 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/strlcpy.h Mon Feb 9 16:42:15 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.5 2004/02/10 00:42:15 willey Exp $
*/
#ifdef HAVE_CONFIG_H
Index: webiso/pubcookie/src/verify.c
diff -c webiso/pubcookie/src/verify.c:1.21 webiso/pubcookie/src/verify.c:1.22
*** webiso/pubcookie/src/verify.c:1.21 Thu Dec 11 13:48:44 2003
--- webiso/pubcookie/src/verify.c Mon Feb 9 16:42:15 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.21 2003/12/11 21:48:44 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.22 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/verify.h
diff -c webiso/pubcookie/src/verify.h:1.11 webiso/pubcookie/src/verify.h:1.12
*** webiso/pubcookie/src/verify.h:1.11 Wed Jul 2 21:25:21 2003
--- webiso/pubcookie/src/verify.h Mon Feb 9 16:42:15 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.12 2004/02/10 00:42:15 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.13
*** 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:42:15 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.13 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/verify_fork.c
diff -c webiso/pubcookie/src/verify_fork.c:1.2 webiso/pubcookie/src/verify_fork.c:1.3
*** webiso/pubcookie/src/verify_fork.c:1.2 Tue Sep 23 18:10:45 2003
--- webiso/pubcookie/src/verify_fork.c Mon Feb 9 16:42:15 2004
***************
*** 1,6 ****
/*
Copyright (c) 2003 Tim Funk. All rights reserved.
! Copyright (c) 1999-2003 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
--- 1,6 ----
/*
Copyright (c) 2003 Tim Funk. All rights reserved.
! Copyright (c) 1999-2004 University of Washington. All rights reserved.
For terms of use see doc/LICENSE.txt in this distribution.
*/
***************
*** 20,26 ****
*
* From Tim Funk <funkman at joedog.org> 18-Sept-2003
*
! * $Id: verify_fork.c,v 1.2 2003/09/24 01:10:45 willey Exp $
*/
--- 20,26 ----
*
* From Tim Funk <funkman at joedog.org> 18-Sept-2003
*
! * $Id: verify_fork.c,v 1.3 2004/02/10 00:42:15 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.13
*** 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:42:15 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.13 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/verify_kerberos5.c
diff -c webiso/pubcookie/src/verify_kerberos5.c:1.29 webiso/pubcookie/src/verify_kerberos5.c:1.30
*** webiso/pubcookie/src/verify_kerberos5.c:1.29 Tue Aug 5 12:56:11 2003
--- webiso/pubcookie/src/verify_kerberos5.c Mon Feb 9 16:42:15 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.29 2003/08/05 19:56:11 willey Exp $
*/
#ifdef HAVE_CONFIG_H
--- 17,23 ----
*
* Verifies users against an Kerberos5 server (or servers.)
*
! * $Id: verify_kerberos5.c,v 1.30 2004/02/10 00:42:15 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.24
*** 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:42:15 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.24 2004/02/10 00:42:15 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.15
*** 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:42:15 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.15 2004/02/10 00:42:15 willey Exp $
*/
Index: webiso/pubcookie/src/verify_uwsecurid.c
diff -c webiso/pubcookie/src/verify_uwsecurid.c:2.1 webiso/pubcookie/src/verify_uwsecurid.c:2.2
*** webiso/pubcookie/src/verify_uwsecurid.c:2.1 Thu Dec 11 13:48:44 2003
--- webiso/pubcookie/src/verify_uwsecurid.c Mon Feb 9 16:42:15 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 2.1 2003/12/11 21:48:44 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 2.2 2004/02/10 00:42:15 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.10
*** 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:42:15 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.10 2004/02/10 00:42:15 willey Exp $
*/
end of message
- Previous message: [pubcookie-dev] WEBISO CVS update: willey;
PubCookieFilter.h,1.26,1.27 debug.c,1.13,1.14 debug.h,1.9,1.10
winkeyclient.c,1.7,1.8
- Next message: [pubcookie-dev] WEBISO CVS update: willey;
webiso/pubcookie/doc install-login.html,1.14,1.14.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the pubcookie-dev
mailing list