summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2002-06-07 - (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.auBen Lindstrom
2002-06-07 - (bal) ssh-keysign should build and install correctly now. Phase twoBen Lindstrom
would be to clean out any dead wood and disable ssh setuid on install.
2002-06-07- (bal) Forgot to add msg.c Makefile.in.Ben Lindstrom
2002-06-06 - markus@cvs.openbsd.org 2002/05/25 18:51:07Ben Lindstrom
[auth.h auth2.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c Makefile.in] split auth2.c into one file per method; ok provos@/deraadt@ NOTE: Merged back noticable cygwin and pam stuff. May need review to ensure I did not miss anything.
2002-06-06 - markus@cvs.openbsd.org 2002/05/23 19:24:30Ben Lindstrom
[authfile.c authfile.h pathnames.h ssh.c sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c ssh-keysign.8 ssh-keysign.c Makefile.in] add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentication in protocol v2 (needs to access the hostkeys). Note: Makefile.in untested. Will test after merge is finished.
2002-05-13unbreakDamien Miller
2002-05-13 - (djm) Add --with-privsep-path configure optionDamien Miller
2002-05-09 Unbreak make -f Makefile.in distprepTim Rice
2002-05-08set SHELL in Makefile in case someone makes from a non bourne compatable shellTim Rice
2002-04-15 - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au>Damien Miller
2002-04-14 - (djm) ssh-rand-helper improvementsDamien Miller
- Add commandline debugging options - Don't write binary data if stdout is a tty (use hex instead) - Give it a manpage
2002-04-13 - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>Damien Miller
2002-04-05 - (bal) Patch for OpenSC SmartCard library; ok markus@; patch byBen Lindstrom
Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes.
2002-03-22 - provos@cvs.openbsd.org 2002/03/18 17:50:31Ben Lindstrom
[auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.h auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c kexgex.c servconf.c session.h servconf.h serverloop.c session.c sshd.c] integrate privilege separated openssh; its turned off by default for now. work done by me and markus@ applied, but outside of ensure that smaller code bits migrated with their owners.. no work was tried to 'fix' it to work. =) Later project!
2002-03-13Stupid djm commits experimental code to head instead of branchDamien Miller
revert
2002-03-13Import of Niels Provos' 20020312 ssh-complete.diffDamien Miller
PAM, Cygwin and OSF SIA will not work for sure
2002-02-26 - (bal) Imported missing fatal.c and fixed up Makefile.inBen Lindstrom
2002-02-26Bug 12 [configure.ac] add sys/bitypes.h to int64_t testsTim Rice
based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney) Bug 45 [configure.ac] modify skey test to work around conflict with autoconf reported by nolan@naic.edu (Michael Nolan) patch by Pekka Savola <pekkas@netcore.fi> Bug 74 [configure.ac defines.h] add sig_atomic_t test reported by dwd@bell-labs.com (Dave Dykstra) Bug 102 [defines.h] UNICOS fixes. patch by wendyp@cray.com [configure.ac Makefile.in] link libwrap only with sshd based on patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl> Bug 123 link libpam only with sshd reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky) [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7 [acconfig.h] remove unused HAVE_REGCOMP
2002-02-10 - (djm) OpenBSD CVS SyncDamien Miller
- deraadt@cvs.openbsd.org 2002/02/09 17:37:34 [pathnames.h session.c ssh.1 sshd.8 sshd_config ssh-keyscan.1] move ssh config files to /etc/ssh - (djm) Adjust portable Makefile.in tnd ssh-rand-helper.c o match
2002-01-23 - (stevesk) Makefile.in: bug #61; delete commented line for now.Kevin Steves
2002-01-22 - (djm) autoconf hacking:Damien Miller
- We don't support --without-zlib currently, so don't allow it. - Rework cryptographic random number support detection. We now detect whether OpenSSL seeds itself. If it does, then we don't bother with the ssh-rand-helper program. You can force the use of ssh-rand-helper using the --with-rand-helper configure argument - Simplify and clean up ssh-rand-helper configuration
2001-12-25 - (stevesk) [Makefile.in ssh-rand-helper.c]Kevin Steves
portable lib and __progname support for ssh-rand-helper; ok djm@
2001-12-24 - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch fromDamien Miller
solar@openwall.com - (djm) Rework entropy code. If the OpenSSL PRNG is has not been internally seeded, execute a subprogram "ssh-rand-helper" to obtain some entropy for us. Rewrite the old in-process entropy collecter as an example ssh-rand-helper. - (djm) Always perform ssh_prng_cmds path lookups in configure, even if we don't end up using ssh_prng_cmds (so we always get a valid file)
2001-11-12 - (djm) Makefile correctness fix from Mark D. Baushke <mdb@juniper.net>Damien Miller
2001-10-21[configure.in] Clean up library testing.Tim Rice
Add optional PATH to --with-pcre, --with-zlib, --with-tcp-wrappers based on patch by albert chin (china@thewrittenword.com) Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading of patches to configure.in Replace obsolete AC_STRUCT_ST_BLKSIZE with AC_CHECK_MEMBERS Add test for broken dirname() on Solaris 2.5.1 by Dan Astoorian <djast@cs.toronto.edu> [acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t patch by albert chin (china@thewrittenword.com) [scp.c] Replace obsolete HAVE_ST_BLKSIZE with HAVE_STRUCT_STAT_ST_BLKSIZE [Makefile.in] When running make in top level, always do make in openbsd-compat patch by Dave Dykstra <dwd@bell-labs.com>
2001-10-12 - (djm) Clean some autoconf-2.52 junk when doing "make distclean"Damien Miller
2001-10-12 - (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>Damien Miller
2001-09-18 - (djm) More makefile infrastructre for smartcard support, also basedDamien Miller
on Ben's work
2001-09-17 - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]Tim Rice
rename getopt() to BSDgetopt() to keep form conflicting with system getopt(). [Makefile.in configure.in] disable filepriv until I can add missing procpriv calls.
2001-08-06 - (bal) ssh-keyscan double -lssh hack due to seed_rng().Ben Lindstrom
2001-07-25 - (bal) Added 'install-nokeys' to Makefile to assist package builders.Ben Lindstrom
2001-07-14 - (djm) Reorder Makefile.in so clean targets work a little better whenDamien Miller
run directly from Makefile.in
2001-07-04 - (bal) Makefile fix up requires scard.cBen Lindstrom
2001-06-29 - (stevesk) remove cli.[ch]Kevin Steves
2001-06-28 - (djm) Fix from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> for myDamien Miller
broken makefile
2001-06-27 - (djm) Oops, forgot make logic for primes=>moduli. Also try to renameDamien Miller
existing primes->moduli if it exists.
2001-06-10 - (bal) Fixed Makefile.in so that 'configure; make install' works.Ben Lindstrom
2001-06-10 - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.cBen Lindstrom
2001-05-03 - mouring@cvs.openbsd.org 2001/05/03 23:09:53Ben Lindstrom
[misc.c misc.h scp.c sftp.c] Move colon() and cleanhost() to misc.c where I should I have put it in the first place
2001-04-27 - (bal) Build manpages and config files once unless changed. Patch byBen Lindstrom
Carson Gaspar <carson@taltos.org>
2001-04-21fix perl test, fix nroff test, fix Makefile to build outside source treeTim Rice
2001-04-18 - (bal) Makfile day... Cleaned up multiple mantype support (Patch byBen Lindstrom
Mark D. Roth <roth+openssh@feep.net>), and fixed PIDDIR support.
2001-04-18 - (bal) renabled 'catman-do:' and fixed it. So now catman pages shouldBen Lindstrom
be working again.
2001-04-17 - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.inBen Lindstrom
and temporary commneted out catman-do: since it's broken. Patches for the first two by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2001-04-16doh - missed these in syncDamien Miller
2001-04-16 - (djm) Convert mandoc manpages to man automatically. Patch from Mark D.Damien Miller
Roth <roth+openssh@feep.net>
2001-04-14 - Missed sshtty.[ch] in Sync.Ben Lindstrom
2001-04-06 - (stevesk) Makefile.in: log.o is in libssh.aKevin Steves
2001-04-04 - (bal) Oops.. Missed including kexdh.c and kexgex.c in OpenBSD sync.Ben Lindstrom
2001-03-30Fixup makefile after mergeDamien Miller