Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-15 | - (dtucker) [Makefile.in ssh-keysign.c ssh.c] Use permanently_set_uid() since | Darren Tucker | |
it does the right thing on all platforms. ok djm@ | |||
2004-08-15 | - (dtucker) [loginrec.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] | Darren Tucker | |
Plug AIX login recording into login_write so logins will be recorded for all auth types. | |||
2004-08-15 | - (dtucker) [includes.h] Undef _INCLUDE__STDC__ on HP-UX, otherwise | Darren Tucker | |
prot.h and shadow.h provide conflicting declarations of getspnam. ok djm@ | |||
2004-08-14 | - (dtucker) [auth-krb5.c gss-serv-krb5.c openbsd-compat/xmmap.c] | Darren Tucker | |
Explicitly set umask for mkstemp; ok djm@ | |||
2004-08-14 | remove antique crypto restrictions text | Damien Miller | |
2004-08-13 | - dtucker@cvs.openbsd.org 2004/08/13 11:09:24 | Darren Tucker | |
[servconf.c] Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.fr ok markus@, djm@ | |||
2004-08-13 | - djm@cvs.openbsd.org 2004/08/13 02:51:48 | Darren Tucker | |
[monitor_fdpass.c] extra check for no message case; ok markus, deraadt, hshoexer, henning | |||
2004-08-13 | - jmc@cvs.openbsd.org 2004/08/13 00:01:43 | Darren Tucker | |
[ssh-keygen.1] kill whitespace at eol; | |||
2004-08-13 | - jakob@cvs.openbsd.org 2004/08/12 21:41:13 | Darren Tucker | |
[ssh-keygen.1 ssh.1] improve SSHFP documentation; ok deraadt@ | |||
2004-08-13 | - djm@cvs.openbsd.org 2004/08/12 09:18:24 | Darren Tucker | |
[sshlogin.c] typo in error message, spotted by moritz AT jodeit.org (Id sync only) | |||
2004-08-13 | - avsm@cvs.openbsd.org 2004/08/11 21:44:32 | Darren Tucker | |
[authfd.c scp.c ssh-keyscan.c] use atomicio instead of homegrown equivalents or read/write. markus@ ok | |||
2004-08-13 | - avsm@cvs.openbsd.org 2004/08/11 21:43:05 | Darren Tucker | |
[channels.c channels.h clientloop.c misc.c misc.h serverloop.c ssh-agent.c] some signed/unsigned int comparison cleanups; markus@ ok | |||
2004-08-13 | - (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at | Darren Tucker | |
redhat.com | |||
2004-08-12 | - (dtucker) [sshd.c] Clear loginmsg in postauth monitor, prevents doubling | Darren Tucker | |
messages generated before the postauth privsep split. | |||
2004-08-12 | - djm@cvs.openbsd.org 2004/08/11 12:01:16 | Darren Tucker | |
[sshlogin.c] make store_lastlog_message() static to appease -Wall; ok markus | |||
2004-08-12 | - djm@cvs.openbsd.org 2004/08/11 11:59:22 | Darren Tucker | |
[sshlogin.c] check that lseek went were we told it to; ok markus@ (Id sync only, but similar changes are needed in loginrec.c) | |||
2004-08-12 | - dtucker@cvs.openbsd.org 2004/08/11 11:50:09 | Darren Tucker | |
[sshd.c] Don't try to close startup_pipe if it's not open; ok djm@ | |||
2004-08-12 | - dtucker@cvs.openbsd.org 2004/08/11 11:09:54 | Darren Tucker | |
[servconf.c] Fix minor leak; "looks right" deraadt@ | |||
2004-08-12 | - djm@cvs.openbsd.org 2004/08/04 10:37:52 | Darren Tucker | |
[dh.c] return group14 when no primes found - fixes hang on empty /etc/moduli; ok markus@ | |||
2004-08-12 | - markus@cvs.openbsd.org 2004/07/28 09:40:29 | Darren Tucker | |
[auth.c auth1.c auth2.c cipher.c cipher.h key.c session.c ssh.c sshconnect1.c] more s/illegal/invalid/ | |||
2004-08-12 | - markus@cvs.openbsd.org 2004/07/28 08:56:22 | Darren Tucker | |
[sshd.c] call setsid() _before_ re-exec | |||
2004-08-12 | - (dtucker) [sshd.c] Remove duplicate variable imported during sync. | Darren Tucker | |
2004-08-02 | Finish openssh 1:3.8.1p1-9. | Colin Watson | |
2004-08-02 | Drop priorities of openssh-server and ssh to optional. | Colin Watson | |
2004-08-02 | Remove /etc/ssh/sshd_not_to_be_run on purge of openssh-server. For now | Colin Watson | |
(until sarge+2) it's still honoured to avoid breaking existing configurations, but the right approach is now to remove the openssh-server package if you don't want to run the server. Add a NEWS item to that effect. | |||
2004-08-02 | According to Matt Zimmerman, there should only be one NEWS file per source | Colin Watson | |
package. | |||
2004-08-02 | Add a heuristic to try to make sure the sshd_config upgrade to >= 3.7 | Colin Watson | |
happens even though we don't know what version we're upgrading from. | |||
2004-08-02 | Add copyright file to transitional ssh package. | Colin Watson | |
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. | |||
2004-07-30 | Merge from MAIN: | Colin Watson | |
cvs up -jV_3_8_1_P1-4 -jV_3_8_1_P1-8 | |||
2004-07-29 | Changelog Matthew's copyright file change. Finish 1:3.8.1p1-8. | Colin Watson | |
2004-07-28 | update copyright file to allow distribution of the debian patch | Matthew Vernon | |
2004-07-22 | Re-enable shadow password support in openssh-server-udeb, at Bastian | Colin Watson | |
Blank's request (closes: #260800). | |||
2004-07-21 | Finish 1:3.8.1p1-6. | Colin Watson | |
2004-07-21 | Generate host keys in postinst only if the relevant HostKey directives are | Colin Watson | |
found in sshd_config (closes: #87946). | |||
2004-07-21 | Make isinstallable executable. | Colin Watson | |
2004-07-21 | - djm@cvs.openbsd.org 2004/07/21 11:51:29 | Damien Miller | |
[canohost.c] bz#902: cache remote port so we don't fatal() in auth_log when remote connection goes away quickly. from peak AT argo.troja.mff.cuni.cz; ok markus@ | |||
2004-07-21 | - (djm) [auth-pam.c] Portable parts of bz#899: Don't display invalid | Damien Miller | |
usernames in setproctitle from peak AT argo.troja.mff.cuni.cz; | |||
2004-07-21 | - djm@cvs.openbsd.org 2004/07/21 10:36:23 | Damien Miller | |
[gss-serv-krb5.c] fix function declaration | |||
2004-07-21 | - djm@cvs.openbsd.org 2004/07/21 10:33:31 | Damien Miller | |
[auth1.c auth2.c] bz#899: Don't display invalid usernames in setproctitle | |||
2004-07-21 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- markus@cvs.openbsd.org 2004/07/21 08:56:12 [auth.c] s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ... | |||
2004-07-21 | - (djm) [regress/README.regress] Remove caveat regarding TCP wrappers, now | Damien Miller | |
that sshd is fixed to behave better; suggested by tim | |||
2004-07-21 | - (djm) [contrib/redhat/sshd.pam] bz #903: Remove redundant entries; from | Damien Miller | |
peak AT argo.troja.mff.cuni.cz | |||
2004-07-21 | - (djm) [log.c] bz #111: Escape more control characters when sending data | Damien Miller | |
to syslog; from peak AT argo.troja.mff.cuni.cz | |||
2004-07-19 | Implement hack in http://lists.debian.org/debian-boot/2004/07/msg01207.html | Colin Watson | |
to get openssh-client-udeb to show up as a retrievable debian-installer component. | |||
2004-07-19 | - (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry. | Tim Rice | |
Report by rac AT tenzing.org | |||
2004-07-19 | - (djm) [auth-pam.c] Avoid use of xstrdup and friends in conversation function, | Damien Miller | |
instead return PAM_CONV_ERR, avoiding another path to fatal(); ok dtucker@ | |||
2004-07-19 | - (djm) [openbsd-compat/bsd-arc4random.c] Discard early keystream, like OpenBSD | Damien Miller | |
ok dtucker@ | |||
2004-07-17 | - dtucker@cvs.openbsd.org 2004/07/17 05:31:41 | Darren Tucker | |
[monitor.c monitor_wrap.c session.c session.h sshd.c sshlogin.c] Move "Last logged in at.." message generation to the monitor, right before recording the new login. Fixes missing lastlog message when /var/log/lastlog is not world-readable and incorrect datestamp when multiple sessions are used (bz #463); much assistance & ok markus@ | |||
2004-07-17 | - brad@cvs.openbsd.org 2004/07/12 23:34:25 | Darren Tucker | |
[ssh-keyscan.1] Fix incorrect macro, .I -> .Em From: Eric S. Raymond <esr at thyrsus dot com> ok jmc@ |