summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create 1.1.2 Release Tag1.1.2pquerna2005-03-160-0/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/tags/1.1.2@157683 13f79535-47bb-0310-9956-ffa450edef68
* Prep for the 1.1.2 tagpquerna2005-03-161-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@157679 13f79535-47bb-0310-9956-ffa450edef68
* Fix libaprutil.rc for Win32 release builds.jerenkrantz2005-03-164-58/+115
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@157662 13f79535-47bb-0310-9956-ffa450edef68
* move 1.1.x to 1.1.2-devpquerna2005-03-151-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@157618 13f79535-47bb-0310-9956-ffa450edef68
* remove -dev in prep for 1.1.1 tag.pquerna2005-03-151-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@157614 13f79535-47bb-0310-9956-ffa450edef68
* Fixing a memory leak in the bucket brigades changes code in apr-util, not apr.pquerna2005-03-151-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@157608 13f79535-47bb-0310-9956-ffa450edef68
* backport from trunk:jwoolley2005-03-111-0/+7
| | | | | | | | | Fix memory leak when in APR_POOL_DEBUG mode. Submitted by: Joe Schaefer git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@157150 13f79535-47bb-0310-9956-ffa450edef68
* * build/find_apu.m4:jerenkrantz2005-02-242-21/+26
| | | | | | | | | | Try installed APR-util before bundled copy if --with-apr-util not passed to configure. MFC: r155176 git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@155177 13f79535-47bb-0310-9956-ffa450edef68
* released. branch is now -dev.pquerna2005-01-261-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@126468 13f79535-47bb-0310-9956-ffa450edef68
* Fix a build problem on Solaris v2.9 - Solaris SDK has no LDAP_OPT_SSL.minfrin2005-01-211-2/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@125958 13f79535-47bb-0310-9956-ffa450edef68
* The Mozilla SDK has a different vendor string to the Netscape and Solarisminfrin2005-01-215-12/+22
| | | | | | | | | SDK, but works the same way. Install proper detection of the ldapssl_install_routines function, which is present on some Solaris toolkits but not others. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@125932 13f79535-47bb-0310-9956-ffa450edef68
* Solaris v2.9's LDAP is a repackaged Netscape/Mozilla SDK. Detect and handleminfrin2005-01-212-28/+21
| | | | | | | it correctly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@125930 13f79535-47bb-0310-9956-ffa450edef68
* Use the ldapssl_init(host,port,0) function on Novell to init LDAP connections.minfrin2005-01-212-8/+3
| | | | | | | | | This removes the need to apply a workaround to support client certificates within an end user application. Submitted by: Brad Nicholes git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@125906 13f79535-47bb-0310-9956-ffa450edef68
* Remove -dev versionpquerna2005-01-211-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@125897 13f79535-47bb-0310-9956-ffa450edef68
* Create the 1.1.x Branch for APR-Utilpquerna2005-01-210-0/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.1.x@125893 13f79535-47bb-0310-9956-ffa450edef68
* Add another certificate format type for the Novell LDAP SDKbnicholes2005-01-202-0/+16
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125808 13f79535-47bb-0310-9956-ffa450edef68
* Remove an inconsistency in the function defintion that causes the build tominfrin2005-01-201-2/+2
| | | | | | | fail on Solaris. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125776 13f79535-47bb-0310-9956-ffa450edef68
* Remove a stray return statement.minfrin2005-01-201-1/+0
| | | | | | | Submitted by: Colm MacCarthaigh <colm stdlib net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125768 13f79535-47bb-0310-9956-ffa450edef68
* Correct the return types for the set_option sub functions - they shouldminfrin2005-01-201-2/+2
| | | | | | | | | all return void. Submitted by: Colm MacCarthaigh <colm stdlib net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125767 13f79535-47bb-0310-9956-ffa450edef68
* Fix build errors for Win32.minfrin2005-01-201-5/+3
| | | | | | | Submitted by: Colm MacCarthaigh <colm stdlib net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125765 13f79535-47bb-0310-9956-ffa450edef68
* Add documentation for the LDAP optionsminfrin2005-01-201-0/+36
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125744 13f79535-47bb-0310-9956-ffa450edef68
* Add C++ extern wrappers to the LDAP functionsminfrin2005-01-206-0/+45
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125742 13f79535-47bb-0310-9956-ffa450edef68
* Add documentation for the LDAP URL functions.minfrin2005-01-201-6/+38
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125741 13f79535-47bb-0310-9956-ffa450edef68
* Add documentation to the ldap_init functions.minfrin2005-01-201-0/+86
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125739 13f79535-47bb-0310-9956-ffa450edef68
* Change the parameter passed to set SSL certificates from a linked listminfrin2005-01-192-30/+32
| | | | | | | | to an APR array, to make working with the API easier. Fix an oversight in the Netscape certificate code which ignored client certificate passwords. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125624 13f79535-47bb-0310-9956-ffa450edef68
* * test/testldap.c: Fix non-LDAP build, and also:jorton2005-01-191-5/+8
| | | | | | | | | (get_ldap_host): Fix prototype. (test_ldap_mutual): Remove unused function. (testldap): Code style fix. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125607 13f79535-47bb-0310-9956-ffa450edef68
* Remove duplicated definition of the certificate type constants.minfrin2005-01-191-17/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125596 13f79535-47bb-0310-9956-ffa450edef68
* Add support for Netscape client certificates.minfrin2005-01-182-13/+28
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125506 13f79535-47bb-0310-9956-ffa450edef68
* Add option to specify the location of the expat libraryminfrin2005-01-171-3/+16
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125426 13f79535-47bb-0310-9956-ffa450edef68
* Fix a typo in the filenameminfrin2005-01-171-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125421 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily work around a conflict between 0.9 and 1.0 of apr-util.expminfrin2005-01-171-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125416 13f79535-47bb-0310-9956-ffa450edef68
* svn:eol-style = nativend2005-01-151-16/+16
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125264 13f79535-47bb-0310-9956-ffa450edef68
* * ldap/apr_ldap_option.c: Code style cleanup throughout, no functionaljorton2005-01-131-152/+135
| | | | | | | change (hopefully). git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125053 13f79535-47bb-0310-9956-ffa450edef68
* * ldap/apr_ldap_option.c (option_set_tls, option_set_cert): Fix gccjorton2005-01-131-11/+12
| | | | | | | lack-of-prototype warnings; declare as static. (and fix code style) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125051 13f79535-47bb-0310-9956-ffa450edef68
* Add the NetWare build files and a test suite for the LDAP APIsbnicholes2005-01-117-2/+796
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124917 13f79535-47bb-0310-9956-ffa450edef68
* Remove the call to ldapssl_install_routines for the Novell SDK. Do to the ↵bnicholes2005-01-101-8/+8
| | | | | | warning that states that if any other ldap call is made between the calls to ldap_init() and ldapssl_install_routines(), it is safer for the Novell SDK to always initialize the connection using ldapssl_init(). Suggest that other SDKs do the same. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124824 13f79535-47bb-0310-9956-ffa450edef68
* -Since the apr_ldap_opt_tls_cert_t* structure is call be used as a linked ↵bnicholes2005-01-101-2/+11
| | | | | | | | | list, make sure that it initialized to NULL before passing it into apr_ldap_set_option(). Otherwise the code will try to follow garbage links. -Use the correct APR_LDAP_OPT_TLS_CERT #define when calling apr_ldap_set_option() to add a certificate. -For the Novell LDAP SDK, always initialize the connection with ldapssl_init() function. Suggest that all SDKs do the same. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124821 13f79535-47bb-0310-9956-ffa450edef68
* Remove a stray reference to the apr_ldap_ssl_add_client_cert() function.minfrin2005-01-101-5/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124780 13f79535-47bb-0310-9956-ffa450edef68
* Clarify the murky status of SSL and STARTTLS support in OpenLDAP.minfrin2005-01-101-6/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124776 13f79535-47bb-0310-9956-ffa450edef68
* LDAP: Move all certificate initialisation, and the creation of SSLminfrin2005-01-085-340/+591
| | | | | | | | and TLS connections into the apr_ldap_set_option() API. Add support for client certificates. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124662 13f79535-47bb-0310-9956-ffa450edef68
* Shorten the package name to fit within a historical 10 character limitminfrin2005-01-061-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124452 13f79535-47bb-0310-9956-ffa450edef68
* Add the major version number to the package name so that packages can be ↵minfrin2005-01-061-1/+1
| | | | | | installed in parallel. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124435 13f79535-47bb-0310-9956-ffa450edef68
* Fix the eol-style. Remove some stray CRs.minfrin2005-01-061-7/+7
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124434 13f79535-47bb-0310-9956-ffa450edef68
* Add the ability to detect the flavour of the LDAP toolkit within configure,minfrin2005-01-065-282/+253
| | | | | | | making the APR_LDAP_*_LDAPSDK macros work correctly. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124433 13f79535-47bb-0310-9956-ffa450edef68
* Begin explicit __cdecl protection against including the apr headers from anywrowe2005-01-051-22/+4
| | | | | | | | c sources compiled /Gz (default __stdcall convention). Observed and suggested by Andre Pang <ozone algorithm.com.au>. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124265 13f79535-47bb-0310-9956-ffa450edef68
* Attempt to keep up with non-uniform #includes. Make consistent to thewrowe2005-01-051-6/+7
| | | | | | | | other apr/apr-util sources and ensure apr.h picks up win32 headers in the correct order. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124264 13f79535-47bb-0310-9956-ffa450edef68
* Ignore gen_uri_delims.exewrowe2005-01-050-0/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124260 13f79535-47bb-0310-9956-ffa450edef68
* Quit using unique #include conventions. Also solve misc Win32 (possiblywrowe2005-01-052-9/+9
| | | | | | | | netware) build issues, as some platforms need apr.h/apu.h before anything else is included. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124258 13f79535-47bb-0310-9956-ffa450edef68
* Implement the startTLS functionality for Novell LDAP SDKbnicholes2005-01-051-1/+16
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124249 13f79535-47bb-0310-9956-ffa450edef68
* Add ldap/apr_ldap_option.c to the NetWare buildbnicholes2005-01-051-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124247 13f79535-47bb-0310-9956-ffa450edef68