- djm@cvs.openbsd.org 2004/07/21 10:36:23
[gss-serv-krb5.c] fix function declaration
This commit is contained in:
parent
30d1f84911
commit
10a445b9e5
|
@ -7,6 +7,10 @@
|
||||||
- djm@cvs.openbsd.org 2004/07/21 10:33:31
|
- djm@cvs.openbsd.org 2004/07/21 10:33:31
|
||||||
[auth1.c auth2.c]
|
[auth1.c auth2.c]
|
||||||
bz#899: Don't display invalid usernames in setproctitle
|
bz#899: Don't display invalid usernames in setproctitle
|
||||||
|
from peak AT argo.troja.mff.cuni.cz; ok markus@
|
||||||
|
- djm@cvs.openbsd.org 2004/07/21 10:36:23
|
||||||
|
[gss-serv-krb5.c]
|
||||||
|
fix function declaration
|
||||||
|
|
||||||
20040720
|
20040720
|
||||||
- (djm) [log.c] bz #111: Escape more control characters when sending data
|
- (djm) [log.c] bz #111: Escape more control characters when sending data
|
||||||
|
@ -1553,4 +1557,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.3485 2004/07/21 10:48:53 djm Exp $
|
$Id: ChangeLog,v 1.3486 2004/07/21 10:49:39 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: gss-serv-krb5.c,v 1.2 2003/11/21 11:57:03 djm Exp $ */
|
/* $OpenBSD: gss-serv-krb5.c,v 1.3 2004/07/21 10:36:23 djm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
|
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
|
||||||
|
@ -53,7 +53,7 @@ static krb5_context krb_context = NULL;
|
||||||
/* Initialise the krb5 library, for the stuff that GSSAPI won't do */
|
/* Initialise the krb5 library, for the stuff that GSSAPI won't do */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
ssh_gssapi_krb5_init()
|
ssh_gssapi_krb5_init(void)
|
||||||
{
|
{
|
||||||
krb5_error_code problem;
|
krb5_error_code problem;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue