Age | Commit message (Collapse) | Author |
|
|
|
- [rsa.c] bugfix: use correct size for memset()
- [sshconnect.c] warn if announced size of modulus 'n' != real size
|
|
- 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
|
|
|
|
|
|
|
|
- remove unused argument. ok dugsong
|
|
|
|
- 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
|
|
|
|
|
|
|
|
nchan.ms -\
channels.[ch] - remove broken x11 fix and document istate/ostate
ssh-agent.c - call setsid() regardless of argv[]
ssh.c - save a few lines when disabling rhosts-{rsa-}auth
|
|
Renamed README.openssh -> README
Minor updated to new README
|
|
Renamed sshd.init to sshd.init.redhat
|
|
|
|
Tidy changelog
|
|
- Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
building on Debian.
|
|
- Stripped subdirectories from CVS server
- Fixed makefile to suit
|
|
- Improved PAM logging
- Added some debug() calls for PAM
|
|
|
|
Picked up lost bit of OpenBSD update to ssh.h
Fix compile warning in new pam_env stuff
|
|
<nalin@thermo.stat.ncsu.edu>
Integrated make install patch from Niels Kristian Bech Jensen <nkbj@image.dk>
|
|
Renamed init script and PAM config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add symlinks back to ssh in RPM spec file
|
|
|
|
|
|
|
|
|
|
- Build fixes
- Autoconf
- Change binary names to open*
- Fixed autoconf script to detect PAM on RH6.1
- Added tests for libpwdb, and OpenBSD functions to autoconf (not used yet)
|
|
Added header for arc4random to mktemp.c
Fixed return type of arc4random
|
|
Use PWDB getpw* functions if HAVE_PWDB defined
Minor other tidyups
|
|
|
|
|