svn commit: samba r19069 - in branches/SAMBA_4_0/source/lib/ldb/ldb_tdb: .

2006-10-04 Thread idra
Author: idra Date: 2006-10-04 19:08:36 + (Wed, 04 Oct 2006) New Revision: 19069 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19069 Log: The sequence number is a 64 bit unsigned integer Well spotted Volker Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_tdb

svn commit: samba r19071 - in branches/SAMBA_3_0/source/lib/ldb/ldb_tdb: .

2006-10-04 Thread idra
Author: idra Date: 2006-10-04 19:12:01 + (Wed, 04 Oct 2006) New Revision: 19071 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19071 Log: Backport to SAMBA_3_0 as well Modified: branches/SAMBA_3_0/source/lib/ldb/ldb_tdb/ldb_cache.c Changeset: Modified

svn commit: samba r19129 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

2006-10-06 Thread idra
Author: idra Date: 2006-10-06 13:47:52 + (Fri, 06 Oct 2006) New Revision: 19129 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19129 Log: Add comment to clarify behavior Modified: branches/SAMBA_4_0/source/lib/ldb/modules/asq.c Changeset: Modified

svn commit: samba r19299 - in branches/SAMBA_4_0/source: auth/gensec dsdb/samdb/ldb_modules kdc lib/ldb/modules lib/registry libnet nbt_server/wins param torture/ldap

2006-10-15 Thread idra
Author: idra Date: 2006-10-15 23:14:19 + (Sun, 15 Oct 2006) New Revision: 19299 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19299 Log: Fix possible memleaks Modified: branches/SAMBA_4_0/source/auth/gensec/schannel_state.c branches/SAMBA_4_0/source/dsdb

svn commit: samba r19304 - in branches/SAMBA_4_0/source/lib/talloc: .

2006-10-15 Thread idra
Author: idra Date: 2006-10-16 01:00:47 + (Mon, 16 Oct 2006) New Revision: 19304 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19304 Log: If you really want to look at the contents undef this one Modified: branches/SAMBA_4_0/source/lib/talloc/talloc.c

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

2006-10-15 Thread idra
Author: idra Date: 2006-10-16 01:00:04 + (Mon, 16 Oct 2006) New Revision: 19303 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19303 Log: It seem ok to have around this amount of blocks hanging out of an ldb context for sam.ldb Modified: branches/SAMBA_4_0

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

2006-10-15 Thread idra
Author: idra Date: 2006-10-16 01:01:37 + (Mon, 16 Oct 2006) New Revision: 19305 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19305 Log: Potential memleak on the ldb_context if we don't use a temp mem context Modified: branches/SAMBA_4_0/source/lib/ldb

svn commit: samba r19312 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

2006-10-15 Thread idra
Author: idra Date: 2006-10-16 02:45:18 + (Mon, 16 Oct 2006) New Revision: 19312 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19312 Log: This should fix a nasty bug with values and names being freed before the results where used. Seem that el is hanging out

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

2006-10-15 Thread idra
Author: idra Date: 2006-10-16 03:12:48 + (Mon, 16 Oct 2006) New Revision: 19313 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19313 Log: Don't mess with hierarchies!! There is a reason why we use them :-) Modified: branches/SAMBA_4_0/source/dsdb/samdb

svn commit: samba r19314 - in branches/SAMBA_4_0/source/lib/ldb/ldb_tdb: .

2006-10-15 Thread idra
Author: idra Date: 2006-10-16 03:15:41 + (Mon, 16 Oct 2006) New Revision: 19314 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=19314 Log: Commit tridge's fixes for a big mem leak in ltdb I introduced when the code has been changed to be async. With the other

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

2005-06-21 Thread idra
Author: idra Date: 2005-06-21 11:14:54 + (Tue, 21 Jun 2005) New Revision: 7805 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=7805 Log: add support to read binary files into attributes data like ldap tools does Modified: branches/SAMBA_4_0/source/lib/ldb

svn commit: samba r7806 - in branches/SAMBA_4_0/source/lib/ldb/tests: .

2005-06-21 Thread idra
Author: idra Date: 2005-06-21 11:22:05 + (Tue, 21 Jun 2005) New Revision: 7806 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=7806 Log: add test for binary files as attribute values Added: branches/SAMBA_4_0/source/lib/ldb/tests/photo.ldif branches

svn commit: samba r7851 - in branches/SAMBA_4_0/source/lib/ldb: common ldb_sqlite3

2005-06-23 Thread idra
Author: idra Date: 2005-06-23 23:19:31 + (Thu, 23 Jun 2005) New Revision: 7851 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=7851 Log: We are case preserving let the DN be returned the same the user put it into. sss Modified: branches/SAMBA_4_0/source/lib

svn commit: samba r7934 - in branches/SAMBA_4_0/source/auth: .

