summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create branch for SSL/EVP development.ssl-evpjorton2008-04-150-0/+0
* Now that 1.3.x lives on /branches, this bumps to 1.4.0-devwrowe2008-04-143-3/+8
* Static global variables are bad on NetWare. Move them into the library applic...bnicholes2008-04-091-4/+59
* LDAP_OPT_REFHOPLIMIT not supported for the Novell LDAP SDKbnicholes2008-04-091-1/+1
* Ensure that the LDAP code can compile cleanly on platforms that dominfrin2008-03-242-3/+9
* Fix the setting of LDAP_OPT_SSL on Win2k, which expects a pointer tominfrin2008-03-232-2/+8
* * Fix comment. No functional change.rpluem2008-02-271-2/+2
* * We are working with point64 here, no longer with point.rpluem2008-02-271-1/+1
* * Add CHANGES entry for r630780.rpluem2008-02-261-0/+3
* * apr_brigade_partition:rpluem2008-02-251-11/+21
* * Fix compiler warning as written is signed.rpluem2008-02-241-1/+1
* * build.conf: Fix DSO build for "freetds" DBD module.jorton2008-02-221-1/+6
* Add a couple of options to apr_ldap_set_option (APR_LDAP_OPT_REFERALS,bnicholes2008-01-182-0/+46
* win32 find.exe != bsd/gnu find, and we want the native flavor.wrowe2007-12-262-2/+4
* Declare these properly as apr-UTIL's exportswrowe2007-12-181-5/+5
* Fixed the implementation side, but not the unimplemented wrowe2007-12-181-5/+5
* svn:eol-style = nativend2007-12-152-345/+345
* * Commit test case missed in r607472.rpluem2007-12-081-0/+13
* * Ensure that apr_uri_unparse does not add scheme to URI ifrpluem2007-12-082-8/+7
* Update the export parsing listbnicholes2007-12-071-0/+3
* Make sure the rebind C source only appears when LDAP is detected.minfrin2007-12-071-0/+3
* Make sure the rebind stuff only appears when LDAP is detected.minfrin2007-12-071-0/+7
* Add an LDAP rebind implementation so that authentication can beminfrin2007-12-075-0/+351
* Document FreeTDS DBD paramsbojan2007-11-301-0/+3
* Make sure not implemented stubs are present when the ssl support isminfrin2007-11-271-0/+61
* Revert. The real fix needs the ability to be able to switch featuresminfrin2007-11-261-6/+3
* only omit the "/" from "z/OS" if using in a variable nametrawick2007-11-261-1/+1
* Make the initialisation consistent with apr_ssl_factory_create(), fixminfrin2007-11-243-5/+24
* Add default support for SSL to the rpm spec fileminfrin2007-11-241-3/+6
* Correct spelling.minfrin2007-11-241-2/+4
* Add clarifying documentation for buffer handling.minfrin2007-11-241-3/+12
* Correct style. No functional change.minfrin2007-11-243-182/+182
* Expose the crypto init procedure in the API. Remove a strayminfrin2007-11-243-3/+24
* Remove unnecessary castsminfrin2007-11-241-4/+4
* Ensure alloc's are tested for ENOMEM. Clarify the scope of these testsminfrin2007-11-241-5/+19
* Propagate APU_DECLARE(apr_status_t) through the SSL code. No functional change.minfrin2007-11-242-72/+74
* Drop the @fn declarations. Provide variable names in the functionminfrin2007-11-241-90/+34
* Add prototype for apu_ssl_recv() (eliminate a warning)martin2007-11-231-0/+1
* Remove unused variable (get rid of warning)martin2007-11-231-1/+0
* Not all compilers know the C99 standard yet.martin2007-11-231-3/+4
* Fix the make test target in the spec file.minfrin2007-11-212-1/+3
* Expose the SSL EVP interface to encrypt and decrypt arbitraryminfrin2007-11-217-4/+566
* This strategy did not work for .dsp's as expected, and thewrowe2007-11-201-7/+7
* * This one was backported to 1.2.x.rpluem2007-11-191-3/+0
* fix some obvious reversals of expected and actual values in invocationstrawick2007-11-1810-94/+94
* revert r595989 and r595994trawick2007-11-171-5/+5
* fix another reversal of expected and actualtrawick2007-11-171-1/+1
* fix reversal of expected and actual resultstrawick2007-11-171-4/+4
* Fix a spelling mistakeminfrin2007-11-171-1/+1
* * Wakeup waiting threads after resource was invalidated.rpluem2007-11-171-0/+1