summaryrefslogtreecommitdiff
path: root/acconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.hDarren Tucker2003-08-261-1/+4
| | | | | 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.
* - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: denyDarren Tucker2003-08-251-1/+6
| | | | any access to locked accounts. ok djm@
* - (dtucker) OpenBSD CVS SyncPOST_KRB4_REMOVALDarren Tucker2003-08-021-7/+1
| | | | | | | | | | | | | - markus@cvs.openbsd.org 2003/07/22 13:35:22 [auth1.c auth.h auth-passwd.c monitor.c monitor.h monitor_wrap.c monitor_wrap.h readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c ssh_config.5 sshconnect1.c sshd.c sshd_config.5 ssh.h] remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); test+ok henning@ - (dtucker) [Makefile.in acconfig.h configure.ac] Remove KRB4/AFS support. - (dtucker) [auth-krb4.c radix.c radix.h] Remove KRB4/AFS specific files. I hope I got this right....
* - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declareDarren Tucker2003-07-141-3/+3
| | | | loginfailed at all, so assume 3-arg loginfailed if not declared.
* - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]Darren Tucker2003-07-081-1/+4
| | | | | Include AIX headers for authentication functions and make calls match prototypes. Test for and handle 3-args and 4-arg variants of loginfailed.
* - (djm) Put licenses on substantial header filesDamien Miller2003-06-111-1/+25
|
* - (djm) Implement paranoid priv dropping checks, based on:Damien Miller2003-06-051-1/+4
| | | | | "SetUID demystified" - Hao Chen, David Wagner and Drew Dean Proceedings of USENIX Security Symposium 2002
* - (djm) Replace setproctitle replacement with code derived fromDamien Miller2003-06-031-5/+2
| | | | UCB sendmail
* - (djm) Remove IPv4 by default hack now that we can specify AF in configDamien Miller2003-05-181-4/+1
|
* - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)Damien Miller2003-05-151-3/+3
|
* - (djm) Configure glue for DNS support (code doesn't work in portable yet)Damien Miller2003-05-151-1/+7
|
* - (dtucker) Bug #536: Test for and work around openpty/controlling ttyBEFORE_FREEBSD_PAM_MERGEDarren Tucker2003-05-101-3/+3
| | | | | | | problem on Linux (fixes "could not set controlling tty" errors). Also renames STREAMS_PUSH_ACQUIRES_CTTY to the more generic SSHD_ACQUIRES_CTTY and moves the Solaris-specific comments to configure.ac.
* - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,Darren Tucker2003-05-021-1/+4
| | | | privsep should now work.
* - (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ andDamien Miller2003-03-101-1/+4
| | | | dtucker@zip.com.au
* - (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.auDamien Miller2003-01-281-1/+4
| | | | and openssh-unix-dev@thewrittenword.com
* - (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation typeDamien Miller2003-01-131-1/+5
| | | | detection to configure.ac. Prompted by stevesk@
* - (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. FixesDamien Miller2003-01-071-1/+4
| | | | Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch
* Cray fixes (bug 367) based on patch from Wendy Palm @ cray.Tim Rice2002-09-251-1/+4
| | | | This does not include the deattack.c fixes.
* (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.cTim Rice2002-07-141-4/+1
| | | | | | openbsd-compat/Makefile.in] support compression on platforms that have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c Based on patch from nalin@redhat.com of code extracted from Owl's package
* - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platformsBen Lindstrom2002-07-091-1/+4
| | | | lacking that concept can share it. Patch by vinschen@redhat.com
* [acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/Tim Rice2002-07-071-3/+3
|
* [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from MarkusTim Rice2002-06-251-1/+4
| | | | for Cygwin, Cray, & SCO
* - (bal) if mmap() is substandard, don't allow compression on server side.Ben Lindstrom2002-06-251-1/+4
| | | | Post 'event' we will add more options.
* - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rshKevin Steves2002-06-241-4/+1
|
* - (bal) Build noop setgroups() for cygwin to clean up code (For otherBen Lindstrom2002-06-121-1/+4
| | | | | platforms without the setgroups() requirement, you MUST define SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com
* - (djm) Add --with-privsep-path configure optionDamien Miller2002-05-131-1/+4
|
* - (djm) Add --with-superuser-path=xxx configure option to specify what $PATHDamien Miller2002-05-131-1/+4
| | | | the superuser receives.
* - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26Kevin Steves2002-04-251-3/+3
| | | | support. bug #184. most from dcole@keysoftsys.com.
* - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UXKevin Steves2002-04-231-1/+4
|
* - (stevesk) [acconfig.h] NEED_IN_SYSTM_H unusedKevin Steves2002-04-231-4/+1
|
* - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch fromDamien Miller2002-04-231-1/+4
| | | | | Kevin Taylor <no@nowhere.org> (??) via Philipp Grau <phgrau@zedat.fu-berlin.de>
* - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>Damien Miller2002-04-131-1/+7
|
* [acconfig.h defines.h includes.h] put includes in includes.h andTim Rice2002-04-111-3/+1
| | | | | | 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@
* - (stevesk) --with-privsep-user; default sshdKevin Steves2002-04-071-1/+4
|
* - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.Kevin Steves2002-04-071-1/+4
| | | | Future: we may want to test if fd passing works correctly.
* - (bal) We no longer use atexit()/xatexit()/on_exit()Ben Lindstrom2002-04-061-4/+1
|
* - (bal) Too many <sys/queue.h> issues. Remove all workarounds andBen Lindstrom2002-04-051-2/+1
| | | | using internal version only.
* - (bal) Patch for OpenSC SmartCard library; ok markus@; patch byBen Lindstrom2002-04-051-1/+7
| | | | | | Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes.
* - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsismsKevin Steves2002-03-221-1/+7
|
* - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure supportKevin Steves2002-03-221-1/+4
|
* Bug 12 [configure.ac] add sys/bitypes.h to int64_t testsTim Rice2002-02-261-4/+1
| | | | | | | | | | | | | | | | based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney) Bug 45 [configure.ac] modify skey test to work around conflict with autoconf reported by nolan@naic.edu (Michael Nolan) patch by Pekka Savola <pekkas@netcore.fi> Bug 74 [configure.ac defines.h] add sig_atomic_t test reported by dwd@bell-labs.com (Dave Dykstra) Bug 102 [defines.h] UNICOS fixes. patch by wendyp@cray.com [configure.ac Makefile.in] link libwrap only with sshd based on patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl> Bug 123 link libpam only with sshd reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky) [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7 [acconfig.h] remove unused HAVE_REGCOMP
* - (djm) autoconf hacking:Damien Miller2002-01-221-4/+4
| | | | | | | | | - We don't support --without-zlib currently, so don't allow it. - Rework cryptographic random number support detection. We now detect whether OpenSSL seeds itself. If it does, then we don't bother with the ssh-rand-helper program. You can force the use of ssh-rand-helper using the --with-rand-helper configure argument - Simplify and clean up ssh-rand-helper configuration
* - (bal) PCRE no longer required. Banished from the source along withBen Lindstrom2001-12-071-4/+1
| | | | fake-regex.h
* [ contrib/caldera/openssh.spec contrib/caldera/sshd.init]V_3_0_P1Tim Rice2001-11-031-4/+1
| | | | | | Updates from Raymund Will <ray@caldera.de> [acconfig.h configure.in] Clean up login checks. Problem reported by Jim Knoble <jmknoble@pobox.com>
* [configure.in] Clean up library testing.Tim Rice2001-10-211-2/+1
| | | | | | | | | | | | | | | | | | | | | | Add optional PATH to --with-pcre, --with-zlib, --with-tcp-wrappers based on patch by albert chin (china@thewrittenword.com) Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading of patches to configure.in Replace obsolete AC_STRUCT_ST_BLKSIZE with AC_CHECK_MEMBERS Add test for broken dirname() on Solaris 2.5.1 by Dan Astoorian <djast@cs.toronto.edu> [acconfig.h aclocal.m4 defines.h configure.in] Better socklen_t patch by albert chin (china@thewrittenword.com) [scp.c] Replace obsolete HAVE_ST_BLKSIZE with HAVE_STRUCT_STAT_ST_BLKSIZE [Makefile.in] When running make in top level, always do make in openbsd-compat patch by Dave Dykstra <dwd@bell-labs.com>
* - (stevesk) sun_len, SUN_LEN() configure stuff no longer requiredKevin Steves2001-09-201-4/+1
|
* - (djm) Configure support for smartcardsDamien Miller2001-09-181-1/+4
|
* - (djm) Make sure rijndael.c picks config.hDamien Miller2001-09-151-1/+2
| | | | - (djm) Ensure that u_char gets defined
* - (bal) QNX resync. OK tim@Ben Lindstrom2001-08-161-1/+10
|
* - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.Damien Miller2001-07-141-1/+4
|