Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-26 | - (dtucker) [acconfig.h configure.ac openbsd-compat/bsd-misc.{c,h}] | Darren Tucker | |
Remove SETGROUPS_NOOP, was only used by Cygwin, which doesn't need it any more. Patch from vinschen at redhat.com. | |||
2005-02-26 | - (dtucker) [openbsd-compat/bsd-openpty.c openbsd-compat/inet_ntop.c] | Darren Tucker | |
Remove two obsolete Cygwin #ifdefs. Patch from vinschen at redhat.com. | |||
2005-02-16 | - (dtucker) [configure.ac openbsd-compat/port-aix.{c,h}] Silence some more | Darren Tucker | |
compiler warnings on AIX. | |||
2005-02-16 | knf: function names at start of line | Damien Miller | |
2005-02-15 | - (dtucker) [README.platform auth.c configure.ac loginrec.c | Darren Tucker | |
openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Bug #835: enable IPv6 on AIX where possible (see README.platform for details) and work around a misfeature of AIX's getnameinfo. ok djm@ | |||
2005-02-11 | - (dtucker) [openbsd-compat/fake-rfc2553.h] We now need EAI_SYSTEM too. | Darren Tucker | |
2005-02-09 | - (dtucker) [auth-passwd.c openbsd-compat/port-aix.c] Don't call | Darren Tucker | |
disable_forwarding() from compat library. Prevent linker errrors trying to resolve it for binaries other than sshd. ok djm@ | |||
2005-02-08 | - (dtucker) [openbsd-compat/port-aix.c] Silence compiler warnings. | Darren Tucker | |
2005-02-02 | - (dtucker) [auth.c loginrec.h openbsd-compat/{bsd-cray,port-aix}.{c,h}] | Darren Tucker | |
Make record_failed_login() call provide hostname rather than having the implementations having to do lookups themselves. Only affects AIX and UNICOS (the latter only uses the "user" parameter anyway). ok djm@ | |||
2005-02-02 | - (dtucker) [configure.ac openbsd-compat/realpath.c] Sync up with realpath | Darren Tucker | |
rev 1.11 from OpenBSD and make it use fchdir if available. ok djm@ | |||
2004-10-06 | - (dtucker) [monitor_mm.c openbsd-compat/xmmap.c] Bug #940: cast constants | Darren Tucker | |
to void * to appease picky compilers (eg Tru64's "cc -std1"). | |||
2004-09-23 | - (dtucker) [openbsd-compat/bsd-snprintf.c] Previous change was off by one, | Darren Tucker | |
which could have caused the justification to be wrong. ok djm@ | |||
2004-09-21 | - (dtucker) [openbsd-compat/bsd-snprintf.c] Check for max length too. | Darren Tucker | |
ok djm@ | |||
2004-08-30 | - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only | Darren Tucker | |
copy required environment variables on Cygwin. Patch from vinschen at redhat.com, ok djm@ | |||
2004-08-29 | - (dtucker) [openbsd-compat/port-aix.c] Bug #712: Explicitly check for | Darren Tucker | |
accounts with authentication configs that sshd can't support (ie SYSTEM=NONE and AUTH1=something). | |||
2004-08-29 | - (dtucker) [openbsd-compat/getrrsetbyname.c] Prevent getrrsetbyname from | Darren Tucker | |
failing with NOMEMORY if no sigs are returned and malloc(0) returns NULL. From Martin.Kraemer at Fujitsu-Siemens.com; ok djm@ | |||
2004-08-28 | - (dtucker) [openbsd-compat/mktemp.c] Remove superfluous Cygwin #ifdef; from | Darren Tucker | |
vinschen at redhat.com. | |||
2004-08-15 | - (djm) [acconfig.h configure.ac openbsd-compat/Makefile.in | Damien Miller | |
openbsd-compat/bsd-closefrom.c openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h openbsd-compat/openbsd-compat.h] Use smarter closefrom() replacement from sudo; ok dtucker@ | |||
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-14 | - (dtucker) [auth-krb5.c gss-serv-krb5.c openbsd-compat/xmmap.c] | Darren Tucker | |
Explicitly set umask for mkstemp; ok djm@ | |||
2004-08-13 | - (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at | Darren Tucker | |
redhat.com | |||
2004-07-19 | - (djm) [openbsd-compat/bsd-arc4random.c] Discard early keystream, like OpenBSD | Damien Miller | |
ok dtucker@ | |||
2004-07-17 | - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c | Darren Tucker | |
ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rand-helper.c ssh.c sshd.c openbsd-compat/bsd-misc.c] Move "char *__progname" to bsd-misc.c. Reduces diff vs OpenBSD; ok mouring@, tested by tim@ too. | |||
2004-06-28 | - (dtucker) [openbsd-compat/port-aix.c] Missing __func__. | Darren Tucker | |
2004-06-25 | - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h] | Darren Tucker | |
Add closefrom() for platforms that don't have it. (might need some tuning later, but I want to be able to test reexec). | |||
2004-06-23 | - (dtucker) [auth.c openbsd-compat/port-aix.c openbsd-compat/port-aix.h] | Darren Tucker | |
Move loginrestrictions test to port-aix.c, replace with a generic hook. | |||
2004-06-16 | - (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No | Darren Tucker | |
code changes. | |||
2004-05-23 | - (bal) [openbsd-compat/sys-queue.h] Reintroduce machinary to handle | Ben Lindstrom | |
old/broken/incomplete <sys/queue.h>. | |||
2004-05-13 | - (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERROR | Darren Tucker | |
-> HAVE_DECL_H_ERRNO. | |||
2004-05-13 | - (dtucker) [openbsd-compat/getrrsetbyname.c] Check that HAVE_DECL_H_ERROR | Darren Tucker | |
is defined before using. | |||
2004-05-13 | - deraadt@cvs.openbsd.org 2004/05/11 19:01:43 | Darren Tucker | |
[auth.c auth2-none.c authfile.c channels.c monitor.c monitor_mm.c packet.c packet.h progressmeter.c session.c openbsd-compat/xmmap.c] improve some code lint did not like; djm millert ok | |||
2004-04-23 | - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno | Darren Tucker | |
as extern int if not already declared. Fixes compile errors on old SCO platforms. ok tim@ | |||
2004-04-20 | - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD, needed for above change | Damien Miller | |
2004-04-18 | - (djm) [openbsd-compat/bsd-cygwin_util.c] Recent versions of Cygwin allow | Damien Miller | |
change of user context without a password, so relax auth method restrictions; from vinschen AT redhat.com; ok dtucker@ | |||
2004-03-10 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #812: #undef getaddrinfo | Darren Tucker | |
before redefining it, silences warnings on Tru64. | |||
2004-03-08 | - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.h | Darren Tucker | |
openbsd-compat/setenv.c] Unset KRB5CCNAME on AIX to prevent it from being inherited by the child. ok djm@ | |||
2004-03-04 | - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h | Darren Tucker | |
openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when configured --with-osfsia. ok djm@ | |||
2004-02-23 | [openbsd-compat/getrrsetbyname.c] Make gcc 2.7.2.3 happy. ok djm@ | Tim Rice | |
2004-02-20 | - (djm) [openbsd-compat/setproctitle.c] fix comments; from grange@ | Damien Miller | |
2004-02-17 | - (djm) Simplify the license on code I have written. No code changes. | Damien Miller | |
2004-02-10 | - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Move | Darren Tucker | |
include from port-aix.h to port-aix.c and remove unnecessary function definition. Fixes build errors on AIX. #include'ing auth.h in port-aix.h causes conflicting definitions of Authctxt in sshconnect2.c. Sigh. | |||
2004-02-10 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #563: Prepend ssh_ to compat | Darren Tucker | |
functions to avoid conflicts with Heimdal's libroken. ok djm@ | |||
2004-02-10 | - (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c | Darren Tucker | |
openbsd-compat/port-aix.h] Bug #14: Use do_pwchange to support AIX's native password expiry. | |||
2004-02-06 | - (dtucker) [openbsd-compat/port-aix.c openbsd-compat/port-aix.h] Restore | Darren Tucker | |
previous authdb setting after auth calls. Fixes problems with setpcred failing on accounts that use AFS or NIS password registries. | |||
2004-01-30 | - (dtucker) [configure.ac openbsd-compat/bsd-cray.c openbsd-compat/bsd-cray.h] | Darren Tucker | |
Bug #775: Cray fixes from wendy at cray.com | |||
2004-01-26 | [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ | Tim Rice | |
and T_SIG to getrrsetbyname.h | |||
2004-01-24 | - (djm) Typo in openbsd-compat/bsd-openpty.c; from wendyp AT cray.com | Damien Miller | |
2004-01-21 | - deraadt@cvs.openbsd.org 2004/01/11 21:55:06 | Damien Miller | |
[sshpty.c] for pty opening, only use the openpty() path. the other stuff only needs to be in openssh-p; markus ok - (djm) [openbsd-compat/bsd-openpty.c] Rework old sshpty.c code into an openpty() replacement | |||
2003-12-18 | - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are | Ben Lindstrom | |
using a real 'signal()' (Noticed by a NeXT Compile) | |||
2003-11-24 | - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original | Damien Miller | |
source file path (in OpenBSD tree). |