[BACK]Return to auth-krb5.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth-krb5.c between version 1.15.8.2 and 1.16

version 1.15.8.2, 2006/10/06 03:19:32 version 1.16, 2005/11/21 09:42:10
Line 1 
Line 1 
 /* $OpenBSD$ */  
 /*  /*
  *    Kerberos v5 authentication and ticket-passing routines.   *    Kerberos v5 authentication and ticket-passing routines.
  *   *
Line 28 
Line 27 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include <sys/types.h>  #include "includes.h"
 #include <pwd.h>  RCSID("$OpenBSD$");
 #include <stdarg.h>  
   
 #include "xmalloc.h"  
 #include "ssh.h"  #include "ssh.h"
 #include "ssh1.h"  #include "ssh1.h"
 #include "packet.h"  #include "packet.h"
   #include "xmalloc.h"
 #include "log.h"  #include "log.h"
 #include "buffer.h"  
 #include "servconf.h"  #include "servconf.h"
 #include "uidswap.h"  #include "uidswap.h"
 #include "key.h"  
 #include "hostfile.h"  
 #include "auth.h"  #include "auth.h"
   
 #ifdef KRB5  #ifdef KRB5

Legend:
Removed from v.1.15.8.2  
changed lines
  Added in v.1.16