]> andersk Git - openssh.git/blame - ChangeLog
- Merged changes from OpenBSD CVS
[openssh.git] / ChangeLog
CommitLineData
e35c1dc2 119991112
2 - Merged changes from OpenBSD CVS
3 - [sshd.c] session_key_int may be zero
b4748e2f 4 - [auth-rh-rsa.c servconf.c servconf.h ssh.h sshd.8 sshd.c sshd_config]
5 IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok
6 deraadt,millert
7 - Brought default sshd_config more in line with OpenBSD's
e35c1dc2 8
4cca272e 919991111
10 - Added (untested) Entropy Gathering Daemon (EGD) support
8a6aacbf 11 - Fixed fd leak
5bbb5681 12 - Merged OpenBSD CVS changes:
13 - [auth-rh-rsa.c] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
14 - [ssh.1] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
15 - [sshd.8] user/958: check ~/.ssh/known_hosts for rhosts-rsa, too
505fed0a 16 - Fix integer overflow which was messing up scp's progress bar for large
17 file transfers. Fix submitted to OpenBSD developers.
6a17f9c2 18 - Merged more OpenBSD CVS changes:
19 - [auth-krb4.c auth-passwd.c] remove x11- and krb-cleanup from fatal()
20 + krb-cleanup cleanup
21 - [clientloop.c log-client.c log-server.c ]
22 [readconf.c readconf.h servconf.c servconf.h ]
23 [ssh.1 ssh.c ssh.h sshd.8]
24 add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,
25 obsoletes QuietMode and FascistLogging in sshd.
e35c1dc2 26 - [sshd.c] fix fatal/assert() bug reported by damien@ibs.com.au:
27 allow session_key_int != sizeof(session_key)
28 [this should fix the pre-assert-removal-core-files]
29 - Updated default config file to use new LogLevel option and to improve
30 readability
31
f370266e 3219991110
33 - Merged several minor fixed:
34 - ssh-agent commandline parsing
35 - RPM spec file now installs ssh setuid root
36 - Makefile creates libdir
4cca272e 37 - Merged beginnings of Solaris compability from Marc G. Fournier
38 <marc.fournier@acadiau.ca>
f370266e 39
d4f11b59 4019991109
41 - Autodetection of SSL/Crypto library location via autoconf
42 - Fixed location of ssh-askpass to follow autoconf
43 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
44 - Autodetection of RSAref library for US users
45 - Minor doc updates
560557bb 46 - Merged OpenBSD CVS changes:
47 - [rsa.c] bugfix: use correct size for memset()
48 - [sshconnect.c] warn if announced size of modulus 'n' != real size
f025becb 49 - Added GNOME passphrase requestor (use --with-gnome-askpass)
d397b172 50 - RPM build now creates subpackages
aa51e7cc 51 - Released 1.2pre9
d4f11b59 52
e1a9c08d 5319991108
54 - Removed debian/ directory. This is now being maintained separately.
55 - Added symlinks for slogin in RPM spec file
56 - Fixed permissions on manpages in RPM spec file
57 - Added references to required libraries in README file
58 - Removed config.h.in from CVS
59 - Removed pwdb support (better pluggable auth is provided by glibc)
60 - Made PAM and requisite libdl optional
61 - Removed lots of unnecessary checks from autoconf
62 - Added support and autoconf test for openpty() function (Unix98 pty support)
63 - Fix for scp not finding ssh if not installed as /usr/bin/ssh
64 - Added TODO file
65 - Merged parts of Debian patch From Phil Hands <phil@hands.com>:
66 - Added ssh-askpass program
67 - Added ssh-askpass support to ssh-add.c
68 - Create symlinks for slogin on install
69 - Fix "distclean" target in makefile
70 - Added example for ssh-agent to manpage
71 - Added support for PAM_TEXT_INFO messages
72 - Disable internal /etc/nologin support if PAM enabled
73 - Merged latest OpenBSD CVS changes:
5bae4ab8 74 - [all] replace assert() with error, fatal or packet_disconnect
e1a9c08d 75 - [sshd.c] don't send fail-msg but disconnect if too many authentication
76 failures
e1a9c08d 77 - [sshd.c] remove unused argument. ok dugsong
78 - [sshd.c] typo
79 - [rsa.c] clear buffers used for encryption. ok: niels
80 - [rsa.c] replace assert() with error, fatal or packet_disconnect
ade6fccd 81 - [auth-krb4.c] remove unused argument. ok dugsong
e1a9c08d 82 - Fixed coredump after merge of OpenBSD rsa.c patch
9010d60a 83 - Released 1.2pre8
e1a9c08d 84
3028328e 8519991102
86 - Merged change from OpenBSD CVS
87 - One-line cleanup in sshd.c
88
474832c5 8919991030
90 - Integrated debian package support from Dan Brosemer <odin@linuxfreak.com>
69256d9d 91 - Merged latest updates for OpenBSD CVS:
92 - channels.[ch] - remove broken x11 fix and document istate/ostate
93 - ssh-agent.c - call setsid() regardless of argv[]
94 - ssh.c - save a few lines when disabling rhosts-{rsa-}auth
95 - Documentation cleanups
96 - Renamed README -> README.Ylonen
97 - Renamed README.openssh ->README
474832c5 98
339660f6 9919991029
100 - Renamed openssh* back to ssh* at request of Theo de Raadt
101 - Incorporated latest changes from OpenBSD's CVS
102 - Integrated Makefile patch from Niels Kristian Bech Jensen <nkbj@image.dk>
103 - Integrated PAM env patch from Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
549b3eed 104 - Make distclean now removed configure script
105 - Improved PAM logging
106 - Added some debug() calls for PAM
4ecd19ea 107 - Removed redundant subdirectories
108 - Integrated part of a patch from Dan Brosemer <odin@linuxfreak.com> for
109 building on Debian.
242588e6 110 - Fixed off-by-one error in PAM env patch
111 - Released 1.2pre6
339660f6 112
5881cd60 11319991028
114 - Further PAM enhancements.
115 - Much cleaner
116 - Now uses account and session modules for all logins.
117 - Integrated patch from Dan Brosemer <odin@linuxfreak.com>
118 - Build fixes
119 - Autoconf
120 - Change binary names to open*
121 - Fixed autoconf script to detect PAM on RH6.1
122 - Added tests for libpwdb, and OpenBSD functions to autoconf
221395b3 123 - Released 1.2pre4
fca82d2e 124
125 - Imported latest OpenBSD CVS code
126 - Updated README.openssh
93f04616 127 - Released 1.2pre5
fca82d2e 128
5881cd60 12919991027
130 - Adapted PAM patch.
131 - Released 1.0pre2
132
133 - Excised my buggy replacements for strlcpy and mkdtemp
134 - Imported correct OpenBSD strlcpy and mkdtemp routines.
135 - Reduced arc4random_stir entropy read to 32 bytes (256 bits)
136 - Picked up correct version number from OpenBSD
137 - Added sshd.pam PAM configuration file
138 - Added sshd.init Redhat init script
139 - Added openssh.spec RPM spec file
140 - Released 1.2pre3
141
14219991026
143 - Fixed include paths of OpenSSL functions
144 - Use OpenSSL MD5 routines
145 - Imported RC4 code from nanocrypt
146 - Wrote replacements for OpenBSD arc4random* functions
147 - Wrote replacements for strlcpy and mkdtemp
148 - Released 1.0pre1
This page took 0.899098 seconds and 5 git commands to generate.