2005-06-26 Thread idra
Author: idra Date: 2005-06-26 22:33:50 + (Sun, 26 Jun 2005) New Revision: 7934 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=7934 Log: ported samba3 pass_check functions to auth_unix.c not having these platforms they are untested, let's hope the buildfarm can

svn commit: samba r7936 - in branches/SAMBA_4_0/source/lib: ldb ldb/common ldb/include ldb/ldb_tdb talloc

2005-06-26 Thread idra
Author: idra Date: 2005-06-26 23:59:22 + (Sun, 26 Jun 2005) New Revision: 7936 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=7936 Log: new ldb_dn_explode and ldb_dn_casefold functions and co Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in branches

svn commit: samba r7937 - in branches/SAMBA_4_0/source/lib/ldb: common include

2005-06-26 Thread idra
Author: idra Date: 2005-06-27 00:00:50 + (Mon, 27 Jun 2005) New Revision: 7937 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=7937 Log: main file was missing Added: branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c branches/SAMBA_4_0/source/lib/ldb/include

svn commit: samba r7961 - in branches/SAMBA_3_0/source/smbd: .

2005-06-27 Thread idra
Author: idra Date: 2005-06-27 22:44:57 + (Mon, 27 Jun 2005) New Revision: 7961 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=7961 Log: randomize reloading so that smbds do not pverload cupsd by reloading printers all at the same time

svn commit: samba r7964 - in trunk/source/smbd: .

2005-06-27 Thread idra
Author: idra Date: 2005-06-27 23:22:59 + (Mon, 27 Jun 2005) New Revision: 7964 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=7964 Log: merge from 3.0 Modified: trunk/source/smbd/process.c Changeset: Modified: trunk/source/smbd/process.c

svn commit: samba r8082 - in branches/SAMBA_4_0/source/lib/ldb: common include ldb_tdb samba tests

2005-07-02 Thread idra
Author: idra Date: 2005-07-02 17:30:03 + (Sat, 02 Jul 2005) New Revision: 8082 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8082 Log: large rewite of ldb_dn.c - we do not support multpiple attribute components anymore, makes code a lot easier

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

2005-07-02 Thread idra
Author: idra Date: 2005-07-02 18:34:13 + (Sat, 02 Jul 2005) New Revision: 8083 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8083 Log: check attribute type is valid (only ascii alphanum chars and '-' char) fail if not Modified: branches/SAMBA_4_0/source/lib

svn commit: samba r8084 - in branches/SAMBA_4_0/source/lib/ldb: common ldb_tdb

2005-07-02 Thread idra
Author: idra Date: 2005-07-02 18:43:22 + (Sat, 02 Jul 2005) New Revision: 8084 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8084 Log: do not leak memory on errors Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c branches/SAMBA_4_0/source/lib/ldb

svn commit: samba r8091 - in branches/SAMBA_4_0/source/ntptr/simple_ldb: .

2005-07-03 Thread idra
Author: idra Date: 2005-07-03 08:49:38 + (Sun, 03 Jul 2005) New Revision: 8091 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8091 Log: fix invalid attribute names s/_/-/g this will fix the build Modified: branches/SAMBA_4_0/source/ntptr/simple_ldb

svn commit: samba r8259 - in branches/SAMBA_4_0/source/auth: .

2005-07-09 Thread idra
Author: idra Date: 2005-07-09 11:17:33 + (Sat, 09 Jul 2005) New Revision: 8259 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8259 Log: We want to oset the provided flags not zero Modified: branches/SAMBA_4_0/source/auth/auth_util.c Changeset: Modified

svn commit: samba r8373 - in branches/SAMBA_4_0/source: lib/ldb/common lib/ldb/include lib/ldb/ldb_tdb lib/ldb/tests lib/ldb/tests/schema-tests setup

2005-07-12 Thread idra
Author: idra Date: 2005-07-12 12:04:54 + (Tue, 12 Jul 2005) New Revision: 8373 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8373 Log: New wildcard matching code. This code applies correct ldap standard wildcard matching code removes WILDCARD matching from tdb

svn commit: samba r8377 - in branches/SAMBA_4_0/source/lib/ldb/tests: .

2005-07-12 Thread idra
Author: idra Date: 2005-07-12 13:37:11 + (Tue, 12 Jul 2005) New Revision: 8377 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8377 Log: forgot an ldif test Added: branches/SAMBA_4_0/source/lib/ldb/tests/test-wildcard.ldif Changeset: Added: branches

svn commit: samba r8499 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-07-15 Thread idra
Author: idra Date: 2005-07-15 13:19:16 + (Fri, 15 Jul 2005) New Revision: 8499 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8499 Log: clearer function name Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls_ldb.c Changeset: Modified: branches

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

