Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
eeeeb3517e3b878bc4d2f8db9cbebd8e912b0cca
/
configure.ac
c8936ac
- (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
by Damien Miller
· 22 years ago
4b0f1ad
- (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided by
by Ben Lindstrom
· 22 years ago
cd6853c
- (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.au
by Damien Miller
· 22 years ago
6dc562a
- (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP for
by Ben Lindstrom
· 22 years ago
89fe3f3
by Tim Rice
· 22 years ago
9715bb1
- (djm) Bug #470: Detect strnvis, not strvis in configure.
by Damien Miller
· 22 years ago
7d90127
- (djm) Bug #467: Add a --disable-strip option to turn off stripping of
by Damien Miller
· 22 years ago
ec20196
- (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type
by Damien Miller
· 22 years ago
a8ed44b
- (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More
by Damien Miller
· 22 years ago
d0d7a8b
by Tim Rice
· 22 years ago
bc9b7c4
missing newline
by Damien Miller
· 22 years ago
b93addb
- (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminate
by Damien Miller
· 22 years ago
e832819
- (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. Fixes
by Damien Miller
· 22 years ago
1c9e688
by Tim Rice
· 22 years ago
be23964
by Tim Rice
· 22 years ago
3e00647
- (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au>
by Ben Lindstrom
· 22 years ago
dc3c757
- (bal) Disable post-authentication Privsep for OSF/1. It conflicts with
by Ben Lindstrom
· 22 years ago
81ed518
by Tim Rice
· 22 years ago
2c961ce
by Tim Rice
· 22 years ago
771721f
- (djm) Added getpeereid() replacement. Properly implemented for systems
by Damien Miller
· 22 years ago
fc93d4b
- (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcrypt
by Damien Miller
· 22 years ago
d730b78
by Tim Rice
· 22 years ago
762104e
- (bal) [configure.ac] Missing ;; from cray patch.
by Ben Lindstrom
· 22 years ago
232ccf7
- (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync
by Ben Lindstrom
· 22 years ago
f028f1e
by Tim Rice
· 22 years ago
907881e
by Tim Rice
· 22 years ago
e22be3b
by Tim Rice
· 22 years ago
40017b0
by Tim Rice
· 22 years ago
4796a29
by Tim Rice
· 22 years ago
99a4e14
- (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platforms
by Ben Lindstrom
· 22 years ago
cbb9066
by Tim Rice
· 22 years ago
9dd3081
by Tim Rice
· 22 years ago
e958ed3
by Tim Rice
· 22 years ago
68e8311
- (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported.
by Ben Lindstrom
· 22 years ago
8eff319
by Tim Rice
· 22 years ago
6b0c96a
- (bal) if mmap() is substandard, don't allow compression on server side.
by Ben Lindstrom
· 22 years ago
d3f6ad2
- (djm) Create privsep directory and warn if privsep user is missing
by Damien Miller
· 22 years ago
34f0d8f
- (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh
by Kevin Steves
· 22 years ago
90d5de7
- (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
by Kevin Steves
· 22 years ago
f0bfa83
- (bal) Fixed AIX environment handling, use setpcred() instead of existing
by Ben Lindstrom
· 22 years ago
837461b
- (bal) Build noop setgroups() for cygwin to clean up code (For other
by Ben Lindstrom
· 22 years ago
3545352
- (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.au
by Ben Lindstrom
· 22 years ago
28bbb0c
by Tim Rice
· 22 years ago
74cc5bb
fix spelling mistakes spotted by Solar Designer <solar@openwall.com>
by Damien Miller
· 23 years ago
9de793c
by Tim Rice
· 23 years ago
f71d2a5
- (djm) Bug #234: missing readpassphrase declaration and defines
by Damien Miller
· 23 years ago
903e115
align summary
by Damien Miller
· 23 years ago
c81e129
- (stevesk) [configure.ac] nicer message: --with-privsep-user=user
by Kevin Steves
· 23 years ago
f58c672
- (djm) Add --with-privsep-path configure option
by Damien Miller
· 23 years ago
a18bbd3
- (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
by Damien Miller
· 23 years ago
aef7371
by Tim Rice
· 23 years ago
0502a47
by Tim Rice
· 23 years ago
4bd2a19
by Tim Rice
· 23 years ago
0ea1d9d
- (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
by Kevin Steves
· 23 years ago
5feaaef
- (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX
by Kevin Steves
· 23 years ago
fa2bb69
- (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid
by Damien Miller
· 23 years ago
f1b9d11
- (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from
by Damien Miller
· 23 years ago
f5fea44
- (djm) Define BROKEN_REALPATH for AIX, patch from
by Damien Miller
· 23 years ago
f6195f2
- (djm) Applied OpenSC smartcard updates from Markus &
by Damien Miller
· 23 years ago
594a71b
- (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
by Damien Miller
· 23 years ago
43a1c13
by Tim Rice
· 23 years ago
66480f1
by Tim Rice
· 23 years ago
fd4c9ee
- (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>
by Damien Miller
· 23 years ago
ae49fe6
by Tim Rice
· 23 years ago
e0f2ca4
oops. time for beer i think.
by Kevin Steves
· 23 years ago
34b7320
- (bal) Minor OpenSC updates. Fix up header locations and update
by Ben Lindstrom
· 23 years ago
4e0bb52
oops, user should be a string constant
by Kevin Steves
· 23 years ago
7ff9112
- (stevesk) --with-privsep-user; default sshd
by Kevin Steves
· 23 years ago
b1184bb
- (stevesk) remove configure support for poll.h; it was removed
by Kevin Steves
· 23 years ago
86b9fe6
- (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in monitor_mm.c
by Kevin Steves
· 23 years ago
a44e035
- (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.
by Kevin Steves
· 23 years ago
fdee8ef
- (bal) We no longer use atexit()/xatexit()/on_exit()
by Ben Lindstrom
· 23 years ago
0318801
- (bal) Quiet down configure.ac if /bin/test does not exist.
by Ben Lindstrom
· 23 years ago
8ff2a8d
- (bal) Revered out of runtime IRIX runtime detection of joblimits. Code is
by Ben Lindstrom
· 23 years ago
924144e
- (bal) Too many <sys/queue.h> issues. Remove all workarounds and
by Ben Lindstrom
· 23 years ago
a42694f
- (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
by Ben Lindstrom
· 23 years ago
49e457c
by Tim Rice
· 23 years ago
117b06d
- (stevesk) [configure.ac] remove header check for sys/ttcompat.h bug 167
by Kevin Steves
· 23 years ago
4846f4a
- (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms
by Kevin Steves
· 23 years ago
939c9db
- (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support
by Kevin Steves
· 23 years ago
88f2ab5
by Tim Rice
· 23 years ago
784e234
- (bal) Test for IRIX JOBS support at runtime. Patch provided
by Ben Lindstrom
· 23 years ago
7577fd8
- (bal) Add in check for rpc/types.h since it is needed on
by Ben Lindstrom
· 23 years ago
200a5c0
by Tim Rice
· 23 years ago
7d2d1f1
by Tim Rice
· 23 years ago
4cec93f
by Tim Rice
· 23 years ago
d054b07
- (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.de
by Damien Miller
· 23 years ago
57e3fa8
by Tim Rice
· 23 years ago
150c8b5
- (djm) Bug #106: Add --without-rpath configure option. Patch from
by Damien Miller
· 23 years ago
1e2c600
by Tim Rice
· 23 years ago
e996d72
- (djm) Use case statements in autoconf to clean up some tests
by Damien Miller
· 23 years ago
7dc8197
- (stevesk) fix --with-zlib=
by Kevin Steves
· 23 years ago
6385ba0
- (djm) Fix non-standard shell syntax in autoconf. Patch from
by Damien Miller
· 23 years ago
28e4d8f
- (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as
by Damien Miller
· 23 years ago
ec93237
- (djm) autoconf hacking:
by Damien Miller
· 23 years ago
6c21c51
- (djm) autoconf hacking:
by Damien Miller
· 23 years ago
a234451
- (djm) Bug #50 - make autoconf entropy path checks more robust
by Damien Miller
· 23 years ago
0bd4b34
- (stevesk) fix spurious ; from NCR change.
by Kevin Steves
· 23 years ago
381d8d9
- (bal) NCR requies use_pipes to operate correctly.
by Ben Lindstrom
· 23 years ago
62116dc
- (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from
by Damien Miller
· 23 years ago
Next »