Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-02 | - markus@cvs.openbsd.org 2003/09/23 20:17:11 | Darren Tucker | |
[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@ | |||
2003-09-22 | - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree | Darren Tucker | |
builds. Portability corrections from tim@. | |||
2003-09-14 | - (dtucker) [Makefile regress/Makefile] Fix portability issues preventing | Darren Tucker | |
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. | |||
2003-09-12 | [Makefile.in] only mkdir regress if it does not exist. | Tim Rice | |
2003-09-07 | - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl] | Darren Tucker | |
Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge. | |||
2003-09-05 | - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target. | Darren Tucker | |
2003-09-04 | - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin. | Darren Tucker | |
2003-09-04 | - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR | Darren Tucker | |
not $OBJ. | |||
2003-09-04 | - (dtucker) Portablize regression tests. Parts contributed by Roumen | Darren Tucker | |
Petrov, David M. Williams and Corinna Vinschen. - [Makefile.in] Add "make tests" target and "make clean" hooks. | |||
2003-08-26 | - (dtucker) [Makefile.in] Remove auth2-krb5. | Darren Tucker | |
2003-08-26 | - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h | Darren Tucker | |
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. | |||
2003-08-02 | - (dtucker) [Makefile.in moduli.c moduli.h] Add new files and to Makefile. | Darren Tucker | |
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@ | |||
2003-08-02 | - (dtucker) OpenBSD CVS Sync | Darren Tucker | |
- 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.... | |||
2003-06-05 | - (djm) Bug #588 - Add scard-opensc.o back to Makefile.in | Damien Miller | |
Patch from larsch@trustcenter.de | |||
2003-05-18 | - markus@cvs.openbsd.org 2003/05/17 04:27:52 | Damien Miller | |
[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@ | |||
2003-05-15 | - (djm) Bug #444: Wrong paths after reconfigure | Damien Miller | |
2003-05-15 | - markus@cvs.openbsd.org 2003/05/15 03:08:29 | Damien Miller | |
[cipher.c cipher-bf1.c cipher-aes.c cipher-3des1.c] split out custom EVP ciphers | |||
2003-05-15 | - (djm) Tidy Makefile clean targets | Damien Miller | |
2003-05-15 | - jakob@cvs.openbsd.org 2003/05/14 18:16:20 | Damien Miller | |
[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@ | |||
2003-05-14 | - (djm) Make portable build with MIT krb5 (some issues remain) | Damien Miller | |
2003-05-10 | - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with | Damien Miller | |
proper challenge-response module | |||
2003-05-10 | - (dtucker) Bug #318: Create ssh_prng_cmds.out during "make" rather than | Darren Tucker | |
"make install". Patch by roth@feep.net. | |||
2003-04-29 | - (djm) Add back radix.o (used by AFS support), after it went missing from | Damien Miller | |
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 | |||
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 fabulous | Damien Miller | |
tinderbox | |||
2003-02-24 | - (djm) Add new object files to Makefile and reorder | Damien Miller | |
2003-01-13 | - (djm) Bug #467: Add a --disable-strip option to turn off stripping of | Damien Miller | |
installed binaries. From mdev@idg.nl | |||
2003-01-10 | - fgsch@cvs.openbsd.org 2003/01/10 08:19:07 | Damien Miller | |
[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. | |||
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 | |
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. | |||
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.o | Ben Lindstrom | |
2002-06-25 | [Makefile.in] fix test on installing ssh-rand-helper.8 | Tim Rice | |
2002-06-25 | - (djm) Create privsep directory and warn if privsep user is missing | Damien Miller | |
during make install | |||
2002-06-21 | - (bal) Still more Makefile.in updates for ssh{d}_config.5 | Ben Lindstrom | |
2002-06-21 | - (bal) Missed integrating ssh_config.5 and sshd_config.5 | Ben Lindstrom | |
2002-06-07 | - (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.au | Ben Lindstrom | |
2002-06-07 | - (bal) ssh-keysign should build and install correctly now. Phase two | Ben 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:07 | Ben 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:30 | Ben 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-13 | unbreak | Damien Miller | |
2002-05-13 | - (djm) Add --with-privsep-path configure option | Damien Miller | |
2002-05-09 | Unbreak make -f Makefile.in distprep | Tim Rice | |
2002-05-08 | set SHELL in Makefile in case someone makes from a non bourne compatable shell | Tim 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 improvements | Damien 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 | |