[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
Stephen Willey
willey at cac.washington.edu
Mon Feb 9 16:43:54 PST 2004
- Previous message: [pubcookie-dev] WEBISO CVS update: willey;
webiso/pubcookie/doc install-login.html,1.14,1.14.2.1
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/webiso/pubcookie/src/Win32
In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv830/src/Win32
Modified Files:
Tag: UWash3
PubCookieFilter.cpp PubCookieFilter.h debug.c debug.h
winkeyclient.c
Log Message:
Happy New Year 2004
Index: webiso/pubcookie/src/Win32/PubCookieFilter.cpp
diff -c webiso/pubcookie/src/Win32/PubCookieFilter.cpp:1.19 webiso/pubcookie/src/Win32/PubCookieFilter.cpp:1.19.2.1
*** webiso/pubcookie/src/Win32/PubCookieFilter.cpp:1.19 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/Win32/PubCookieFilter.cpp 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: PubCookieFilter.cpp,v 1.19 2003/05/06 23:51:19 willey Exp $
//
//#define COOKIE_PATH
--- 1,10 ----
//
! // Copyright (c) 1999-2004 University of Washington. All rights reserved.
// For terms of use see doc/LICENSE.txt in this distribution.
//
//
! // $Id: PubCookieFilter.cpp,v 1.19.2.1 2004/02/10 00:43:52 willey Exp $
//
//#define COOKIE_PATH
Index: webiso/pubcookie/src/Win32/PubCookieFilter.h
diff -c webiso/pubcookie/src/Win32/PubCookieFilter.h:1.22 webiso/pubcookie/src/Win32/PubCookieFilter.h:1.22.2.1
*** webiso/pubcookie/src/Win32/PubCookieFilter.h:1.22 Tue Jun 3 19:24:10 2003
--- webiso/pubcookie/src/Win32/PubCookieFilter.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: PubCookieFilter.h,v 1.22 2003/06/04 02:24:10 jjminer Exp $
//
#define Pubcookie_Version "Pubcookie ISAPI Filter, 3.0.1 pre-beta1"
--- 1,10 ----
//
! // Copyright (c) 1999-2004 University of Washington. All rights reserved.
// For terms of use see doc/LICENSE.txt in this distribution.
//
//
! // $Id: PubCookieFilter.h,v 1.22.2.1 2004/02/10 00:43:52 willey Exp $
//
#define Pubcookie_Version "Pubcookie ISAPI Filter, 3.0.1 pre-beta1"
Index: webiso/pubcookie/src/Win32/debug.c
diff -c webiso/pubcookie/src/Win32/debug.c:1.8 webiso/pubcookie/src/Win32/debug.c:1.8.2.1
*** webiso/pubcookie/src/Win32/debug.c:1.8 Fri Jul 4 02:02:24 2003
--- webiso/pubcookie/src/Win32/debug.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: debug.c,v 1.8 2003/07/04 09:02:24 ryanc Exp $
//
#include <windows.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: debug.c,v 1.8.2.1 2004/02/10 00:43:52 willey Exp $
//
#include <windows.h>
Index: webiso/pubcookie/src/Win32/debug.h
diff -c webiso/pubcookie/src/Win32/debug.h:1.6 webiso/pubcookie/src/Win32/debug.h:1.6.2.1
*** webiso/pubcookie/src/Win32/debug.h:1.6 Tue May 6 16:51:19 2003
--- webiso/pubcookie/src/Win32/debug.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: debug.h,v 1.6 2003/05/06 23:51:19 willey Exp $
//
#include <windows.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: debug.h,v 1.6.2.1 2004/02/10 00:43:52 willey Exp $
//
#include <windows.h>
Index: webiso/pubcookie/src/Win32/winkeyclient.c
diff -c webiso/pubcookie/src/Win32/winkeyclient.c:1.2 webiso/pubcookie/src/Win32/winkeyclient.c:1.2.2.1
*** webiso/pubcookie/src/Win32/winkeyclient.c:1.2 Fri Jul 4 02:08:11 2003
--- webiso/pubcookie/src/Win32/winkeyclient.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: winkeyclient.c,v 1.2 2003/07/04 09:08:11 ryanc Exp $
*/
#include <stdio.h>
#include <stdlib.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: winkeyclient.c,v 1.2.2.1 2004/02/10 00:43:52 willey Exp $
*/
#include <stdio.h>
#include <stdlib.h>
end of message
- Previous message: [pubcookie-dev] WEBISO CVS update: willey;
webiso/pubcookie/doc install-login.html,1.14,1.14.2.1
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the pubcookie-dev
mailing list