@@ -, +, @@ $RPM_BUILD_ROOT%_sysconfdir/control.d/facilities/sftp - Backported fix for rcp directory traversal bug (CAN-2004-0175). - Build with openssl-0.9.7d. - Backported UT_LINESIZE fix (#3980). - Included the buffer and channels memory reallocation fixes from http://www.openssh.com/txt/buffer.adv (2nd revision). - Reviewed all uses of *realloc(), resulting in four more fixes of this nature (Owl). - Corrected startup script to honor $EXTRAOPTIONS in check mode too. - Fixed scp return status (http://bugzilla.mindrot.org/show_bug.cgi?id=638). - Fixed memory allocation error in buffer_append_space. - Removed explicit kernel dependence. - Backported from CVS: + copy argv correctly to fix potential restart after SIGHUP problem; + replace deprecated VerifyReverseMapping option with new option, UseDNS (Owl). - Updated to 3.6.1p2. - When we know we're going to fail authentication for reasons external to PAM, pass there a hopefully incorrect password to have it behave the same for correct and incorrect passwords (Owl). - PAM configuration policy enforcement. - Added nodelay option to pam auth method. - Rewritten start/stop script to new rc scheme. - Changed %_pamdir/sshd to use tcb authentication explicitly. - Added back the now more complete patch to always run PAM with password authentication, even for non-existent or not allowed usernames (Owl). - Tell pam_tcb to not log failed authentication attempts when a blank password is tried (blank_nolog) as this is attempted automatically (Owl). - Updated to 3.6.1p1. - Updated faq.html to 2002/04/03 and removed openssh-closing.txt. - Updated Owl patches to 3.6.1p1-owl1. - Updated ALT patches. - Merged upstream patches: alt-pam_service - Dropped patches: alt-log_MSGBUFSIZ - Reworked patches: alt-socketcred (due to privsep) - Added control(8) support for sftp subsystem and disabled it in default configuration. - Dropped upgrade support from ssh-server. No need to bother. - Built with libpam_userpass.so.1. - Backported ssh-add from 3.5p1. - Backported ssh-agent from 3.5p1. - Moved ssh-keysign to separate subpackage. - Package x11 and gtk passphrase dialogs separately. Keep common passphrase dialog infrastructure in -askpass-common subpackage. - %%post: Execute "service sshd condreload" on upgrade (#0001756). - app-defaults/SshAskpass: Fixed file permissions (#0002068). - ssh-keygen: Fixed default key length (#0002097). - Merged Owl changes: * Sun Jul 28 2002 Solar Designer - Install the packet_close() cleanup for the client as well. * Sun Jul 07 2002 Solar Designer - Install the packet_close() cleanup for root logins as well (which are not privilege separated because that wouldn't make sense and thus were handled by a different code path which I initially have missed). * Sat Jul 06 2002 Solar Designer - Re-initialize logging after calls into PAM module stacks, make use of log_reinit() where the original code needed that kind of functionality. * Fri Jul 05 2002 Solar Designer - Re-enable the password changing code (disabled in 3.3p1 and 3.4p1) for non-privsep case, disallowing any forwardings (such that the session may not be actually used while still not changing the expired password). - Limit three of the cleanup functions to apply to just the proper sshd processes, make sure session_pty_cleanup() happens before packet_close(). * Tue Jul 02 2002 Solar Designer - In the PAM conversation, queue any text messages appearing in initial login mode for printing later, similarly to what the original code did. This is needed to pass password expiration warnings on to the user. * Sat Jun 29 2002 Solar Designer - Keep the /dev/log fd open and only close it before executing other programs, to enable direct logging from chrooted child processes. - Build with -lwrap dynamically. - Initialize the resolver before chroot (Kevin Steves). - Added zeroing out the written-to pages on mm_destroy (Owl). - 3.4p1 (with ChallengeResponseAuthentication fix). - 3.3p1 (with privilege separation), updated our and Owl's patches. - If MAP_ANON|MAP_SHARED fails (is unsupported on Linux 2.2), fallback to using SysV shm, and, if that fails too (SysV shm is a compile-time kernel option), to MAP_SHARED with sparse and unlinked swap files. (Owl) - Set chroot for privsep user to %ROOT%{?_with_mksock:, added /dev/log there}. - startup script: added new targets: check, condreload. - 3.1p1, updated our and Owl's patches. - Disabled restricted_forwarding patch (use "permitopen=" option instead). - Fixed %%triggerpostun script. - Set more strict versioned libssl requires. - Placed %_sysconfdir/%name/moduli to server subpackage. - Added %_sysconfdir/X11/profile.d/%name-agent.sh to client subpackage (for xinitrc >= 2.4.6-alt1). - Updated buildrequires. - Fixed channel code error (marcus). - Fixed %_sysconfdir/%name/authorized_keys* permissions (0750 --> 0751). - Fixed server subpackage dependencies (openssl --> libssl). - Fixed startup script: use "%_sbindir/sshd" instead of "sshd". - Fixed reload with incomplete argv[0] (#0000503). - Removed pam_lastlog from %_pamdir/sshd (PrintLastLog=yes by default). - Added "--without" logic to *_askpass build. - 3.0.2p1, updated our and Owl's patches. - x11-ssh-askpass-1.2.4.1 - Added libpam_userpass support. - Updated faq. - Dropped make-ssh-known-hosts. - Moved socket fchowning to socketcred. - Updated faq. - authorized_keys2 IP based access control restriction checking fix. - x11-ssh-askpass-1.2.4. - Updated to 2.9p2. - Merged in some third-party patches (including owl and rh). - Added %_sysconfdir/profile.d/ssh-askpass.* files. - %name-clients no longer requires %name-askpass to be installed. - Fixed build with new imake. - Fixed typo in readconf.c (use id_dsa again, #35). - Use major part of OPENSSL_VERSION_NUMBER. - x11-ssh-askpass-1.2.2. - Minor fixes from RH. - Fixed typo made in recent merge. - 2.5.2p2 release. - Added "ssh-agent -u" feature. - 2.5.1p2 release. - Added two new options for sshd. - 2.5.1p1 release. - Merged all patches into single unified patch. - Updated socket chowning patch. - Fixed auth-options reset time. - Fixed setting PAM rhost. - Workaround for xauth bug. - Rewritten ssh-copy-id script. - Updated ssh-copy-id.1 manpage. - Patched ssh-keygen to properly use dsa mode when necessary. - Updated x11-ssh-askpass version 1.1.1. - Applied TransmitInterlude patch. - Enabled PasswordAuthentication by default for client and server. - Rebuilt with db2. - Updated: + openssh-2.3.0p1; + x11-ssh-askpass-1.1.0; + our patches. - Added: + http://www.openssh.com/faq.html - Updated: + x11-ssh-askpass-1.0.2; + pam configuration. - Fixed (by Nalin Dahyabhai ): + ssh-add to try to add both identity and id_dsa, and to error only when neither exists; + Set the default path to be the same as the one supplied by /bin/login, but also add /usr/X11R6/bin; + try to handle obsoletion of ssh-server more cleanly. - Automatically added BuildRequires. - Use update-alternatives for askpass-* packages. - Updated: + openssh-2.2.0p1; + x11-ssh-askpass-1.0.1. - Changed: + rescp script; + moved keygen calls to sshd.init (now generate keys at runtime); + made building of X11-askpass and gnome-askpass optional; + removed autorestart of the server after upgrade. - Changed StrictHostKeyChecking parameter in ssh_config from "yes" to "ask". - Added usage to ssh-copy-id script. - 2.1.1p4 - 2.1.1p3 - 2.1.1p2 - configure/bash bug workaround. - 2.1.1p1 - Use FHS-compatible macros. - 2.1.0p3 - 2.1.0p2 - Fixes: + xauth bug; + shutdown typo; - Features: + rescp script from Solar; + TCP/IP sockets belong to user; + configurable software version as it will be reported to peer; + restricted forwarding; + permitted keys in system directory. - RE and Fandra adaptions. - Updated for new location - Updated for new gnome-ssh-askpass build - Added Jim Knoble's askpass - Split subpackages further based on patch from jim knoble - Added 'Obsoletes' directives - Use make install - Subpackages - Added links for slogin - Fixed perms on manpages - Renamed init script - Back to old binary names - Use autoconf - New binary names - Initial RPMification, based on Jan "Yenya" Kasprzak's spec.