From nkinder at redhat.com Wed Dec 2 00:33:54 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Tue, 01 Dec 2009 16:33:54 -0800 Subject: [389-devel] Push notification: (195302) Allow fine-grained password storage scheme to be set Message-ID: <4B15B5F2.2090407@redhat.com> The attached patch has been pushed to master. Thanks to Ulf for his contribution of the patch. Counting objects: 21, done. Delta compression using 2 threads. Compressing objects: 100% (11/11), done. Writing objects: 100% (11/11), 2.80 KiB, done. Total 11 (delta 9), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git 16e255b..f9ec9a6 master -> master -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Bug-195302-Allow-fine-grained-password-storage-sch.patch URL: From rmeggins at redhat.com Wed Dec 2 18:13:52 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Wed, 02 Dec 2009 11:13:52 -0700 Subject: [389-devel] commit: bumped version to 1.2.5.rc1 Message-ID: <4B16AE60.4060709@redhat.com> also pushed new tag 389-ds-base-1.2.5.rc1 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3258 bytes Desc: S/MIME Cryptographic Signature URL: From nkinder at redhat.com Thu Dec 3 00:30:20 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Wed, 02 Dec 2009 16:30:20 -0800 Subject: [389-devel] Push notification: (193297, 201275) SASL bind patches Message-ID: <4B17069C.6080307@redhat.com> Pushed the attached two patches to master. Both patches were contributed by Ulf Weltman (thanks!). Counting objects: 19, done. Delta compression using 2 threads. Compressing objects: 100% (13/13), done. Writing objects: 100% (13/13), 2.05 KiB, done. Total 13 (delta 9), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git bb8e9b5..5729040 master -> master -NGK -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Bug-193297-Call-bind-pre-op-and-post-op-plug-ins-f.patch URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0002-Bug-201275-Make-SASL-EXTERNAL-bind-obey-account-lo.patch URL: From nkinder at redhat.com Mon Dec 7 18:32:40 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Mon, 07 Dec 2009 10:32:40 -0800 Subject: [389-devel] Commit: (195302) Fix regression crash from previous fix for 195302 Message-ID: <4B1D4A48.3040306@redhat.com> Pushed the attached patch to master. Thanks to Rich for his review! Counting objects: 11, done. Delta compression using 2 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 671 bytes, done. Total 6 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git 5729040..94a84e8 master -> master -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Bug-195302-Fix-crash-regression-from-previous-fix.patch URL: From rmeggins at redhat.com Mon Dec 7 23:08:33 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Mon, 07 Dec 2009 16:08:33 -0700 Subject: [389-devel] bump version to 1.2.5.rc2 Message-ID: <4B1D8AF1.6080807@redhat.com> commit c3120fc8fc32928d2910912e742b1f3f62d059a1 Author: Rich Megginson Date: Mon Dec 7 15:58:16 2009 -0700 bump version to 1.2.5.rc2 To ssh://git.fedorahosted.org/git/389/ds.git 94a84e8..c3120fc master -> master From andrey.ivanov at polytechnique.fr Tue Dec 8 14:23:26 2009 From: andrey.ivanov at polytechnique.fr (Andrey Ivanov) Date: Tue, 8 Dec 2009 15:23:26 +0100 Subject: [389-devel] adminserver 1.1.9 compilation Message-ID: <1601b8650912080623j73321102o3b1c889000a58b54@mail.gmail.com> Hi, I'm trying to compile 389 ds & admin from sources. I've found some changes and new dependencies compared to the version 1.1 (pcre, for example) which is ok. I've stucked against a strange behaviour when compiling 389-admin server (with ds, mod_nss and adminutil already compiled and installed) : if i don't have the packages automake.noarch autoconf.noarch and their dependency imake.x86_64 the compilation works fine but with large "WARNING"s : ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin --with-modnss-lib=/usr/lib64/httpd/modules/ .... OK [root at ldap-model 389-admin-1.1.9]# make make ADMINSERVER=1 all-recursive make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' Making all in mod_admserv make[2]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' cd . && /bin/sh /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run automake-1.9 --foreign /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: automake-1.9: command not found WARNING: `automake-1.9' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run autoconf /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: autoconf: command not found WARNING: `autoconf' is missing on your system. You should only need it if you modified `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. /bin/sh ./config.status --recheck running /bin/sh ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin --with-modnss-lib=/usr/lib64/httpd/modules/ --with-adminserver --with-apxs=/usr/sbin/apxs --with-apr-config=/usr/bin/apr-1-config --with-moddir=/dirsrv/modules --cache-file=/dev/null --srcdir=. --no-create --no-recursion checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out ... OK If i add the abovementioned packages (autoconf and automake) the make does not work : ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin --with-modnss-lib=/usr/lib64/httpd/modules/ .... OK [root at ldap-model 389-admin-1.1.9]# make make ADMINSERVER=1 all-recursive make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' Making all in mod_admserv make[2]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' cd . && /bin/sh /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run aclocal-1.9 aclocal:configure.in:9: warning: macro `AM_PROG_LIBTOOL' not found in library cd . && /bin/sh /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run automake-1.9 --foreign Makefile.am:17: Libtool library used but `LIBTOOL' is undefined Makefile.am:17: Makefile.am:17: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' Makefile.am:17: to `configure.in' and run `aclocal' and `autoconf' again. /usr/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL Makefile.am: C++ source seen but `CXX' is undefined Makefile.am: Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' Makefile.am: to `configure.in' and run `autoconf' again. make[2]: *** [Makefile.in] Error 1 make[2]: Leaving directory `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' make: *** [all] Error 2 When at this point i remove the packages again everything is fine once again : yum remove automake.noarch autoconf.noarch imake.x86_64 [root at ldap-model 389-admin-1.1.9]# make make ADMINSERVER=1 all-recursive make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' Making all in mod_admserv make[2]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' cd . && /bin/sh /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run automake-1.9 --foreign /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: automake-1.9: command not found WARNING: `automake-1.9' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run autoconf /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: autoconf: command not found WARNING: `autoconf' is missing on your system. You should only need it if you modified `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. /bin/sh ./config.status --recheck running /bin/sh ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin --with-modnss-lib=/usr/lib64/httpd/modules/ --with-adminserver --with-apxs=/usr/sbin/apxs --with-apr-config=/usr/bin/apr-1-config --with-moddir=/dirsrv/modules --cache-file=/dev/null --srcdir=. --no-create --no-recursion checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes ... OK Is this behavior expected? Bye, From rmeggins at redhat.com Tue Dec 8 15:47:33 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Tue, 08 Dec 2009 08:47:33 -0700 Subject: [389-devel] adminserver 1.1.9 compilation In-Reply-To: <1601b8650912080623j73321102o3b1c889000a58b54@mail.gmail.com> References: <1601b8650912080623j73321102o3b1c889000a58b54@mail.gmail.com> Message-ID: <4B1E7515.2070705@redhat.com> Andrey Ivanov wrote: > Hi, > > I'm trying to compile 389 ds & admin from sources. I've found some > changes and new dependencies compared to the version 1.1 (pcre, for > example) which is ok. I've stucked against a strange behaviour when > compiling 389-admin server (with ds, mod_nss and adminutil already > compiled and installed) : if i don't have the packages > automake.noarch autoconf.noarch and their dependency imake.x86_64 the > compilation works fine but with large "WARNING"s : > > > ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ > --with-modnss-bin=/usr/sbin > --with-modnss-lib=/usr/lib64/httpd/modules/ > .... > > OK > > > > [root at ldap-model 389-admin-1.1.9]# make > make ADMINSERVER=1 all-recursive > make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' > Making all in mod_admserv > make[2]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' > cd . && /bin/sh > /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run > automake-1.9 --foreign > /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: > automake-1.9: command not found > WARNING: `automake-1.9' is missing on your system. You should only need it if > you modified `Makefile.am', `acinclude.m4' or `configure.in'. > You might want to install the `Automake' and `Perl' packages. > Grab them from any GNU archive site. > cd . && /bin/sh > /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run > autoconf > /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: > autoconf: command not found > WARNING: `autoconf' is missing on your system. You should only need it if > you modified `configure.in'. You might want to install the > `Autoconf' and `GNU m4' packages. Grab them from any GNU > archive site. > /bin/sh ./config.status --recheck > running /bin/sh ./configure --prefix=/Local/dirsrv > --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin > --with-modnss-lib=/usr/lib64/httpd/modules/ --with-adminserver > --with-apxs=/usr/sbin/apxs --with-apr-config=/usr/bin/apr-1-config > --with-moddir=/dirsrv/modules --cache-file=/dev/null --srcdir=. > --no-create --no-recursion > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking for C compiler default output file name... a.out > > ... OK > > > > > If i add the abovementioned packages (autoconf and automake) the make > does not work : > > ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ > --with-modnss-bin=/usr/sbin > --with-modnss-lib=/usr/lib64/httpd/modules/ > .... > > OK > > > > [root at ldap-model 389-admin-1.1.9]# make > make ADMINSERVER=1 all-recursive > make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' > Making all in mod_admserv > make[2]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' > cd . && /bin/sh > /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run > aclocal-1.9 > aclocal:configure.in:9: warning: macro `AM_PROG_LIBTOOL' not found in library > cd . && /bin/sh > /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run > automake-1.9 --foreign > Makefile.am:17: Libtool library used but `LIBTOOL' is undefined > Makefile.am:17: > Makefile.am:17: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' > Makefile.am:17: to `configure.in' and run `aclocal' and `autoconf' again. > /usr/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear > in AM_CONDITIONAL > Makefile.am: C++ source seen but `CXX' is undefined > Makefile.am: > Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' > Makefile.am: to `configure.in' and run `autoconf' again. > make[2]: *** [Makefile.in] Error 1 > make[2]: Leaving directory `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' > make: *** [all] Error 2 > > > > > When at this point i remove the packages again everything is fine once again : > > yum remove automake.noarch autoconf.noarch imake.x86_64 > [root at ldap-model 389-admin-1.1.9]# make > make ADMINSERVER=1 all-recursive > make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' > Making all in mod_admserv > make[2]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' > cd . && /bin/sh > /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run > automake-1.9 --foreign > /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: > automake-1.9: command not found > WARNING: `automake-1.9' is missing on your system. You should only need it if > you modified `Makefile.am', `acinclude.m4' or `configure.in'. > You might want to install the `Automake' and `Perl' packages. > Grab them from any GNU archive site. > cd . && /bin/sh > /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run > autoconf > /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: > autoconf: command not found > WARNING: `autoconf' is missing on your system. You should only need it if > you modified `configure.in'. You might want to install the > `Autoconf' and `GNU m4' packages. Grab them from any GNU > archive site. > /bin/sh ./config.status --recheck > running /bin/sh ./configure --prefix=/Local/dirsrv > --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin > --with-modnss-lib=/usr/lib64/httpd/modules/ --with-adminserver > --with-apxs=/usr/sbin/apxs --with-apr-config=/usr/bin/apr-1-config > --with-moddir=/dirsrv/modules --cache-file=/dev/null --srcdir=. > --no-create --no-recursion > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > ... > OK > > > > Is this behavior expected? > No, not really. Where did you get the source? > > Bye, > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > From andrey.ivanov at polytechnique.fr Tue Dec 8 15:50:07 2009 From: andrey.ivanov at polytechnique.fr (Andrey Ivanov) Date: Tue, 8 Dec 2009 16:50:07 +0100 Subject: [389-devel] adminserver 1.1.9 compilation In-Reply-To: <4B1E7515.2070705@redhat.com> References: <1601b8650912080623j73321102o3b1c889000a58b54@mail.gmail.com> <4B1E7515.2070705@redhat.com> Message-ID: <1601b8650912080750u62ec67ddwdcf900d7a163d93e@mail.gmail.com> wget http://directory.fedoraproject.org/sources/389-admin-1.1.9.tar.bz2 2009/12/8 Rich Megginson : > Andrey Ivanov wrote: >> >> Hi, >> >> I'm trying to compile 389 ds & admin from sources. I've found some >> changes and new dependencies compared to the version 1.1 (pcre, for >> example) which is ok. I've stucked against a strange behaviour when >> compiling 389-admin server (with ds, mod_nss and adminutil already >> compiled and installed) : if i don't have the packages >> automake.noarch autoconf.noarch and their dependency imake.x86_64 the >> compilation works fine but with large "WARNING"s : >> >> >> ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ >> --with-modnss-bin=/usr/sbin >> --with-modnss-lib=/usr/lib64/httpd/modules/ >> .... >> >> OK >> >> >> >> [root at ldap-model 389-admin-1.1.9]# make >> make ADMINSERVER=1 all-recursive >> make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >> Making all in mod_admserv >> make[2]: Entering directory >> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >> ?cd . && /bin/sh >> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >> automake-1.9 --foreign >> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >> automake-1.9: command not found >> WARNING: `automake-1.9' is missing on your system. ?You should only need >> it if >> ? ? ? ? you modified `Makefile.am', `acinclude.m4' or `configure.in'. >> ? ? ? ? You might want to install the `Automake' and `Perl' packages. >> ? ? ? ? Grab them from any GNU archive site. >> cd . && /bin/sh >> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >> autoconf >> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >> autoconf: command not found >> WARNING: `autoconf' is missing on your system. ?You should only need it if >> ? ? ? ? you modified `configure.in'. ?You might want to install the >> ? ? ? ? `Autoconf' and `GNU m4' packages. ?Grab them from any GNU >> ? ? ? ? archive site. >> /bin/sh ./config.status --recheck >> running /bin/sh ./configure ?--prefix=/Local/dirsrv >> --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin >> --with-modnss-lib=/usr/lib64/httpd/modules/ --with-adminserver >> --with-apxs=/usr/sbin/apxs --with-apr-config=/usr/bin/apr-1-config >> --with-moddir=/dirsrv/modules --cache-file=/dev/null --srcdir=. >> --no-create --no-recursion >> checking for a BSD-compatible install... /usr/bin/install -c >> checking whether build environment is sane... yes >> checking for gawk... gawk >> checking whether make sets $(MAKE)... yes >> checking for gcc... gcc >> checking for C compiler default output file name... a.out >> >> ... OK >> >> >> >> >> If i add the abovementioned packages (autoconf and automake) the make >> does not work : >> >> ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ >> --with-modnss-bin=/usr/sbin >> --with-modnss-lib=/usr/lib64/httpd/modules/ >> .... >> >> OK >> >> >> >> [root at ldap-model 389-admin-1.1.9]# make >> make ADMINSERVER=1 all-recursive >> make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >> Making all in mod_admserv >> make[2]: Entering directory >> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >> cd . && /bin/sh >> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >> aclocal-1.9 >> aclocal:configure.in:9: warning: macro `AM_PROG_LIBTOOL' not found in >> library >> ?cd . && /bin/sh >> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >> automake-1.9 --foreign >> Makefile.am:17: Libtool library used but `LIBTOOL' is undefined >> Makefile.am:17: >> Makefile.am:17: The usual way to define `LIBTOOL' is to add >> `AC_PROG_LIBTOOL' >> Makefile.am:17: to `configure.in' and run `aclocal' and `autoconf' again. >> /usr/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear >> in AM_CONDITIONAL >> Makefile.am: C++ source seen but `CXX' is undefined >> Makefile.am: >> Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' >> Makefile.am: to `configure.in' and run `autoconf' again. >> make[2]: *** [Makefile.in] Error 1 >> make[2]: Leaving directory >> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >> make: *** [all] Error 2 >> >> >> >> >> When at this point i remove ?the packages again everything is fine once >> again : >> >> ?yum remove automake.noarch autoconf.noarch imake.x86_64 >> ?[root at ldap-model 389-admin-1.1.9]# make >> make ADMINSERVER=1 all-recursive >> make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >> Making all in mod_admserv >> make[2]: Entering directory >> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >> ?cd . && /bin/sh >> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >> automake-1.9 --foreign >> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >> automake-1.9: command not found >> WARNING: `automake-1.9' is missing on your system. ?You should only need >> it if >> ? ? ? ? you modified `Makefile.am', `acinclude.m4' or `configure.in'. >> ? ? ? ? You might want to install the `Automake' and `Perl' packages. >> ? ? ? ? Grab them from any GNU archive site. >> cd . && /bin/sh >> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >> autoconf >> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >> autoconf: command not found >> WARNING: `autoconf' is missing on your system. ?You should only need it if >> ? ? ? ? you modified `configure.in'. ?You might want to install the >> ? ? ? ? `Autoconf' and `GNU m4' packages. ?Grab them from any GNU >> ? ? ? ? archive site. >> /bin/sh ./config.status --recheck >> running /bin/sh ./configure ?--prefix=/Local/dirsrv >> --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin >> --with-modnss-lib=/usr/lib64/httpd/modules/ --with-adminserver >> --with-apxs=/usr/sbin/apxs --with-apr-config=/usr/bin/apr-1-config >> --with-moddir=/dirsrv/modules --cache-file=/dev/null --srcdir=. >> --no-create --no-recursion >> checking for a BSD-compatible install... /usr/bin/install -c >> checking whether build environment is sane... yes >> ... >> OK >> >> >> >> Is this behavior expected? >> > > No, not really. ?Where did you get the source? >> >> Bye, >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >> > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > From rmeggins at redhat.com Tue Dec 8 17:12:50 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Tue, 08 Dec 2009 10:12:50 -0700 Subject: [389-devel] adminserver 1.1.9 compilation In-Reply-To: <1601b8650912080750u62ec67ddwdcf900d7a163d93e@mail.gmail.com> References: <1601b8650912080623j73321102o3b1c889000a58b54@mail.gmail.com> <4B1E7515.2070705@redhat.com> <1601b8650912080750u62ec67ddwdcf900d7a163d93e@mail.gmail.com> Message-ID: <4B1E8912.4040903@redhat.com> Andrey Ivanov wrote: > wget http://directory.fedoraproject.org/sources/389-admin-1.1.9.tar.bz2 > Can you try the 1.1.10.a1 code? For 1.1.10 I put mod_admserv and mod_restartd directly in the source repo - they are not separate anymore - so they should build much more cleanly. Git repo is here: http://git.fedorahosted.org/git/?p=389/admin.git;a=summary The tag is 389-admin-1.1.10.a1 You can pull this source directly from gitweb using wget too: wget http://git.fedorahosted.org/git/?p=389/admin.git;a=snapshot;h=389-admin-1.1.10.a1;sf=tgz > 2009/12/8 Rich Megginson : > >> Andrey Ivanov wrote: >> >>> Hi, >>> >>> I'm trying to compile 389 ds & admin from sources. I've found some >>> changes and new dependencies compared to the version 1.1 (pcre, for >>> example) which is ok. I've stucked against a strange behaviour when >>> compiling 389-admin server (with ds, mod_nss and adminutil already >>> compiled and installed) : if i don't have the packages >>> automake.noarch autoconf.noarch and their dependency imake.x86_64 the >>> compilation works fine but with large "WARNING"s : >>> >>> >>> ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ >>> --with-modnss-bin=/usr/sbin >>> --with-modnss-lib=/usr/lib64/httpd/modules/ >>> .... >>> >>> OK >>> >>> >>> >>> [root at ldap-model 389-admin-1.1.9]# make >>> make ADMINSERVER=1 all-recursive >>> make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >>> Making all in mod_admserv >>> make[2]: Entering directory >>> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >>> cd . && /bin/sh >>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>> automake-1.9 --foreign >>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >>> automake-1.9: command not found >>> WARNING: `automake-1.9' is missing on your system. You should only need >>> it if >>> you modified `Makefile.am', `acinclude.m4' or `configure.in'. >>> You might want to install the `Automake' and `Perl' packages. >>> Grab them from any GNU archive site. >>> cd . && /bin/sh >>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>> autoconf >>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >>> autoconf: command not found >>> WARNING: `autoconf' is missing on your system. You should only need it if >>> you modified `configure.in'. You might want to install the >>> `Autoconf' and `GNU m4' packages. Grab them from any GNU >>> archive site. >>> /bin/sh ./config.status --recheck >>> running /bin/sh ./configure --prefix=/Local/dirsrv >>> --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin >>> --with-modnss-lib=/usr/lib64/httpd/modules/ --with-adminserver >>> --with-apxs=/usr/sbin/apxs --with-apr-config=/usr/bin/apr-1-config >>> --with-moddir=/dirsrv/modules --cache-file=/dev/null --srcdir=. >>> --no-create --no-recursion >>> checking for a BSD-compatible install... /usr/bin/install -c >>> checking whether build environment is sane... yes >>> checking for gawk... gawk >>> checking whether make sets $(MAKE)... yes >>> checking for gcc... gcc >>> checking for C compiler default output file name... a.out >>> >>> ... OK >>> >>> >>> >>> >>> If i add the abovementioned packages (autoconf and automake) the make >>> does not work : >>> >>> ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ >>> --with-modnss-bin=/usr/sbin >>> --with-modnss-lib=/usr/lib64/httpd/modules/ >>> .... >>> >>> OK >>> >>> >>> >>> [root at ldap-model 389-admin-1.1.9]# make >>> make ADMINSERVER=1 all-recursive >>> make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >>> Making all in mod_admserv >>> make[2]: Entering directory >>> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >>> cd . && /bin/sh >>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>> aclocal-1.9 >>> aclocal:configure.in:9: warning: macro `AM_PROG_LIBTOOL' not found in >>> library >>> cd . && /bin/sh >>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>> automake-1.9 --foreign >>> Makefile.am:17: Libtool library used but `LIBTOOL' is undefined >>> Makefile.am:17: >>> Makefile.am:17: The usual way to define `LIBTOOL' is to add >>> `AC_PROG_LIBTOOL' >>> Makefile.am:17: to `configure.in' and run `aclocal' and `autoconf' again. >>> /usr/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear >>> in AM_CONDITIONAL >>> Makefile.am: C++ source seen but `CXX' is undefined >>> Makefile.am: >>> Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' >>> Makefile.am: to `configure.in' and run `autoconf' again. >>> make[2]: *** [Makefile.in] Error 1 >>> make[2]: Leaving directory >>> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >>> make[1]: *** [all-recursive] Error 1 >>> make[1]: Leaving directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >>> make: *** [all] Error 2 >>> >>> >>> >>> >>> When at this point i remove the packages again everything is fine once >>> again : >>> >>> yum remove automake.noarch autoconf.noarch imake.x86_64 >>> [root at ldap-model 389-admin-1.1.9]# make >>> make ADMINSERVER=1 all-recursive >>> make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >>> Making all in mod_admserv >>> make[2]: Entering directory >>> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >>> cd . && /bin/sh >>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>> automake-1.9 --foreign >>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >>> automake-1.9: command not found >>> WARNING: `automake-1.9' is missing on your system. You should only need >>> it if >>> you modified `Makefile.am', `acinclude.m4' or `configure.in'. >>> You might want to install the `Automake' and `Perl' packages. >>> Grab them from any GNU archive site. >>> cd . && /bin/sh >>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>> autoconf >>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >>> autoconf: command not found >>> WARNING: `autoconf' is missing on your system. You should only need it if >>> you modified `configure.in'. You might want to install the >>> `Autoconf' and `GNU m4' packages. Grab them from any GNU >>> archive site. >>> /bin/sh ./config.status --recheck >>> running /bin/sh ./configure --prefix=/Local/dirsrv >>> --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin >>> --with-modnss-lib=/usr/lib64/httpd/modules/ --with-adminserver >>> --with-apxs=/usr/sbin/apxs --with-apr-config=/usr/bin/apr-1-config >>> --with-moddir=/dirsrv/modules --cache-file=/dev/null --srcdir=. >>> --no-create --no-recursion >>> checking for a BSD-compatible install... /usr/bin/install -c >>> checking whether build environment is sane... yes >>> ... >>> OK >>> >>> >>> >>> Is this behavior expected? >>> >>> >> No, not really. Where did you get the source? >> >>> Bye, >>> >>> -- >>> 389-devel mailing list >>> 389-devel at redhat.com >>> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >>> >>> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >> >> > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > From andrey.ivanov at polytechnique.fr Tue Dec 8 17:39:10 2009 From: andrey.ivanov at polytechnique.fr (Andrey Ivanov) Date: Tue, 8 Dec 2009 18:39:10 +0100 Subject: [389-devel] adminserver 1.1.9 compilation In-Reply-To: <4B1E8912.4040903@redhat.com> References: <1601b8650912080623j73321102o3b1c889000a58b54@mail.gmail.com> <4B1E7515.2070705@redhat.com> <1601b8650912080750u62ec67ddwdcf900d7a163d93e@mail.gmail.com> <4B1E8912.4040903@redhat.com> Message-ID: <1601b8650912080939s30865920o47bbc88051d954f@mail.gmail.com> Yes, 1.1.10.a1 compiles cleanly in both cases (with and without autoconf/automake packages). Perfect. Thanks! 2009/12/8 Rich Megginson : > Andrey Ivanov wrote: >> >> wget http://directory.fedoraproject.org/sources/389-admin-1.1.9.tar.bz2 >> > > Can you try the 1.1.10.a1 code? ?For 1.1.10 I put mod_admserv and > mod_restartd directly in the source repo - they are not separate anymore - > so they should build much more cleanly. ?Git repo is here: > http://git.fedorahosted.org/git/?p=389/admin.git;a=summary > The tag is 389-admin-1.1.10.a1 > You can pull this source directly from gitweb using wget too: > wget > http://git.fedorahosted.org/git/?p=389/admin.git;a=snapshot;h=389-admin-1.1.10.a1;sf=tgz >> >> 2009/12/8 Rich Megginson : >> >>> >>> Andrey Ivanov wrote: >>> >>>> >>>> Hi, >>>> >>>> I'm trying to compile 389 ds & admin from sources. I've found some >>>> changes and new dependencies compared to the version 1.1 (pcre, for >>>> example) which is ok. I've stucked against a strange behaviour when >>>> compiling 389-admin server (with ds, mod_nss and adminutil already >>>> compiled and installed) : if i don't have the packages >>>> automake.noarch autoconf.noarch and their dependency imake.x86_64 the >>>> compilation works fine but with large "WARNING"s : >>>> >>>> >>>> ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ >>>> --with-modnss-bin=/usr/sbin >>>> --with-modnss-lib=/usr/lib64/httpd/modules/ >>>> .... >>>> >>>> OK >>>> >>>> >>>> >>>> [root at ldap-model 389-admin-1.1.9]# make >>>> make ADMINSERVER=1 all-recursive >>>> make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >>>> Making all in mod_admserv >>>> make[2]: Entering directory >>>> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >>>> ?cd . && /bin/sh >>>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>>> automake-1.9 --foreign >>>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >>>> automake-1.9: command not found >>>> WARNING: `automake-1.9' is missing on your system. ?You should only need >>>> it if >>>> ? ? ? ?you modified `Makefile.am', `acinclude.m4' or `configure.in'. >>>> ? ? ? ?You might want to install the `Automake' and `Perl' packages. >>>> ? ? ? ?Grab them from any GNU archive site. >>>> cd . && /bin/sh >>>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>>> autoconf >>>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >>>> autoconf: command not found >>>> WARNING: `autoconf' is missing on your system. ?You should only need it >>>> if >>>> ? ? ? ?you modified `configure.in'. ?You might want to install the >>>> ? ? ? ?`Autoconf' and `GNU m4' packages. ?Grab them from any GNU >>>> ? ? ? ?archive site. >>>> /bin/sh ./config.status --recheck >>>> running /bin/sh ./configure ?--prefix=/Local/dirsrv >>>> --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin >>>> --with-modnss-lib=/usr/lib64/httpd/modules/ --with-adminserver >>>> --with-apxs=/usr/sbin/apxs --with-apr-config=/usr/bin/apr-1-config >>>> --with-moddir=/dirsrv/modules --cache-file=/dev/null --srcdir=. >>>> --no-create --no-recursion >>>> checking for a BSD-compatible install... /usr/bin/install -c >>>> checking whether build environment is sane... yes >>>> checking for gawk... gawk >>>> checking whether make sets $(MAKE)... yes >>>> checking for gcc... gcc >>>> checking for C compiler default output file name... a.out >>>> >>>> ... OK >>>> >>>> >>>> >>>> >>>> If i add the abovementioned packages (autoconf and automake) the make >>>> does not work : >>>> >>>> ./configure --prefix=/Local/dirsrv --with-adminutil=/Local/dirsrv/ >>>> --with-modnss-bin=/usr/sbin >>>> --with-modnss-lib=/usr/lib64/httpd/modules/ >>>> .... >>>> >>>> OK >>>> >>>> >>>> >>>> [root at ldap-model 389-admin-1.1.9]# make >>>> make ADMINSERVER=1 all-recursive >>>> make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >>>> Making all in mod_admserv >>>> make[2]: Entering directory >>>> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >>>> cd . && /bin/sh >>>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>>> aclocal-1.9 >>>> aclocal:configure.in:9: warning: macro `AM_PROG_LIBTOOL' not found in >>>> library >>>> ?cd . && /bin/sh >>>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>>> automake-1.9 --foreign >>>> Makefile.am:17: Libtool library used but `LIBTOOL' is undefined >>>> Makefile.am:17: >>>> Makefile.am:17: The usual way to define `LIBTOOL' is to add >>>> `AC_PROG_LIBTOOL' >>>> Makefile.am:17: to `configure.in' and run `aclocal' and `autoconf' >>>> again. >>>> /usr/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear >>>> in AM_CONDITIONAL >>>> Makefile.am: C++ source seen but `CXX' is undefined >>>> Makefile.am: >>>> Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' >>>> Makefile.am: to `configure.in' and run `autoconf' again. >>>> make[2]: *** [Makefile.in] Error 1 >>>> make[2]: Leaving directory >>>> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >>>> make[1]: *** [all-recursive] Error 1 >>>> make[1]: Leaving directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >>>> make: *** [all] Error 2 >>>> >>>> >>>> >>>> >>>> When at this point i remove ?the packages again everything is fine once >>>> again : >>>> >>>> ?yum remove automake.noarch autoconf.noarch imake.x86_64 >>>> ?[root at ldap-model 389-admin-1.1.9]# make >>>> make ADMINSERVER=1 all-recursive >>>> make[1]: Entering directory `/Admin/BUILD/389_Admin/389-admin-1.1.9' >>>> Making all in mod_admserv >>>> make[2]: Entering directory >>>> `/Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv' >>>> ?cd . && /bin/sh >>>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>>> automake-1.9 --foreign >>>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >>>> automake-1.9: command not found >>>> WARNING: `automake-1.9' is missing on your system. ?You should only need >>>> it if >>>> ? ? ? ?you modified `Makefile.am', `acinclude.m4' or `configure.in'. >>>> ? ? ? ?You might want to install the `Automake' and `Perl' packages. >>>> ? ? ? ?Grab them from any GNU archive site. >>>> cd . && /bin/sh >>>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing --run >>>> autoconf >>>> /Admin/BUILD/389_Admin/389-admin-1.1.9/mod_admserv/missing: line 52: >>>> autoconf: command not found >>>> WARNING: `autoconf' is missing on your system. ?You should only need it >>>> if >>>> ? ? ? ?you modified `configure.in'. ?You might want to install the >>>> ? ? ? ?`Autoconf' and `GNU m4' packages. ?Grab them from any GNU >>>> ? ? ? ?archive site. >>>> /bin/sh ./config.status --recheck >>>> running /bin/sh ./configure ?--prefix=/Local/dirsrv >>>> --with-adminutil=/Local/dirsrv/ --with-modnss-bin=/usr/sbin >>>> --with-modnss-lib=/usr/lib64/httpd/modules/ --with-adminserver >>>> --with-apxs=/usr/sbin/apxs --with-apr-config=/usr/bin/apr-1-config >>>> --with-moddir=/dirsrv/modules --cache-file=/dev/null --srcdir=. >>>> --no-create --no-recursion >>>> checking for a BSD-compatible install... /usr/bin/install -c >>>> checking whether build environment is sane... yes >>>> ... >>>> OK >>>> >>>> >>>> >>>> Is this behavior expected? >>>> >>>> >>> >>> No, not really. ?Where did you get the source? >>> >>>> >>>> Bye, >>>> >>>> -- >>>> 389-devel mailing list >>>> 389-devel at redhat.com >>>> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >>>> >>>> >>> >>> -- >>> 389-devel mailing list >>> 389-devel at redhat.com >>> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >>> >>> >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >> > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > From nkinder at redhat.com Wed Dec 9 16:36:59 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Wed, 09 Dec 2009 08:36:59 -0800 Subject: [389-devel] Please Review: Document SLAPI DN related functions Message-ID: <4B1FD22B.5050601@redhat.com> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Document-SLAPI-DN-related-functions.patch URL: From nkinder at redhat.com Wed Dec 9 22:36:56 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Wed, 09 Dec 2009 14:36:56 -0800 Subject: [389-devel] Please Review (497556) LDAPI connections can cause TCP performance degradation Message-ID: <4B202688.80109@redhat.com> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Bug-497556-LDAPI-connections-cause-TCP-performance.patch URL: From nkinder at redhat.com Wed Dec 9 23:22:35 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Wed, 09 Dec 2009 15:22:35 -0800 Subject: [389-devel] Please Review (497556) LDAPI connections can cause TCP performance degradation In-Reply-To: <4B202688.80109@redhat.com> References: <4B202688.80109@redhat.com> Message-ID: <4B20313B.1020705@redhat.com> On 12/09/2009 02:36 PM, Nathan Kinder wrote: > > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > Pushed to master. Thanks to Rich for his review! Counting objects: 11, done. Delta compression using 2 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 805 bytes, done. Total 6 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git c3120fc..99ac483 master -> master -------------- next part -------------- An HTML attachment was scrubbed... URL: From nkinder at redhat.com Fri Dec 11 18:16:56 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Fri, 11 Dec 2009 10:16:56 -0800 Subject: [389-devel] Please Review: Set unknown attribute syntax to Octet String Message-ID: <4B228C98.4070303@redhat.com> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Set-unknown-attribute-syntax-to-Octet-String.patch URL: From nkinder at redhat.com Fri Dec 11 18:17:33 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Fri, 11 Dec 2009 10:17:33 -0800 Subject: [389-devel] Please Review: Allow dirsrv_t to have fsetid capability Message-ID: <4B228CBD.4030405@redhat.com> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Allow-dirsrv_t-to-have-fsetid-capability.patch URL: From rmeggins at redhat.com Fri Dec 11 18:26:28 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Fri, 11 Dec 2009 11:26:28 -0700 Subject: [389-devel] Please Review: Set unknown attribute syntax to Octet String In-Reply-To: <4B228C98.4070303@redhat.com> References: <4B228C98.4070303@redhat.com> Message-ID: <4B228ED4.1070001@redhat.com> Nathan Kinder wrote: > > ------------------------------------------------------------------------ > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel ack From rmeggins at redhat.com Fri Dec 11 18:26:50 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Fri, 11 Dec 2009 11:26:50 -0700 Subject: [389-devel] Please Review: Allow dirsrv_t to have fsetid capability In-Reply-To: <4B228CBD.4030405@redhat.com> References: <4B228CBD.4030405@redhat.com> Message-ID: <4B228EEA.30601@redhat.com> Nathan Kinder wrote: > > ------------------------------------------------------------------------ > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel ack From nkinder at redhat.com Fri Dec 11 19:08:25 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Fri, 11 Dec 2009 11:08:25 -0800 Subject: [389-devel] Please Review: Set unknown attribute syntax to Octet String In-Reply-To: <4B228ED4.1070001@redhat.com> References: <4B228C98.4070303@redhat.com> <4B228ED4.1070001@redhat.com> Message-ID: <4B2298A9.5000909@redhat.com> On 12/11/2009 10:26 AM, Rich Megginson wrote: > Nathan Kinder wrote: >> >> ------------------------------------------------------------------------ >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel > ack Pushed to master. Thanks for the review! Counting objects: 21, done. Delta compression using 2 threads. Compressing objects: 100% (12/12), done. Writing objects: 100% (12/12), 1.41 KiB, done. Total 12 (delta 9), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git 99ac483..24e6ca2 master -> master > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel From nkinder at redhat.com Fri Dec 11 19:08:32 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Fri, 11 Dec 2009 11:08:32 -0800 Subject: [389-devel] Please Review: Allow dirsrv_t to have fsetid capability In-Reply-To: <4B228EEA.30601@redhat.com> References: <4B228CBD.4030405@redhat.com> <4B228EEA.30601@redhat.com> Message-ID: <4B2298B0.4070406@redhat.com> On 12/11/2009 10:26 AM, Rich Megginson wrote: > Nathan Kinder wrote: >> >> ------------------------------------------------------------------------ >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel > ack Pushed to master. Thanks for the review! Counting objects: 21, done. Delta compression using 2 threads. Compressing objects: 100% (12/12), done. Writing objects: 100% (12/12), 1.41 KiB, done. Total 12 (delta 9), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git 99ac483..24e6ca2 master -> master > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel From rmeggins at redhat.com Tue Dec 15 16:19:56 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Tue, 15 Dec 2009 09:19:56 -0700 Subject: [389-devel] Please Review: Document SLAPI DN related functions In-Reply-To: <4B1FD22B.5050601@redhat.com> References: <4B1FD22B.5050601@redhat.com> Message-ID: <4B27B72C.9030805@redhat.com> Nathan Kinder wrote: > > ------------------------------------------------------------------------ > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel ack From nkinder at redhat.com Tue Dec 15 20:33:16 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Tue, 15 Dec 2009 12:33:16 -0800 Subject: [389-devel] Please Review: (518084) Fix out of order retro change log records Message-ID: <4B27F28C.506@redhat.com> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Bug-518084-Fix-out-of-order-retro-changelog-entrie.patch URL: From nkinder at redhat.com Tue Dec 15 20:57:16 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Tue, 15 Dec 2009 12:57:16 -0800 Subject: [389-devel] Please Review: (518084) Fix out of order retro change log records In-Reply-To: <4B27F28C.506@redhat.com> References: <4B27F28C.506@redhat.com> Message-ID: <4B27F82C.2050806@redhat.com> I've attached a revised patch. Noriko caught an issue where I was casting the precedence to the wrong type in slapi_pblock_set(). I had missed this in testing since I don't actuall call slapi_pblock_set() to set the precedence in the server code, but wanted to supply that capability to plugins. On 12/15/2009 12:33 PM, Nathan Kinder wrote: > > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Bug-518084-Fix-out-of-order-retro-changelog-entrie.patch URL: From rmeggins at redhat.com Tue Dec 15 21:12:52 2009 From: rmeggins at redhat.com (Rich Megginson) Date: Tue, 15 Dec 2009 14:12:52 -0700 Subject: [389-devel] Please Review: (518084) Fix out of order retro change log records In-Reply-To: <4B27F82C.2050806@redhat.com> References: <4B27F28C.506@redhat.com> <4B27F82C.2050806@redhat.com> Message-ID: <4B27FBD4.6010600@redhat.com> Nathan Kinder wrote: > I've attached a revised patch. Noriko caught an issue where I was > casting the precedence to the wrong type in slapi_pblock_set(). I had > missed this in testing since I don't actuall call slapi_pblock_set() > to set the precedence in the server code, but wanted to supply that > capability to plugins. ack > > On 12/15/2009 12:33 PM, Nathan Kinder wrote: >> >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >> > > ------------------------------------------------------------------------ > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel From nkinder at redhat.com Tue Dec 15 22:18:21 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Tue, 15 Dec 2009 14:18:21 -0800 Subject: [389-devel] Please Review: (518084) Fix out of order retro change log records In-Reply-To: <4B27FBD4.6010600@redhat.com> References: <4B27F28C.506@redhat.com> <4B27F82C.2050806@redhat.com> <4B27FBD4.6010600@redhat.com> Message-ID: <4B280B2D.7040304@redhat.com> On 12/15/2009 01:12 PM, Rich Megginson wrote: > Nathan Kinder wrote: >> I've attached a revised patch. Noriko caught an issue where I was >> casting the precedence to the wrong type in slapi_pblock_set(). I >> had missed this in testing since I don't actuall call >> slapi_pblock_set() to set the precedence in the server code, but >> wanted to supply that capability to plugins. > ack Thanks for the reviews! Pushed to master. Counting objects: 40, done. Delta compression using 2 threads. Compressing objects: 100% (20/20), done. Writing objects: 100% (21/21), 2.50 KiB, done. Total 21 (delta 17), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git 24e6ca2..cf0fcc5 master -> master >> >> On 12/15/2009 12:33 PM, Nathan Kinder wrote: >>> >>> >>> -- >>> 389-devel mailing list >>> 389-devel at redhat.com >>> https://www.redhat.com/mailman/listinfo/fedora-directory-devel >> >> ------------------------------------------------------------------------ >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel From nkinder at redhat.com Tue Dec 15 22:33:11 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Tue, 15 Dec 2009 14:33:11 -0800 Subject: [389-devel] Please Review: Document SLAPI DN related functions In-Reply-To: <4B27B72C.9030805@redhat.com> References: <4B1FD22B.5050601@redhat.com> <4B27B72C.9030805@redhat.com> Message-ID: <4B280EA7.6080200@redhat.com> On 12/15/2009 08:19 AM, Rich Megginson wrote: > Nathan Kinder wrote: >> >> ------------------------------------------------------------------------ >> >> -- >> 389-devel mailing list >> 389-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/fedora-directory-devel > ack Thanks for the review. Pushed to master. Counting objects: 11, done. Delta compression using 2 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 7.01 KiB, done. Total 6 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git cf0fcc5..4711ad3 master -> master > > -- > 389-devel mailing list > 389-devel at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-devel From nkinder at redhat.com Thu Dec 17 23:12:11 2009 From: nkinder at redhat.com (Nathan Kinder) Date: Thu, 17 Dec 2009 15:12:11 -0800 Subject: [389-devel] Commit: (548537) Fix memory leaks in DNA plugin Message-ID: <4B2ABACB.40502@redhat.com> Thanks to Noriko for her review! Pushed to master. Counting objects: 13, done. Delta compression using 2 threads. Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 805 bytes, done. Total 7 (delta 5), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git c4c1ea0..176c542 master -> master -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 0001-Bug-548537-Fix-memory-leaks-in-DNA-plugin.patch URL: