summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-10-19 16:34:14 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-10-19 16:34:14 +1000
commit4ce9fd0e93bccdbb0e0723d0e77dbc459c7acedf (patch)
tree94fa943cc4a55df48c1b14a312c266a827afb550
parent35beaddc7e86a47d782d5b69b26e940d2a8b6f73 (diff)
- (dtucker) [uidswap.c] Don't test dropping of gids for the root user or
on Cygwin. Cygwin parts from vinschen at redhat com; ok djm@
-rw-r--r--ChangeLog115
1 files changed, 1 insertions, 114 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b5725d2..b89aa86f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,119 +2,6 @@
- (dtucker) [uidswap.c] Don't test dropping of gids for the root user or
on Cygwin. Cygwin parts from vinschen at redhat com; ok djm@
-20041016
- - (djm) [auth-pam.c] snprintf->strl*, fix server message length calculations;
- ok dtucker@
-
-20041006
- - (dtucker) [README.privsep] Bug #939: update info about HP-UX Trusted Mode
- and other PAM platforms.
- - (dtucker) [monitor_mm.c openbsd-compat/xmmap.c] Bug #940: cast constants
- to void * to appease picky compilers (eg Tru64's "cc -std1").
-
-20040930
- - (dtucker) [configure.ac] Set AC_PACKAGE_NAME. ok djm@
-
-20040923
- - (dtucker) [openbsd-compat/bsd-snprintf.c] Previous change was off by one,
- which could have caused the justification to be wrong. ok djm@
-
-20040921
- - (dtucker) [openbsd-compat/bsd-snprintf.c] Check for max length too.
- ok djm@
- - (dtucker) [contrib/cygwin/ssh-host-config] Update to match current Cygwin
- install process. Patch from vinschen at redhat.com.
-
-20040912
- - (djm) [loginrec.c] Start KNF and tidy up of this long-neglected file.
- No change in resultant binary
- - (djm) [loginrec.c] __func__ifiy
- - (djm) [loginrec.c] xmalloc
- - (djm) [ssh.c sshd.c version.h] Don't divulge portable version in protocol
- banner. Suggested by deraadt@, ok mouring@, dtucker@
- - (dtucker) [configure.ac] Fix incorrect quoting and tests for cross-compile.
- Partly by & ok djm@.
-
-20040911
- - (djm) [ssh-agent.c] unifdef some cygwin code; ok dtucker@
- - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #890: Send output from
- failing PAM session modules to user then exit, similar to the way
- /etc/nologin is handled. ok djm@
- - (dtucker) [auth-pam.c] Relocate sshpam_store_conv(), no code change.
- - (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c]
- Make cygwin code more consistent with that which surrounds it
- - (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c]
- Bug #892: Send messages from failing PAM account modules to the client via
- SSH2_MSG_USERAUTH_BANNER messages. Note that this will not happen with
- SSH2 kbdint authentication, which need to be dealt with separately. ok djm@
- - (dtucker) [session.c] Bug #927: make .hushlogin silent again. ok djm@
- - (dtucker) [configure.ac] Bug #321: Add cross-compile support to configure.
- Parts by chua at ayrnetworks.com, astrand at lysator.liu.se and me. ok djm@
- - (dtucker) [auth-krb5.c] Bug #922: Pass KRB5CCNAME to PAM. From deengert
- at anl.gov, ok djm@
-
-20040830
- - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
- copy required environment variables on Cygwin. Patch from vinschen at
- redhat.com, ok djm@
- - (dtucker) [regress/Makefile] Clean scp-ssh-wrapper.scp too. Patch from
- vinschen at redhat.com.
- - (dtucker) [Makefile.in contrib/ssh-copy-id] Bug #894: Improve portability
- of shell constructs. Patch from cjwatson at debian.org.
-
-20040829
- - (dtucker) [openbsd-compat/getrrsetbyname.c] Prevent getrrsetbyname from
- failing with NOMEMORY if no sigs are returned and malloc(0) returns NULL.
- From Martin.Kraemer at Fujitsu-Siemens.com; ok djm@
- - (dtucker) OpenBSD CVS Sync
- - djm@cvs.openbsd.org 2004/08/23 11:48:09
- [authfile.c]
- fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus
- - djm@cvs.openbsd.org 2004/08/23 11:48:47
- [channels.c]
- typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markus
- - dtucker@cvs.openbsd.org 2004/08/23 14:26:38
- [ssh-keysign.c ssh.c]
- Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches
- change in Portable; ok markus@ (CVS ID sync only)
- - dtucker@cvs.openbsd.org 2004/08/23 14:29:23
- [ssh-keysign.c]
- Remove duplicate getuid(), suggested by & ok markus@
- - markus@cvs.openbsd.org 2004/08/26 16:00:55
- [ssh.1 sshd.8]
- get rid of references to rhosts authentication; with jmc@
- - djm@cvs.openbsd.org 2004/08/28 01:01:48
- [sshd.c]
- don't erroneously close stdin for !reexec case, from Dave Johnson;
- ok markus@
- - (dtucker) [configure.ac] Include sys/stream.h in sys/ptms.h header check,
- fixes configure warning on Solaris reported by wknox at mitre.org.
- - (dtucker) [regress/multiplex.sh] Skip test on platforms that do not
- support FD passing since multiplex requires it. Noted by tim@
- - (dtucker) [regress/dynamic-forward.sh] Allow time for connections to be torn
- down, needed on some platforms, should be harmless on others. Patch from
- jason at devrandom.org.
- - (dtucker) [regress/scp.sh] Make this work on Cygwin too, which doesn't like
- files ending in .exe that aren't binaries; patch from vinschen at redhat.com.
- - (dtucker) [Makefile.in] Get regress/Makefile symlink right for out-of-tree
- builds too, from vinschen at redhat.com.
- - (dtucker) [regress/agent-ptrace.sh] Skip ptrace test on OSF1/DUnix/Tru64
- too; patch from cmadams at hiwaay.net.
- - (dtucker) [configure.ac] Replace non-portable echo \n with extra echo.
- - (dtucker) [openbsd-compat/port-aix.c] Bug #712: Explicitly check for
- accounts with authentication configs that sshd can't support (ie
- SYSTEM=NONE and AUTH1=something).
-
-20040828
- - (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from
- vinschen at redhat.com.
-
-20040823
- - (djm) [ssh-rand-helper.c] Typo. Found by
- Martin.Kraemer AT Fujitsu-Siemens.com
- - (djm) [loginrec.c] Typo and bad args in error messages; Spotted by
- Martin.Kraemer AT Fujitsu-Siemens.com
-
20040817
- (dtucker) [regress/README.regress] Note compatibility issues with GNU head.
- (djm) OpenBSD CVS Sync
@@ -1771,4 +1658,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3561 2004/10/19 06:33:33 dtucker Exp $
+$Id: ChangeLog,v 1.3517.2.1 2004/10/19 06:34:14 dtucker Exp $