index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-ldb: moved the ldb_ildap backend into lib/ldb-samba
Andrew Tridgell
2010-11-01
1
-879
/
+0
*
s4-ldb: added support for general ldb hooks in modules
Andrew Tridgell
2010-11-01
2
-12
/
+65
*
s4-ldb: added an override flag to ldb_register_backend()
Andrew Tridgell
2010-11-01
4
-30
/
+33
*
s4-ldb: it is not an error for the modules directory to not exist
Andrew Tridgell
2010-11-01
1
-0
/
+5
*
s4-test: we don't need to set LDB_MODULES_PATH any more
Andrew Tridgell
2010-11-01
2
-4
/
+0
*
s4-ldb: removed the old ldb module loading style
Andrew Tridgell
2010-11-01
2
-158
/
+34
*
s4-ldb: convert the rest of the ldb modules to the new style
Andrew Tridgell
2010-11-01
9
-22
/
+66
*
s4-ldb: convert the openldap ldb backend to the new style of module
Andrew Tridgell
2010-11-01
2
-16
/
+18
*
s4-ldb: convert the ildap module to the new type of ldb module
Andrew Tridgell
2010-11-01
2
-17
/
+17
*
s4-ldb: support a new type of ldb module loading
Andrew Tridgell
2010-11-01
4
-1
/
+199
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
7
-301
/
+0
*
ldb: Drop autoconf-based build system.
Jelmer Vernooij
2010-10-30
16
-4260
/
+0
*
s4-cmdline: make cmdline-credentials a private library
Andrew Tridgell
2010-10-30
1
-1
/
+1
*
s4-ldb: add explicit depenencies on ldb library in ldb modules
Andrew Tridgell
2010-10-30
1
-2
/
+10
*
s4-ldb: create a private library ldb-cmdline
Andrew Tridgell
2010-10-30
1
-5
/
+6
*
waf: Only specify vnum for non-private libraries.
Jelmer Vernooij
2010-10-26
1
-2
/
+6
*
waf: Stop automaticaly changing dashes to underscores in library names.
Jelmer Vernooij
2010-10-26
1
-1
/
+1
*
waf: moved the -Wl,-no-undefined flags to source4 and ldb
Andrew Tridgell
2010-10-25
1
-0
/
+4
*
ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion with
Jelmer Vernooij
2010-10-24
2
-7
/
+7
*
s4: Rename LIBCLI_LDAP to libcli_ldap.
Jelmer Vernooij
2010-10-24
1
-1
/
+1
*
waf: Rename some BUNDLED_ functios to PRIVATE_.
Jelmer Vernooij
2010-10-23
1
-1
/
+1
*
ldb: Support using system pyldb library.
Jelmer Vernooij
2010-10-23
1
-8
/
+12
*
ldb: Install pkg-config file for pyldb.
Jelmer Vernooij
2010-10-23
2
-0
/
+14
*
ldb: Install pyldb-util as public library.
Jelmer Vernooij
2010-10-23
1
-2
/
+3
*
ldb:ldb.h - include a comment that the relax control is mainly used by the Op...
Matthias Dieter Wallnöfer
2010-10-23
1
-0
/
+2
*
s4/ldb:introduce the LDB_CONTROL_PROVISION_OID control
Matthias Dieter Wallnöfer
2010-10-23
2
-0
/
+33
*
ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...
Matthias Dieter Wallnöfer
2010-10-23
2
-2
/
+2
*
ldb:ldb_modules.c - "dlclose" could cause inference on "dlerror"
Matthias Dieter Wallnöfer
2010-10-21
1
-1
/
+1
*
s4-ldb: make ldb_options_find() public
Andrew Tridgell
2010-10-21
3
-2
/
+231
*
s4-ldb: make pyldb_util a private library
Andrew Tridgell
2010-10-21
1
-1
/
+5
*
waf: replace the is_bundled option with private_library
Andrew Tridgell
2010-10-21
1
-1
/
+1
*
ldb:ldb_modules.c - if we don't find the associated dynamic object then pleas...
Matthias Dieter Wallnöfer
2010-10-21
1
-0
/
+1
*
ldb:ldb_tdb/ldb_cache.c - remove a superflous "talloc_free"
Matthias Dieter Wallnöfer
2010-10-21
1
-3
/
+1
*
ldb:ldb_tdb/ldb_cache.c - in this function we don't use LDB return codes
Matthias Dieter Wallnöfer
2010-10-21
1
-1
/
+1
*
ldb:ldb_index.c - fix some memory leaks
Matthias Dieter Wallnöfer
2010-10-20
1
-1
/
+6
*
ldb:ldb_index.c - let "ldb_module_oom" generate the return code
Matthias Dieter Wallnöfer
2010-10-20
1
-15
/
+8
*
ldb:ldb_cache.c - fix memory contexts and memory leaks
Matthias Dieter Wallnöfer
2010-10-20
1
-3
/
+4
*
ldb:ldb_tdb submodule - use "ldb_msg_new" where appropriate
Matthias Dieter Wallnöfer
2010-10-20
2
-12
/
+12
*
ldb:ldb_pack.c - remove superflous "message->elements = NULL"
Matthias Dieter Wallnöfer
2010-10-20
1
-1
/
+0
*
ldb:"ldb_schema_attribute_by_name_internal" - support the whole unsigned int ...
Matthias Dieter Wallnöfer
2010-10-19
1
-7
/
+5
*
s4-ldb: increase minor version for 2 new functions
Andrew Tridgell
2010-10-19
2
-1
/
+229
*
s4-ldb: cope with NULL oid in controls
Andrew Tridgell
2010-10-19
2
-9
/
+11
*
s4-ldb: added --relax cmdline option
Andrew Tridgell
2010-10-19
1
-0
/
+9
*
s4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_untrusted()
Andrew Tridgell
2010-10-19
3
-0
/
+30
*
ldb: always return PROTOCOL_ERROR if an operation is unsupported
Matthias Dieter Wallnöfer
2010-10-18
4
-4
/
+4
*
ldb:"ldb_schema_attribute_by_name_internal" - switch back to 32bit counters
Matthias Dieter Wallnöfer
2010-10-18
1
-4
/
+5
*
ldb:ldb_tdb.c - fix up counter variables
Matthias Dieter Wallnöfer
2010-10-18
1
-5
/
+8
*
ldb:ldb_tdb.c - improve the error outputs
Matthias Dieter Wallnöfer
2010-10-18
1
-13
/
+25
*
s4-ldb Add LDB_REQ_SET_LOCATION to help track handler use
Andrew Bartlett
2010-10-18
4
-0
/
+14
*
ldb Ensure we mark ongoing LDAP requests as PENDING
Andrew Bartlett
2010-10-18
1
-0
/
+2
[next]