You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marion & Christophe JAILLET <ch...@wanadoo.fr> on 2013/04/28 07:53:58 UTC

Re: svn commit: r1476694 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS docs/manual/mod/mod_authnz_ldap.xml include/ap_mmn.h include/httpd.h modules/aaa/mod_authnz_ldap.c server/util.c

Le 28/04/2013 01:14, minfrin@apache.org a écrit :
> Author: minfrin
> Date: Sat Apr 27 23:14:11 2013
> New Revision: 1476694
>
> URL: http://svn.apache.org/r1476694
> Log:
> mod_authnz_ldap: Allow using exec: callouts like SSLPassphraseDialog
> for AuthLDAPBindPassword.
>
> trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1433478
>               http://svn.apache.org/viewvc?view=revision&revision=1467523
>               http://svn.apache.org/viewvc?view=revision&revision=1467792
> 2.4.x patch: http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.4.patch
>               (20130119 - updated to include minor mmn bump)
>               (20130412 - updated to not use static var - thx, wrowe)

> Modified: httpd/httpd/branches/2.4.x/include/ap_mmn.h
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_mmn.h?rev=1476694&r1=1476693&r2=1476694&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/include/ap_mmn.h (original)
> +++ httpd/httpd/branches/2.4.x/include/ap_mmn.h Sat Apr 27 23:14:11 2013
> @@ -401,7 +401,8 @@
>    * 20120211.9 (2.4.4-dev)  Add fgrab() to ap_slotmem_provider_t.
>    * 20120211.10 (2.4.4-dev) Add in bal_persist field to proxy_server_conf
>    * 20120211.11 (2.4.4-dev) Add ap_bin2hex()
> - * 20120211.12 (2.4.5-dev)  Add ap_remove_input|output_filter_byhandle()
> + * 20120211.12 (2.4.4-dev)  Add ap_remove_input|output_filter_byhandle()
> + * 20120211.13 (2.4.4-dev)  Add ap_get_exec_line
>    */

Shouldn't we keep 2.4.5-dev here ?

CJ

Re: svn commit: r1476694 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS docs/manual/mod/mod_authnz_ldap.xml include/ap_mmn.h include/httpd.h modules/aaa/mod_authnz_ldap.c server/util.c

Posted by Rainer Jung <ra...@kippdata.de>.
On 28.04.2013 07:53, Marion & Christophe JAILLET wrote:
> 
> Le 28/04/2013 01:14, minfrin@apache.org a écrit :
>> Author: minfrin
>> Date: Sat Apr 27 23:14:11 2013
>> New Revision: 1476694
>>
>> URL: http://svn.apache.org/r1476694
>> Log:
>> mod_authnz_ldap: Allow using exec: callouts like SSLPassphraseDialog
>> for AuthLDAPBindPassword.
>>
>> trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1433478
>>               http://svn.apache.org/viewvc?view=revision&revision=1467523
>>               http://svn.apache.org/viewvc?view=revision&revision=1467792
>> 2.4.x patch:
>> http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.4.patch
>>
>>               (20130119 - updated to include minor mmn bump)
>>               (20130412 - updated to not use static var - thx, wrowe)
> 
>> Modified: httpd/httpd/branches/2.4.x/include/ap_mmn.h
>> URL:
>> http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_mmn.h?rev=1476694&r1=1476693&r2=1476694&view=diff
>>
>> ==============================================================================
>>
>> --- httpd/httpd/branches/2.4.x/include/ap_mmn.h (original)
>> +++ httpd/httpd/branches/2.4.x/include/ap_mmn.h Sat Apr 27 23:14:11 2013
>> @@ -401,7 +401,8 @@
>>    * 20120211.9 (2.4.4-dev)  Add fgrab() to ap_slotmem_provider_t.
>>    * 20120211.10 (2.4.4-dev) Add in bal_persist field to
>> proxy_server_conf
>>    * 20120211.11 (2.4.4-dev) Add ap_bin2hex()
>> - * 20120211.12 (2.4.5-dev)  Add ap_remove_input|output_filter_byhandle()
>> + * 20120211.12 (2.4.4-dev)  Add ap_remove_input|output_filter_byhandle()
>> + * 20120211.13 (2.4.4-dev)  Add ap_get_exec_line
>>    */
> 
> Shouldn't we keep 2.4.5-dev here ?

Corrected in r1476737.

Regards,

Rainer