diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile.in | 29 |
2 files changed, 25 insertions, 7 deletions
@@ -78,6 +78,7 @@ | |||
78 | [auth-krb4.c] | 78 | [auth-krb4.c] |
79 | ...sizeof(&adat.session) is not good here. | 79 | ...sizeof(&adat.session) is not good here. |
80 | henning@, deraadt@, millert@ | 80 | henning@, deraadt@, millert@ |
81 | - (djm) Add new object files to Makefile and reorder | ||
81 | 82 | ||
82 | 20030211 | 83 | 20030211 |
83 | - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com | 84 | - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com |
@@ -1178,4 +1179,4 @@ | |||
1178 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 1179 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
1179 | ok provos@ | 1180 | ok provos@ |
1180 | 1181 | ||
1181 | $Id: ChangeLog,v 1.2615 2003/02/24 01:05:18 djm Exp $ | 1182 | $Id: ChangeLog,v 1.2616 2003/02/24 01:18:46 djm Exp $ |
diff --git a/Makefile.in b/Makefile.in index c3efac60f..276af9870 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.225 2003/01/13 05:55:23 djm Exp $ | 1 | # $Id: Makefile.in,v 1.226 2003/02/24 01:18:47 djm Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -62,11 +62,28 @@ INSTALL_SSH_RAND_HELPER=@INSTALL_SSH_RAND_HELPER@ | |||
62 | 62 | ||
63 | TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) ssh-rand-helper${EXEEXT} $(SFTP_PROGS) | 63 | TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) ssh-rand-helper${EXEEXT} $(SFTP_PROGS) |
64 | 64 | ||
65 | LIBSSH_OBJS=atomicio.o authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o cipher.o compat.o compress.o crc32.o deattack.o dh.o dispatch.o fatal.o mac.o msg.o hostfile.o key.o kex.o kexdh.o kexgex.o log.o match.o misc.o mpaux.o nchan.o packet.o radix.o rijndael.o entropy.o readpass.o rsa.o scard.o scard-opensc.o ssh-dss.o ssh-rsa.o tildexpand.o ttymodes.o uidswap.o uuencode.o xmalloc.o monitor_wrap.o monitor_fdpass.o | 65 | LIBSSH_OBJS=authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o \ |
66 | 66 | cipher.o compat.o compress.o crc32.o deattack.o fatal.o \ | |
67 | SSHOBJS= ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o | 67 | hostfile.o log.o match.o mpaux.o nchan.o packet.o readpass.o \ |
68 | 68 | rsa.o tildexpand.o ttymodes.o xmalloc.o atomicio.o \ | |
69 | SSHDOBJS= sshd.o auth.o auth1.o auth2.o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o auth-chall.o auth2-chall.o auth-rhosts.o auth-options.o auth-krb4.o auth-krb5.o auth-pam.o auth2-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o sshpty.o sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o auth-skey.o auth-bsdauth.o monitor_mm.o monitor.o | 69 | key.o dispatch.o kex.o mac.o uuencode.o misc.o \ |
70 | rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o kexgex.o \ | ||
71 | kexdhc.o kexgexc.o scard.o msg.o progressmeter.o \ | ||
72 | entropy.o | ||
73 | |||
74 | SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \ | ||
75 | sshconnect.o sshconnect1.o sshconnect2.o | ||
76 | |||
77 | SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \ | ||
78 | sshpty.o sshlogin.o servconf.o serverloop.o uidswap.o \ | ||
79 | auth.o auth1.o auth2.o auth-options.o session.o \ | ||
80 | auth-chall.o auth2-chall.o groupaccess.o \ | ||
81 | auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \ | ||
82 | auth2-none.o auth2-passwd.o auth2-pubkey.o \ | ||
83 | monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o \ | ||
84 | kexdhs.o kexgexs.o \ | ||
85 | auth-krb5.o auth-krb4.o \ | ||
86 | loginrec.o auth-pam.o auth-sia.o md5crypt.o | ||
70 | 87 | ||
71 | MANPAGES = scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out ssh-rand-helper.8.out ssh-keysign.8.out sshd_config.5.out ssh_config.5.out | 88 | MANPAGES = scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out ssh-rand-helper.8.out ssh-keysign.8.out sshd_config.5.out ssh_config.5.out |
72 | MANPAGES_IN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-rand-helper.8 ssh-keysign.8 sshd_config.5 ssh_config.5 | 89 | MANPAGES_IN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-rand-helper.8 ssh-keysign.8 sshd_config.5 ssh_config.5 |