Skip to content
  1. Jun 27, 2011
    • Joe Orton's avatar
      Fix load order dependencies in LDAP code by switching to use of APR · c6b10a6b
      Joe Orton authored
      optional functions for the inter-module API:
      
      * modules/ldap/ldap_private.h: New file, containing "real" function
        declarations, copied from...
      
      * include/ap_ldap.h.in, include/ap_ldap_url.h,
        include/ap_ldap_option.h, include/ap_ldap_init.h,
        include/ap_ldap_rebind.h: ... here.  All declarations changed to APR
        optional function declarations.
      
      * modules/ldap/util_ldap.c (util_ldap_register_hooks): Register all
        the new optional functions.
      
      * modules/aaa/mod_authnz_ldap.c (ImportULDAPOptFn): Pick up optional
        function stub for ap_ldap_url_parse.
        (mod_auth_ldap_parse_url): Use it here.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140069 13f79535-47bb-0310-9956-ffa450edef68
      c6b10a6b
  2. Jun 25, 2011
  3. Jun 24, 2011
  4. Jun 22, 2011
  5. Jun 20, 2011
  6. Jun 19, 2011
  7. Jun 18, 2011
  8. Jun 17, 2011
  9. Jun 15, 2011