2005-07-16 Thread idra
Author: idra Date: 2005-07-16 16:12:14 + (Sat, 16 Jul 2005) New Revision: 8514 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8514 Log: add docs Added: branches/SAMBA_4_0/source/ldap_server/devdocs/rfc2251.txt Changeset: Sorry, the patch is too large (2808

svn commit: samba r8515 - in branches/SAMBA_4_0/source/lib/ldb: common include tools

2005-07-16 Thread idra
Author: idra Date: 2005-07-16 18:16:32 + (Sat, 16 Jul 2005) New Revision: 8515 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8515 Log: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are compared on a content level not ona form level, his means that the 2 DNs

svn commit: samba r8516 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-07-16 Thread idra
Author: idra Date: 2005-07-16 18:17:08 + (Sat, 16 Jul 2005) New Revision: 8516 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8516 Log: let us use all parameters of ldbsearch in ldb.search Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls_ldb.c

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

2005-07-17 Thread idra
Author: idra Date: 2005-07-17 14:15:45 + (Sun, 17 Jul 2005) New Revision: 8529 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8529 Log: Matching against the wrong union Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_match.c Changeset: Modified

svn commit: samba r8530 - in branches/SAMBA_4_0/source/libcli/ldap: .

2005-07-17 Thread idra
Author: idra Date: 2005-07-17 14:16:41 + (Sun, 17 Jul 2005) New Revision: 8530 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8530 Log: Now our ldap server is able to fullfill present and substring searches Modified: branches/SAMBA_4_0/source/libcli/ldap

svn commit: samba r8585 - in branches/SAMBA_4_0/source: cldap_server lib/ldb/common lib/ldb/include lib/ldb/ldb_tdb lib/ldb/tests libcli/ldap

2005-07-19 Thread idra
Author: idra Date: 2005-07-19 09:09:00 + (Tue, 19 Jul 2005) New Revision: 8585 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8585 Log: add to ldb and ldap comparison functionality better pares filters Approx is currently only a stub need to dig more info

svn commit: samba r8682 - in branches/SAMBA_3_0/source/torture: .

2005-07-21 Thread idra
Author: idra Date: 2005-07-21 13:45:34 + (Thu, 21 Jul 2005) New Revision: 8682 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8682 Log: fix vfstest, thanks to Rainer Link for spotting this one Modified: branches/SAMBA_3_0/source/torture/cmd_vfs.c Changeset

svn commit: samba r8683 - in trunk/source/torture: .

2005-07-21 Thread idra
Author: idra Date: 2005-07-21 13:47:21 + (Thu, 21 Jul 2005) New Revision: 8683 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8683 Log: do not forget trunk Modified: trunk/source/torture/cmd_vfs.c Changeset: Modified: trunk/source/torture/cmd_vfs.c

svn commit: samba r8779 - in branches/SAMBA_4_0/source/lib/ldb: . include ldb_tdb

2005-07-26 Thread idra
Author: idra Date: 2005-07-26 09:17:46 + (Tue, 26 Jul 2005) New Revision: 8779 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8779 Log: Add rdn module to makefile and headers Search by distinguishedName as if searching by dn Modified: branches/SAMBA_4_0

svn commit: samba r8917 - in branches/SAMBA_4_0/source: lib/ldb/common libcli/ldap

2005-08-02 Thread idra
Author: idra Date: 2005-08-02 14:04:22 + (Tue, 02 Aug 2005) New Revision: 8917 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8917 Log: Better support for extended ldap search operations Try to follow the RFC where possible and adapt to openLdap and AD way

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

2005-08-02 Thread idra
Author: idra Date: 2005-08-02 17:46:28 + (Tue, 02 Aug 2005) New Revision: 8926 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=8926 Log: RFC 2891 - LDAP Control Extension for Server Side Sorting of Search Results Added: branches/SAMBA_4_0/source/ldap_server

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

2005-08-18 Thread idra
Author: idra Date: 2005-08-18 10:23:53 + (Thu, 18 Aug 2005) New Revision: 9385 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9385 Log: Remove unused functions Modified: branches/SAMBA_4_0/source/dsdb/samdb/samdb.c Changeset: Modified: branches/SAMBA_4_0

svn commit: samba r9391 - in branches/SAMBA_4_0/source: auth auth/gensec cldap_server dsdb/samdb dsdb/samdb/ldb_modules include kdc ldap_server lib lib/ldb/common lib/ldb/include lib/ldb/ldb_ildap lib

2005-08-18 Thread idra
Author: idra Date: 2005-08-18 15:02:01 + (Thu, 18 Aug 2005) New Revision: 9391 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9391 Log: Convert all the code to use struct ldb_dn to ohandle ldap like distinguished names Provide more functions to handle DNs

svn commit: samba r9392 - in branches/SAMBA_4_0/source: kdc lib/ldb/common lib/ldb/include libnet ntptr/simple_ldb rpc_server/lsa rpc_server/samr

2005-08-18 Thread idra
Author: idra Date: 2005-08-18 16:18:48 + (Thu, 18 Aug 2005) New Revision: 9392 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9392 Log: Fix ldb_dn_compose to make build farm happy Add ldb_dn_string_compose so that you can build a dn starting from a struct ldb_dn

svn commit: samba r9393 - in branches/SAMBA_4_0/source/lib/ldb: common include

2005-08-18 Thread idra
Author: idra Date: 2005-08-18 16:27:09 + (Thu, 18 Aug 2005) New Revision: 9393 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9393 Log: Fix ldb standalone build Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c branches/SAMBA_4_0/source/lib/ldb

svn commit: samba r9394 - in branches/SAMBA_4_0/source/lib/ldb: common include

2005-08-18 Thread idra
Author: idra Date: 2005-08-18 16:41:27 + (Thu, 18 Aug 2005) New Revision: 9394 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9394 Log: avoid to use BOOL in ldb Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c branches/SAMBA_4_0/source/lib/ldb

svn commit: samba r9446 - in branches/SAMBA_4_0/source/lib/ldb/tests/schema-tests: .

2005-08-21 Thread idra
Author: idra Date: 2005-08-21 14:23:45 + (Sun, 21 Aug 2005) New Revision: 9446 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9446 Log: clean up old test file Modified: branches/SAMBA_4_0/source/lib/ldb/tests/schema-tests/schema.ldif Changeset: Sorry

svn commit: samba r9447 - in branches/SAMBA_4_0/source/lib/ldb: . tools

2005-08-21 Thread idra
Author: idra Date: 2005-08-21 14:26:03 + (Sun, 21 Aug 2005) New Revision: 9447 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9447 Log: Add a new tool to convert openLdap schema files into an ldif My first test with nis.schema seem to confirm it works properly

svn commit: samba r9451 - in branches/SAMBA_4_0/source/lib/ldb/tools: .

2005-08-21 Thread idra
Author: idra Date: 2005-08-21 17:20:34 + (Sun, 21 Aug 2005) New Revision: 9451 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9451 Log: some fixes now core.schema and cosine.schema are also read properly Modified: branches/SAMBA_4_0/source/lib/ldb/tools

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

2005-09-14 Thread idra
Author: idra Date: 2005-09-14 22:39:24 + (Wed, 14 Sep 2005) New Revision: 10231 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10231 Log: seem I flipped these, fix. Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c Changeset: Modified: branches

svn commit: samba r10233 - in branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3: .

2005-09-14 Thread idra
Author: idra Date: 2005-09-14 23:14:42 + (Wed, 14 Sep 2005) New Revision: 10233 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10233 Log: add commented PRAGMA to avoid fsyncs Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c Changeset

svn commit: samba r10236 - in branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3: .

2005-09-15 Thread idra
Author: idra Date: 2005-09-15 07:23:15 + (Thu, 15 Sep 2005) New Revision: 10236 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10236 Log: fix (C) note Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c Changeset: Modified: branches

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

2005-09-15 Thread idra
Author: idra Date: 2005-09-15 23:06:57 + (Thu, 15 Sep 2005) New Revision: 10250 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10250 Log: the comparison is caseless so we must caseless subtract otherwise we get the wrong result when comparing upper case chars

svn commit: samba r10251 - in branches/SAMBA_4_0/source/lib/ldb: ldb_sqlite3 ldb_tdb tests tools

2005-09-15 Thread idra
Author: idra Date: 2005-09-15 23:10:07 + (Thu, 15 Sep 2005) New Revision: 10251 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10251 Log: some more work on ldb_sqlite3 I must say that writing a new module is a very good way to find lot of subtle bugs laying

svn commit: samba r10277 - in branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3: .

2005-09-16 Thread idra
Author: idra Date: 2005-09-16 20:54:57 + (Fri, 16 Sep 2005) New Revision: 10277 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10277 Log: do not ovverride LIKE, thanks to derrel I found out how to do the same thing with a harmless user function Modified

svn commit: samba r10299 - in branches/SAMBA_4_0/source/lib/ldb: common include ldb_ildap ldb_ldap ldb_sqlite3 ldb_tdb modules tools

2005-09-17 Thread idra
Author: idra Date: 2005-09-17 19:25:50 + (Sat, 17 Sep 2005) New Revision: 10299 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10299 Log: remove the public (un)lock functions and introduce a transaction based private ldb API ldb_sqlite3 is already working

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

2005-09-17 Thread idra
Author: idra Date: 2005-09-17 19:29:45 + (Sat, 17 Sep 2005) New Revision: 10300 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10300 Log: forgot to change the dsdb modules function names Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/objectguid.c

svn commit: samba r10302 - in branches/SAMBA_4_0/source/lib/ldb/include: .

2005-09-18 Thread idra
Author: idra Date: 2005-09-18 10:45:28 + (Sun, 18 Sep 2005) New Revision: 10302 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10302 Log: Introduce ldap like error codes Added: branches/SAMBA_4_0/source/lib/ldb/include/ldb_errors.h Changeset: Added

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

2005-09-18 Thread idra
Author: idra Date: 2005-09-18 10:46:21 + (Sun, 18 Sep 2005) New Revision: 10303 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10303 Log: check no attribute is given empty Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c Changeset: Modified

svn commit: samba r10304 - in branches/SAMBA_4_0/source/lib/ldb: common include

2005-09-18 Thread idra
Author: idra Date: 2005-09-18 10:47:03 + (Sun, 18 Sep 2005) New Revision: 10304 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10304 Log: check for basic ldb_message sanity and return appropriate LDB_ERR_ value Modified: branches/SAMBA_4_0/source/lib/ldb

svn commit: samba r10305 - in branches/SAMBA_4_0/source/lib/ldb: common include ldb_ildap ldb_ldap ldb_sqlite3 ldb_tdb modules tools

2005-09-18 Thread idra
Author: idra Date: 2005-09-18 18:49:06 + (Sun, 18 Sep 2005) New Revision: 10305 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10305 Log: start implementing better error handling changed the prioivate modules API error string are now not spread over all modules

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

2005-09-18 Thread idra
Author: idra Date: 2005-09-18 18:50:02 + (Sun, 18 Sep 2005) New Revision: 10306 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10306 Log: change these modules to use new error API Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/objectguid.c

svn commit: samba r10477 - in branches/SAMBA_4_0/source: dsdb/samdb/ldb_modules lib/ldb/common lib/ldb/include lib/ldb/ldb_ildap lib/ldb/ldb_ldap lib/ldb/ldb_sqlite3 lib/ldb/ldb_tdb lib/ldb/modules li

2005-09-24 Thread idra
Author: idra Date: 2005-09-24 15:42:15 + (Sat, 24 Sep 2005) New Revision: 10477 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10477 Log: expose transactions outside ldb and change the API once more do not autostart transactions on ldb operations if a transaction

svn commit: samba r10850 - in branches/tmp: .

2005-10-09 Thread idra
Author: idra Date: 2005-10-09 15:21:35 + (Sun, 09 Oct 2005) New Revision: 10850 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10850 Log: remove old branch ldbPlugins Removed: branches/tmp/ldbPlugins/ Changeset:

svn commit: samba r10851 - in branches/tmp: . samba4_ldap_controls samba4_ldap_controls/source/lib/ldb/include

2005-10-09 Thread idra
Author: idra Date: 2005-10-09 15:46:41 + (Sun, 09 Oct 2005) New Revision: 10851 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10851 Log: add a new branch to work experiment ldap controls Added: branches/tmp/samba4_ldap_controls/ branches/tmp

svn commit: samba r10857 - in branches/tmp/samba4_ldap_controls/source/lib/ldb: . common include ldb_ldap ldb_sqlite3 ldb_tdb modules

2005-10-09 Thread idra
Author: idra Date: 2005-10-10 00:36:11 + (Mon, 10 Oct 2005) New Revision: 10857 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10857 Log: change ldb to use the new ldb_request interface internally this patch passes ldb's make test Added: branches/tmp

svn commit: samba r10858 - in branches/tmp/samba4_ldap_controls/source: dsdb/samdb/ldb_modules ldap_server lib/ldb/ldb_ildap lib/ldb/modules

2005-10-09 Thread idra
Author: idra Date: 2005-10-10 01:35:26 + (Mon, 10 Oct 2005) New Revision: 10858 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10858 Log: this should make samba4 happy with the new ldb api the tree compiles but unfortunately my make test fails on messaging_int

svn commit: samba r10877 - in branches/tmp/samba4_ldap_controls: . source/include source/libcli/util source/librpc/idl source/librpc/ndr source/pidl/lib/Parse/Pidl/Samba/NDR source/torture source/tort

2005-10-10 Thread idra
Author: idra Date: 2005-10-10 19:53:20 + (Mon, 10 Oct 2005) New Revision: 10877 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10877 Log: merge from main tree Added: branches/tmp/samba4_ldap_controls/source/torture/rpc/dssync.c Modified: branches/tmp

svn commit: samba r11395 - in branches/SAMBA_3_0/packaging/Debian: . debian-sarge debian-sarge/patches debian-sarge/po debian-sarge/scripts debian-woody debian-woody/patches debian-woody/po debian-woo

2005-10-29 Thread idra
Author: idra Date: 2005-10-29 13:19:27 + (Sat, 29 Oct 2005) New Revision: 11395 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11395 Log: Update the Debian packaging. Move form stable to stable distribution names based hives. Added: branches/SAMBA_3_0

svn commit: samba r11396 - in trunk/packaging/Debian: . debian-sarge debian-sarge/patches debian-sarge/po debian-sarge/scripts debian-woody debian-woody/patches debian-woody/po debian-woody/scripts

2005-10-29 Thread idra
Author: idra Date: 2005-10-29 13:21:35 + (Sat, 29 Oct 2005) New Revision: 11396 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11396 Log: Keep trunk in sync Added: trunk/packaging/Debian/debian-sarge/ trunk/packaging/Debian/debian-sarge/README.build

svn commit: samba r11397 - in trunk/packaging/Debian/debian-unstable: . patches po scripts

2005-10-29 Thread idra
Author: idra Date: 2005-10-29 13:29:50 + (Sat, 29 Oct 2005) New Revision: 11397 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11397 Log: Update Unstable packages to the one provide from Debian unstable The tree was sent and recommended by No?\195?\168l K?\195

svn commit: samba r11398 - in branches/SAMBA_3_0/packaging/Debian/debian-unstable: . patches po scripts

2005-10-29 Thread idra
Author: idra Date: 2005-10-29 13:31:57 + (Sat, 29 Oct 2005) New Revision: 11398 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11398 Log: Keep s3 in sync with trunk Added: branches/SAMBA_3_0/packaging/Debian/debian-unstable/config.cache.alpha-linux-gnu

svn commit: samba r11561 - in branches/tmp/samba4_ldap_controls/source: auth auth/credentials auth/gensec dsdb/samdb dsdb/samdb/ldb_modules kdc ldap_server lib lib/ldb/common lib/ldb/include lib/ldb/l

2005-11-07 Thread idra
Author: idra Date: 2005-11-07 21:41:02 + (Mon, 07 Nov 2005) New Revision: 11561 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11561 Log: Finally this passes all make test :-) Removed: branches/tmp/samba4_ldap_controls/source/auth/auth_domain.c Modified

