lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.8.12-94-g117327e

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd branch master updated. 0.8.12-94-g117327e



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".

The branch, master has been updated
       via  117327e5e97ac87d64e4fb0809141d9f40665d7b (commit)
      from  b4afe7c94d24825afeedeab08a05bceee3ad3c40 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=117327e5e97ac87d64e4fb0809141d9f40665d7b

commit 117327e5e97ac87d64e4fb0809141d9f40665d7b
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Mar 3 11:34:49 2013 +0100

    add some missing checks to the configure script

diff --git a/configure.ac b/configure.ac
index 483c0ee..793d52b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -281,7 +281,7 @@ AC_CHECK_HEADERS([nss.h nss_common.h grp.h shadow.h 
aliases.h netdb.h rpc/rpcent
 AC_CHECK_HEADERS([netinet/ether.h arpa/inet.h netinet/in.h])
 AC_CHECK_HEADERS([nsswitch.h nss_dbdefs.h])
 AC_CHECK_HEADERS([sys/socket.h sys/un.h sys/ucred.h ucred.h sys/param.h 
sys/time.h])
-AC_CHECK_HEADERS([getopt.h syslog.h])
+AC_CHECK_HEADERS([getopt.h syslog.h stddef.h])
 
 # other general checks
 AC_C_INLINE
@@ -290,8 +290,8 @@ AC_C_CONST
 # checks for availability of common functions
 AC_CHECK_FUNCS([sigaction snprintf])
 AC_SEARCH_LIBS(socket, socket)
-AC_CHECK_FUNCS([strcasecmp strncasecmp strchr strcspn strspn strtol strtoul 
strtoull])
-AC_CHECK_FUNCS([malloc realloc])
+AC_CHECK_FUNCS([strcasecmp strncasecmp strchr strcspn strspn strtol strtoul 
strtoull strndup])
+AC_CHECK_FUNCS([malloc realloc atexit])
 AC_FUNC_FORK
 AC_CHECK_FUNCS(__assert_fail)
 
@@ -704,12 +704,14 @@ then
   AC_CHECK_FUNCS(ldap_parse_result ldap_memfree ldap_controls_free 
ldap_control_free)
   AC_CHECK_FUNCS(ldap_explode_dn ldap_explode_rdn ldap_set_option 
ldap_get_option)
   AC_CHECK_FUNCS(ldap_abandon ldap_simple_bind_s ldap_unbind 
ldap_set_rebind_proc)
-  AC_CHECK_FUNCS(ldap_initialize ldap_search_ext)
+  AC_CHECK_FUNCS(ldap_initialize ldap_search_ext ldap_start_tls_s)
   AC_CHECK_FUNCS(ldap_create_control ldap_extended_operation_s)
   AC_CHECK_FUNCS(ldap_domain2hostlist ldap_domain2dn)
-  AC_CHECK_FUNCS(ldap_get_values ldap_value_free ldap_get_dn)
+  AC_CHECK_FUNCS(ldap_get_values ldap_get_values_len ldap_value_free 
ldap_value_free_len)
+  AC_CHECK_FUNCS(ldap_get_dn ldap_explode_dn ldap_count_values_len)
   AC_CHECK_FUNCS(ldap_err2string ldap_msgfree ldap_result)
-  AC_CHECK_FUNCS(ber_bvfree ber_free ber_set_option)
+  AC_CHECK_FUNCS(ber_bvfree ber_free ber_set_option ldap_modify_ext_s)
+  AC_CHECK_FUNCS(ldap_first_attribute ldap_next_attribute)
 
   # replace ldap_create_page_control() and ldap_parse_page_control()
   AC_CHECK_FUNCS(ldap_create_page_control ldap_parse_page_control,, 
[AC_LIBOBJ(pagectrl)])

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
nss-pam-ldapd
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/