svn commit: samba r18914 - in branches/SAMBA_4_0/source/lib/replace: .

2006-09-25 Thread tridge
Author: tridge Date: 2006-09-26 05:40:57 + (Tue, 26 Sep 2006) New Revision: 18914 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18914 Log: this bug fix needs to be for just hpux 11.11 Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4 Change

svn commit: samba r18913 - in branches/SAMBA_4_0/source/lib/replace: .

2006-09-25 Thread tridge
Author: tridge Date: 2006-09-26 03:11:31 + (Tue, 26 Sep 2006) New Revision: 18913 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18913 Log: an attempt to get tdb/ldb working on the HPUX box 'gwen'. This idea come from Don McCall. Don may well be able to provide

svn commit: samba r18912 - in branches/SAMBA_3_0/source/groupdb: .

2006-09-25 Thread tridge
Author: tridge Date: 2006-09-26 02:49:16 + (Tue, 26 Sep 2006) New Revision: 18912 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18912 Log: we don't need the special case for comments now in the This also fixes comments in group mappings, as the code accidentia

svn commit: samba r18911 - in branches/SAMBA_4_0/jsonrpc: .

2006-09-25 Thread derrell
Author: derrell Date: 2006-09-26 02:26:36 + (Tue, 26 Sep 2006) New Revision: 18911 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18911 Log: add a JSON encoder Added: branches/SAMBA_4_0/jsonrpc/json.esp Changeset: Added: branches/SAMBA_4_0/jsonrpc/json.esp =

Re: svn commit: samba r18910 - in branches: SAMBA_3_0/source/lib/ldb/common SAMBA_4_0/source/lib/ldb/common

2006-09-25 Thread simo
On Tue, 2006-09-26 at 01:21 +, [EMAIL PROTECTED] wrote: > Author: tridge > Date: 2006-09-26 01:21:34 + (Tue, 26 Sep 2006) > New Revision: 18910 > > WebSVN: > http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18910 > > Log: > Change ldb_msg_add_string() to not actually a

svn commit: samba r18910 - in branches: SAMBA_3_0/source/lib/ldb/common SAMBA_4_0/source/lib/ldb/common

2006-09-25 Thread tridge
Author: tridge Date: 2006-09-26 01:21:34 + (Tue, 26 Sep 2006) New Revision: 18910 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18910 Log: Change ldb_msg_add_string() to not actually add an attribute if the string is zero length. This allows callers to not have

Build status as of Tue Sep 26 00:00:02 2006

2006-09-25 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2006-09-25 00:00:10.0 + +++ /home/build/master/cache/broken_results.txt 2006-09-26 00:00:52.0 + @@ -1,21 +1,21 @@ -Build status as of Mon Sep 25 00:00:02 2006 +Build status as of Tue Sep

svn commit: samba r18909 - in branches/SAMBA_4_0/source/ldap_server: .

2006-09-25 Thread idra
Author: idra Date: 2006-09-25 22:55:56 + (Mon, 25 Sep 2006) New Revision: 18909 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18909 Log: use newer functions that were introduced after this code was made Modified: branches/SAMBA_4_0/source/ldap_server/ldap_

Re: svn commit: samba r18889 - in branches/SAMBA_3_0/source/lib/ldb/common: .

2006-09-25 Thread simo
On Mon, 2006-09-25 at 04:55 +, [EMAIL PROTECTED] wrote: > Author: vlendec > Date: 2006-09-25 04:55:07 + (Mon, 25 Sep 2006) > New Revision: 18889 > > WebSVN: > http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18889 > > Log: > Add some const. What's the policy here? Shou

svn commit: samba r18908 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

2006-09-25 Thread idra
Author: idra Date: 2006-09-25 22:53:03 + (Mon, 25 Sep 2006) New Revision: 18908 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18908 Log: Store the schema structure into an opaque pointer so that it can be reused by multiple connections Modified: branches/

svn commit: samba r18907 - in branches: SAMBA_3_0/source/smbd SAMBA_3_0_23/source/smbd

2006-09-25 Thread jra
Author: jra Date: 2006-09-25 20:59:48 + (Mon, 25 Sep 2006) New Revision: 18907 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18907 Log: W00t. My original fix was correct after all :-). Re-checking it in. Fix bug #4095 - username composed into domain\user twice i

svn commit: samba r18906 - in branches/SAMBA_3_0/source: .

2006-09-25 Thread jerry
Author: jerry Date: 2006-09-25 18:33:15 + (Mon, 25 Sep 2006) New Revision: 18906 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18906 Log: Fix 'make clean' to deal with new lib/ldb/ directory structure. Modified: branches/SAMBA_3_0/source/Makefile.in Chang

