[pubcookie-dev] WEBISO CVS update: willey; webiso/pubcookie/src index.cgi.c,1.44.2.6,1.44.2.7

Stephen Willey willey at cac.washington.edu
Thu Oct 9 15:25:34 PDT 2003


Update of /usr/local/cvsroot/webiso/pubcookie/src
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv30226
 
 Modified Files:
       Tag: uwash-stable
 	index.cgi.c 
 Log Message:
 U Washington, more special logging



Index: webiso/pubcookie/src/index.cgi.c
diff -c webiso/pubcookie/src/index.cgi.c:1.44.2.6 webiso/pubcookie/src/index.cgi.c:1.44.2.7
*** webiso/pubcookie/src/index.cgi.c:1.44.2.6	Thu Oct  9 07:48:42 2003
--- webiso/pubcookie/src/index.cgi.c	Thu Oct  9 15:25:32 2003
***************
*** 20,26 ****
   */
  
  /*
!     $Id: index.cgi.c,v 1.44.2.6 2003/10/09 14:48:42 willey Exp $
   */
  
  
--- 20,26 ----
   */
  
  /*
!     $Id: index.cgi.c,v 1.44.2.7 2003/10/09 22:25:32 willey Exp $
   */
  
  
***************
*** 935,943 ****
  
  #ifdef UWASH_SPECIAL
          /* special logging to see if people are changing the username */
!         if( c != NULL && strcmp(c->user,l->user) != 0 )
!             log_message("%s UWNetID changed; login user: %s authed as: %s", 
  		   l->first_kiss, c->user, l->user);
  #endif
      
          /* reset the expire times so new expire will be set */
--- 935,947 ----
  
  #ifdef UWASH_SPECIAL
          /* special logging to see if people are changing the username */
!         if( c != NULL && c->user != NULL )
!             if( strcmp(c->user,l->user) != 0 )
!                 log_message("%s UWNetID changed; previous uwnetid: %s new uwnetid: %s", 
  		   l->first_kiss, c->user, l->user);
+              else
+                 log_message("%s UWNetID not changed; uwnetid: %s", 
+ 		   l->first_kiss, c->user);
  #endif
      
          /* reset the expire times so new expire will be set */



end of message


More information about the pubcookie-dev mailing list