Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
2005-05-25 | Enable HashKnownHosts by default. This only affects new entries; use | Colin Watson | |
'ssh-keygen -H' to convert an entire known_hosts file to hashed format. | |||
2005-05-25 | 4.0p1 closes: #87253, #192206 (port forwarding improvements) | Colin Watson | |
2005-05-25 | close earliest merged bug (#257130 instead of #303362) | Colin Watson | |
2005-05-25 | 4.0p1 closes: #303452 | Colin Watson | |
2005-05-25 | 4.0p1 closes: #220726 | Colin Watson | |
2005-05-25 | Don't build ssh-askpass-gnome on the Hurd, until GNOME is available to | Colin Watson | |
satisfy build-dependencies. | |||
2005-05-25 | Hurd fixes: | Colin Watson | |
- Link with -lcrypt. - Link with -lpthread rather than -pthread. | |||
2005-05-25 | Drop workaround for #242462 on amd64; it's been fixed properly upstream. | Colin Watson | |
2005-05-25 | 4.0p1 closes: #303362 | Colin Watson | |
2005-05-25 | Restore Hurd X forwarding fix from #102991, lost somewhere along the way. | Colin Watson | |
2005-05-25 | Update Finnish (thanks, Matti Pöllä; closes: #303787). | Colin Watson | |
2005-05-25 | Add Ukrainian (thanks, Eugeniy Meshcheryakov; closes: #301852). | Colin Watson | |
2005-05-25 | Update Czech debconf template translation (thanks, Miroslav Kure; closes: | Colin Watson | |
#298744). | |||
2005-05-25 | Enable libedit support in sftp; build-depend on libedit-dev. | Colin Watson | |
2005-05-25 | Merge 4.0p1 to the trunk. | Colin Watson | |
2005-03-15 | Remove obsolete and unnecessary ssh/forward_warning debconf note. | Colin Watson | |
2005-03-08 | debconf template translations: | Colin Watson | |
- Synchronise Spanish with sarge branch (thanks, Javier Fernández-Sanguino Peña; closes: #298536). | |||
2005-02-22 | Remove emacs local variables. | Colin Watson | |
2005-02-22 | Make gnome-ssh-askpass stay above other windows (thanks, Liyang HU; closes: | Colin Watson | |
#296487). | |||
2005-02-18 | Finish 1:3.9p1-3. | Colin Watson | |
2005-02-18 | Add debian/watch file. | Colin Watson | |
2005-01-16 | Explain how to run sshd from inittab in README.Debian (closes: #147360). | Colin Watson | |
2005-01-15 | Finish 1:3.9p1-2. | Colin Watson | |
2005-01-15 | mention where new translations came from | Colin Watson | |
2005-01-15 | Drop LoginGraceTime back to the upstream default of two minutes on new | Colin Watson | |
installs (closes: #289573). | |||
2005-01-15 | Update Spanish debconf template translations (thanks, Santiago Erquicia). | Colin Watson | |
2005-01-15 | Update Greek debconf template translation (thanks, Logiotatidis George). | Colin Watson | |
2005-01-13 | Depend on debconf | debconf-2.0. | Colin Watson | |
2005-01-11 | Remove pam_nologin from /etc/pam.d/ssh, as sshd's built-in support appears | Colin Watson | |
to be sufficient and more useful (closes: #162996). | |||
2005-01-04 | Finish 1:3.9p1-1. | Colin Watson | |
2005-01-04 | yet another bug fixed | Colin Watson | |
2005-01-04 | Expand on openssh-client package description (closes: #273831). | Colin Watson | |
2005-01-04 | more fixed bugs | Colin Watson | |
2005-01-04 | Pass LANG and LC_* environment variables from the client by default, and | Colin Watson | |
accept them to the server by default in new installs, although not on upgrade (closes: #264024). | |||
2005-01-04 | note some closed bugs | Colin Watson | |
2005-01-04 | Merge 3.9p1 to the trunk. | Colin Watson | |
2005-01-04 | Merge from branch-V_3_8_1_P1-4-client-server-split: | Colin Watson | |
cvs up -jV_3_8_1_P1-8 -jbranch-V_3_8_1_P1-4-client-server-split branch-V_3_8_1_P1-4-client-server-split is now closed. For further development for sarge (Debian version 3.8.1p1-8.sarge.4, CVS tag V_3_8_1_P1-8_sarge_4), use branch-V_3_8_1_P1-8_sarge_4-sarge. | |||
2004-12-01 | Build ssh in binary-indep, not binary-arch (thanks, LaMont Jones). | Colin Watson | |
2004-11-28 | Finish 1:3.8.1p1-14. | Colin Watson | |
2004-11-28 | Merge from HEAD: | Colin Watson | |
Make sure that there's a delay in PAM keyboard-interactive authentication when PermitRootLogin is not set to yes and the correct root password is entered (closes: #248747). | |||
2004-11-28 | Merge from HEAD: | Colin Watson | |
Fix timing information leak allowing discovery of invalid usernames in PAM keyboard-interactive authentication (backported from a patch by Darren Tucker; closes: #281595). | |||
2004-11-28 | We use DH_COMPAT=2, so build-depend on debhelper (>= 2). | Colin Watson | |