svn commit: samba r11567 - in branches/SAMBA_4_0/source: auth/gensec dsdb/samdb dsdb/samdb/ldb_modules kdc ldap_server lib lib/ldb/common lib/ldb/include lib/ldb/ldb_ildap lib/ldb/ldb_ldap lib/ldb/ldb

2005-11-07 Thread idra
Author: idra Date: 2005-11-08 00:11:45 + (Tue, 08 Nov 2005) New Revision: 11567 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11567 Log: Ldb API change patch. This patch changes the way lsb_search is called and the meaning of the returned integer. The last

svn commit: samba r11597 - in branches/SAMBA_4_0/source/rpc_server/spoolss: .

2005-11-09 Thread idra
Author: idra Date: 2005-11-09 08:23:33 + (Wed, 09 Nov 2005) New Revision: 11597 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=11597 Log: revert a commit by mistake Modified: branches/SAMBA_4_0/source/rpc_server/spoolss/dcesrv_spoolss.c Changeset: Modified

svn commit: samba r12048 - in branches/tmp/samba4_ldap_controls: source/auth source/auth/credentials source/auth/gensec source/auth/kerberos source/build/m4 source/client source/dsdb source/dsdb/samdb

2005-12-03 Thread idra
Author: idra Date: 2005-12-03 12:39:47 + (Sat, 03 Dec 2005) New Revision: 12048 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12048 Log: merge in latest samba4 commits Modified: branches/tmp/samba4_ldap_controls/source/auth/auth.h branches/tmp