svn commit: samba r18905 - in branches/SAMBA_3_0/source: .

2006-09-25 Thread jerry
Author: jerry Date: 2006-09-25 18:18:40 + (Mon, 25 Sep 2006) New Revision: 18905 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18905 Log: I'm not really proud of this but I don't want to maintain 2 separate CPPFLAGS variables. So just cleanup the SAMBA_CPPFLAGS

svn commit: samba r18904 - in branches/SAMBA_3_0/source: .

2006-09-25 Thread jerry
Author: jerry Date: 2006-09-25 17:34:32 + (Mon, 25 Sep 2006) New Revision: 18904 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18904 Log: * Revert previous fix for building out of tree and add a better one which fixes the network interface detection breakag

svn commit: samba r18903 - in branches/SAMBA_4_0/source/lib/ldb: . common

2006-09-25 Thread metze
Author: metze Date: 2006-09-25 16:59:00 + (Mon, 25 Sep 2006) New Revision: 18903 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18903 Log: merge from samba3: define HAVE_LDB_LDAP and HAVE_LDB_SQLITE3 metze Modified: branches/SAMBA_4_0/source/lib/ldb/common/l

svn commit: samba r18902 - in branches/SAMBA_3_0/source/libads: .

2006-09-25 Thread gd
Author: gd Date: 2006-09-25 16:55:19 + (Mon, 25 Sep 2006) New Revision: 18902 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18902 Log: Also dump mS-DS-CreatorSID. Guenther Modified: branches/SAMBA_3_0/source/libads/ldap.c Changeset: Modified: branches/SAM

svn commit: samba r18901 - in branches/SAMBA_3_0/source: . lib/ldb lib/ldb/common

2006-09-25 Thread metze
Author: metze Date: 2006-09-25 16:47:50 + (Mon, 25 Sep 2006) New Revision: 18901 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18901 Log: try to fix the samba3 build without having ldap vl: you were a few seconds faster than me...:-) metze Modified: branch

svn commit: samba r18900 - in branches/SAMBA_3_0/source/lib/ldb/common: .

2006-09-25 Thread vlendec
Author: vlendec Date: 2006-09-25 16:29:26 + (Mon, 25 Sep 2006) New Revision: 18900 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18900 Log: Next attempt to fix the Solaris build. Not sure about whether to merge this one. Tridge? Metze? Volker Modified: bran

svn commit: samba r18899 - in branches/SAMBA_3_0/source: .

2006-09-25 Thread jerry
Author: jerry Date: 2006-09-25 16:27:33 + (Mon, 25 Sep 2006) New Revision: 18899 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18899 Log: remove check for root when running configure since it does not appear to be used anymore Modified: branches/SAMBA_3_0/so

svn commit: samba r18898 - in branches: SAMBA_3_0/source/rpc_server SAMBA_3_0_23/source/rpc_server

2006-09-25 Thread jra
Author: jra Date: 2006-09-25 16:26:25 + (Mon, 25 Sep 2006) New Revision: 18898 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18898 Log: Fix for bug #4100 from Udo Eberhardt <[EMAIL PROTECTED]>. Ensure we initialize values for smb_io_notify_info_data_strings to f

svn commit: samba r18897 - in branches/SAMBA_3_0/source/lib: .

2006-09-25 Thread jra
Author: jra Date: 2006-09-25 16:19:30 + (Mon, 25 Sep 2006) New Revision: 18897 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18897 Log: Fix valgrind bug found by Volker. Jeremy. Modified: branches/SAMBA_3_0/source/lib/charcnv.c Changeset: Modified: branche

svn commit: samba r18896 - in branches/SAMBA_3_0/source: .

2006-09-25 Thread jerry
Author: jerry Date: 2006-09-25 14:07:33 + (Mon, 25 Sep 2006) New Revision: 18896 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18896 Log: * Fix out of tree builds after libreplace merge * Remove unused -D define in Makefile Modified: branches/SAMBA_3_0/sour

svn commit: samba r18895 - in branches/SAMBA_3_0/source: .

2006-09-25 Thread metze
Author: metze Date: 2006-09-25 12:59:31 + (Mon, 25 Sep 2006) New Revision: 18895 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18895 Log: AIX need to call pidl with --uint-enums as the compiler doesn't like negative values in the generated code. I'm not sure ho

svn commit: samba-web r1042 - in trunk/style: .

2006-09-25 Thread deryck
Author: deryck Date: 2006-09-25 12:11:27 + (Mon, 25 Sep 2006) New Revision: 1042 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1042 Log: Set the default colors for links. deryck Modified: trunk/style/common.css Changeset: Modified: trunk/style/common.