Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
a4b9e0f4e4a6980a0eb8072f76ea611cab5b77e7
/
Makefile.in
69fead5
upstream commit
by jmc@openbsd.org
· 9 years ago
2539dce
upstream commit
by deraadt@openbsd.org
· 9 years ago
9846a2f
hook tame(2) sandbox up to build
by Damien Miller
· 9 years ago
cfffbdb
Use ssh-keygen -A when generating host keys.
by Darren Tucker
· 9 years ago
e6b9503
Revert "Work around finicky USL linker so netcat will build."
by Tim Rice
· 10 years ago
d1db656
Work around finicky USL linker so netcat will build.
by Tim Rice
· 10 years ago
2e13a1e
mkdir kex unit test directory so testing out of tree builds works
by Tim Rice
· 10 years ago
7faaa32
mkdir hostkey and bitmap unit test directories
by Damien Miller
· 10 years ago
e89c780
hook up hostkeys unittest to portable Makefiles
by Damien Miller
· 10 years ago
1ca3e21
fix kex test
by Damien Miller
· 10 years ago
c78a578
upstream commit
by markus@openbsd.org
· 10 years ago
f582f0e
upstream commit
by markus@openbsd.org
· 10 years ago
091c302
upstream commit
by markus@openbsd.org
· 10 years ago
45c0fd7
make bitmap test compile
by Damien Miller
· 10 years ago
d333f89
upstream commit
by djm@openbsd.org
· 10 years ago
72ef7c1
support --without-openssl at configure time
by Damien Miller
· 10 years ago
a165bab
upstream commit
by djm@openbsd.org
· 10 years ago
293cac5
include and use OpenBSD netcat in regress/
by Damien Miller
· 10 years ago
41c8de2
- (djm) [Makefile.in] Make TEST_SHELL a variable; "good idea" tim@
by Damien Miller
· 10 years ago
aa6598e
- (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too.
by Damien Miller
· 10 years ago
c5089ec
- (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than
by Damien Miller
· 10 years ago
f0fe9ea
- (dtucker) [Makefile.in] Add a t-exec target to run just the executable
by Darren Tucker
· 10 years ago
dd8b1dd
- djm@cvs.openbsd.org 2014/06/24 01:14:17
by Damien Miller
· 10 years ago
8668706
- djm@cvs.openbsd.org 2014/06/24 01:13:21
by Damien Miller
· 10 years ago
564b5e2
- (djm) [Makefile.in] typo in path
by Damien Miller
· 10 years ago
e7429f2
- (djm) [regress/Makefile Makefile.in]
by Damien Miller
· 10 years ago
e5b9f0f
- (djm) [Makefile.in configure.ac sshbuf-getput-basic.c]
by Damien Miller
· 10 years ago
7cc194f
- djm@cvs.openbsd.org 2014/01/29 06:18:35
by Damien Miller
· 11 years ago
ec93d15
- markus@cvs.openbsd.org 2014/01/27 20:13:46
by Damien Miller
· 11 years ago
4e8d937
- markus@cvs.openbsd.org 2014/01/27 18:58:14
by Damien Miller
· 11 years ago
69d0d09
- (tim) [Makefile.in] build regress/setuid-allow.
by Tim Rice
· 11 years ago
4ab20a8
- (dtucker) [Makefile.in] Remove trailing backslash which some make
by Darren Tucker
· 11 years ago
b0e0f76
- (djm) [Makefile.in regress/scp-ssh-wrapper.sh regress/scp.sh] Make
by Damien Miller
· 11 years ago
868ea1e
- (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c]
by Damien Miller
· 11 years ago
b3051d0
- djm@cvs.openbsd.org 2014/01/09 23:20:00
by Damien Miller
· 11 years ago
6d6fcd1
- (djm) [Makefile.in regress/Makefile regress/agent-ptrace.sh]
by Damien Miller
· 11 years ago
da3ca35
- (djm) [Makefile.in] PATHSUBS and keygen bits for Ed25519; from
by Damien Miller
· 11 years ago
a913442
- [Makefile.in] Add ed25519 sources
by Damien Miller
· 11 years ago
0fde8ac
- djm@cvs.openbsd.org 2013/11/21 00:45:44
by Damien Miller
· 11 years ago
882abfd
- (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform
by Darren Tucker
· 11 years ago
4bf7e50
- (dtucker) [Makefile.in configure.ac] Remove TEST_SSH_SHA256 environment
by Darren Tucker
· 11 years ago
c983197
- (djm) [Makefile.in monitor.c] Missed chunks of curve25519 KEX diff
by Damien Miller
· 11 years ago
1e12426
- markus@cvs.openbsd.org 2013/11/02 21:59:15
by Damien Miller
· 11 years ago
6d8bd57
- (dtucker) [Makefile.in configure.ac fixalgorithms] Remove unsupported
by Darren Tucker
· 11 years ago
dc62edb
- (dtucker) [Makefile.in] append $CFLAGS to compiler options when building
by Darren Tucker
· 11 years ago
86211d1
20130602
by Tim Rice
· 11 years ago
75db01d
- (tim) [Makefile.in] remove some duplication introduced in 20130220 commit.
by Tim Rice
· 12 years ago
2b6ea47
- (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days
by Tim Rice
· 12 years ago
ff8bda8
- (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov.
by Tim Rice
· 12 years ago
29c7151
- (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure
by Darren Tucker
· 12 years ago
964de18
- (dtucker) [Makefile.in configure.ac] bz#2072: don't link krb5 libs to
by Darren Tucker
· 12 years ago
c31db8c
- (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded
by Tim Rice
· 12 years ago
f0a8ded
- djm@cvs.openbsd.org 2013/01/26 06:11:05
by Damien Miller
· 12 years ago
f3747bf
- djm@cvs.openbsd.org 2013/01/17 23:00:01
by Damien Miller
· 12 years ago
0fc7729
- (dtucker) [Makefile.in] Add some scaffolding so that the new regress
by Darren Tucker
· 12 years ago
cc8e9ff
- [Makefile.in] "Using $< in a non-suffix rule context is a GNUmake idiom"
by Darren Tucker
· 12 years ago
992faad
- [Makefile umac.c] Add special-case target to build umac128.o.
by Darren Tucker
· 12 years ago
e0956e3
- (djm) [Makefile.in configure.ac sandbox-seccomp-filter.c] Add sandbox
by Damien Miller
· 13 years ago
7741ce8
- djm@cvs.openbsd.org 2011/06/23 23:35:42
by Damien Miller
· 13 years ago
cd5e52e
- (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for
by Damien Miller
· 13 years ago
69ff1df
- djm@cvs.openbsd.org 2011/06/22 21:57:01
by Damien Miller
· 13 years ago
f22019b
- (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]
by Damien Miller
· 14 years ago
71adf12
- (djm) [configure.ac Makefile.in ssh.c openbsd-compat/port-linux.c
by Damien Miller
· 14 years ago
ea52a82
- (dtucker) [LICENCE Makefile.in audit-bsm.c audit-linux.c audit.c audit.h
by Darren Tucker
· 14 years ago
50c61f8
- (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based
by Darren Tucker
· 14 years ago
e9b4048
- (djm) [Makefile.in] Use shell test to disable ecdsa key generating in
by Damien Miller
· 14 years ago
9b87a5c
- (tim) [Makefile.in configure.ac opensshd.init.in] Add support for generating
by Tim Rice
· 14 years ago
cce927c
- (tim) [Makefile.in] test the ECC bits if we have the capability. ok djm
by Tim Rice
· 14 years ago
e63b7f2
- (djm) [Makefile.in] list ssh_host_ecdsa key in PATHSUBS; spotted by
by Damien Miller
· 14 years ago
30a69e7
- (djm) [configure.ac Makefile.in] Use mandoc as preferred manpage
by Damien Miller
· 14 years ago
d197fd6
- (djm) [Makefile.in] revert local hack I didn't intend to commit
by Damien Miller
· 14 years ago
41bccf7
- (djm) [configure.ac] Check whether libdes is needed when building
by Damien Miller
· 14 years ago
b5a62d0
- (djm) [Makefile.in] Add new ECC files
by Damien Miller
· 14 years ago
5b6d0d0
- (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve
by Darren Tucker
· 14 years ago
1f574b2
- (djm) [Makefile.in] Respecify -lssh after -lopenbsd-compat for
by Damien Miller
· 15 years ago
ded8fa0
- (tim) [Makefile.in] Add missing $(EXEEXT) to install targets.
by Tim Rice
· 15 years ago
2bde3ee
- (tim) [openssh/Makefile.in] Now that scard is gone, no need to
by Tim Rice
· 15 years ago
43001b3
- (djm) [Makefile.in ssh-pkcs11-helper.8] Add manpage for PKCS#11 helper
by Damien Miller
· 15 years ago
d8f6002
- (djm) [INSTALL Makefile.in README.smartcard configure.ac scard-opensc.c]
by Damien Miller
· 15 years ago
7ea845e
- markus@cvs.openbsd.org 2010/02/08 10:50:20
by Damien Miller
· 15 years ago
dce7a92
- (dtucker) [Makefile.in] .c files do not belong in the OBJ lines.
by Darren Tucker
· 15 years ago
8cbd403
- (dtucker) [Makefile.in added roaming_client.c roaming_serv.c] Import new
by Darren Tucker
· 15 years ago
350666d
- (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
by Damien Miller
· 15 years ago
7d4a268
- (djm) [Makefile.in] bz#1505: Solaris make(1) doesn't accept make variables
by Damien Miller
· 15 years ago
c5564e1
- andreas@cvs.openbsd.org 2009/05/28 16:50:16
by Darren Tucker
· 15 years ago
01ed227
- djm@cvs.openbsd.org 2008/11/04 08:22:13
by Damien Miller
· 16 years ago
d9648ee
- (djm) [Makefile.in] Print "all tests passed" when all regress tests pass
by Damien Miller
· 16 years ago
42743cb
- (djm) [Makefile.in] Pass though pass to conch for interop tests
by Damien Miller
· 16 years ago
60dcc62
- (djm) [Makefile.in moduli.5] Include moduli(5) manpage from OpenBSD.
by Damien Miller
· 16 years ago
b8e0500
- (dtucker) [Makefile.in] Move addrmatch.o to libssh.a where it's needed now.
by Darren Tucker
· 16 years ago
34f49c6
- (dtucker) [Makefile.in] Define TEST_SSH_IPV6 in make's arguments as well
by Darren Tucker
· 16 years ago
5d37690
- (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
by Darren Tucker
· 16 years ago
7a3935d
- (dtucker) OpenBSD CVS Sync
by Darren Tucker
· 16 years ago
b1cbfa2
- djm@cvs.openbsd.org 2008/05/09 14:18:44
by Damien Miller
· 16 years ago
c2cefb0
- (djm) [Makefile.in regress/test-exec.sh] Find installed plink(1) and
by Damien Miller
· 17 years ago
6642996
- (djm) [Makefile.in regress/Makefile] Fix interop-tests target (note to
by Damien Miller
· 17 years ago
62ca18d
- djm@cvs.openbsd.org 2008/02/08 23:24:07
by Damien Miller
· 17 years ago
d8cb1f1
- djm@cvs.openbsd.org 2008/02/08 23:24:07
by Damien Miller
· 17 years ago
e45796f
- pvalchev@cvs.openbsd.org 2007/06/07 19:37:34
by Damien Miller
· 17 years ago
20e9f97
- (dtucker) [Makefile.in configure.ac] Replace single-purpose LIBSELINUX,
by Darren Tucker
· 18 years ago
Next »