[1706] in BarnOwl Developers
[nelhage/barnowl] ce27cc: configure.ac: Reimplement -fstack-protector check ...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:20:32 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sun, 20 Sep 2009 17:39:20 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: ce27cc156d0711372171e53effcd79882943b533
http://github.com/nelhage/barnowl/commit/ce27cc156d0711372171e53effcd79882943b533
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-14 (Mon, 14 Sep 2009)
Changed paths:
M configure.ac
Log Message:
-----------
configure.ac: Reimplement -fstack-protector check with AX_C_CHECK_FLAG.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: b3a77b113b978887c33023fe52ba25249f8e9ed0
http://github.com/nelhage/barnowl/commit/b3a77b113b978887c33023fe52ba25249f8e9ed0
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-14 (Mon, 14 Sep 2009)
Changed paths:
M configure.ac
M zcrypt.c
Log Message:
-----------
Assume des_ecb_encrypt is prototyped.
I can’t find a system that has des_ecb_encrypt without a prototype, so
this cleans up configure.ac a little.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 215c119ee835ac36d645babc2e3c04da7e9b44a3
http://github.com/nelhage/barnowl/commit/215c119ee835ac36d645babc2e3c04da7e9b44a3
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-14 (Mon, 14 Sep 2009)
Changed paths:
M configure.ac
M libfaim/Makefile.am
Log Message:
-----------
Compile libfaim with -Wno-pointer-sign if the compiler supports it.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 79245bc7310a8c14bed1c9410b05e639f342fa27
http://github.com/nelhage/barnowl/commit/79245bc7310a8c14bed1c9410b05e639f342fa27
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-14 (Mon, 14 Sep 2009)
Changed paths:
M configure.ac
Log Message:
-----------
Compile with warnings enabled by default.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: fea5ddf28e9314ff2fd0484f89ca9d632b811650
http://github.com/nelhage/barnowl/commit/fea5ddf28e9314ff2fd0484f89ca9d632b811650
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M commands.c
Log Message:
-----------
owl_command_zcrypt: Fix a compile warning building without zcrypt.
Signed-off-by: Nelson Elhage <nelhage@mit.edu>
Commit: 806f769c928a7b6241212b0a91753b414b3a2944
http://github.com/nelhage/barnowl/commit/806f769c928a7b6241212b0a91753b414b3a2944
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M configure.ac
M zcrypt.c
Log Message:
-----------
configure.ac: Clean up checks for Kerberos IV.
Instead of searching a fixed list of patches, try 'krb5-config krb4',
and if that fails, use pkg-config to find openssl.
In addition, define HAVE_KERBEROS_IV if we are using Kerberos IV's
des.h, and make zcrypt.c act accordingly.
Signed-off-by: Nelson Elhage <nelhage@mit.edu>
Commit: cc1eeac39e190f0920468043dfb7ae8eb322c62d
http://github.com/nelhage/barnowl/commit/cc1eeac39e190f0920468043dfb7ae8eb322c62d
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M configure.ac
Log Message:
-----------
configure.ac: Only use com_err if building --with-zephyr.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 363eb9d73b189a2f22a9a25a978b01cf18173dc1
http://github.com/nelhage/barnowl/commit/363eb9d73b189a2f22a9a25a978b01cf18173dc1
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M configure.ac
Log Message:
-----------
configure.ac: Use AC_SEARCH_LIBS for lib{nsl,socket,resolv}.
We only want these libraries if the normal C libraries don't contain
the symbols we're looking for, which is what SEARCH_LIBS is
for. libnsl is in fact the example in autoconf's documentation of when
you want AC_SEARCH_LIBS over AC_CHECK_LIBS.
Signed-off-by: Nelson Elhage <nelhage@mit.edu>
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: d193e28ba11f98616f4a291727a4810a9a205bff
http://github.com/nelhage/barnowl/commit/d193e28ba11f98616f4a291727a4810a9a205bff
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M configure.ac
Log Message:
-----------
Clean up AC_CHECK_FUNCS call.
Signed-off-by: Nelson Elhage <nelhage@mit.edu>
Commit: 1c89df8f438c2dfca73a85d27b20fd19383f5039
http://github.com/nelhage/barnowl/commit/1c89df8f438c2dfca73a85d27b20fd19383f5039
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M configure.ac
Log Message:
-----------
FOO → PERL_CFLAGS in configure.ac
Signed-off-by: Nelson Elhage <nelhage@mit.edu>
Commit: 3daca1324ca0398ead628003a4011fbdd685226f
http://github.com/nelhage/barnowl/commit/3daca1324ca0398ead628003a4011fbdd685226f
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M Makefile.am
M zcrypt.c
Log Message:
-----------
zcrypt.c: Clean up warnings.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
[nelhage@mit.edu: Abstract keys into owl_zcrypt_string_to_schedule]
Signed-off-by: Nelson Elhage <nelhage@mit.edu>
Commit: 191d5e78d2a465e2a7f6ddae43e1448ea7476d09
http://github.com/nelhage/barnowl/commit/191d5e78d2a465e2a7f6ddae43e1448ea7476d09
Author: Anders Kaseorg <andersk@mit.edu>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M Makefile.am
Log Message:
-----------
Makefile.am: Add zcrypt.c back to BASE_SRCS and kill off libzcrypt.a.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Commit: 2693b1267c8595113719e7614fb716b9398d7eb8
http://github.com/nelhage/barnowl/commit/2693b1267c8595113719e7614fb716b9398d7eb8
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M perlconfig.c
Log Message:
-----------
owl_new_sv: Squelch a pointer sign warning.
Commit: 633db301eaf80cc32696ddeab41c3dd5e94045c1
http://github.com/nelhage/barnowl/commit/633db301eaf80cc32696ddeab41c3dd5e94045c1
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-20 (Sun, 20 Sep 2009)
Changed paths:
M Makefile.am
M commands.c
M configure.ac
M libfaim/Makefile.am
M perlconfig.c
M zcrypt.c
Log Message:
-----------
Merge branch 'build'
* build:
owl_new_sv: Squelch a pointer sign warning.
Makefile.am: Add zcrypt.c back to BASE_SRCS and kill off libzcrypt.a.
zcrypt.c: Clean up warnings.
FOO → PERL_CFLAGS in configure.ac
Clean up AC_CHECK_FUNCS call.
configure.ac: Use AC_SEARCH_LIBS for lib{nsl,socket,resolv}.
configure.ac: Only use com_err if building --with-zephyr.
configure.ac: Clean up checks for Kerberos IV.
owl_command_zcrypt: Fix a compile warning building without zcrypt.
Compile with warnings enabled by default.
Compile libfaim with -Wno-pointer-sign if the compiler supports it.
Assume des_ecb_encrypt is prototyped.
configure.ac: Reimplement -fstack-protector check with AX_C_CHECK_FLAG.