summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* - (bal) [Makefile.in] Remove opensshd.init on 'make distclean'mouring2004-06-231-2/+2
|
* (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms.tim2004-06-201-2/+2
| | | | OK dtucker@
* - (djm) Fix Makefile.in for connection sharing changesdjm2004-06-151-5/+4
|
* - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@tim2004-05-311-2/+11
| | | | | - (tim) [buildpkg.sh.in] New file. A more flexible version of contrib/solaris/buildpkg.sh used for "make package".
* - djm@cvs.openbsd.org 2004/02/17 11:03:08djm2004-02-181-3/+3
| | | | | [sftp.c] sftp.c and sftp-int.c, together at last; ok markus@
* [Makefile.in regress/sftp-badcmds.sh regress/test-exec.sh]tim2004-02-121-1/+3
| | | | | Portablity fixes. Data sftp transfers needs to be world readable. Some older shells hang on while loops when doing sh -n some_script. OK dtucker@
* - (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.hdtucker2004-02-101-2/+2
| | | | | defines.h] Bug #14: Use do_pwchange to support password expiry and force change for platforms using /etc/shadow. ok djm@
* - (djm) OpenBSD CVS Syncdjm2004-01-271-7/+8
| | | | | | | | | - hshoexer@cvs.openbsd.org 2004/01/23 17:06:03 [cipher.c] enable acss for ssh ok deraadt@ markus@ - (djm) [acss.c acss.h cipher-acss.c] Portable support for ACSS if libcrypto lacks it
* - djm@cvs.openbsd.org 2003/11/21 11:57:03djm2003-11-211-11/+11
| | | | | | [everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
* - (djm) Delete autom4te.cache after autoreconfdjm2003-10-071-1/+2
|
* - markus@cvs.openbsd.org 2003/09/23 20:17:11dtucker2003-10-021-3/+3
| | | | | | | | | | | [Makefile.in auth1.c auth2.c auth.c auth.h auth-krb5.c canohost.c cleanup.c clientloop.c fatal.c gss-serv.c log.c log.h monitor.c monitor.h monitor_wrap.c monitor_wrap.h packet.c serverloop.c session.c session.h ssh-agent.c sshd.c] replace fatal_cleanup() and linked list of fatal callbacks with static cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@
* - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-treedtucker2003-09-221-5/+10
| | | | builds. Portability corrections from tim@.
* - (dtucker) [Makefile regress/Makefile] Fix portability issues preventingdtucker2003-09-141-2/+2
| | | | | | | | | | | | the regression tests from running with Solaris' make. Patch from Brian Poole (raj at cerias.purdue.edu). Further info: Solaris' /usr/ccs/bin/make * requires a space before "+=" (but not "=") * does not like @for The bit that relies on a trailing "/" on $OBJ so "rm ${OBJ}$$F works in the current dir if OBJ isn't set is my fault. Nasty but it works.
* [Makefile.in] only mkdir regress if it does not exist.tim2003-09-121-2/+2
|
* - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl]dtucker2003-09-071-2/+3
| | | | Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
* - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target.dtucker2003-09-051-2/+3
|
* - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin.dtucker2003-09-041-2/+2
|
* - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIRdtucker2003-09-041-1/+2
| | | | not $OBJ.
* - (dtucker) Portablize regression tests. Parts contributed by Roumendtucker2003-09-041-1/+30
| | | | | Petrov, David M. Williams and Corinna Vinschen. - [Makefile.in] Add "make tests" target and "make clean" hooks.
* - (dtucker) [Makefile.in] Remove auth2-krb5.dtucker2003-08-261-2/+2
|
* - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.hdtucker2003-08-261-2/+3
| | | | | 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 moduli.c moduli.h] Add new files and to Makefile.dtucker2003-08-021-2/+6
| | | | | | | | | Should have added with this sync: - djm@cvs.openbsd.org 2003/07/28 09:49:56 [ssh-keygen.1 ssh-keygen.c] Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. Based on code from Phil Karn, William Allen Simpson and Niels Provos. ok markus@, thanks jmc@
* - (dtucker) OpenBSD CVS SyncPOST_KRB4_REMOVALdtucker2003-08-021-3/+3
| | | | | | | | | | | | | - markus@cvs.openbsd.org 2003/07/22 13:35:22 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h] remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); test+ok henning@ - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support. - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files. I hope I got this right....
* - (djm) Bug #588 - Add scard-opensc.o back to Makefile.indjm2003-06-051-2/+2
| | | | Patch from larsch@trustcenter.de
* - markus@cvs.openbsd.org 2003/05/17 04:27:52djm2003-05-181-2/+2
| | | | | | | [cipher.c cipher-ctr.c myproposal.h] experimental support for aes-ctr modes from http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt ok djm@
* - (djm) Bug #444: Wrong paths after reconfiguredjm2003-05-151-4/+4
|
* - markus@cvs.openbsd.org 2003/05/15 03:08:29djm2003-05-151-2/+3
| | | | | [cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c] split out custom EVP ciphers
* - (djm) Tidy Makefile clean targetsdjm2003-05-151-8/+5
|
* - jakob@cvs.openbsd.org 2003/05/14 18:16:20djm2003-05-151-4/+4
| | | | | | | | [key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c] [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c] add experimental support for verifying hos keys using DNS as described in draft-ietf-secsh-dns-xx.txt. more information in README.dns. ok markus@ and henning@
* - (djm) Make portable build with MIT krb5 (some issues remain)djm2003-05-141-2/+2
|
* - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge withAFTER_FREEBSD_PAM_MERGEdjm2003-05-101-2/+2
| | | | proper challenge-response module
* - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather thandtucker2003-05-101-5/+9
| | | | "make install". Patch by roth@feep.net.
* - (djm) Add back radix.o (used by AFS support), after it went missing fromdjm2003-04-291-2/+2
| | | | | | | Makefile many moons ago - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer - (djm) Fix blibpath specification for AIX/gcc - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
* - (bal) The days of lack of int64_t support are over. Sorry kids.mouring2003-03-211-8/+6
|
* - (djm) Fix some compile errors spotted by dtucker and his fabulousdjm2003-02-241-2/+2
| | | | tinderbox
* - (djm) Add new object files to Makefile and reorderdjm2003-02-241-6/+23
|
* - (djm) Bug #467: Add a --disable-strip option to turn off stripping ofdjm2003-01-131-12/+13
| | | | installed binaries. From mdev@idg.nl
* - fgsch@cvs.openbsd.org 2003/01/10 08:19:07djm2003-01-101-5/+5
| | | | | | | [scp.c sftp.1 sftp.c sftp-client.c sftp-int.c] sftp progress meter support. original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged to -current by me, djm@ ok.
* [Makefile.in configure.ac] replace fixpath with sed script. Patch by Mo DeJong.tim2003-01-091-18/+19
|
* [Makefile.in] replace "id sshd" with "sshd -t"tim2002-07-141-5/+4
|
* [Makefile.in] quiet down install-files: and check-user:tim2002-07-121-7/+7
|
* [Makefile.in] workaround for broken pakadd on some systems.tim2002-07-091-3/+3
| | | | | | With "ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin" you wild end up with lrwxrwxrwx 1 root sys 4 Jul 8 18:43 slogin -> /ssh after the package was installed.
* [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)tim2002-07-071-3/+2
|
* - (bal) Missed Makefile.in change. keysign needs readconf.omouring2002-07-041-2/+2
|
* [Makefile.in] fix test on installing ssh-rand-helper.8tim2002-06-251-2/+2
|
* - (djm) Create privsep directory and warn if privsep user is missingdjm2002-06-251-2/+9
| | | | during make install
* - (bal) Still more Makefile.in updates for ssh{d}_config.5mouring2002-06-211-1/+4
|
* - (bal) Missed integrating ssh_config.5 and sshd_config.5mouring2002-06-211-3/+3
|
* - (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.aumouring2002-06-071-3/+2
|
* - (bal) ssh-keysign should build and install correctly now. Phase twomouring2002-06-071-5/+13
| | | | would be to clean out any dead wood and disable ssh setuid on install.