svn commit: samba r12144 - in branches/tmp/samba4_ldap_controls/source/lib/ldb/modules: .

2005-12-09 Thread idra
Author: idra Date: 2005-12-09 17:35:02 + (Fri, 09 Dec 2005) New Revision: 12144 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12144 Log: a comment Modified: branches/tmp/samba4_ldap_controls/source/lib/ldb/modules/paged_results.c Changeset: Modified

svn commit: samba r12145 - in branches/tmp/samba4_ldap_controls/source: gtk/common lib/events

2005-12-09 Thread idra
Author: idra Date: 2005-12-09 17:44:47 + (Fri, 09 Dec 2005) New Revision: 12145 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12145 Log: missed a few files during previous merge Modified: branches/tmp/samba4_ldap_controls/source/gtk/common/gtk_events.c

svn commit: samba r12147 - in branches/tmp/samba4_ldap_controls/source/lib/ldb: include modules tools

2005-12-09 Thread idra
Author: idra Date: 2005-12-09 18:13:09 + (Fri, 09 Dec 2005) New Revision: 12147 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12147 Log: use casts as metze suggested Modified: branches/tmp/samba4_ldap_controls/source/lib/ldb/include/ldb.h branches/tmp

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

2005-12-09 Thread idra
Author: idra Date: 2005-12-09 18:33:30 + (Fri, 09 Dec 2005) New Revision: 12148 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12148 Log: add the docs for the paged results control Added: branches/SAMBA_4_0/source/ldap_server/devdocs/rfc2696.txt Changeset

