Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-02 | Remove init script stop link in rc1, as killprocs handles it already. | Colin Watson | |
2009-10-04 | Pass $SSHD_OPTS when checking configuration too (thanks, "sobtwmxt"; | Colin Watson | |
closes: #548662). | |||
2009-07-28 | Set umask to 022 in the init script as well as postinsts (closes: | Colin Watson | |
#539030). | |||
2009-01-14 | Disable OOM adjustment for vserver/OpenVZ (thanks, Karl Chen; closes: | Colin Watson | |
#511771). | |||
2008-07-23 | * Merge from Ubuntu: | Colin Watson | |
- Add 'status' action to openssh-server init script, requiring lsb-base (>= 3.2-13) (thanks, Dustin Kirkland). | |||
2008-05-25 | Restore OOM killer adjustment for child processes (thanks, Vaclav Ovsik; | Colin Watson | |
closes: #480020). | |||
2008-05-25 | Remove 0 and 6 from Default-Stop in init script (thanks, Kel Modderman; | Colin Watson | |
closes: #481151). | |||
2008-05-25 | Make init script depend on $syslog, and fix some other dependency | Colin Watson | |
glitches (thanks, Petter Reinholdtsen; closes: #481018). | |||
2008-03-31 | Ignore errors writing to oom_adj (closes: #473573). | Colin Watson | |
2008-03-30 | * Disable the Linux kernel's OOM-killer for the sshd parent; tweak | Colin Watson | |
SSHD_OOM_ADJUST in /etc/default/ssh to change this (closes: #341767). | |||
2008-02-01 | * Allow passing temporary daemon parameters on the init script's command | Colin Watson | |
line, e.g. '/etc/init.d/ssh start "-o PermitRootLogin=yes"' (thanks, Marc Haber; closes: #458547). | |||
2007-12-24 | * Create /var/run/sshd on start even if /etc/ssh/sshd_not_to_be_run exists | Colin Watson | |
(closes: #453285). | |||
2007-06-13 | * Add try-restart action to init script. | Colin Watson | |
2007-06-12 | add Short-Description | Colin Watson | |
2007-06-12 | * Emit a slightly more informative message from the init script if | Colin Watson | |
/dev/null has somehow become not a character device (closes: #369964). | |||
2007-06-12 | * Use LSB functions in init scripts, and add an LSB-style header (thanks, | Colin Watson | |
Christian Perrier; closes: #389038). | |||
2007-06-09 | * Use 'start-stop-daemon --oknodo' so that openssh-server's init script | Colin Watson | |
exits successfully if sshd is already running (closes: #426858). | |||
2006-05-17 | * On '/etc/init.d/ssh restart', create /var/run/sshd before checking the | Colin Watson | |
server configuration, as otherwise 'sshd -t' will complain about the lack of /var/run/sshd (closes: https://launchpad.net/bugs/45234). | |||
2004-07-31 | * Split the ssh binary package into openssh-client and openssh-server | Colin Watson | |
(closes: #39741). openssh-server depends on openssh-client for some common functionality; it didn't seem worth creating yet another package for this. * New transitional ssh package, depending on openssh-client and openssh-server. May be removed once nothing depends on it. * When upgrading from ssh to openssh-{client,server}, it's very difficult for the maintainer scripts to find out what version we're upgrading from without dodgy dpkg hackery. I've therefore taken the opportunity to move a couple of debconf notes into NEWS files, namely ssh/ssh2_keys_merged and ssh/user_environment_tell. * In general, upgrading to this version directly from woody without first upgrading to the version in sarge is not currently guaranteed to work very smoothly due to the aforementioned version discovery problems. |