Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-15 | - (dtucker) [defines.h] Find a value for IOV_MAX or use a conservative | Darren Tucker | |
default. Patch originally from tim@, ok djm | |||
2006-03-15 | - (djm) [configure.ac defines.h kex.c md-sha256.c] | Damien Miller | |
[openbsd-compat/sha2.h openbsd-compat/openbsd-compat.h] [openbsd-compat/sha2.c] First stab at portability glue for SHA256 KEX support, should work with libc SHA256 support or OpenSSL EVP_sha256 if present | |||
2005-12-17 | - (dtucker) [defines.h] HP-UX system headers define "YES" and "NO" which | Darren Tucker | |
scp.c also uses, so undef them here. | |||
2005-10-09 | - (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current | Darren Tucker | |
versions from OpenBSD. ok djm@ | |||
2005-09-08 | Last commit skipped defines.h | Tim Rice | |
- (tim) [defines.h openbsd-compat/port-uw.c] Add long password support to OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ | |||
2005-08-31 | - (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.c | Tim Rice | |
openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] libiaf cleanup. Disable libiaf bits for OpenServer6. Free memory allocated by ia_get_logpwd(). Feedback and OK dtucker@ | |||
2005-08-26 | - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c | Tim Rice | |
openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h openbsd-compat/xcrypt.c] New files [openssh/openbsd-compat/port-uw.c openssh/openbsd-compat/port-uw.h] Support long passwords (> 8-char) on UnixWare 7 from Dhiraj Gulati and Ahsan Rashid. Cleanup and testing by tim@. Feedback and OK dtucker@ | |||
2005-08-23 | - (tim) [defines.h] PATH_MAX bits for OpenServer OK dtucker@ | Tim Rice | |
2005-08-23 | - (dtucker) [configure.ac defines.h includes.h sftp.c] Add support for | Darren Tucker | |
LynxOS, patch from Olli Savia (ops at iki.fi). ok djm@ | |||
2005-08-10 | - (dtucker) [LICENCE configure.ac defines.h openbsd-compat/realpath.c] | Darren Tucker | |
Sync current (thread-safe) version of realpath.c from OpenBSD (which is in turn based on FreeBSD's). ok djm@ | |||
2005-07-14 | - (dtucker) [configure.ac defines.h] Define __sentinel__ to nothing if the | Darren Tucker | |
compiler doesn't understand it to prevent warnings. If any mainstream compiler versions acquire it we can test for those versions. Based on discussion with djm@. | |||
2005-05-27 | - (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.c | Darren Tucker | |
openbsd-compat/bsd-misc.c] Add support for Ultrix. No, that's not a typo. Required changes from Bernhard Simon, integrated by me. ok djm@ | |||
2005-05-27 | - (djm) [defines.h] Use our realpath if we have to define PATH_MAX, spotted by | Damien Miller | |
David Leach; ok dtucker@ | |||
2005-02-20 | - (dtucker) [LICENCE Makefile.in README.platform audit-bsm.c configure.ac | Darren Tucker | |
defines.h] Bug #125: Add *EXPERIMENTAL* BSM audit support. Configure --with-audit=bsm to enable. Patch originally from Sun Microsystems, parts by John R. Jackson. ok djm@ | |||
2005-02-02 | - (dtucker) [auth.c canohost.c canohost.h configure.ac defines.h loginrec.c] | Darren Tucker | |
Bug #974: Teach sshd to write failed login records to btmp for failed auth attempts (currently only for password, kbdint and C/R, only on Linux and HP-UX), based on code from login.c from util-linux. With ashok_kovai at hotmail.com, ok djm@ | |||
2004-06-22 | - (dtucker) [defines.h] Define __dead if not already defined. | Darren Tucker | |
2004-06-15 | - djm@cvs.openbsd.org 2004/06/13 15:03:02 | Damien Miller | |
[channels.c channels.h clientloop.c clientloop.h includes.h readconf.c] [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5] implement session multiplexing in the client (the server has supported this since 2.0); ok markus@ | |||
2004-04-14 | - (dtucker) [auth-skey.c defines.h monitor.c] Make skeychallenge explicitly | Darren Tucker | |
4-arg, with compatibility for 3-arg versions. From djm@, ok me. | |||
2004-04-14 | - (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-arg | Darren Tucker | |
skeychallenge(), eg on NetBSD. ok mouring@ | |||
2004-04-08 | - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and | Darren Tucker | |
simplify loginrec.c. ok tim@ | |||
2004-04-06 | - (dtucker) [acconfig.h configure.ac defines.h] Bug #820: don't use | Darren Tucker | |
updwtmpx() on IRIX since it seems to clobber utmp. 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-10 | - (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.h | Darren Tucker | |
defines.h] Bug #14: Use do_pwchange to support password expiry and force change for platforms using /etc/shadow. ok djm@ | |||
2004-01-26 | [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ | Tim Rice | |
and T_SIG to getrrsetbyname.h | |||
2004-01-26 | [defines.h] Add defines for HFIXEDSZ and T_SIG | Tim Rice | |
2004-01-08 | - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and | Darren Tucker | |
only define if not already. From des at freebsd.org. | |||
2003-12-19 | - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we | Darren Tucker | |
typedef size_t ourselves. | |||
2003-11-24 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- djm@cvs.openbsd.org 2003/11/23 23:17:34 [ssh-keyscan.c] from portable - use sysconf to detect fd limit; ok markus@ (tidy diff by adding SSH_SSFDMAX macro to defines.h) | |||
2003-11-21 | - djm@cvs.openbsd.org 2003/11/21 11:57:03 | Damien Miller | |
[everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced) | |||
2003-09-16 | - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve | Darren Tucker | |
PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it (eg Solaris, Reliant Unix). Patch from Robert.Dahlem at siemens.com. ok djm@ | |||
2003-08-26 | - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h | Darren Tucker | |
configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson. | |||
2003-08-21 | - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros, | Darren Tucker | |
change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for consistency. | |||
2003-08-07 | - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if | Darren Tucker | |
not already defined (eg Linux with some versions of libc5), based on those from OpenBSD. | |||
2003-06-11 | - (djm) Put licenses on substantial header files | Damien Miller | |
2003-04-28 | - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit | Ben Lindstrom | |
hacked code. | |||
2003-01-24 | - (djm) Add TIMEVAL_TO_TIMESPEC macros | Damien Miller | |
2002-09-25 | Cray fixes (bug 367) based on patch from Wendy Palm @ cray. | Tim Rice | |
This does not include the deattack.c fixes. | |||
2002-08-21 | - (bal) [defines.h] Some platforms don't have SIZE_T_MAX. So assign | Ben Lindstrom | |
it to ULONG_MAX. | |||
2002-07-22 | - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync | Ben Lindstrom | |
with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com. | |||
2002-07-18 | [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.org | Tim Rice | |
2002-06-24 | - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh | Kevin Steves | |
2002-06-22 | - (bal) getopt now can be staticly compiled on those platforms missing | Ben Lindstrom | |
optreset. Patch by binder@arago.de | |||
2002-06-07 | - (bal) Reverse logic, use __func__ first since it's C99 | Ben Lindstrom | |
2002-04-25 | - (stevesk) [defines.h] remove USE_TIMEVAL; unused | Kevin Steves | |
2002-04-23 | - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes. | Damien Miller | |
Reported by Doug Manton <dmanton@emea.att.com> | |||
2002-04-23 | - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by | Damien Miller | |
Robert Urban <urban@spielwiese.de> | |||
2002-04-11 | [acconfig.h defines.h includes.h] put includes in includes.h and | Tim Rice | |
defines in defines.h [rijndael.c openbsd-compat/fake-socket.h openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h" ok stevesk@ | |||
2002-04-06 | - (bal) We no longer use atexit()/xatexit()/on_exit() | Ben Lindstrom | |
2002-03-22 | - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other | Kevin Steves | |
platforms may need this--I'm not sure. mmap() issues will need to be addressed further. | |||
2002-03-22 | - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but | Kevin Steves | |
is missing CMSG_LEN() and CMSG_SPACE() macros. |