svn commit: samba r12164 - in branches/tmp/samba4_ldap_controls/source/lib/ldb: common include ldb_ildap ldb_ldap tools

2005-12-10 Thread idra
Author: idra Date: 2005-12-10 13:37:22 + (Sat, 10 Dec 2005) New Revision: 12164 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12164 Log: Client side support for exploded dn control I hate the way Microsoft did this, there was no need to change the dn given

svn commit: samba r12165 - in branches/tmp/samba4_ldap_controls/source: dsdb/samdb/ldb_modules lib/ldb/common lib/ldb/include lib/ldb/modules

2005-12-10 Thread idra
Author: idra Date: 2005-12-10 16:49:36 + (Sat, 10 Dec 2005) New Revision: 12165 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12165 Log: initial support for server side extended dn control plus minor fixes elswhere Added: branches/tmp/samba4_ldap_controls

svn commit: samba r12166 - in branches/tmp/samba4_ldap_controls/source/dsdb/samdb/ldb_modules: .

2005-12-10 Thread idra
Author: idra Date: 2005-12-10 18:29:07 + (Sat, 10 Dec 2005) New Revision: 12166 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12166 Log: oops wrong name :-) Added: branches/tmp/samba4_ldap_controls/source/dsdb/samdb/ldb_modules/extended_dn.c Removed

