Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-14 | * openssh-client and openssh-server conflict with pre-split ssh to avoid | Colin Watson | |
problems when ssh is left un-upgraded (closes: #324695). | |||
2005-09-14 | Flesh out changelog for upstream changes in 4.2p1. | Colin Watson | |
2005-09-14 | * debian/rules: Resynchronise CFLAGS with that generated by configure. | Colin Watson | |
2005-09-14 | Merge 4.2p1 to the trunk. | Colin Watson | |
2005-09-02 | releasing version 1:4.1p1-7 | Colin Watson | |
2005-09-02 | * Policy version 3.6.2: no changes required. | Colin Watson | |
2005-09-02 | * Fix XSIish uses of 'test' in openssh-server.preinst. | Colin Watson | |
2005-09-02 | * Add GNU/kFreeBSD support (thanks, Aurelien Jarno; closes: #318113). | Colin Watson | |
2005-09-02 | * Work around the ssh-askpass alternative somehow ending up in manual mode | Colin Watson | |
pointing to the obsolete /usr/lib/ssh/gnome-ssh-askpass. | |||
2005-07-09 | Do the IDEA host key check on a temporary file to avoid altering | Colin Watson | |
/etc/ssh/ssh_host_key itself (closes: #312312). | |||
2005-07-07 | Finish 1:4.1p1-6. | Colin Watson | |
2005-07-07 | Fix one-character typo that meant the binaries in openssh-client and | Colin Watson | |
openssh-server got recompiled with the wrong options during 'debian/rules install' (closes: #317088, #317238, #317241). | |||
2005-07-03 | Finish 1:4.1p1-5. | Colin Watson | |
2005-07-03 | Allow ~/.ssh/config to be group-writable, provided that the group in | Colin Watson | |
question contains only the file's owner (closes: #314347). | |||
2005-07-03 | Disable btmp logging, since Debian's /var/log/btmp has inappropriate | Colin Watson | |
permissions (closes: #314956). | |||
2005-07-03 | documentation directory reorganisation closes: #314745 | Colin Watson | |
2005-07-03 | Ship README.dns (closes: #284874). | Colin Watson | |
2005-07-03 | Make /usr/share/doc/openssh-server and /usr/share/doc/ssh symlinks to | Colin Watson | |
/usr/share/doc/openssh-client. | |||
2005-07-02 | Add Vietnamese debconf template translation (thanks, Clytie Siddall; | Colin Watson | |
closes: #316636). | |||
2005-06-30 | Drop priority of ssh to extra to match the override file. | Colin Watson | |
2005-06-24 | Update Brazilian Portuguese debconf template translation (thanks, André | Colin Watson | |
Luís Lopes; closes: #315477). | |||
2005-06-17 | Build-depend on libselinux1-dev on ppc64 too (closes: #314625). | Colin Watson | |
2005-06-17 | Finish 1:4.1p1-4. | Colin Watson | |
2005-06-17 | Switch to debhelper compat level 3, since 2 is deprecated. | Colin Watson | |
2005-06-17 | Restore /usr/lib/sftp-server temporarily, as a symlink to | Colin Watson | |
/usr/lib/openssh/sftp-server (closes: #312891). | |||
2005-06-17 | Re-enable ssh-askpass-gnome on the Hurd, now that its build-dependencies | Colin Watson | |
are available. | |||
2005-06-17 | close #308555 | Colin Watson | |
2005-06-17 | Manoj Srivastava: | Colin Watson | |
- Added SELinux capability, and turned it on be default. Added restorecon calls in preinst and postinst (should not matter if the machine is not SELinux aware). By and large, the changes made should have no effect unless the rules file calls --with-selinux; and even then there should be no performance hit for machines not actively running SELinux. - Modified the preinst and postinst to call restorecon to set the security context for the generated public key files. - Added a comment to /etc/pam.d/ssh to indicate that an SELinux system may want to also include pam_selinux.so. | |||
2005-06-14 | Update German debconf template translation (thanks, Jens Seidel; closes: | Colin Watson | |
#313949). | |||
2005-06-08 | openssh-client and openssh-server conflict with ssh-krb5, as ssh-krb5 only | Colin Watson | |
conflicts with ssh (closes: #312475). | |||
2005-06-06 | Finish 1:4.1p1-3. | Colin Watson | |
2005-06-02 | Finish 1:4.1p1-2. | Colin Watson | |
2005-06-01 | Apply Linux 2.2 workaround (see #239999) only on Linux. | Colin Watson | |
2005-06-01 | Fix DEB_HOST_ARCH_OS/DEB_HOST_GNU_SYSTEM compatibility handling. | Colin Watson | |
2005-05-31 | Fix picky lintian errors about slogin symlinks. | Colin Watson | |
2005-05-31 | Add lintian overrides for the above (setuid-binary, no-debconf-templates). | Colin Watson | |
2005-05-31 | Since ssh-keysign isn't used by default (you need to set EnableSSHKeysign | Colin Watson | |
to "yes" in /etc/ssh/ssh_config), having a debconf question to ask whether it should be setuid is overkill, and the question text had got out of date anyway. Remove this question, ship ssh-keysign setuid in openssh-client.deb, and set a statoverride if the debconf question was previously set to false. | |||
2005-05-31 | Drop debconf support for allowing SSH protocol 1, which is discouraged and | Colin Watson | |
has not been the default since openssh 1:3.0.1p1-1. Users who need this should edit sshd_config instead (closes: #147212). | |||
2005-05-31 | Finish 1:4.1p1-1. | Colin Watson | |
2005-05-31 | Fix up very old sshd_config files that refer to /usr/libexec/sftp-server | Colin Watson | |
(closes: #141979). | |||
2005-05-31 | Change libexecdir to /usr/lib/openssh, and fix up various alternatives and | Colin Watson | |
configuration files to match (closes: #87900, #151321). | |||
2005-05-30 | re-enabling PasswordAuthentication by default closes: #247521 | Colin Watson | |
2005-05-30 | Disable ChallengeResponseAuthentication in new installations, returning to | Colin Watson | |
PasswordAuthentication by default, since it now supports PAM and apparently works better with a non-threaded sshd. | |||
2005-05-30 | Take upstream's hint and disable the unsupported USE_POSIX_THREADS | Colin Watson | |
(closes: #295757, #308868, and possibly others; may open other bugs). Use PAM password authentication to avoid #278394. In future I may provide two sets of binaries built with and without this option, since it seems I can't win. | |||
2005-05-30 | bump changelog to 1:4.1p1-1; 4.1p1 closes: #192234 | Colin Watson | |
2005-05-26 | openssh-server Suggests: rssh (closes: #233012). | Colin Watson | |
2005-05-26 | Finish 1:4.0p1-1. | Colin Watson | |
2005-05-26 | note that sshd still doesn't work on the Hurd | Colin Watson | |
2005-05-25 | 4.0p1 closes: #163933 ($HOME/.hushlogin mentioned in ssh(8) FILES) | Colin Watson | |
2005-05-25 | Note in ssh_config(5) that the SetupTimeOut option is Debian-specific | Colin Watson | |
(closes: #307069). |