summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* grep -r reveals this script is never invoked by ./configure1.1.xwrowe2010-02-051-190/+0
* Changes reflect major/minor related changes. Providejim2009-09-251-497/+4
* Merge r230433 from trunk:jorton2005-08-053-1/+29
* Merge r225774 from trunk:jorton2005-07-281-8/+9
* OS/2: When detecting when to use aplibtool use $host_os rather thanbjh2005-07-021-1/+1
* Merge r179564 from trunk:jorton2005-06-143-2/+43
* Fix embedded name of libaprutil in aprutil.exp. Thistrawick2005-05-241-1/+1
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).wrowe2005-05-161-1/+1
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).wrowe2005-05-152-4/+4
* backport from trunk:trawick2005-04-282-1/+4
* keep the tags rolling.pquerna2005-03-161-2/+2
* Prep for the 1.1.2 tagpquerna2005-03-161-1/+1
* Fix libaprutil.rc for Win32 release builds.jerenkrantz2005-03-164-58/+115
* move 1.1.x to 1.1.2-devpquerna2005-03-151-2/+2
* remove -dev in prep for 1.1.1 tag.pquerna2005-03-151-1/+1
* Fixing a memory leak in the bucket brigades changes code in apr-util, not apr.pquerna2005-03-151-0/+2
* backport from trunk:jwoolley2005-03-111-0/+7
* * build/find_apu.m4:jerenkrantz2005-02-242-21/+26
* released. branch is now -dev.pquerna2005-01-261-2/+2
* Fix a build problem on Solaris v2.9 - Solaris SDK has no LDAP_OPT_SSL.minfrin2005-01-211-2/+5
* The Mozilla SDK has a different vendor string to the Netscape and Solarisminfrin2005-01-215-12/+22
* Solaris v2.9's LDAP is a repackaged Netscape/Mozilla SDK. Detect and handleminfrin2005-01-212-28/+21
* Use the ldapssl_init(host,port,0) function on Novell to init LDAP connections.minfrin2005-01-212-8/+3
* Remove -dev versionpquerna2005-01-211-1/+1
* Create the 1.1.x Branch for APR-Utilpquerna2005-01-210-0/+0
* Add another certificate format type for the Novell LDAP SDKbnicholes2005-01-202-0/+16
* Remove an inconsistency in the function defintion that causes the build tominfrin2005-01-201-2/+2
* Remove a stray return statement.minfrin2005-01-201-1/+0
* Correct the return types for the set_option sub functions - they shouldminfrin2005-01-201-2/+2
* Fix build errors for Win32.minfrin2005-01-201-5/+3
* Add documentation for the LDAP optionsminfrin2005-01-201-0/+36
* Add C++ extern wrappers to the LDAP functionsminfrin2005-01-206-0/+45
* Add documentation for the LDAP URL functions.minfrin2005-01-201-6/+38
* Add documentation to the ldap_init functions.minfrin2005-01-201-0/+86
* Change the parameter passed to set SSL certificates from a linked listminfrin2005-01-192-30/+32
* * test/testldap.c: Fix non-LDAP build, and also:jorton2005-01-191-5/+8
* Remove duplicated definition of the certificate type constants.minfrin2005-01-191-17/+0
* Add support for Netscape client certificates.minfrin2005-01-182-13/+28
* Add option to specify the location of the expat libraryminfrin2005-01-171-3/+16
* Fix a typo in the filenameminfrin2005-01-171-1/+1
* Temporarily work around a conflict between 0.9 and 1.0 of apr-util.expminfrin2005-01-171-0/+1
* svn:eol-style = nativend2005-01-151-16/+16
* * ldap/apr_ldap_option.c: Code style cleanup throughout, no functionaljorton2005-01-131-152/+135
* * ldap/apr_ldap_option.c (option_set_tls, option_set_cert): Fix gccjorton2005-01-131-11/+12
* Add the NetWare build files and a test suite for the LDAP APIsbnicholes2005-01-117-2/+796
* Remove the call to ldapssl_install_routines for the Novell SDK. Do to the wa...bnicholes2005-01-101-8/+8
* -Since the apr_ldap_opt_tls_cert_t* structure is call be used as a linked lis...bnicholes2005-01-101-2/+11
* Remove a stray reference to the apr_ldap_ssl_add_client_cert() function.minfrin2005-01-101-5/+0
* Clarify the murky status of SSL and STARTTLS support in OpenLDAP.minfrin2005-01-101-6/+4
* LDAP: Move all certificate initialisation, and the creation of SSLminfrin2005-01-085-340/+591