summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
1999-12-29 - Rename helper.[ch] to (more appropriate) bsd-misc.[ch]Damien Miller
- Minor Makefile cleaning
1999-12-29 - Autodetect perl, patch from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us>
1999-12-28 - Portability fixes for Irix 5.3 (now compiles OK!)Damien Miller
- autoconf and other misc cleanups
1999-12-27 - Automatically correct paths in manpages and configuration files. PatchDamien Miller
and script from Andre Lucas <andre.lucas@dial.pipex.com> - Removed credits from README to CREDITS file, updated.
1999-12-26 - Revised RPM package to include Jim Knoble's <jmknoble@pobox.com>Damien Miller
X11 ssh-askpass program. - Revised RPM package to use conditional building of gnome and X11 askpass packages.
1999-12-2619991226Damien Miller
- Enabled utmpx support by default for Solaris - Cleanup sshd.c PAM a little more 19991225 - Merged fixes from Ben Taylor <bent@clark.net> - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk> - Disabled logging of PAM password authentication failures when password is empty. (e.g start of authentication loop). Reported by Naz <96na@eng.cam.ac.uk>)
1999-12-16 - Makefile changes for Solaris from Peter KocksDamien Miller
<peter.kocks@baygate.com>
1999-12-15Make breakDamien Miller
1999-12-14 - Clean up broken includes in pty.cDamien Miller
1999-12-13 - Fix compilation on systems with AFS. Reported byDamien Miller
aloomis@glue.umd.edu - Fix installation on Solaris. Reported by Gordon Rowell <gordonr@gormand.com.au> - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com, patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de> - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com> - Compile fix from David Agraz <dagraz@jahoopa.com> - Avoid compiler warning in bsd-snprintf.c - Added pam_limits.so to default PAM config. Suggested by Jim Knoble <jmknoble@pobox.com>
1999-12-09 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>Damien Miller
to fix libwrap support on NetBSD
1999-12-09 - Import of patch from Ben Taylor <bent@clark.net>:Damien Miller
- Improved PAM support - "uninstall" rule for Makefile - utmpx support - Should fix PAM problems on Solaris
1999-12-07 - Merged more OpenBSD changes:Damien Miller
- [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c] move atomicio into it's own file. wrap all socket write()s which were doing write(sock, buf, len) != len, with atomicio() calls. - [auth-skey.c] fd leak - [authfile.c] properly name fd variable - [channels.c] display great hatred towards strcpy - [pty.c pty.h sshd.c] use openpty() if it exists (it does on BSD4_4) - [tildexpand.c] check for ~ expansion past MAXPATHLEN - Modified helper.c to use new atomicio function. - Reformat Makefile a little - Moved RC4 routines from rc4.[ch] into helper.c - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)
1999-12-07Fixed default SSH_ASKPASSDamien Miller
1999-11-30Fix symlinks on SolarisDamien Miller
1999-11-26 - Add definition for __P()Damien Miller
- Added [v]snprintf() replacement for systems that lack it
1999-11-25install fixDamien Miller
1999-11-25install cleanupDamien Miller
1999-11-25Install correct askpassDamien Miller
1999-11-25Don't need to #define ASKPASS_PROGRAM any moreDamien Miller
1999-11-25Removed old with-askpass optionDamien Miller
1999-11-25 - Added BSD compatible install program and autoconf test, thanks toDamien Miller
Niels Kristian Bech Jensen <nkbj@image.dk> - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
1999-11-22 - Configure, Make and changelog corrections from Tudor BosmanDamien Miller
<tudorb@jm.nu> and Niels Kristian Bech Jensen <nkbj@image.dk>
1999-11-22 - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.hDamien Miller
- Added timersum() macro - Tidy RCSIDs of bsd-*.c
1999-11-19Fix libexecdirDamien Miller
1999-11-19- Added non-PAM MD5 password support patch from Tudor Bosman <tudorb@jm.nu>Damien Miller
1999-11-19 - Renamed BSD helper function files to bsd-*Damien Miller
- Added tests for login and daemon and OpenBSD replacements for when they are absent.
1999-11-19 - Added autoconf option to enable Kerberos 4 support (untested)Damien Miller
- Added autoconf option to enable AFS support (untested) - Added autoconf option to enable S/Key support (untested) - Added autoconf option to enable TCP wrappers support (compiles OK)
1999-11-19- Move scp from ${libdir}/ssh to ${libexecdir}/ssh at request ofDamien Miller
David Rankin <drankin@bohemians.lexington.ky.us>
1999-11-17 - Merged OpenBSD CVS changesDamien Miller
- [ChangeLog.Ylonen] noone needs this anymore - [authfd.c] close-on-exec for auth-socket, ok deraadt - [hostfile.c] in known_hosts key lookup the entry for the bits does not need to match, all the information is contained in n and e. This solves the problem with buggy servers announcing the wrong modulus length. markus and me. - [serverloop.c] bugfix: check for space if child has terminated, from: iedowse@maths.tcd.ie - [ssh-add.1 ssh-add.c ssh-keygen.1 ssh-keygen.c sshconnect.c] [fingerprint.c fingerprint.h] rsa key fingerprints, idea from Bjoern Groenvall <bg@sics.se> - [ssh-agent.1] typo - [ssh.1] add OpenSSH information to AUTHOR section. okay markus@ - [sshd.c] force logging to stderr while loading private key file (lost while converting to new log-levels)
1999-11-15 - Merged OpenBSD CVS changes:Damien Miller
- [ssh-add.c] change passphrase loop logic and remove ref to $DISPLAY, ok niels - Changed to ssh-add.c broke askpass support. Revised it to be a little more modular. - Revised autoconf support for enabling/disabling askpass support.
1999-11-13Don't install config files if they already existDamien Miller
1999-11-12askpass install fixDamien Miller
1999-11-12Makefile fixDamien Miller
1999-11-12 - Make ssh-askpass support optional through autoconfDamien Miller
1999-11-11 - Merged more OpenBSD CVS changes:Damien Miller
- [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup - [clientloop.c log-client.c log-server.c ] [readconf.c readconf.h servconf.c servconf.h ] [ssh.1 ssh.c ssh.h sshd.8] add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, obsoletes QuietMode and FascistLogging in sshd.
1999-11-10 - Merged several minor fixed:Damien Miller
- ssh-agent commandline parsing - RPM spec file now installs ssh setuid root - Makefile creates libdir
1999-11-09bugfixDamien Miller
1999-11-09bugfixDamien Miller
1999-11-09bugfixDamien Miller
1999-11-09Build fixesDamien Miller
1999-11-09Build fixesDamien Miller
1999-11-09Added GNOME passphrase requester supportDamien Miller
1999-11-09Added GNOME passphrase requesterDamien Miller
1999-11-09 - Autodetection of SSL/Crypto library location via autoconfDamien Miller
- Fixed location of ssh-askpass to follow autoconf - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk> - Autodetection of RSAref library for US users - Minor doc updates
1999-11-08Lots of changes:Damien Miller
- Removed lots of unnecessary checks from autoconf - Added support and autoconf test for openpty() function (Unix98 pty support) - Fix for scp not finding ssh if not installed as /usr/bin/ssh - Added TODO file - Merged parts of Debian patch From Phil Hands <phil@hands.com>: - Added ssh-askpass program - Added ssh-askpass support to ssh-add.c - Create symlinks for slogin on install - Fix "distclean" target in makefile - Added example for ssh-agent to manpage - Added support for PAM_TEXT_INFO messages - Disable internal /etc/nologin support if PAM enabled - Merged latest OpenBSD CVS changes: - [sshd.c] don't send fail-msg but disconnect if too many authentication failures - [sshd.c] replace assert() with error, fatal or packet_disconnect - [sshd.c] remove unused argument. ok dugsong - [sshd.c] typo - [rsa.c] clear buffers used for encryption. ok: niels - [rsa.c] replace assert() with error, fatal or packet_disconnect - Fixed coredump after merge of OpenBSD rsa.c patch
1999-10-29 - Remove autoconf generated Makefile from CVSDamien Miller
- Stripped subdirectories from CVS server - Fixed makefile to suit
1999-10-29 - Make distclean now removed configure scriptDamien Miller
- Improved PAM logging - Added some debug() calls for PAM
1999-10-29Integrated PAM environment patch from Nalin Dahyabhai ↵Damien Miller
<nalin@thermo.stat.ncsu.edu> Integrated make install patch from Niels Kristian Bech Jensen <nkbj@image.dk>
1999-10-29Renamed open* -> * at request of Theo de Raadt <deraadt@cvs.openbsd.org>Damien Miller