diff options
author | Damien Miller <djm@mindrot.org> | 2006-09-01 15:38:36 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-09-01 15:38:36 +1000 |
commit | ded319cca23923651ddc5e6a4bd4bda66d0737f4 (patch) | |
tree | 481c5b651ae31a109124e6b60f5ce713c4a46b67 | |
parent | 288cbbd59ed70dc137f83588a9ded946069776cc (diff) | |
download | openssh-git-ded319cca23923651ddc5e6a4bd4bda66d0737f4.tar.gz |
- (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]
[auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c]
[auth2-gss.c auth2-kbdint.c auth2-none.c authfd.c authfile.c]
[cipher-3des1.c cipher-aes.c cipher-bf1.c cipher-ctr.c clientloop.c]
[dh.c dns.c entropy.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c]
[kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c loginrec.c mac.c]
[md5crypt.c monitor.c monitor_wrap.c readconf.c rsa.c]
[scard-opensc.c scard.c session.c ssh-add.c ssh-agent.c ssh-dss.c]
[ssh-keygen.c ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c]
[sshconnect1.c sshconnect2.c sshd.c rc4.diff]
[openbsd-compat/bsd-cray.c openbsd-compat/port-aix.c]
[openbsd-compat/port-linux.c openbsd-compat/port-solaris.c]
[openbsd-compat/port-uw.c]
Lots of headers for SCO OSR6, mainly adding stdarg.h for log.h;
compile problems reported by rac AT tenzing.org
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | audit-bsm.c | 3 | ||||
-rw-r--r-- | audit.c | 5 | ||||
-rw-r--r-- | auth-bsdauth.c | 2 | ||||
-rw-r--r-- | auth-chall.c | 2 | ||||
-rw-r--r-- | auth-pam.c | 1 | ||||
-rw-r--r-- | auth-rsa.c | 1 | ||||
-rw-r--r-- | auth-shadow.c | 1 | ||||
-rw-r--r-- | auth-sia.c | 17 | ||||
-rw-r--r-- | auth1.c | 1 | ||||
-rw-r--r-- | auth2-chall.c | 1 | ||||
-rw-r--r-- | auth2-gss.c | 2 | ||||
-rw-r--r-- | auth2-kbdint.c | 2 | ||||
-rw-r--r-- | auth2-none.c | 1 | ||||
-rw-r--r-- | authfd.c | 1 | ||||
-rw-r--r-- | authfile.c | 1 | ||||
-rw-r--r-- | cipher-3des1.c | 1 | ||||
-rw-r--r-- | cipher-aes.c | 4 | ||||
-rw-r--r-- | cipher-bf1.c | 1 | ||||
-rw-r--r-- | cipher-ctr.c | 1 | ||||
-rw-r--r-- | clientloop.c | 1 | ||||
-rw-r--r-- | dh.c | 1 | ||||
-rw-r--r-- | dns.c | 1 | ||||
-rw-r--r-- | entropy.c | 1 | ||||
-rw-r--r-- | gss-serv-krb5.c | 1 | ||||
-rw-r--r-- | gss-serv.c | 1 | ||||
-rw-r--r-- | hostfile.c | 1 | ||||
-rw-r--r-- | kex.c | 1 | ||||
-rw-r--r-- | kexdhc.c | 1 | ||||
-rw-r--r-- | kexdhs.c | 2 | ||||
-rw-r--r-- | kexgexc.c | 1 | ||||
-rw-r--r-- | kexgexs.c | 1 | ||||
-rw-r--r-- | key.c | 1 | ||||
-rw-r--r-- | loginrec.c | 1 | ||||
-rw-r--r-- | mac.c | 1 | ||||
-rw-r--r-- | md5crypt.c | 4 | ||||
-rw-r--r-- | monitor.c | 1 | ||||
-rw-r--r-- | monitor_wrap.c | 1 | ||||
-rw-r--r-- | openbsd-compat/bsd-cray.c | 3 | ||||
-rw-r--r-- | openbsd-compat/port-aix.c | 1 | ||||
-rw-r--r-- | openbsd-compat/port-linux.c | 3 | ||||
-rw-r--r-- | openbsd-compat/port-solaris.c | 3 | ||||
-rw-r--r-- | openbsd-compat/port-uw.c | 15 | ||||
-rw-r--r-- | readconf.c | 1 | ||||
-rw-r--r-- | rsa.c | 1 | ||||
-rw-r--r-- | scard-opensc.c | 4 | ||||
-rw-r--r-- | scard.c | 1 | ||||
-rw-r--r-- | session.c | 1 | ||||
-rw-r--r-- | ssh-add.c | 1 | ||||
-rw-r--r-- | ssh-agent.c | 1 | ||||
-rw-r--r-- | ssh-dss.c | 1 | ||||
-rw-r--r-- | ssh-keygen.c | 1 | ||||
-rw-r--r-- | ssh-keysign.c | 1 | ||||
-rw-r--r-- | ssh-rsa.c | 1 | ||||
-rw-r--r-- | ssh.c | 1 | ||||
-rw-r--r-- | sshconnect.c | 1 | ||||
-rw-r--r-- | sshconnect1.c | 1 | ||||
-rw-r--r-- | sshconnect2.c | 1 | ||||
-rw-r--r-- | sshd.c | 1 |
59 files changed, 117 insertions, 16 deletions
@@ -1,3 +1,20 @@ +20060901 + - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] + [auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c] + [auth2-gss.c auth2-kbdint.c auth2-none.c authfd.c authfile.c] + [cipher-3des1.c cipher-aes.c cipher-bf1.c cipher-ctr.c clientloop.c] + [dh.c dns.c entropy.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c] + [kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c loginrec.c mac.c] + [md5crypt.c monitor.c monitor_wrap.c readconf.c rsa.c] + [scard-opensc.c scard.c session.c ssh-add.c ssh-agent.c ssh-dss.c] + [ssh-keygen.c ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c] + [sshconnect1.c sshconnect2.c sshd.c rc4.diff] + [openbsd-compat/bsd-cray.c openbsd-compat/port-aix.c] + [openbsd-compat/port-linux.c openbsd-compat/port-solaris.c] + [openbsd-compat/port-uw.c] + Lots of headers for SCO OSR6, mainly adding stdarg.h for log.h; + compile problems reported by rac AT tenzing.org + 20060831 - (djm) [CREDITS LICENCE Makefile.in auth.c configure.ac includes.h ] [platform.c platform.h sshd.c openbsd-compat/Makefile.in] @@ -5348,4 +5365,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4520 2006/08/31 01:28:49 dtucker Exp $ +$Id: ChangeLog,v 1.4521 2006/09/01 05:38:36 djm Exp $ diff --git a/audit-bsm.c b/audit-bsm.c index 50241b32..d5cf302c 100644 --- a/audit-bsm.c +++ b/audit-bsm.c @@ -1,4 +1,4 @@ -/* $Id: audit-bsm.c,v 1.3 2006/08/16 01:40:45 djm Exp $ */ +/* $Id: audit-bsm.c,v 1.4 2006/09/01 05:38:36 djm Exp $ */ /* * TODO @@ -39,6 +39,7 @@ #include <sys/types.h> +#include <stdarg.h> #include <unistd.h> #include "ssh.h" @@ -1,4 +1,4 @@ -/* $Id: audit.c,v 1.4 2006/08/05 14:05:10 dtucker Exp $ */ +/* $Id: audit.c,v 1.5 2006/09/01 05:38:36 djm Exp $ */ /* * Copyright (c) 2004, 2005 Darren Tucker. All rights reserved. @@ -26,6 +26,9 @@ #include "includes.h" +#include <stdarg.h> +#include <string.h> + #ifdef SSH_AUDIT_EVENTS #include "audit.h" diff --git a/auth-bsdauth.c b/auth-bsdauth.c index f718e5d3..37d527d1 100644 --- a/auth-bsdauth.c +++ b/auth-bsdauth.c @@ -27,6 +27,8 @@ #include <sys/types.h> +#include <stdarg.h> + #ifdef BSD_AUTH #include "xmalloc.h" #include "key.h" diff --git a/auth-chall.c b/auth-chall.c index 9c1079a1..919b1eaa 100644 --- a/auth-chall.c +++ b/auth-chall.c @@ -27,6 +27,8 @@ #include <sys/types.h> +#include <stdarg.h> + #include "xmalloc.h" #include "key.h" #include "hostfile.h" @@ -54,6 +54,7 @@ #include <errno.h> #include <signal.h> +#include <stdarg.h> #include <string.h> #include <unistd.h> @@ -24,6 +24,7 @@ #include <pwd.h> #include <stdio.h> +#include <stdarg.h> #include <string.h> #include "xmalloc.h" diff --git a/auth-shadow.c b/auth-shadow.c index 52447fe4..8b3160ae 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -26,6 +26,7 @@ #if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE) #include <shadow.h> +#include <stdarg.h> #include <string.h> #include "key.h" @@ -25,14 +25,6 @@ #include "includes.h" #ifdef HAVE_OSF_SIA -#include "ssh.h" -#include "auth.h" -#include "auth-sia.h" -#include "log.h" -#include "servconf.h" -#include "canohost.h" -#include "uidswap.h" - #include <sia.h> #include <siad.h> #include <pwd.h> @@ -40,8 +32,17 @@ #include <setjmp.h> #include <sys/resource.h> #include <unistd.h> +#include <stdarg.h> #include <string.h> +#include "ssh.h" +#include "auth.h" +#include "auth-sia.h" +#include "log.h" +#include "servconf.h" +#include "canohost.h" +#include "uidswap.h" + extern ServerOptions options; extern int saved_argc; extern char **saved_argv; @@ -14,6 +14,7 @@ #include <sys/types.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> #include <unistd.h> diff --git a/auth2-chall.c b/auth2-chall.c index b091957b..b78b739c 100644 --- a/auth2-chall.c +++ b/auth2-chall.c @@ -28,6 +28,7 @@ #include <sys/types.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> diff --git a/auth2-gss.c b/auth2-gss.c index d88bc427..c77c841a 100644 --- a/auth2-gss.c +++ b/auth2-gss.c @@ -30,6 +30,8 @@ #include <sys/types.h> +#include <stdarg.h> + #include "xmalloc.h" #include "key.h" #include "hostfile.h" diff --git a/auth2-kbdint.c b/auth2-kbdint.c index 90159648..a4fc9e6f 100644 --- a/auth2-kbdint.c +++ b/auth2-kbdint.c @@ -27,6 +27,8 @@ #include <sys/types.h> +#include <stdarg.h> + #include "xmalloc.h" #include "packet.h" #include "key.h" diff --git a/auth2-none.c b/auth2-none.c index f455bdde..952b4482 100644 --- a/auth2-none.c +++ b/auth2-none.c @@ -30,6 +30,7 @@ #include <sys/uio.h> #include <fcntl.h> +#include <stdarg.h> #include <unistd.h> #include "xmalloc.h" @@ -47,6 +47,7 @@ #include <fcntl.h> #include <stdlib.h> #include <signal.h> +#include <stdarg.h> #include <string.h> #include <unistd.h> @@ -49,6 +49,7 @@ #include <errno.h> #include <fcntl.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/cipher-3des1.c b/cipher-3des1.c index 61798bfd..fc16e20d 100644 --- a/cipher-3des1.c +++ b/cipher-3des1.c @@ -29,6 +29,7 @@ #include <openssl/evp.h> +#include <stdarg.h> #include <string.h> #include "xmalloc.h" diff --git a/cipher-aes.c b/cipher-aes.c index 99e9eea9..14ef10f0 100644 --- a/cipher-aes.c +++ b/cipher-aes.c @@ -28,8 +28,12 @@ #include "openbsd-compat/openssl-compat.h" #ifdef USE_BUILTIN_RIJNDAEL +#include <sys/types.h> #include <openssl/evp.h> + +#include <stdarg.h> + #include "rijndael.h" #include "xmalloc.h" #include "log.h" diff --git a/cipher-bf1.c b/cipher-bf1.c index eb4c0477..292488c5 100644 --- a/cipher-bf1.c +++ b/cipher-bf1.c @@ -29,6 +29,7 @@ #include <openssl/evp.h> +#include <stdarg.h> #include <string.h> #include "xmalloc.h" diff --git a/cipher-ctr.c b/cipher-ctr.c index 9733b7d5..b24f3a42 100644 --- a/cipher-ctr.c +++ b/cipher-ctr.c @@ -18,6 +18,7 @@ #include <sys/types.h> +#include <stdarg.h> #include <string.h> #include <openssl/evp.h> diff --git a/clientloop.c b/clientloop.c index 132d75a4..88dfb1f3 100644 --- a/clientloop.c +++ b/clientloop.c @@ -78,6 +78,7 @@ #include <paths.h> #endif #include <signal.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -30,6 +30,7 @@ #include <openssl/bn.h> #include <openssl/dh.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -31,6 +31,7 @@ #include <sys/socket.h> #include <netdb.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> @@ -34,6 +34,7 @@ #ifdef HAVE_FCNTL_H # include <fcntl.h> #endif +#include <stdarg.h> #include <unistd.h> #include <openssl/rand.h> diff --git a/gss-serv-krb5.c b/gss-serv-krb5.c index 006bedad..5a625acb 100644 --- a/gss-serv-krb5.c +++ b/gss-serv-krb5.c @@ -31,6 +31,7 @@ #include <sys/types.h> +#include <stdarg.h> #include <string.h> #include "xmalloc.h" @@ -30,6 +30,7 @@ #include <sys/types.h> +#include <stdarg.h> #include <string.h> #include <unistd.h> @@ -46,6 +46,7 @@ #include <openssl/sha.h> #include <resolv.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -28,6 +28,7 @@ #include <sys/param.h> #include <signal.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -27,6 +27,7 @@ #include <sys/types.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> #include <signal.h> @@ -26,6 +26,8 @@ #include "includes.h" #include <sys/types.h> + +#include <stdarg.h> #include <string.h> #include <signal.h> @@ -28,6 +28,7 @@ #include <sys/types.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> #include <signal.h> @@ -28,6 +28,7 @@ #include <sys/param.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> #include <signal.h> @@ -39,6 +39,7 @@ #include <openssl/evp.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> @@ -156,6 +156,7 @@ #include <errno.h> #include <fcntl.h> #include <pwd.h> +#include <stdarg.h> #include <string.h> #include <unistd.h> @@ -29,6 +29,7 @@ #include <openssl/hmac.h> +#include <stdarg.h> #include <string.h> #include <signal.h> @@ -11,6 +11,10 @@ #include "includes.h" #if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) +#include <sys/types.h> + +#include <string.h> + #include <openssl/md5.h> /* 0 ... 63 => ascii - 64 */ @@ -40,6 +40,7 @@ #endif #include <pwd.h> #include <signal.h> +#include <stdarg.h> #include <stdlib.h> #include <string.h> diff --git a/monitor_wrap.c b/monitor_wrap.c index 431b3e49..3865539d 100644 --- a/monitor_wrap.c +++ b/monitor_wrap.c @@ -33,6 +33,7 @@ #include <errno.h> #include <pwd.h> #include <signal.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> #include <unistd.h> diff --git a/openbsd-compat/bsd-cray.c b/openbsd-compat/bsd-cray.c index 8093f6d5..1532c991 100644 --- a/openbsd-compat/bsd-cray.c +++ b/openbsd-compat/bsd-cray.c @@ -1,5 +1,5 @@ /* - * $Id: bsd-cray.c,v 1.15 2006/07/24 05:08:36 djm Exp $ + * $Id: bsd-cray.c,v 1.16 2006/09/01 05:38:41 djm Exp $ * * bsd-cray.c * @@ -52,6 +52,7 @@ #include <sys/secstat.h> #include <sys/stat.h> #include <sys/session.h> +#include <stdarg.h> #include <stdlib.h> #include <string.h> #include <unistd.h> diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c index 13a73e87..d0a42300 100644 --- a/openbsd-compat/port-aix.c +++ b/openbsd-compat/port-aix.c @@ -41,6 +41,7 @@ # include <netdb.h> #endif #include <uinfo.h> +#include <stdarg.h> #include <string.h> #include <unistd.h> #include <sys/socket.h> diff --git a/openbsd-compat/port-linux.c b/openbsd-compat/port-linux.c index 5e2e878d..77f3a1c1 100644 --- a/openbsd-compat/port-linux.c +++ b/openbsd-compat/port-linux.c @@ -1,4 +1,4 @@ -/* $Id: port-linux.c,v 1.2 2006/07/24 04:51:01 djm Exp $ */ +/* $Id: port-linux.c,v 1.3 2006/09/01 05:38:41 djm Exp $ */ /* * Copyright (c) 2005 Daniel Walsh <dwalsh@redhat.com> @@ -24,6 +24,7 @@ #include "includes.h" #include <errno.h> +#include <stdarg.h> #include <string.h> #ifdef WITH_SELINUX diff --git a/openbsd-compat/port-solaris.c b/openbsd-compat/port-solaris.c index f31f0c6e..f57433e7 100644 --- a/openbsd-compat/port-solaris.c +++ b/openbsd-compat/port-solaris.c @@ -1,4 +1,4 @@ -/* $Id: port-solaris.c,v 1.1 2006/08/30 17:24:42 djm Exp $ */ +/* $Id: port-solaris.c,v 1.2 2006/09/01 05:38:41 djm Exp $ */ /* * Copyright (c) 2006 Chad Mynhier. @@ -29,6 +29,7 @@ #ifdef HAVE_FCNTL_H # include <fcntl.h> #endif +#include <stdarg.h> #include <string.h> #include <unistd.h> diff --git a/openbsd-compat/port-uw.c b/openbsd-compat/port-uw.c index c6442712..6f352390 100644 --- a/openbsd-compat/port-uw.c +++ b/openbsd-compat/port-uw.c @@ -26,15 +26,26 @@ #include "includes.h" #ifdef HAVE_LIBIAF +#include <sys/types.h> #ifdef HAVE_CRYPT_H -#include <crypt.h> +# include <crypt.h> #endif +#include <pwd.h> +#include <stdarg.h> +#include <stdlib.h> +#include <stdio.h> +#include <string.h> + +#include "xmalloc.h" #include "packet.h" #include "buffer.h" +#include "auth-options.h" #include "log.h" #include "servconf.h" +#include "key.h" +#include "hostfile.h" #include "auth.h" -#include "auth-options.h" +#include "ssh.h" int nischeck(char *); @@ -24,6 +24,7 @@ #include <errno.h> #include <netdb.h> #include <signal.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> #include <unistd.h> @@ -64,6 +64,7 @@ #include <sys/types.h> +#include <stdarg.h> #include <string.h> #include "xmalloc.h" diff --git a/scard-opensc.c b/scard-opensc.c index 7a496dff..4751ea29 100644 --- a/scard-opensc.c +++ b/scard-opensc.c @@ -26,9 +26,13 @@ #include "includes.h" #if defined(SMARTCARD) && defined(USE_OPENSC) +#include <sys/types.h> + #include <openssl/evp.h> #include <openssl/x509.h> +#include <stdarg.h> + #include <opensc/opensc.h> #include <opensc/pkcs15.h> @@ -29,6 +29,7 @@ #include <sys/types.h> #include <sectok.h> +#include <stdarg.h> #include <string.h> #include <openssl/evp.h> @@ -53,6 +53,7 @@ #endif #include <pwd.h> #include <signal.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -45,6 +45,7 @@ #include <fcntl.h> #include <pwd.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/ssh-agent.c b/ssh-agent.c index 6bc1e541..08b07212 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -58,6 +58,7 @@ # include <paths.h> #endif #include <signal.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <time.h> @@ -30,6 +30,7 @@ #include <openssl/bn.h> #include <openssl/evp.h> +#include <stdarg.h> #include <string.h> #include "xmalloc.h" diff --git a/ssh-keygen.c b/ssh-keygen.c index c607e257..969bd235 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c @@ -29,6 +29,7 @@ # include <paths.h> #endif #include <pwd.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/ssh-keysign.c b/ssh-keysign.c index 1ddb2a05..c4bc7e56 100644 --- a/ssh-keysign.c +++ b/ssh-keysign.c @@ -30,6 +30,7 @@ #include <paths.h> #endif #include <pwd.h> +#include <stdarg.h> #include <stdlib.h> #include <string.h> #include <unistd.h> @@ -22,6 +22,7 @@ #include <openssl/evp.h> #include <openssl/err.h> +#include <stdarg.h> #include <string.h> #include "xmalloc.h" @@ -60,6 +60,7 @@ #endif #include <pwd.h> #include <signal.h> +#include <stdarg.h> #include <stddef.h> #include <stdio.h> #include <stdlib.h> diff --git a/sshconnect.c b/sshconnect.c index 71ca4ec5..823def6a 100644 --- a/sshconnect.c +++ b/sshconnect.c @@ -32,6 +32,7 @@ #include <paths.h> #endif #include <pwd.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/sshconnect1.c b/sshconnect1.c index 51f1f808..90fcb344 100644 --- a/sshconnect1.c +++ b/sshconnect1.c @@ -21,6 +21,7 @@ #include <openssl/bn.h> #include <openssl/md5.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/sshconnect2.c b/sshconnect2.c index 5846c8e9..dd971a9f 100644 --- a/sshconnect2.c +++ b/sshconnect2.c @@ -33,6 +33,7 @@ #include <errno.h> #include <pwd.h> #include <signal.h> +#include <stdarg.h> #include <stdio.h> #include <string.h> #include <unistd.h> @@ -65,6 +65,7 @@ #include <grp.h> #include <pwd.h> #include <signal.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |