summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-13 - jmc@cvs.openbsd.org 2005/11/30 11:45:20Damien Miller
[ssh.1] avoid ambiguities in describing TZ; ok djm@
2005-12-13 - (djm) OpenBSD CVS SyncDamien Miller
- jmc@cvs.openbsd.org 2005/11/30 11:18:27 [ssh.1] timezone -> time zone
2005-12-01Bump release note URLDarren Tucker
2005-12-01 - (djm) [envpass.sh] Remove regress script that was accidentally committedDamien Miller
in top level directory and not noticed for over a year :)
2005-11-28 - (tim) [configure.ac sshd.8] Enable locked account check (a "*LK*" string)Tim Rice
for UnixWare.
2005-11-29 - dtucker@cvs.openbsd.org 2005/11/29 02:04:55Darren Tucker
[ssh-keygen.c] Populate default key sizes before checking them; from & ok tim@
2005-11-28 - (tim) [ssh-keygen.c] Move DSA length test after setting default whenTim Rice
bits == 0.
2005-11-28 - (dtucker) [includes.h] Bug #1122: __USE_GNU is a glibc internal macro, useDarren Tucker
_GNU_SOURCE instead. Patch from t8m at centrum.cz.
2005-11-28 - dtucker@cvs.openbsd.org 2005/11/28 06:02:56Darren Tucker
[ssh-agent.1] Update agent socket path templates to reflect reality, correct xref for time formats. bz#1121, patch from openssh at roumenpetrov.info, ok djm@
2005-11-28 [ssh-keygen.1 ssh-keygen.c]Darren Tucker
Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2, increase minumum RSA key size to 768 bits and update man page to reflect these. Patch originally bz#1119 (senthilkumar_sen at hotpop.com), ok djm@, grudging ok deraadt@.
2005-11-28 - (dtucker) [regress/yes-head.sh] Work around breakage caused by someDarren Tucker
versions of GNU head. Based on patch from zappaman at buraphalinux.org
2005-11-26 - (dtucker) [configure.ac] Bug #1126: AIX 5.2 and 5.3 (and presumably newer,Darren Tucker
when they're available) need the real UID set otherwise pam_chauthtok will set ADMCHG after changing the password, forcing the user to change it again immediately.
2005-11-25 - (dtucker) [progressmeter.c scp.c sftp-server.c] Use correct casts forDarren Tucker
snprintf formats, fixes warnings on some 64 bit platforms. Patch from shaw at vranix.com, ok djm@
2005-11-25 - (dtucker) [configure.ac] Apply tim's fix for older systems where theDarren Tucker
resolver state in resolv.h is "state" not "__res_state". With slight modification by me to also work on old AIXes. ok djm@
2005-11-24 - (dtucker) [regress/test-exec.sh] Use 1024 bit keys since we generate soDarren Tucker
many and use them only once. Speeds up testing on older/slower hardware.
2005-11-24 - (dtucker) [configure.ac] Fix typos in comments and AC_SEARCH_LIB argumentDarren Tucker
order in Reliant Unix block. Patch from johane at lysator.liu.se.
2005-11-24 - (djm) [configure.ac openbsd-compat/Makefile.in openbsd-compat/bsd-asprintf.cDamien Miller
openbsd-compat/bsd-snprintf.c openbsd-compat/openbsd-compat.h] Add an asprintf() implementation, after syncing our {v,}snprintf() implementation with some extra fixes from Samba's version. With help and debugging from dtucker and tim; ok dtucker@
2005-11-22 - (dtucker) [loginrec.c] Add casts to prevent compiler warnings, patchDarren Tucker
from shaw at vranix.com.
2005-11-22 - dtucker@cvs.openbsd.org 2005/11/22 03:36:03Darren Tucker
[hostfile.c] Correct format/arguments to debug call; spotted by shaw at vranix.com ok djm@
2005-11-22 - dtucker@cvs.openbsd.org 2005/11/21 09:42:10Darren Tucker
[auth-krb5.c] Perform Kerberos calls even for invalid users to prevent leaking information about account validity. bz #975, patch originally from Senthil Kumar, sanity checked by Simon Wilkinson, tested by djm@, biorn@, ok markus@
2005-11-22 - millert@cvs.openbsd.org 2005/11/15 11:59:54Darren Tucker
[includes.h] Include sys/queue.h explicitly instead of assuming some other header will pull it in. At the moment it gets pulled in by sys/select.h (which ssh has no business including) via event.h. OK markus@ (ID sync only in -portable)
2005-11-22 - deraadt@cvs.openbsd.org 2005/11/12 18:38:15Darren Tucker
[scp.c] avoid close(-1), as in rcp; ok cloder
2005-11-22 - deraadt@cvs.openbsd.org 2005/11/12 18:37:59Darren Tucker
[ssh-add.c] space
2005-11-20 - (dtucker) [openbsd-compat/openssl-compat.h] Add comment explaining whatDarren Tucker
is going on.
2005-11-12 - (dtucker) [regress/reconfigure.sh] Fix potential race in the reconfigureDarren Tucker
test: if sshd takes too long to reconfigure the subsequent connection will fail. Zap pidfile before HUPing sshd which will rewrite it when it's ready.
2005-11-12 - (dtucker) [configure.ac] Remove duplicate utimes() check. ok djm@Darren Tucker
2005-11-12 - (dtucker) [configure.ac] Use "$AWK" instead of "awk" in gcc version test.Darren Tucker
2005-11-12 - (dtucker) [openbsd-compat/{realpath.c,stroll.c,rresvport.c}] $OpenBSD tag.Darren Tucker
2005-11-12 - (dtucker) [openbsd-compat/realpath.c] Sync $OpenBSD tag.Darren Tucker
2005-11-12 - (dtucker) [openbsd-compat/getrrsetbyname.c] Restore Portable-specificDarren Tucker
ifdef lost during sync. Spotted by tim@.
2005-11-10- (dtucker) [configure.ac] Try to get the gcc version number in a way thatDarren Tucker
doesn't change between versions, and use a safer default.
2005-11-10 - (dtucker) [openbsd-compat/sigact.h] Update from OpenBSD 1.2 -> 1.3.Darren Tucker
Id and copyright sync only, there were no substantial changes we need.
2005-11-10typoDarren Tucker
2005-11-10 - (dtucker) [openbsd-compat/bsd-closefrom.c openbsd-compat/base64.c]Darren Tucker
-Wall fixes from djm.
2005-11-10 - (dtucker) [openbsd-compat/sigact.c] Update from OpenBSD 1.3 -> 1.4.Darren Tucker
Id and copyright sync only, there were no substantial changes we need.
2005-11-10 - (dtucker) [openbsd-compat/bindresvport.c] Update from OpenBSD 1.16 -> 1.17.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/bindresvport.c] Add "OPENBSD ORIGINAL" marker.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/rresvport.c] Update from OpenBSD 1.6 -> 1.8.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/mktemp.c] Update from OpenBSD 1.17 -> 1.19.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/daemon.c] Update from OpenBSD 1.10 -> 1.13.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/strsep.c] Update from OpenBSD 1.5 -> 1.6.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/daemon.c] Update from OpenBSD 1.5 -> 1.6.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/inet_ntop.c] Update from OpenBSD 1.5 -> 1.7.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/inet_nto.c] Update from OpenBSD 1.4 -> 1.6.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/inet_aton.c] Update from OpenBSD 1.7 -> 1.9.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/getcwd.c] Replace lstat with fstat to match upDarren Tucker
with OpenBSD code since we don't support platforms without fstat any more.
2005-11-10 - (dtucker) [openbsd-compat/getcwd.c] Update from OpenBSD 1.9 -> 1.14.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/glob.h] Update from OpenBSD 1.8 -> 1.9.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/glob.c] Update from OpenBSD 1.22 -> 1.25.Darren Tucker
2005-11-10 - (dtucker) [openbsd-compat/readpassphrase.h] Update from OpenBSD 1.3 -> 1.5.Darren Tucker