[pubcookie-dev] WEBISO CVS update: willey; webiso/pubcookie/src flavor_uwsecurid.c,2.6,2.7

Stephen Willey willey at cac.washington.edu
Thu Jun 17 18:53:29 PDT 2004


Update of /usr/local/cvsroot/webiso/pubcookie/src
 In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv6687
 
 Modified Files:
 	flavor_uwsecurid.c 
 Log Message:
 add security context to flavour_uwsecurid
 



Index: webiso/pubcookie/src/flavor_uwsecurid.c
diff -c webiso/pubcookie/src/flavor_uwsecurid.c:2.6 webiso/pubcookie/src/flavor_uwsecurid.c:2.7
*** webiso/pubcookie/src/flavor_uwsecurid.c:2.6	Thu Jun 17 14:07:45 2004
--- webiso/pubcookie/src/flavor_uwsecurid.c	Thu Jun 17 18:53:27 2004
***************
*** 11,17 ****
   */
  
  /*
!     $Id: flavor_uwsecurid.c,v 2.6 2004/06/17 21:07:45 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H
--- 11,17 ----
   */
  
  /*
!     $Id: flavor_uwsecurid.c,v 2.7 2004/06/18 01:53:27 willey Exp $
   */
  
  #ifdef HAVE_CONFIG_H
***************
*** 664,671 ****
     if authentication has succeeded, no output is generated and it returns
     LOGIN_OK.
   */
! static login_result process_uwsecurid(pool *p, login_rec *l, login_rec *c,
! 				  const char **errstr)
  {
      int result1, result2;
  
--- 664,672 ----
     if authentication has succeeded, no output is generated and it returns
     LOGIN_OK.
   */
! static login_result process_uwsecurid(pool *p, const security_context *context,
! 				login_rec *l, login_rec *c,
! 				const char **errstr)
  {
      int result1, result2;
  



end of message


More information about the pubcookie-dev mailing list