- (dtucker) [Makefile.in] Remove auth2-krb5.
This commit is contained in:
parent
08bbb2f69d
commit
6ad50438ed
|
@ -32,6 +32,7 @@
|
|||
- (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.
|
||||
- (dtucker) [Makefile.in] Remove auth2-krb5.
|
||||
|
||||
20030825
|
||||
- (djm) Bug #621: Select OpenSC keys by usage attributes. Patch from
|
||||
|
@ -904,4 +905,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.2914 2003/08/26 02:14:05 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.2915 2003/08/26 02:22:04 dtucker Exp $
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.241 2003/08/26 01:58:16 dtucker Exp $
|
||||
# $Id: Makefile.in,v 1.242 2003/08/26 02:22:04 dtucker Exp $
|
||||
|
||||
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||
#SHELL = @SH@
|
||||
|
@ -81,7 +81,7 @@ SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
|
|||
auth2-none.o auth2-passwd.o auth2-pubkey.o \
|
||||
monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o \
|
||||
kexdhs.o kexgexs.o \
|
||||
auth-krb5.o auth2-krb5.o \
|
||||
auth-krb5.o \
|
||||
auth2-gss.o gss-serv.o gss-serv-krb5.o \
|
||||
loginrec.o auth-pam.o auth-sia.o md5crypt.o
|
||||
|
||||
|
|
Loading…
Reference in New Issue