Skip to content

Commit

Permalink
- [email protected] 2003/08/22 13:22:27
Browse files Browse the repository at this point in the history
     [auth2.c] (auth2-krb5.c removed)
     nuke "[email protected]"
  • Loading branch information
daztucker committed Aug 26, 2003
1 parent be1a901 commit 1e66a39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 80 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- [email protected] 2003/08/22 13:20:03
[sshconnect2.c]
remove support for "[email protected]"
- [email protected] 2003/08/22 13:22:27
[auth2.c] (auth2-krb5.c removed)
nuke "[email protected]"
- (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c
sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
Expand Down Expand Up @@ -888,4 +891,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from [email protected], diagnosis from [email protected]

$Id: ChangeLog,v 1.2909 2003/08/26 02:04:31 dtucker Exp $
$Id: ChangeLog,v 1.2910 2003/08/26 02:08:15 dtucker Exp $
72 changes: 0 additions & 72 deletions auth2-krb5.c

This file was deleted.

8 changes: 1 addition & 7 deletions auth2.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/

#include "includes.h"
RCSID("$OpenBSD: auth2.c,v 1.100 2003/08/22 10:56:08 markus Exp $");
RCSID("$OpenBSD: auth2.c,v 1.101 2003/08/22 13:22:27 markus Exp $");

#include "ssh2.h"
#include "xmalloc.h"
Expand Down Expand Up @@ -54,9 +54,6 @@ extern Authmethod method_pubkey;
extern Authmethod method_passwd;
extern Authmethod method_kbdint;
extern Authmethod method_hostbased;
#ifdef KRB5
extern Authmethod method_kerberos;
#endif
#ifdef GSSAPI
extern Authmethod method_gssapi;
#endif
Expand All @@ -70,9 +67,6 @@ Authmethod *authmethods[] = {
&method_passwd,
&method_kbdint,
&method_hostbased,
#ifdef KRB5
&method_kerberos,
#endif
NULL
};

Expand Down

0 comments on commit 1e66a39

Please sign in to comment.