mirror of git://anongit.mindrot.org/openssh.git
parent
8f18731914
commit
03bf2e61ad
|
@ -2,6 +2,10 @@
|
||||||
- (djm) [auth-krb5.c] bz#2032 - use local username in krb5_kuserok check
|
- (djm) [auth-krb5.c] bz#2032 - use local username in krb5_kuserok check
|
||||||
rather than full client name which may be of form user@REALM;
|
rather than full client name which may be of form user@REALM;
|
||||||
patch from Miguel Sanders; ok dtucker@
|
patch from Miguel Sanders; ok dtucker@
|
||||||
|
- (djm) OpenBSD CVS Sync
|
||||||
|
- dtucker@cvs.openbsd.org 2013/10/23 05:40:58
|
||||||
|
[servconf.c]
|
||||||
|
fix comment
|
||||||
|
|
||||||
20131023
|
20131023
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
/* $OpenBSD: servconf.c,v 1.241 2013/08/06 23:06:01 djm Exp $ */
|
/* $OpenBSD: servconf.c,v 1.242 2013/10/23 05:40:58 dtucker 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
|
||||||
|
@ -641,7 +641,7 @@ out:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* All of the attributes on a single Match line are ANDed together, so we need
|
* All of the attributes on a single Match line are ANDed together, so we need
|
||||||
* to check every * attribute and set the result to zero if any attribute does
|
* to check every attribute and set the result to zero if any attribute does
|
||||||
* not match.
|
* not match.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in New Issue