Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-14 | Merge 4.2p1 to the trunk. | Colin Watson | |
2005-09-02 | * Add GNU/kFreeBSD support (thanks, Aurelien Jarno; closes: #318113). | Colin Watson | |
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-17 | Manoj Srivastava: | Colin Watson | |
- Added SELinux capability, and turned it on be default. Added restorecon calls in preinst and postinst (should not matter if the machine is not SELinux aware). By and large, the changes made should have no effect unless the rules file calls --with-selinux; and even then there should be no performance hit for machines not actively running SELinux. - Modified the preinst and postinst to call restorecon to set the security context for the generated public key files. - Added a comment to /etc/pam.d/ssh to indicate that an SELinux system may want to also include pam_selinux.so. | |||
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@ | |||
2005-05-26 | - (djm) [configure.ac openbsd-compat/Makefile.in] | Damien Miller | |
[openbsd-compat/openbsd-compat.h openbsd-compat/strtonum.c] Add strtonum(3) from OpenBSD libc, new code needs it. Unfortunately Linux forces us to do a bizarre dance with compiler options to get LLONG_MIN/MAX; Spotted by and ok dtucker@ | |||
2005-05-26 | - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1033: Provide | Darren Tucker | |
templates for _getshort and _getlong if missing to prevent compiler warnings on Linux. | |||
2005-04-24 | - (dtucker) [INSTALL configure.ac] Make zlib version check test for 1.1.4 or | Darren Tucker | |
1.2.1.2 or higher. With tim@, ok djm@ | |||
2005-04-11 | - (tim) [configure.ac] UnixWare needs PASSWD_NEEDS_USERNAME | Tim Rice | |
2005-04-05 | - (dtucker) [configure.ac] Define HAVE_SO_PEERCRED if we have it. ok djm@ | Darren Tucker | |
2005-03-21 | - (dtucker) [configure.ac openbsd-compat/port-aix.h] Prevent redefinitions | Darren Tucker | |
of setauthdb on AIX 5.3, reported by anders.liljegren at its.uu.se. | |||
2005-03-21 | - (dtucker) [configure.ac] Make configure error out if the user specifies | Darren Tucker | |
--with-libedit but the required libs can't be found, rather than silently ignoring and continuing. ok tim@ | |||
2005-03-21 | - (dtucker) [configure.ac] Prevent configure --with-zlib from adding -Iyes | Darren Tucker | |
and -Lyes to CFLAGS and LIBS. Pointed out by peter at slagheap.net, with & ok tim@ | |||
2005-03-17 | - (tim) [configure.ac] remove trailing white space. | Tim Rice | |
2005-03-17 | - (tim) [configure.ac] make some configure options a little more error proof. | Tim Rice | |
2005-03-17 | - (tim) [configure.ac] portability changes on test statements. Some shells | Tim Rice | |
have problems with -a operator. | |||
2005-03-17 | - (tim) [configure.ac] Bug 998. Make path for --with-opensc optional. | Tim Rice | |
Make --without-opensc work. | |||
2005-03-07 | - (tim) [configure.ac] SCO 3.2v4.2 no longer supported. This platform is | Tim Rice | |
too old and too broken. | |||
2005-03-07 | - (dtucker) [configure.ac] Disable gettext search when configuring with | Darren Tucker | |
BSM audit support for the time being. ok djm@ | |||
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-24 | - (djm) [configure.ac] in_addr_t test needs sys/types.h too | Damien Miller | |
2005-02-20 | - (dtucker) [configure.ac] Missing comma in AIX section, somehow causes | Darren Tucker | |
unrelated platforms to be configured incorrectly. |