summaryrefslogtreecommitdiffstats
path: root/Makefile.in
AgeCommit message (Expand)Author
2003-04-29 - (djm) Add back radix.o (used by AFS support), after it went missing fromV_3_6_1_P2Damien Miller
2003-03-21 - (bal) The days of lack of int64_t support are over. Sorry kids.Ben Lindstrom
2003-02-25 - (djm) Fix some compile errors spotted by dtucker and his fabulousDamien Miller
2003-02-24 - (djm) Add new object files to Makefile and reorderDamien Miller
2003-01-13 - (djm) Bug #467: Add a --disable-strip option to turn off stripping ofDamien Miller
2003-01-10 - fgsch@cvs.openbsd.org 2003/01/10 08:19:07Damien Miller
2003-01-08[Makefile.in configure.ac] replace fixpath with sed script. Patch by Mo DeJong.Tim Rice
2002-07-14[Makefile.in] replace "id sshd" with "sshd -t"Tim Rice
2002-07-12[Makefile.in] quiet down install-files: and check-user:Tim Rice
2002-07-08[Makefile.in] workaround for broken pakadd on some systems.Tim Rice
2002-07-07[Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)Tim Rice
2002-07-04 - (bal) Missed Makefile.in change. keysign needs readconf.oBen Lindstrom
2002-06-25[Makefile.in] fix test on installing ssh-rand-helper.8Tim Rice
2002-06-25 - (djm) Create privsep directory and warn if privsep user is missingDamien Miller
2002-06-21 - (bal) Still more Makefile.in updates for ssh{d}_config.5Ben Lindstrom
2002-06-21 - (bal) Missed integrating ssh_config.5 and sshd_config.5Ben Lindstrom
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
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
2002-06-06 - markus@cvs.openbsd.org 2002/05/23 19:24:30Ben Lindstrom
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
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
2002-03-22 - provos@cvs.openbsd.org 2002/03/18 17:50:31Ben Lindstrom
2002-03-13Stupid djm commits experimental code to head instead of branchDamien Miller
2002-03-13Import of Niels Provos' 20020312 ssh-complete.diffDamien Miller
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
2002-02-10 - (djm) OpenBSD CVS SyncDamien Miller
2002-01-23 - (stevesk) Makefile.in: bug #61; delete commented line for now.Kevin Steves
2002-01-22 - (djm) autoconf hacking:Damien Miller
2001-12-25 - (stevesk) [Makefile.in ssh-rand-helper.c]Kevin Steves
2001-12-24 - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch fromDamien Miller
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
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
2001-09-17 - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]Tim Rice
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
2001-07-04 - (bal) Makefile fix up requires scard.cBen Lindstrom
2001-06-29 - (stevesk) remove cli.[ch]Kevin Steves