[pubcookie-dev] WEBISO CVS update: ryanc; webiso/pubcookie/src pbc_config.h,1.49.2.5,1.49.2.6

Ryan Campbell ryanc at cac.washington.edu
Fri Mar 28 13:48:28 PST 2003


Update of /usr/local/cvsroot/webiso/pubcookie/src
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv13062
 
 Modified Files:
       Tag: uwash-stable
 	pbc_config.h 
 Log Message:
 2.7.8
 Added pubcookie username to IIS log
 This required using pFC->Allocmem, may have performance issue
 



Index: webiso/pubcookie/src/pbc_config.h
diff -c webiso/pubcookie/src/pbc_config.h:1.49.2.5 webiso/pubcookie/src/pbc_config.h:1.49.2.6
*** webiso/pubcookie/src/pbc_config.h:1.49.2.5	Thu Nov  7 11:54:31 2002
--- webiso/pubcookie/src/pbc_config.h	Fri Mar 28 13:48:25 2003
***************
*** 26,32 ****
   */
  
  /*
!     $Id: pbc_config.h,v 1.49.2.5 2002/11/07 19:54:31 willey Exp $
   */
  
  #ifndef PUBCOOKIE_CONFIG
--- 26,32 ----
   */
  
  /*
!     $Id: pbc_config.h,v 1.49.2.6 2003/03/28 21:48:25 ryanc Exp $
   */
  
  #ifndef PUBCOOKIE_CONFIG
***************
*** 74,80 ****
  	#define PBC_AUTHTYPE2 (libpbc_config_getstring("AuthTypeName2", "SECURID"))
  	#define PBC_CRYPT_KEYFILE (PBC_PATH "c_key")
  	#define PBC_PUBKEY "System\\CurrentControlSet\\Services\\PubcookieFilter\\"
! 
  #endif
  /* keys */
  #define PBC_CRYPT_KEYFILE (PBC_PATH "c_key")
--- 74,80 ----
  	#define PBC_AUTHTYPE2 (libpbc_config_getstring("AuthTypeName2", "SECURID"))
  	#define PBC_CRYPT_KEYFILE (PBC_PATH "c_key")
  	#define PBC_PUBKEY "System\\CurrentControlSet\\Services\\PubcookieFilter\\"
! 	#define PBC_CLIENT_LOG_FMT (libpbc_config_getstring("ClientLogFormat", "%w(%p)"))
  #endif
  /* keys */
  #define PBC_CRYPT_KEYFILE (PBC_PATH "c_key")



end of message


More information about the pubcookie-dev mailing list