[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.1 and 1.15.8.2

version 1.15.8.1, 2006/02/03 03:01:55 version 1.15.8.2, 2006/10/06 03:19:32
Line 1 
Line 1 
   /* $OpenBSD$ */
 /*  /*
  *    Kerberos v5 authentication and ticket-passing routines.   *    Kerberos v5 authentication and ticket-passing routines.
  *   *
Line 27 
Line 28 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/types.h>
 RCSID("$OpenBSD$");  #include <pwd.h>
   #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.1  
changed lines
  Added in v.1.15.8.2