Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-29 | Hardcode the location of xauth to /usr/bin/xauth rather than | Colin Watson | |
/usr/bin/X11/xauth (thanks, Aron Griffis; closes: #575725, LP: #8440). xauth no longer depends on x11-common, so we're no longer guaranteed to have the /usr/bin/X11 symlink available. I was taking advantage of the /usr/bin/X11 symlink to smooth X's move to /usr/bin, but this is far enough in the past now that it's probably safe to just use /usr/bin. | |||
2010-03-17 | Fix substitution of ETC_PAM_D_SSH, following the rename in 1:4.7p1-4. | Colin Watson | |
2010-03-08 | Drop compatibility with the old gssapi mechanism used in ssh-krb5 << | Colin Watson | |
3.8.1p1-1. Simon Wilkinson refused this patch since the old gssapi mechanism was removed due to a serious security hole, and since these versions of ssh-krb5 are no longer security-supported by Debian I don't think there's any point keeping client compatibility for them. | |||
2010-03-01 | mark quilt-setup target as phony | Colin Watson | |
2010-03-01 | commentary from Jonathan (original patch author) on syslog-level-silent.patch | Colin Watson | |
2010-03-01 | existing upstream bug reference for quieter-signals.patch | Colin Watson | |
2010-03-01 | forwarded lintian-symlink-pickiness.patch | Colin Watson | |
2010-03-01 | Include debian/ssh-askpass-gnome.png in the Debian tarball now that | Colin Watson | |
we're using a source format that permits this, rather than messing around with uudecode. | |||
2010-03-01 | forwarded old-gssapi.patch | Colin Watson | |
2010-03-01 | forwarded gssapi-compat.patch | Colin Watson | |
2010-03-01 | forwarded doc-hash-tab-completion.patch | Colin Watson | |
2010-03-01 | forwarded selinux-fix-chroot-directory.patch | Colin Watson | |
2010-03-01 | update Last-Update fields | Colin Watson | |
2010-03-01 | forwarded gnome-ssh-askpass2-link.patch | Colin Watson | |
2010-03-01 | forwarded doc-connection-sharing.patch | Colin Watson | |
2010-03-01 | forwarded ssh-copy-id-status-check.patch | Colin Watson | |
2010-03-01 | forwarded config-guess-sub.patch | Colin Watson | |
2010-03-01 | forwarded hurd-epfnosupport.patch | Colin Watson | |
2010-03-01 | forwarded authorized-keys-man-symlink.patch | Colin Watson | |
2010-03-01 | ssh-vulnkey.patch: fix offsets | Colin Watson | |
2010-03-01 | Fix 'debian/rules quilt-setup' to avoid writing .orig files if some | Colin Watson | |
patches apply with offsets. | |||
2010-02-28 | releasing version 1:5.3p1-3 | Colin Watson | |
2010-02-28 | Update copyright years for GSSAPI patch. | Colin Watson | |
2010-02-28 | remove trailing whitespace | Colin Watson | |
2010-02-28 | Remove obsolete header from README.Debian dating from when people | Colin Watson | |
expected non-free SSH. | |||
2010-02-28 | more conventional signature style | Colin Watson | |
2010-02-28 | Remove documentation of building for Debian 3.0 in README.Debian. | Colin Watson | |
Support for this was removed in 1:4.7p1-2. | |||
2010-02-28 | forwarded gssapi-dump.patch | Colin Watson | |
2010-02-28 | Add GSSAPIStoreCredentialsOnRekey to 'sshd -T' configuration dump. | Colin Watson | |
2010-02-28 | * Update README.source to match, and add a 'quilt-setup' target to | Colin Watson | |
debian/rules for the benefit of those checking out the package from revision control. * All patches are now maintained separately and tagged according to DEP-3. | |||
2010-02-28 | DEP-3 tagging of all remaining patches | Colin Watson | |
2010-02-28 | DEP-3 tagging of versioning and file system layout | Colin Watson | |
2010-02-28 | better patch name | Colin Watson | |
2010-02-28 | DEP-3 tagging of remaining miscellaneous bug fixes | Colin Watson | |
2010-02-27 | DEP-3 tagging for message adjustments, and start on miscellaneous bug fixes | Colin Watson | |
2010-02-27 | DEP-3 tagging of autotools, SELinux, key blacklisting, and keepalive patches | Colin Watson | |
2010-02-27 | DEP-3 tagging of GSSAPI patches; split old-gssapi.patch more appropriately | Colin Watson | |
2010-02-27 | Convert to source format 3.0 (quilt). | Colin Watson | |
2010-02-22 | releasing version 1:5.3p1-2 | Colin Watson | |
2010-02-22 | run dh_installexamples after dh_link | Colin Watson | |
2010-01-31 | Honour DEB_BUILD_OPTIONS=nocheck. | Colin Watson | |
2010-01-31 | Use dh_lintian. | Colin Watson | |
2010-01-31 | Install upstream sshd_config as an example (closes: #415008). | Colin Watson | |
2010-01-31 | fix typo in 1:5.3p1-1 changelog | Colin Watson | |
2010-01-31 | Link with -Wl,--as-needed (closes: #560155). | Colin Watson | |
2010-01-26 | releasing version 1:5.3p1-1 | Colin Watson | |
2010-01-25 | Drop change from 1:3.8p1-3 to avoid setresuid() and setresgid() system | Colin Watson | |
calls. This only applied to Linux 2.2, which it's no longer feasible to run anyway (see 1:5.2p1-2 changelog). | |||
2010-01-25 | * Backport from upstream: | Colin Watson | |
- Do not fall back to adding keys without contraints (ssh-add -c / -t ...) when the agent refuses the constrained add request. This was a useful migration measure back in 2002 when constraints were new, but just adds risk now (LP: #209447). | |||
2010-01-24 | * New upstream release. | Colin Watson | |
* Update to GSSAPI patch from http://www.sxw.org.uk/computing/patches/openssh-5.3p1-gsskex-all-20100124.patch. | |||
2010-01-24 | fix gssapi merge instructions | Colin Watson | |