nss_ldap-265

View: New views
3 Messages — Rating Filter:   Alert me  

nss_ldap-265

by Lukeh-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

265     Luke Howard <lukeh@...>

         * fix for BUG#132: add versioning information to binary
         * fix for BUG#403: add AM_MAINTAINER_MODE
         * fix for BUG#388: bad LDAP query for ether lookups
         * fix for BUG#391: clarify bind timelimit defaults
           in ldap.conf
         * fix for BUG#392: call do_close() if ldap_result()
           or ldap_parse_result() fails (before returning
           NSS_UNAVAIL)
         * fix for BUG#401: FreeBSD thread library check
         * fix for BUG#409: deallocate context in
           _nss_ldap_ent_context_release() to avoid bad usage
         * fix for BUG#410: don't leak file descriptors in
           _nss_ldap_readconfig


Re: nss_ldap-265

by guillomovitch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Luke Howard a écrit :

> 265     Luke Howard <lukeh@...>
>
>         * fix for BUG#132: add versioning information to binary
>         * fix for BUG#403: add AM_MAINTAINER_MODE
>         * fix for BUG#388: bad LDAP query for ether lookups
>         * fix for BUG#391: clarify bind timelimit defaults
>           in ldap.conf
>         * fix for BUG#392: call do_close() if ldap_result()
>           or ldap_parse_result() fails (before returning
>           NSS_UNAVAIL)
>         * fix for BUG#401: FreeBSD thread library check
>         * fix for BUG#409: deallocate context in
>           _nss_ldap_ent_context_release() to avoid bad usage
>         * fix for BUG#410: don't leak file descriptors in
>           _nss_ldap_readconfig
I had to use this patch to make it build, as current directory is
unlikely to be in PATH:

--- nss_ldap-265/Makefile.am 2009-11-06 11:28:08.000000000 +0100
+++ nss_ldap-265-Makefile/Makefile.am 2009-11-06 15:05:18.000000000 +0100
@@ -109,5 +109,5 @@
  @$(NORMAL_UNINSTALL)

  vers.c: $(top_srcdir)/CVSVersionInfo.txt
- CVSVERSIONDIR=$(top_srcdir) vers_string -v
+ CVSVERSIONDIR=$(top_srcdir) $(top_srcdir)/vers_string -v

--
BOFH excuse #20:

divide-by-zero error

Re: nss_ldap-265

by Lukeh-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks, will be in nss_ldap-266.

On 06/11/2009, at 6:56 PM, Guillaume Rousse wrote:

> Luke Howard a écrit :
>> 265     Luke Howard <lukeh@...>
>>        * fix for BUG#132: add versioning information to binary
>>        * fix for BUG#403: add AM_MAINTAINER_MODE
>>        * fix for BUG#388: bad LDAP query for ether lookups
>>        * fix for BUG#391: clarify bind timelimit defaults
>>          in ldap.conf
>>        * fix for BUG#392: call do_close() if ldap_result()
>>          or ldap_parse_result() fails (before returning
>>          NSS_UNAVAIL)
>>        * fix for BUG#401: FreeBSD thread library check
>>        * fix for BUG#409: deallocate context in
>>          _nss_ldap_ent_context_release() to avoid bad usage
>>        * fix for BUG#410: don't leak file descriptors in
>>          _nss_ldap_readconfig
> I had to use this patch to make it build, as current directory is  
> unlikely to be in PATH:
>
> --- nss_ldap-265/Makefile.am 2009-11-06 11:28:08.000000000 +0100
> +++ nss_ldap-265-Makefile/Makefile.am 2009-11-06 15:05:18.000000000  
> +0100
> @@ -109,5 +109,5 @@
> @$(NORMAL_UNINSTALL)
>
> vers.c: $(top_srcdir)/CVSVersionInfo.txt
> - CVSVERSIONDIR=$(top_srcdir) vers_string -v
> + CVSVERSIONDIR=$(top_srcdir) $(top_srcdir)/vers_string -v
>
> --
> BOFH excuse #20:
>
> divide-by-zero error
>

--
www.padl.com | www.fghr.net