Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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. | |||
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-16 | - (dtucker) [configure.ac openbsd-compat/port-aix.{c,h}] Silence some more | Darren Tucker | |
compiler warnings on AIX. | |||
2005-02-16 | - (dtucker) [configure.ac] Bug #893: check for libresolv early on Reliant | Darren Tucker | |
Unix; prevents problems relating to the location of -lresolv in the link order. | |||
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) [configure.ac] Tidy up configure --help output. | Darren Tucker | |
2005-02-10 | - (dtucker) [configure.ac] Bug #919: Provide visible feedback for the | Darren Tucker | |
--disable-etc-default-login configure option. | |||
2005-02-09 | - (dtucker) [configure.ac session.c] Some platforms (eg some SCO) require | Darren Tucker | |
the username to be passed to the passwd command when changing expired passwords. ok djm@ | |||
2005-02-09 | - (dtucker) [configure.ac] Bug #854: prepend pwd to relative --with-ssl-dir | Darren Tucker | |
paths. 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@ | |||
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@ | |||
2005-01-18 | - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement | Darren Tucker | |
"make survey" and "make send-survey". This will provide data on the configure parameters, platform and platform features to the development team, which will allow (among other things) better targetting of testing. It's entirely voluntary and is off be default. ok djm@ | |||
2004-12-08 | [configure.ac] Comment some non obvious platforms in the target-specific | Tim Rice | |
case statement. Suggested and OK by dtucker@ | |||
2004-11-07 | - (dtucker) [INSTALL Makefile.in configure.ac] Add --with-libedit configure | Darren Tucker | |
option and supporting makefile bits and documentation. | |||
2004-11-02 | - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UX | Darren Tucker | |
10.x by testing for conflicts in shadow.h and undef'ing _INCLUDE__STDC__ only if a conflict is detected. | |||
2004-09-30 | - (dtucker) [configure.ac] Set AC_PACKAGE_NAME. ok djm@ | Darren Tucker | |
2004-09-12 | - (dtucker) [configure.ac] Fix incorrect quoting and tests for cross-compile. | Darren Tucker | |
Partly by & ok djm@. | |||
2004-09-11 | - (dtucker) [configure.ac] Bug #321: Add cross-compile support to configure. | Darren Tucker | |
Parts by chua at ayrnetworks.com, astrand at lysator.liu.se and me. ok djm@ | |||
2004-08-29 | - (dtucker) [configure.ac] Replace non-portable echo \n with extra echo. | Darren Tucker | |
2004-08-29 | - (dtucker) [configure.ac] Include sys/stream.h in sys/ptms.h header check, | Darren Tucker | |
fixes configure warning on Solaris reported by wknox at mitre.org. | |||
2004-08-16 | - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root | Darren Tucker | |
to convince Solaris PAM to honour password complexity rules. ok djm@ | |||
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-07-19 | - (tim) [configure.ac] updwtmpx() on OpenServer seems to add duplicate entry. | Tim Rice | |
Report by rac AT tenzing.org | |||
2004-06-28 | - (dtucker) [acconfig.h configure.ac sftp-server.c] Bug #823: add sftp | Darren Tucker | |
rename handling for Linux which returns EPERM for link() on (at least some) filesystems that do not support hard links. sftp-server will fall back to stat+rename() in such cases. | |||
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-20 | (tim) [configure.ac Makefile.in] Only change TEST_SHELL on broken platforms. | Tim Rice | |
OK dtucker@ | |||
2004-06-19 | - (tim) [configure.ac buildpkg.sh.in contrib/solaris/README] move opensshd | Tim Rice | |
init script to top level directory. | |||
2004-05-30 | - (tim) [configure.ac Makefile.in] Add support for "make package" ok djm@ | Tim Rice | |
- (tim) [buildpkg.sh.in] New file. A more flexible version of contrib/solaris/buildpkg.sh used for "make package". | |||
2004-05-23 | - (djm) [configure.ac] Warn if the system has no known way of figuring out | Damien Miller | |
which user is on the other end of a Unix domain socket; ok dtucker@ | |||
2004-05-13 | - (dtucker) [configure.ac] Bug #867: Additional tests for res_query in | Darren Tucker | |
libresolv, fixes problems detecting it on some platforms (eg Linux/x86-64). From Kurt Roeckx via Debian, ok mouring@ | |||
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) [configure.ac] Check whether libroken is required when building | Damien Miller | |
with Heimdal | |||
2004-04-16 | - (tim) [configure.ac] Set SETEUID_BREAKS_SETUID, BROKEN_SETREUID and | Tim Rice | |
BROKEN_SETREGID for SCO OpenServer 3 | |||
2004-04-14 | - (djm) [configure.ac] Fix detection of libwrap on OpenBSD; ok dtucker@ | Damien Miller | |
2004-04-14 | - (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-arg | Darren Tucker | |
skeychallenge(), eg on NetBSD. ok mouring@ |