summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* Revert "s4:dsdb - make the RELAX control private"Andrew Bartlett2010-10-181-6/+8
* s4:dsdb - make the RELAX control privateMatthias Dieter Wallnöfer2010-10-161-8/+6
* ldb:ldb.h - reorder controls/extended operationsMatthias Dieter Wallnöfer2010-10-161-27/+28
* ldb:pyldb.c - remove pointless commentMatthias Dieter Wallnöfer2010-10-161-1/+0
* ldb:"ldb_dn_compare_base" - use "unsigned int" countersMatthias Dieter Wallnöfer2010-10-161-2/+2
* ldb:"ldb_dn_add_child" - use "unsigned int" countersMatthias Dieter Wallnöfer2010-10-161-2/+3
* ldb:"ldb_dn_remove_base_components" - use an "unsigned int" counterMatthias Dieter Wallnöfer2010-10-161-6/+6
* ldb:"ldb_dn_canonical" - use an "unsigned int" counterMatthias Dieter Wallnöfer2010-10-161-3/+3
* ldb: Only build LIBLDB_MAIN when building ldb itself.Jelmer Vernooij2010-10-131-8/+8
* ldb:ldb_match.c - fix a counter typeMatthias Dieter Wallnöfer2010-10-131-1/+1
* ldb: raise minor version number for new ldb_msg_match_error() functionAndrew Tridgell2010-10-132-1/+227
* s4-ldb: take advantage of ldb_match_msg_error() in more placesAndrew Tridgell2010-10-134-8/+32
* s4-ldb: use operator_fn syntax function in ldb_match codeAndrew Tridgell2010-10-131-92/+212
* s4-ldb: added an optional operator_fn in the schema syntaxAndrew Tridgell2010-10-133-5/+25
* ldb: when running from build directory, use the build modulesAndrew Tridgell2010-10-131-27/+35
* ldb: Build ildap module as shared object.Jelmer Vernooij2010-10-111-7/+3
* ldb The use of a private event context isn't a hackAndrew Bartlett2010-10-111-2/+3
* s4-ldb Don't use talloc_autofree_context() in ldbAndrew Bartlett2010-10-111-1/+1
* wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij2010-10-101-2/+1
* wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij2010-10-101-1/+1
* waf: fixed exit status of test suitesAndrew Tridgell2010-10-071-2/+4
* s4:ldb_modules.c - fix a typoMatthias Dieter Wallnöfer2010-10-051-1/+1
* Add missing dependencies for com_err.Jelmer Vernooij2010-10-053-1/+10
* ldb: Refer to ldb(3), not ldb(7).Jelmer Vernooij2010-10-056-13/+13
* unittests: add a test to avoid regression on previous fixMatthieu Patou2010-10-041-0/+5
* pyldb: test return code before trying to talloc_stealMatthieu Patou2010-10-041-2/+2
* heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij2010-10-031-1/+1
* ldb-dn: don't crash on NULL in ldb_binary_encode_string()Andrew Tridgell2010-09-281-0/+3
* ldb-tdb: ignore failure to register control on rootdseAndrew Tridgell2010-09-281-4/+1
* ldb: Fix path to alternative buildtools.Jelmer Vernooij2010-09-281-1/+1
* ldb/tevent: Fix detection of waf paths.Jelmer Vernooij2010-09-282-2/+11
* ldb: Update autogen-waf.sh to no longer overwrite existing files.Jelmer Vernooij2010-09-282-2/+12
* ldb: Remove samba-specific targets from Makefile.Jelmer Vernooij2010-09-281-8/+0
* ldb: Bump version because of addition of ldb_req_location.Jelmer Vernooij2010-09-281-1/+1
* s4-ildap: two more places that need talloc_reparent()Andrew Tridgell2010-09-281-1/+1
* s4-ldb: Added ldb_request_replace_controlNadezhda Ivanova2010-09-272-0/+34
* Check in configure/Makefile for those projects that have waf as primary build...Jelmer Vernooij2010-09-252-0/+71
* ldb: added request location trackingAndrew Tridgell2010-09-254-0/+39
* ldb:ldb_match.c - fix counter variable typeMatthias Dieter Wallnöfer2010-09-241-1/+1
* ldb:ldb_msg_add_linearized_dn - handle NULL DNsMatthias Dieter Wallnöfer2010-09-241-2/+8
* ldb: Use waf as default build system.Jelmer Vernooij2010-09-222-18/+19
* ldb: Depend directly on replace, fixes the build on systems withJelmer Vernooij2010-09-221-0/+3
* ldb:tools/cmdline.c - reorganise importsMatthias Dieter Wallnöfer2010-09-111-6/+2
* ldb:tools/cmdline.c - make a counter unsigned where appropriateMatthias Dieter Wallnöfer2010-09-111-1/+1
* s4:ldb_register_samba_handlers - fix up and convert result codes to LDB/LDAP ...Matthias Dieter Wallnöfer2010-09-111-1/+1
* pyldb: expose PyLdbDn_FromDn()Andrew Tridgell2010-09-092-18/+29
* python-ldb: allow ldb_rename to take optional control(s)Matthieu Patou2010-09-051-4/+50
* ldb: Add missing aliases for ldb_ildap.Jelmer Vernooij2010-09-041-0/+1
* s4/ldb: fix standalone buildBjörn Jacke2010-09-011-2/+6
* s4/ldb: use monotonic clock for time deltas in ldbtestBjörn Jacke2010-08-311-4/+4