Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-28 | - (tim) [configure.ac sshd.8] Enable locked account check (a "*LK*" string) | Tim Rice | |
for UnixWare. | |||
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) [configure.ac] Apply tim's fix for older systems where the | Darren 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) [configure.ac] Fix typos in comments and AC_SEARCH_LIB argument | Darren 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.c | Damien 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-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-10 | - (dtucker) [configure.ac] Try to get the gcc version number in a way that | Darren Tucker | |
doesn't change between versions, and use a safer default. | |||
2005-11-10 | - (dtucker) [configure.ac] Disable pointer-sign warnings on gcc 4.0+ | Darren Tucker | |
since they're not useful right now. Patch from djm@. | |||
2005-10-25 | - (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the | Darren Tucker | |
sizeof(long long) checks, to make fixing bug #1104 easier (no changes yet). | |||
2005-10-17 | - (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling. | Darren Tucker | |
/etc/default/login report and testing from aabaker at iee.org, corrections from tim@. | |||
2005-10-09 | - (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current | Darren Tucker | |
versions from OpenBSD. ok djm@ | |||
2005-10-08 | - (djm) [configure.ac] missing 'test' call for -with-Werror test | Damien Miller | |
2005-10-08 | - (dtucker) [configure.ac] Bug #1098: define $MAIL for HP-UX; report from | Darren Tucker | |
brian.smith at agilent com. | |||
2005-10-06 | typo | Darren Tucker | |
2005-10-05 | - (dtucker) [configure.ac sshd.8] Enable locked account check (a prepended | Darren Tucker | |
"*LOCKED*" string) for FreeBSD. Patch jeremie at le-hen.org and senthilkumar_sen at hotpop.com. | |||
2005-09-22 | - (dtucker) [configure.ac] Fix help for --with-opensc; patch from skeleten at | Darren Tucker | |
shillest.net. | |||
2005-09-22 | - (dtucker) [configure.ac] Use -R linker flag for libedit too; patch from | Darren Tucker | |
skeleten at shillest.net. | |||
2005-09-19 | - (tim) [aclocal.m4 configure.ac] Delete acconfig.h and add templates to | Tim Rice | |
AC_DEFINE and AC_DEFINE_UNQUOTED to quiet autoconf 2.59 warning messages. | |||
2005-09-12 | - (tim) [configure.ac] Bug 1078. Fix --without-kerberos5. Reported by | Tim Rice | |
Mike Frysinger. | |||
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-30 | - (tim) [configure.ac] Back out last change. It needs to be done differently. | Tim Rice | |
2005-08-29 | - (tim) [configure.ac] ia_openinfo() seems broken on OSR6. Limit UW long | Tim Rice | |
password support to 7.x for now. | |||
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) [configure.ac ] Not all gcc's support -Wsign-compare | 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-15 | - (tim) [configure.ac] corrections to libedit tests. Report and patches | Tim Rice | |
by skeleten AT shillest.net | |||
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-08-10 | - (dtucker) [configure.ac] Test libedit library and headers for compatibility. | Darren Tucker | |
Report from skeleten AT shillest.net, ok djm@ | |||
2005-08-09 | - (tim) [configure.ac] Allow --with-audit=no. OK dtucker@ | Tim Rice | |
Report by skeleten AT shillest.net | |||
2005-08-03 | - (dtucker) [configure.ac] Add a --with-Werror option to configure for | Darren Tucker | |
adding -Werror to CFLAGS when all of the configure tests are done. ok djm@ | |||
2005-08-02 | - (dtucker) [configure.ac] Enable -Wuninitialized by default when compiling | Darren Tucker | |
with gcc. ok djm@ | |||
2005-07-26 | - (dtucker) [configure.ac] Update zlib warning message too, pointed out by | Darren Tucker | |
tim@. | |||
2005-07-25 | - (dtucker) [configure.ac] Update zlib version check for CAN-2005-2096. | Darren Tucker | |
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-07-07 | - (dtucker) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Remove | Darren Tucker | |
calls to krb5_init_ets, which has not been required since krb-1.1.x and most Kerberos versions no longer export in their public API. From sxw at inf.ed.ac.uk, ok djm@ | |||
2005-06-19 | - (djm) [loginrec.c ssh-rand-helper.c] Fix -Wsign-compare for portable, | Damien Miller | |
tested and fixes tim@ | |||
2005-06-07 | - (dtucker) [configure.ac] Continue the hunt for LLONG_MIN and LLONG_MAX: | Darren Tucker | |
in today's episode we attempt to coax it from limits.h where it may be hiding, failing that we take the DIY approach. Tested by tim@ | |||
2005-06-03 | - (dtucker) [configure.ac] Point configure's reporting address at the | Darren Tucker | |
openssh-unix-dev list. ok tim@ djm@ | |||
2005-06-03 | - (dtucker) [configure.ac] Only try gcc -std=gnu99 if LLONG_MAX isn't | Darren Tucker | |
defined, and check that it helps before keeping it in CFLAGS. Some old gcc's don't set an error code when encountering an unknown value in -std. Found and tested by tim@. | |||
2005-06-02 | - (tim) [configure.ac] Some platforms need sys/types.h for arpa/nameser.h. | Tim Rice | |
Take AC_CHECK_HEADERS test out of ultrix section. It caused other platforms to skip builtin standard includes tests. (first AC_CHECK_HEADERS test must be run on all platforms) Add missing ;; to case statement. OK dtucker@ | |||
2005-06-01 | - (tim) [configure.ac] set TEST_SHELL for OpenServer 6 | Tim Rice | |
2005-06-01 | - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoll.c] | Darren Tucker | |
Add strtoll to the compat library, from OpenBSD. | |||
2005-06-01 | - (dtucker) [configure.ac] Look for _getshort and _getlong in | Darren Tucker | |
arpa/nameser.h. | |||
2005-05-28 | - (dtucker) [configure.ac] Merge HP-UX blocks into a common block with minor | Darren Tucker | |
version-specific variations as required. | |||
2005-05-28 | - (dtucker) [configure.ac] getpgrp may be defined in unistd.h, so check for | Darren Tucker | |
its presence before doing AC_FUNC_GETPGRP. | |||
2005-05-28 | - (dtucker) [configure.ac] strsep() may be defined in string.h, so check | Darren Tucker | |
for its presence and include it in the strsep check. | |||
2005-05-28 | missing space | Darren Tucker | |
2005-05-28 | - (dtucker) [configure.ac] For AC_CHECK_HEADERS() and AC_CHECK_FUNCS() have | Darren Tucker | |
one entry per line to make it easier to merge changes. ok 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@ |