svn commit: samba r12167 - in branches/tmp/samba4_ldap_controls/source/dsdb/samdb/ldb_modules: .

2005-12-10 Thread idra
Author: idra Date: 2005-12-10 18:31:28 + (Sat, 10 Dec 2005) New Revision: 12167 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12167 Log: missing from repo ? Added: branches/tmp/samba4_ldap_controls/source/dsdb/samdb/ldb_modules/config.mk Changeset: Added

svn commit: samba r12172 - in branches/tmp/samba4_ldap_controls/source: dsdb/samdb/ldb_modules lib/ldb lib/ldb/common lib/ldb/include lib/ldb/modules lib/ldb/tools

2005-12-10 Thread idra
Author: idra Date: 2005-12-11 02:12:07 + (Sun, 11 Dec 2005) New Revision: 12172 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12172 Log: some fixes on paged_controls and extended_dn modules implement server side sort - incomplete, works against tdb and ourselve

svn commit: samba r12180 - in branches/tmp/samba4_ldap_controls/source/lib/ldb: modules tools

2005-12-11 Thread idra
Author: idra Date: 2005-12-11 10:09:32 + (Sun, 11 Dec 2005) New Revision: 12180 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12180 Log: The ber encoding of the control now seems correct but I am not yet able to get any results from w2k3 this time I do not get

svn commit: samba r12183 - in branches/tmp/samba4_ldap_controls/source/libcli/ldap: .

2005-12-11 Thread idra
Author: idra Date: 2005-12-11 18:32:58 + (Sun, 11 Dec 2005) New Revision: 12183 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12183 Log: wooops, forgot key files :) Added: branches/tmp/samba4_ldap_controls/source/libcli/ldap/ldap_controls.c branches/tmp

svn commit: samba r12184 - in branches/tmp/samba4_ldap_controls/source/lib/ldb: modules tools

2005-12-11 Thread idra
Author: idra Date: 2005-12-11 18:34:07 + (Sun, 11 Dec 2005) New Revision: 12184 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12184 Log: ok now sort works, it was an ber encoding problem in the control plus some weird bug when the connection is sealed made me

svn commit: samba r12186 - in branches/tmp/samba4_ldap_controls/source: . auth/credentials dsdb/samdb/ldb_modules heimdal/lib/asn1 heimdal/lib/gssapi heimdal/lib/hdb heimdal/lib/krb5 heimdal/lib/roken

2005-12-11 Thread idra
Author: idra Date: 2005-12-11 22:41:58 + (Sun, 11 Dec 2005) New Revision: 12186 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12186 Log: found out I missed somefile during first import and following merges Added: branches/tmp/samba4_ldap_controls/source

svn commit: samba r12187 - in branches/tmp/samba4_ldap_controls/source: . include librpc/rpc setup winbind

2005-12-11 Thread idra
Author: idra Date: 2005-12-11 22:46:54 + (Sun, 11 Dec 2005) New Revision: 12187 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12187 Log: some more wrong commits Added: branches/tmp/samba4_ldap_controls/source/setup/display_specifiers.ldif branches/tmp

svn commit: samba r12188 - in branches/tmp/samba4_ldap_controls/source/torture: . smb2

2005-12-11 Thread idra
Author: idra Date: 2005-12-11 22:49:18 + (Sun, 11 Dec 2005) New Revision: 12188 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12188 Log: uff .. this branch is a disaster :-) Added: branches/tmp/samba4_ldap_controls/source/torture/smb2/ branches/tmp

svn commit: samba r12189 - in branches/tmp/samba4_ldap_controls/source/librpc/rpc: .

2005-12-11 Thread idra
Author: idra Date: 2005-12-11 22:52:40 + (Sun, 11 Dec 2005) New Revision: 12189 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12189 Log: one more Added: branches/tmp/samba4_ldap_controls/source/librpc/rpc/config.mk Changeset: Added: branches/tmp

svn commit: samba r12190 - in branches/tmp/samba4_ldap_controls/source/libcli: . smb2

