[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


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


More information about the pubcookie-dev mailing list