Commit Graph

  • 5cde9cd3f2 6.6.1p1-1 + 0.9.3-2 Petr Lautrbach 2014-06-03 17:52:36 +0200
  • d1c2eb285e slightly change systemd units logic - use sshd-keygen.service (#1066615) Petr Lautrbach 2014-06-03 17:47:56 +0200
  • fb6f390a78 drop openssh-server-sysvinit subpackage Petr Lautrbach 2014-05-08 11:13:15 +0200
  • 4253bf87ac add support for ED25519 keys to sshd-keygen and sshd.sysconfig Petr Lautrbach 2014-04-09 13:37:47 +0200
  • 44fb3c6aeb OpenSSH 6.5 and 6.6 sometimes encode a value used in the curve25519 key exchange incorrectly, causing connection failures about 0.2% of the time when this method is used against a peer that implements the method properly. Petr Lautrbach 2014-06-03 17:18:36 +0200
  • 94c6f8ddcc rebase to openssh-6.6p1 Petr Lautrbach 2014-06-03 16:51:07 +0200
  • d75575229f 6.4p1-4 + 0.9.3-1 Petr Lautrbach 2014-05-15 10:37:16 +0200
  • 8f8619e1e6 ignore environment variables with embedded '=' or '\0' characters (#1077843) CVE-2014-2532 Petr Lautrbach 2014-05-15 09:55:25 +0200
  • d271e02296 prevent a server from skipping SSHFP lookup (#1081338) CVE-2014-2653 Petr Lautrbach 2014-05-14 18:04:10 +0200
  • 9a031d2641 try CLOCK_BOOTTIME with fallback (#1091992) Petr Lautrbach 2014-05-14 17:27:32 +0200
  • f3b39bb6cb don't clean up gssapi credentials by default (#1055016) Petr Lautrbach 2014-02-26 17:08:07 +0100
  • f9f83a00b5 make /etc/ssh/moduli file public (#1043661) Petr Lautrbach 2014-02-26 15:53:34 +0100
  • c3c35d5f25 fix ssh-copy-id (#1058792) Petr Lautrbach 2014-01-28 17:14:30 +0100
  • e2813b36f4 log fipscheck verification message into syslog authpriv Petr Lautrbach 2014-01-27 20:07:26 +0100
  • 9060bbe156 sshd-keygen.service - don't check dsa key, use ecdsa instead Petr Lautrbach 2014-02-19 13:58:34 +0100
  • 96df3b5ecb use tty allocation for a remote scp Petr Lautrbach 2014-01-20 19:41:27 +0100
  • b898cbf5e1 Run ssh-copy-id in the legacy mode when SSH_COPY_ID_LEGACY variable is set Petr Lautrbach 2014-01-20 16:41:00 +0100
  • 084bc6fca5 FIPS mode - adjust the key echange DH groups and ssh-keygen according to SP800-131A Petr Lautrbach 2014-01-20 15:24:47 +0100
  • 222dd2e358 6.4p1-3 + 0.9.3-1 Petr Lautrbach 2013-12-11 14:32:11 +0100
  • 2b2955a332 use only rsa and ecdsa host keys by default Petr Lautrbach 2013-12-09 17:30:18 +0100
  • 545aa0d026 sshd-keygen - create an ecdsa host key with 640 permissions (#1023945) Petr Lautrbach 2013-12-09 11:14:59 +0100
  • 89d920b074 6.4p1-2 + 0.9.3-1 Petr Lautrbach 2013-11-26 15:28:39 +0100
  • 82d2beb4d4 fix fatal() cleanup in the audit patch (#1029074) Petr Lautrbach 2013-11-26 13:22:08 +0100
  • 36a09e37e8 fix parsing logic of ldap.conf file (#1033662) Petr Lautrbach 2013-11-26 11:10:04 +0100
  • 8f439b3006 minor change in HOWTO.ssh-keycat - s/AuthorizedKeysCommandRunAs/AuthorizedKeysCommandUser/ Petr Lautrbach 2013-11-25 15:40:42 +0100
  • 09e9ef3d7c 6.4p1-1 + 0.9.3-1 Petr Lautrbach 2013-11-08 13:38:07 +0100
  • 27189b85ef rebase audit patch for openssh-6.4p1 Petr Lautrbach 2013-11-08 13:33:51 +0100
  • 3ed6191f56 6.3p1-5 + 0.9.3-7 Petr Lautrbach 2013-11-01 17:07:27 +0100
  • 5795323a53 don't use xfree in pam_ssh_agent_auth sources <geertj@gmail.com> (#1024965) Petr Lautrbach 2013-11-01 17:04:34 +0100
  • 3834483295 adjust gss kex mechanism to the upstream changes (#1024004) Petr Lautrbach 2013-10-31 11:30:12 +0100
  • 7feb965804 6.3p1-4 + 0.9.3-6 Petr Lautrbach 2013-10-25 15:46:49 +0200
  • 2add7a8ff5 rebuild with openssl-1.0.1e-29.fc20 to enable ECC support Petr Lautrbach 2013-10-25 15:19:26 +0200
  • f0aa6e5f51 rebuild with openssl-1.0.1e-29.fc20 to enable ECC support Petr Lautrbach 2013-10-25 14:46:48 +0200
  • a5e23f2861 6.3p1-3 + 0.9.3-6 Petr Lautrbach 2013-10-24 16:38:21 +0200
  • 265df55bb8 don't use SSH_FP_MD5 for fingerprints in FIPS mode Petr Lautrbach 2013-10-24 15:57:11 +0200
  • ff7a26b109 6.3p1-2 + 0.9.3-6 Petr Lautrbach 2013-10-23 23:14:38 +0200
  • 1462de5deb sshd-keygen to generate ECDSA keys <i.grok@comcast.net> (#1019222) Petr Lautrbach 2013-10-23 22:51:32 +0200
  • 1f36406833 Increase the size of the Diffie-Hellman groups requested for a each symmetric key size. New values from NIST Special Publication 800-57 with the upper limit specified by RFC4419. Pointed out by Peter Backes, ok djm@. (#1010607) Petr Lautrbach 2013-10-23 22:41:53 +0200
  • d088f94bd9 use default_ccache_name from /etc/krb5.conf for a kerberos cache (#991186) Petr Lautrbach 2013-10-23 22:08:19 +0200
  • 99076b0f8b cleanup GSSAPI code Petr Lautrbach 2013-10-23 21:56:25 +0200
  • e40d5d19d9 added Obsoletes: *fips Petr Lautrbach 2013-10-15 17:53:42 +0200
  • 9723b77ff6 bring pam_ssh_agent_auth-0.9.3.tar.bz2 back to sources Petr Lautrbach 2013-10-14 17:46:04 +0200
  • bf9d268c1b upload openssh-6.3p1.tar.gz to cache Petr Lautrbach 2013-10-14 17:38:33 +0200
  • c67d841973 upload openssh-6.3p1.tar.gz to cache Petr Lautrbach 2013-10-14 17:34:32 +0200
  • a92e916970 6.3p1-1 + 0.9.3-6 Petr Lautrbach 2013-10-14 15:55:03 +0200
  • 84822b5dec rebase for openssh-6.3p1, remove unused patches (#1007769) Petr Lautrbach 2013-10-14 15:54:41 +0200
  • c33ef551ca 6.2p2-9 + 0.9.3-5 Petr Lautrbach 2013-10-08 17:28:16 +0200
  • f12afd6496 use dracut-fips file /etc/system-fips to determine if a FIPS module is installed Petr Lautrbach 2013-10-08 17:24:54 +0200
  • 2ae5f9ff89 Revert "add -fips subpackages that contains the FIPS module files" Petr Lautrbach 2013-10-08 17:13:39 +0200
  • d4d8299c30 Revert "add missing Requires: openssl-fips in -fips subpackages" Petr Lautrbach 2013-10-08 17:06:14 +0200
  • b61d9c10d3 Revert "use hmac_suffix for ssh{,d} hmac checksums" Petr Lautrbach 2013-10-08 17:04:53 +0200
  • 47b1c9e6a4 Revert "adjust openssh-6.2p1-vendor.patch after previous commit" Petr Lautrbach 2013-10-08 17:04:51 +0200
  • 0cc0054215 Revert "use {?dist} tag in suffixes for hmac checksum files" Petr Lautrbach 2013-10-08 17:04:40 +0200
  • f344f8490c 6.2p2-8 + 0.9.3-5 Petr Lautrbach 2013-09-25 14:13:01 +0200
  • 65d16ffe59 sshd-keygen: generate only RSA keys by default (#1010092) Petr Lautrbach 2013-09-20 17:25:17 +0200
  • 15244ec178 use {?dist} tag in suffixes for hmac checksum files Petr Lautrbach 2013-09-20 17:11:49 +0200
  • eba55f9c1b 6.2p2-7 + 0.9.3-5 Petr Lautrbach 2013-09-11 16:54:14 +0200
  • 0463fbae2f automatically restart sshd.service on-failure with 42s interval Petr Lautrbach 2013-09-11 16:38:22 +0200
  • 4936e20991 adjust openssh-6.2p1-vendor.patch after previous commit Petr Lautrbach 2013-09-11 16:07:19 +0200
  • c6724c72f4 use hmac_suffix for ssh{,d} hmac checksums Petr Lautrbach 2013-09-11 16:05:58 +0200
  • 9acec07a0f bump the minimum value of SSH_USE_STRONG_RNG to 14 according to SP800-131A Petr Lautrbach 2013-09-10 09:50:09 +0200
  • a19397fdd2 add missing Requires: openssl-fips in -fips subpackages 6.2p2-6.1 + 0.9.3-5 Petr Lautrbach 2013-08-28 21:57:17 +0200
  • f4e927b62d 6.2p2-6 + 0.9.3-5 Petr Lautrbach 2013-08-28 21:28:04 +0200
  • 227f4f7628 add -fips subpackages that contains the FIPS module files Petr Lautrbach 2013-08-28 19:37:08 +0200
  • 631ffb2c5b 6.2p2-5 + 0.9.3-5 Petr Lautrbach 2013-08-01 09:50:41 +0200
  • b20efed7e1 gssapi credentials need to be stored before a pam session opened (#987792) Petr Lautrbach 2013-07-31 13:40:20 +0200
  • 115aad3f92 6.2p2-4 + 0.9.3-5 Petr Lautrbach 2013-07-23 16:01:17 +0200
  • 17df27c668 don't show Success for EAI_SYSTEM (#985964) Petr Lautrbach 2013-07-23 12:07:49 +0200
  • 2ee6810919 make sftp's libedit interface marginally multibyte aware (#841771) Petr Lautrbach 2013-06-19 17:10:49 +0200
  • 66608a1ded 6.2p2-3 + 0.9.3-5 Petr Lautrbach 2013-06-17 17:30:04 +0200
  • aacd017a6d move kerberos cache to /run/user/<uid>/ by default (#848228) fix kerberos cache handling to allow sucessful ticket forwarding Petr Lautrbach 2013-06-17 17:29:55 +0200
  • e6dbb83190 make an object class filter configurable <charles@dyfis.net> (#963281) Petr Lautrbach 2013-06-07 15:12:40 +0200
  • e99c4840f1 6.2p2-2 + 0.9.3-5 Petr Lautrbach 2013-05-21 18:38:15 +0200
  • 678b8081f1 add socket activated sshd units to the package (#963268) Petr Lautrbach 2013-05-21 18:37:18 +0200
  • f5022aa5ae fix the example in the HOWTO.ldap-keys Petr Lautrbach 2013-05-20 15:02:20 +0200
  • f29f755295 remove unused openssh-6.2p1-track-IdentifyFile.patch Petr Lautrbach 2013-05-20 10:25:32 +0200
  • 21acbc4795 6.2p2-1 + 0.9.3-5 Petr Lautrbach 2013-05-20 09:31:57 +0200
  • d48f1a7bde always use /sbin/nologin as privsep user's shell Petr Lautrbach 2013-04-24 18:08:00 +0200
  • a92d7445da 6.2p1-4 + 0.9.3-4 Petr Lautrbach 2013-04-17 17:12:32 +0200
  • 1a246a3ad0 don't use export in sysconfig file (#953111) Petr Lautrbach 2013-04-17 16:46:47 +0200
  • df630eaccf don't use GPLv3 versions of config.{sub,guess} Petr Lautrbach 2013-04-17 16:29:14 +0200
  • 1d76d11f64 cleanup spec file and patches Petr Lautrbach 2013-04-16 18:28:39 +0200
  • c276d31b49 6.2p1-3 + 0.9.3-4 Petr Lautrbach 2013-04-16 18:15:20 +0200
  • 894ab5eaaf add latest config.{sub,guess} to support aarch64 (#926284) Petr Lautrbach 2013-04-16 18:12:15 +0200
  • 383e3516fc sshd.service: use KillMode=process (#890376) Petr Lautrbach 2013-04-12 15:15:45 +0200
  • 1042786f58 6.2p1-2 + 0.9.3-4 Petr Lautrbach 2013-04-09 23:25:17 +0200
  • fcef7f6231 keep track of which IndentityFile options were manually supplied and which were default options, and don't warn if the latter are missing. (mindrot#2084) Petr Lautrbach 2013-04-09 23:22:42 +0200
  • 2f45e7c61b fix sources Petr Lautrbach 2013-04-09 00:14:11 +0200
  • b6f89abe5c 6.2p1-1 + 0.9.3-4 Petr Lautrbach 2013-04-09 00:07:04 +0200
  • 014fe81ce3 fix several issues with empty MAC in openssh-6.2p1-audit.patch Petr Lautrbach 2013-04-08 18:44:17 +0200
  • d3d59da0b5 merge all -audit* patches together Petr Lautrbach 2013-04-08 17:17:10 +0200
  • 8d97022c57 build regress/modpipe tests with $(CFLAGS) Petr Lautrbach 2013-04-04 16:20:45 +0200
  • 8a29dedfa7 rebase to openssh-6.2p1 (#924727) ACSS was removed from upstream sources Petr Lautrbach 2013-04-04 16:42:32 +0200
  • 811ec1dd36 allow specification of alternate host key location(s) via /etc/sysconfig/sshd <john_florian@dart.biz> (#865803) Petr Lautrbach 2013-03-26 15:41:49 +0100
  • 1b95bc38df 6.1p1-7 + 0.9.3-3 Petr Lautrbach 2013-03-06 10:41:50 +0100
  • 338e71981d use SELinux type sshd_net_t for [net] childs (#915085) Petr Lautrbach 2013-02-24 16:36:18 +0100
  • 2a7883d153 6.1p1-6 + 0.9.3-3 Petr Lautrbach 2013-02-14 18:08:21 +0100
  • c9e43cd2f8 fix AuthorizedKeysCommand option and adopt latest upstream changes Petr Lautrbach 2013-02-14 18:06:17 +0100
  • d2b3b9a27e pam_ssh_agent_auth - change paths from %{_lib} to %{_libdir} Petr Lautrbach 2013-02-12 09:42:54 +0100
  • 19725a9954 fix bogus day names in changelog dates Petr Lautrbach 2013-02-08 15:44:40 +0100