index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-21
waf: replace the is_bundled option with private_library
Andrew Tridgell
1
-1
/
+1
2010-10-21
ldb:ldb_modules.c - if we don't find the associated dynamic object then pleas...
Matthias Dieter Wallnöfer
1
-0
/
+1
2010-10-21
ldb:ldb_tdb/ldb_cache.c - remove a superflous "talloc_free"
Matthias Dieter Wallnöfer
1
-3
/
+1
2010-10-21
ldb:ldb_tdb/ldb_cache.c - in this function we don't use LDB return codes
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-20
ldb:ldb_index.c - fix some memory leaks
Matthias Dieter Wallnöfer
1
-1
/
+6
2010-10-20
ldb:ldb_index.c - let "ldb_module_oom" generate the return code
Matthias Dieter Wallnöfer
1
-15
/
+8
2010-10-20
ldb:ldb_cache.c - fix memory contexts and memory leaks
Matthias Dieter Wallnöfer
1
-3
/
+4
2010-10-20
ldb:ldb_tdb submodule - use "ldb_msg_new" where appropriate
Matthias Dieter Wallnöfer
2
-12
/
+12
2010-10-20
ldb:ldb_pack.c - remove superflous "message->elements = NULL"
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-10-19
ldb:"ldb_schema_attribute_by_name_internal" - support the whole unsigned int ...
Matthias Dieter Wallnöfer
1
-7
/
+5
2010-10-19
s4-ldb: increase minor version for 2 new functions
Andrew Tridgell
2
-1
/
+229
2010-10-19
s4-ldb: cope with NULL oid in controls
Andrew Tridgell
2
-9
/
+11
2010-10-19
s4-ldb: added --relax cmdline option
Andrew Tridgell
1
-0
/
+9
2010-10-19
s4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_untrusted()
Andrew Tridgell
3
-0
/
+30
2010-10-18
ldb: always return PROTOCOL_ERROR if an operation is unsupported
Matthias Dieter Wallnöfer
4
-4
/
+4
2010-10-18
ldb:"ldb_schema_attribute_by_name_internal" - switch back to 32bit counters
Matthias Dieter Wallnöfer
1
-4
/
+5
2010-10-18
ldb:ldb_tdb.c - fix up counter variables
Matthias Dieter Wallnöfer
1
-5
/
+8
2010-10-18
ldb:ldb_tdb.c - improve the error outputs
Matthias Dieter Wallnöfer
1
-13
/
+25
2010-10-18
s4-ldb Add LDB_REQ_SET_LOCATION to help track handler use
Andrew Bartlett
4
-0
/
+14
2010-10-18
ldb Ensure we mark ongoing LDAP requests as PENDING
Andrew Bartlett
1
-0
/
+2
2010-10-18
Revert "s4:dsdb - make the RELAX control private"
Andrew Bartlett
1
-6
/
+8
2010-10-16
s4:dsdb - make the RELAX control private
Matthias Dieter Wallnöfer
1
-8
/
+6
2010-10-16
ldb:ldb.h - reorder controls/extended operations
Matthias Dieter Wallnöfer
1
-27
/
+28
2010-10-16
ldb:pyldb.c - remove pointless comment
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-10-16
ldb:"ldb_dn_compare_base" - use "unsigned int" counters
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-10-16
ldb:"ldb_dn_add_child" - use "unsigned int" counters
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-10-16
ldb:"ldb_dn_remove_base_components" - use an "unsigned int" counter
Matthias Dieter Wallnöfer
1
-6
/
+6
2010-10-16
ldb:"ldb_dn_canonical" - use an "unsigned int" counter
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-10-13
ldb: Only build LIBLDB_MAIN when building ldb itself.
Jelmer Vernooij
1
-8
/
+8
2010-10-13
ldb:ldb_match.c - fix a counter type
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-13
ldb: raise minor version number for new ldb_msg_match_error() function
Andrew Tridgell
2
-1
/
+227
2010-10-13
s4-ldb: take advantage of ldb_match_msg_error() in more places
Andrew Tridgell
4
-8
/
+32
2010-10-13
s4-ldb: use operator_fn syntax function in ldb_match code
Andrew Tridgell
1
-92
/
+212
2010-10-13
s4-ldb: added an optional operator_fn in the schema syntax
Andrew Tridgell
3
-5
/
+25
2010-10-13
ldb: when running from build directory, use the build modules
Andrew Tridgell
1
-27
/
+35
2010-10-11
ldb: Build ildap module as shared object.
Jelmer Vernooij
1
-7
/
+3
2010-10-11
ldb The use of a private event context isn't a hack
Andrew Bartlett
1
-2
/
+3
2010-10-11
s4-ldb Don't use talloc_autofree_context() in ldb
Andrew Bartlett
1
-1
/
+1
2010-10-10
wafsamba: Fix handling of pyembed/pyext.
Jelmer Vernooij
1
-2
/
+1
2010-10-10
wafsamba: Clarify needs_python argument name, use pyembed/pyext where
Jelmer Vernooij
1
-1
/
+1
2010-10-07
waf: fixed exit status of test suites
Andrew Tridgell
1
-2
/
+4
2010-10-05
s4:ldb_modules.c - fix a typo
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-05
Add missing dependencies for com_err.
Jelmer Vernooij
3
-1
/
+10
2010-10-05
ldb: Refer to ldb(3), not ldb(7).
Jelmer Vernooij
6
-13
/
+13
2010-10-04
unittests: add a test to avoid regression on previous fix
Matthieu Patou
1
-0
/
+5
2010-10-04
pyldb: test return code before trying to talloc_steal
Matthieu Patou
1
-2
/
+2
2010-10-03
heimdal: convert some subsystems to libraries, consistent with upstream heimdal.
Jelmer Vernooij
1
-1
/
+1
2010-09-28
ldb-dn: don't crash on NULL in ldb_binary_encode_string()
Andrew Tridgell
1
-0
/
+3
2010-09-28
ldb-tdb: ignore failure to register control on rootdse
Andrew Tridgell
1
-4
/
+1
2010-09-28
ldb: Fix path to alternative buildtools.
Jelmer Vernooij
1
-1
/
+1
[prev]
[next]