svn commit: samba r10758 - in branches/tmp/samba4-winsrepl: . source/dsdb/samdb/ldb_modules source/lib/ldb/common source/lib/ldb/include source/lib/ldb/ldb_ildap source/lib/ldb/ldb_ldap source/lib/ldb/ldb_sqlite3 source/lib/ldb/ldb_tdb source/lib/ldb/modules source/libcli/raw source/pidl/lib/Parse/Pidl source/pidl/lib/Parse/Pidl/Samba3 source/script/tests

metze at samba.org metze at samba.org
Thu Oct 6 06:11:31 GMT 2005


Author: metze
Date: 2005-10-06 06:11:29 +0000 (Thu, 06 Oct 2005)
New Revision: 10758

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10758

Log:
 r13323 at SERNOX (orig r10732):  jelmer | 2005-10-05 16:52:35 +0200
 Generate _ctr structures for unions
 
 r13325 at SERNOX (orig r10734):  jelmer | 2005-10-05 19:13:29 +0200
 Generate ptr, size, offset, and length elements in unions just once.
 
 r13328 at SERNOX (orig r10737):  jelmer | 2005-10-05 21:41:53 +0200
 Fix some alignment issues
 
 r13330 at SERNOX (orig r10739):  jelmer | 2005-10-05 21:53:41 +0200
 Reduce number of calls to prs_align_custom()
 
 r13333 at SERNOX (orig r10742):  jelmer | 2005-10-06 00:18:59 +0200
 Support multi-level pointers + ref pointer fixes
 
 r13343 at SERNOX (orig r10752):  tridge | 2005-10-06 06:45:33 +0200
 
 make sure we set the exist status correctly for the tdb tests
 
 
 r13344 at SERNOX (orig r10753):  tridge | 2005-10-06 07:24:46 +0200
 
 don't require every ldb module to implement both a search_bytree() and
 a search() function, instead each module now only implements the
 bytree method, and the expression based search is handled generically
 by the modules code. This makes for more consistency and less code
 duplication.
 
 fixed the tdb backend to handle BASE searches much more
 efficiently. They now always only lookup one record, regardless of the
 search expression
 
 
 r13345 at SERNOX (orig r10754):  tridge | 2005-10-06 07:25:35 +0200
 
 fixed a valgrind error for unmatched SMB replies
 
 r13346 at SERNOX (orig r10755):  tridge | 2005-10-06 07:41:32 +0200
 
 fixed the construction of expressions from subtrees for SUBSTRING searches
 
 
 r13365 at SERNOX (orig r10756):  tridge | 2005-10-06 07:53:46 +0200
 
 another fix for the construction of expressions from subtrees for
 SUBSTRING searches. This time fix multi-part substring searches.
 
 
 r13366 at SERNOX (orig r10757):  tridge | 2005-10-06 08:01:56 +0200
 
 remove the proxy module (it is not complete yet)
 

Modified:
   branches/tmp/samba4-winsrepl/
   branches/tmp/samba4-winsrepl/source/dsdb/samdb/ldb_modules/objectguid.c
   branches/tmp/samba4-winsrepl/source/dsdb/samdb/ldb_modules/samldb.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/common/ldb.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/common/ldb_modules.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/common/ldb_parse.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/include/ldb_private.h
   branches/tmp/samba4-winsrepl/source/lib/ldb/ldb_ildap/ldb_ildap.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/ldb_ldap/ldb_ldap.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/ldb_tdb/ldb_index.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/ldb_tdb/ldb_search.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/ldb_tdb/ldb_tdb.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/ldb_tdb/ldb_tdb.h
   branches/tmp/samba4-winsrepl/source/lib/ldb/modules/ldb_map.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/modules/rdn_name.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/modules/schema.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/modules/skel.c
   branches/tmp/samba4-winsrepl/source/lib/ldb/modules/timestamps.c
   branches/tmp/samba4-winsrepl/source/libcli/raw/clitransport.c
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/NDR.pm
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/Samba3/Client.pm
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/Samba3/Header.pm
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/Samba3/Parser.pm
   branches/tmp/samba4-winsrepl/source/pidl/lib/Parse/Pidl/Samba3/Types.pm
   branches/tmp/samba4-winsrepl/source/script/tests/test_ldap.sh


Changeset:
Sorry, the patch is too large (1505 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10758


More information about the samba-cvs mailing list