- stevesk@cvs.openbsd.org 2008/11/11 02:58:09
[servconf.c] USE_AFS not referenced so remove #ifdef. fixes sshd -T not printing kerberosgetafstoken. ok dtucker@ (Id sync only, we still want the ifdef in portable)
This commit is contained in:
parent
63917bd0da
commit
49c31c4225
|
@ -17,6 +17,11 @@
|
||||||
[session.c ssh.1]
|
[session.c ssh.1]
|
||||||
typo fixed (overriden -> overridden)
|
typo fixed (overriden -> overridden)
|
||||||
ok espie, jmc
|
ok espie, jmc
|
||||||
|
- stevesk@cvs.openbsd.org 2008/11/11 02:58:09
|
||||||
|
[servconf.c]
|
||||||
|
USE_AFS not referenced so remove #ifdef. fixes sshd -T not printing
|
||||||
|
kerberosgetafstoken. ok dtucker@
|
||||||
|
(Id sync only, we still want the ifdef in portable)
|
||||||
|
|
||||||
20081105
|
20081105
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -4909,4 +4914,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5137 2008/11/11 05:33:48 dtucker Exp $
|
$Id: ChangeLog,v 1.5138 2008/11/11 05:39:44 dtucker Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: servconf.c,v 1.191 2008/11/05 11:22:54 jmc Exp $ */
|
/* $OpenBSD: servconf.c,v 1.192 2008/11/11 02:58:09 stevesk Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
* All rights reserved
|
* All rights reserved
|
||||||
|
|
Loading…
Reference in New Issue