mirror of git://anongit.mindrot.org/openssh.git
- stevesk@cvs.openbsd.org 2006/07/02 18:36:47
[gss-serv-krb5.c gss-serv.c] no "servconf.h" needed here (gss-serv-krb5.c change not applied, portable needs the server options)
This commit is contained in:
parent
991dba43e1
commit
5d3ac7f7ee
|
@ -12,6 +12,10 @@
|
||||||
[ssh.1 ssh.c ssh_config.5 sshd_config.5]
|
[ssh.1 ssh.c ssh_config.5 sshd_config.5]
|
||||||
more details and clarity for tun(4) device forwarding; ok and help
|
more details and clarity for tun(4) device forwarding; ok and help
|
||||||
jmc@
|
jmc@
|
||||||
|
- stevesk@cvs.openbsd.org 2006/07/02 18:36:47
|
||||||
|
[gss-serv-krb5.c gss-serv.c]
|
||||||
|
no "servconf.h" needed here
|
||||||
|
(gss-serv-krb5.c change not applied, portable needs the server options)
|
||||||
|
|
||||||
20060706
|
20060706
|
||||||
- (dtucker) [configure.ac] Try AIX blibpath test in different order when
|
- (dtucker) [configure.ac] Try AIX blibpath test in different order when
|
||||||
|
@ -4745,4 +4749,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4362 2006/07/10 10:16:27 djm Exp $
|
$Id: ChangeLog,v 1.4363 2006/07/10 10:17:55 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: gss-serv-krb5.c,v 1.5 2006/03/25 22:22:43 djm Exp $ */
|
/* $OpenBSD: gss-serv-krb5.c,v 1.6 2006/07/02 18:36:47 stevesk Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
|
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: gss-serv.c,v 1.17 2006/03/30 09:58:15 djm Exp $ */
|
/* $OpenBSD: gss-serv.c,v 1.18 2006/07/02 18:36:47 stevesk Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
|
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
|
||||||
|
@ -33,7 +33,6 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "channels.h"
|
#include "channels.h"
|
||||||
#include "session.h"
|
#include "session.h"
|
||||||
#include "servconf.h"
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue