summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-01-04 13:43:07 +0000
committerColin Watson <cjwatson@debian.org>2005-01-04 13:43:07 +0000
commit223df7b73954457eed7c9689d76d86bdaaa288b4 (patch)
tree33e34876adb05732c1206ce0f04f12af68ac0ce4 /debian
parenta663f4b1305fe471ad10ca9959ad522d42341d13 (diff)
Pass LANG and LC_* environment variables from the client by default, and
accept them to the server by default in new installs, although not on upgrade (closes: #264024).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/openssh-server.postinst3
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 546a0c4f2..a9c7327de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,11 @@ openssh (1:3.9p1-1) UNRELEASED; urgency=low
3 * New upstream release. 3 * New upstream release.
4 - PAM password authentication implemented again (closes: #238699, 4 - PAM password authentication implemented again (closes: #238699,
5 #242119). 5 #242119).
6 - Implemented the ability to pass selected environment variables between
7 the client and the server.
8 * Pass LANG and LC_* environment variables from the client by default, and
9 accept them to the server by default in new installs, although not on
10 upgrade (closes: #264024).
6 * Build ssh in binary-indep, not binary-arch (thanks, LaMont Jones). 11 * Build ssh in binary-indep, not binary-arch (thanks, LaMont Jones).
7 12
8 -- Colin Watson <cjwatson@debian.org> Wed, 1 Dec 2004 16:23:23 +0000 13 -- Colin Watson <cjwatson@debian.org> Wed, 1 Dec 2004 16:23:23 +0000
diff --git a/debian/openssh-server.postinst b/debian/openssh-server.postinst
index 1da6cdfc5..15e43f1a4 100644
--- a/debian/openssh-server.postinst
+++ b/debian/openssh-server.postinst
@@ -256,6 +256,9 @@ KeepAlive yes
256#MaxStartups 10:30:60 256#MaxStartups 10:30:60
257#Banner /etc/issue.net 257#Banner /etc/issue.net
258 258
259# Allow client to pass locale environment variables
260AcceptEnv LANG LC_*
261
259Subsystem sftp /usr/lib/sftp-server 262Subsystem sftp /usr/lib/sftp-server
260 263
261UsePAM yes 264UsePAM yes