2005-12-11 Thread idra
Author: idra Date: 2005-12-11 22:53:43 + (Sun, 11 Dec 2005) New Revision: 12190 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12190 Log: sorry for the noise Added: branches/tmp/samba4_ldap_controls/source/libcli/smb2/ branches/tmp/samba4_ldap_controls

svn commit: samba r12191 - in branches/tmp/samba4_ldap_controls/source/ldap_server: .

2005-12-11 Thread idra
Author: idra Date: 2005-12-11 23:29:30 + (Sun, 11 Dec 2005) New Revision: 12191 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12191 Log: commit the latest one Modified: branches/tmp/samba4_ldap_controls/source/ldap_server/ldap_simple_ldb.c Changeset

svn commit: samba r12192 - in branches/tmp/samba4_ldap_controls/source: include lib/ldb/modules libcli/ldap

2005-12-12 Thread idra
Author: idra Date: 2005-12-12 09:19:23 + (Mon, 12 Dec 2005) New Revision: 12192 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12192 Log: quick fixes from tridge's review more to follow Removed: branches/tmp/samba4_ldap_controls/source/include/smb_build.h

svn commit: samba r12204 - in branches/tmp/samba4_ldap_controls/source: dsdb/samdb/ldb_modules lib/ldb lib/ldb/common lib/ldb/include lib/ldb/modules libcli/ldap

2005-12-12 Thread idra
Author: idra Date: 2005-12-13 00:44:25 + (Tue, 13 Dec 2005) New Revision: 12204 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12204 Log: rationalize the code a bit Added: branches/tmp/samba4_ldap_controls/source/lib/ldb/common/ldb_controls.c Removed

svn commit: samba r12210 - in branches/tmp/samba4_ldap_controls/source/lib/ldb/common: .

2005-12-13 Thread idra
Author: idra Date: 2005-12-13 17:14:00 + (Tue, 13 Dec 2005) New Revision: 12210 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12210 Log: Import qsort.c from glibc, I plan to modify it to pass an opaque pointer to the compare function. This is the original file

svn commit: samba r12220 - in branches/tmp/samba4_ldap_controls/source: lib/ldb lib/ldb/common lib/ldb/include lib/ldb/modules lib/ldb/tools libcli/ldap

2005-12-13 Thread idra
Author: idra Date: 2005-12-13 22:37:04 + (Tue, 13 Dec 2005) New Revision: 12220 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12220 Log: introduce a glibc qsort() based ldb_qsort() sorting function. this function can take an opaque pointer that will be passed

svn commit: samba r12495 - in branches/SAMBA_3_0/examples/auth/crackcheck: .

2005-12-26 Thread idra
Author: idra Date: 2005-12-26 17:22:46 + (Mon, 26 Dec 2005) New Revision: 12495 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12495 Log: Crackcheck utility enhancement based on patch sent by Tom Geissler Modified: branches/SAMBA_3_0/examples/auth/crackcheck

svn commit: samba r12496 - in trunk/examples/auth/crackcheck: .

2005-12-26 Thread idra
Author: idra Date: 2005-12-26 17:23:25 + (Mon, 26 Dec 2005) New Revision: 12496 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12496 Log: sync with 3.0 Modified: trunk/examples/auth/crackcheck/crackcheck.c Changeset: Modified: trunk/examples/auth

svn commit: samba r12497 - branches/SAMBA_3_0/examples/auth/crackcheck trunk/examples/auth/crackcheck

2005-12-26 Thread idra
Author: idra Date: 2005-12-26 17:36:33 + (Mon, 26 Dec 2005) New Revision: 12497 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12497 Log: add a simplex option better usage message Modified: branches/SAMBA_3_0/examples/auth/crackcheck/crackcheck.c trunk

svn commit: samba r12605 - in branches/SAMBA_4_0/source/lib/ldb: man tools

2005-12-30 Thread idra
Author: idra Date: 2005-12-30 11:56:52 + (Fri, 30 Dec 2005) New Revision: 12605 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12605 Log: docs patch from Brad Hards [EMAIL PROTECTED] Modified: branches/SAMBA_4_0/source/lib/ldb/man/ldbedit.1.xml branches

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

2005-12-31 Thread idra
Author: idra Date: 2005-12-31 10:04:11 + (Sat, 31 Dec 2005) New Revision: 12643 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12643 Log: don't fail make test thanks Brad Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in Changeset: Modified: branches

svn commit: samba r12733 - in branches/SAMBA_4_0/source: dsdb/samdb/ldb_modules ldap_server lib/ldb lib/ldb/common lib/ldb/include lib/ldb/ldb_ildap lib/ldb/ldb_ldap lib/ldb/ldb_sqlite3 lib/ldb/ldb_td

2006-01-05 Thread idra
Author: idra Date: 2006-01-06 04:01:23 + (Fri, 06 Jan 2006) New Revision: 12733 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=12733 Log: Merge ldap/ldb controls into main tree There's still lot of work to do but the patch is stable enough to be pushed

<    1   2   3   4   5   6   7   8   9   >