index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
/
common
/
ldb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-ldb: expose some more ldb module functions
Andrew Tridgell
2010-11-03
1
-1
/
+1
*
s4-ldb: support a new type of ldb module loading
Andrew Tridgell
2010-11-01
1
-0
/
+10
*
s4-ldb: cope with NULL oid in controls
Andrew Tridgell
2010-10-19
1
-4
/
+6
*
s4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_untrusted()
Andrew Tridgell
2010-10-19
1
-0
/
+17
*
ldb The use of a private event context isn't a hack
Andrew Bartlett
2010-10-11
1
-2
/
+3
*
s4-ldb Don't use talloc_autofree_context() in ldb
Andrew Bartlett
2010-10-11
1
-1
/
+1
*
ldb: added request location tracking
Andrew Tridgell
2010-09-25
1
-0
/
+26
*
s4-ldb: added LDB_FLAG_INTERNAL_MASK
Andrew Tridgell
2010-08-17
1
-0
/
+26
*
s4-ldb: use TALLOC_CTX type instead of 'void'
Kamen Mazdrashki
2010-07-29
1
-7
/
+7
*
s4-dsdb: use ldb_msg_normalize() in source4/lib/ldb/common/ldb.c
Kamen Mazdrashki
2010-07-19
1
-5
/
+7
*
s4-ldb: added ldb_error() and ldb_operr()
Andrew Tridgell
2010-07-07
1
-0
/
+16
*
s4/rodc: Support read-only database
Anatoliy Atanasov
2010-05-04
1
-0
/
+48
*
LDB:common - Change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-2
/
+2
*
s4-ldb: canonicalise the message on ldb_add
Andrew Tridgell
2009-12-18
1
-0
/
+9
*
s4-ldb: fixed a transaction error on prepare_commit
Andrew Tridgell
2009-12-16
1
-2
/
+2
*
Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.
Nadezhda Ivanova
2009-12-15
1
-13
/
+4
*
s4-ldb: better to test for valid arguments in ldb library than commandline
Andrew Tridgell
2009-11-27
1
-0
/
+10
*
Some changes to allow processing of ldap controls on modify requests.
Nadezhda Ivanova
2009-11-20
1
-4
/
+13
*
ldb_init: use constant for result of "ldb_setup_wellknown_attributes"
Matthias Dieter Wallnöfer
2009-11-07
1
-1
/
+1
*
s4/ldb: Fix double allocation for "ldb_url"
Kamen Mazdrashki
2009-11-06
1
-2
/
+2
*
s4:ldb Add additional tracing of the ldb API
Andrew Bartlett
2009-10-27
1
-0
/
+20
*
s4-ldb: added ldb_transaction_cancel_noerr()
Andrew Tridgell
2009-10-23
1
-0
/
+13
*
s4-ldb: when tracing, show ldb_set_debug messages
Andrew Tridgell
2009-09-22
1
-0
/
+3
*
s4-ldb: only show the outer level of ldb ops when tracing
Andrew Tridgell
2009-09-22
1
-1
/
+26
*
s4-ldb: don't show timestamps on every line of ldb traces
Andrew Tridgell
2009-09-22
1
-38
/
+42
*
s4-ldb: bit prettier output
Andrew Tridgell
2009-09-21
1
-7
/
+15
*
s4-ldb: add a LDB_FLG_ENABLE_TRACING for full ldb tracing
Andrew Tridgell
2009-09-21
1
-0
/
+90
*
s4:ldb print out which LDB the transaction is still active on.
Andrew Bartlett
2009-09-20
1
-2
/
+2
*
s4-ldb: expose ldb_transaction_prepare_commit() in ldb
Andrew Tridgell
2009-09-15
1
-21
/
+57
*
s4/ldb: expose the ldb flags with ldb_get_flags()
Andrew Tridgell
2009-09-08
1
-0
/
+6
*
always use prepare_commit in ldb transaction commits if possible
Andrew Tridgell
2009-09-03
1
-4
/
+33
*
s4:ldb - Free the asynchronous result
Matthias Dieter Wallnöfer
2009-08-14
1
-0
/
+2
*
remove all '\n' from ldb_debug
Sumit Bose
2009-07-14
1
-1
/
+1
*
Provide a ldb_global_init() function for compatibility with older versions of...
Jelmer Vernooij
2009-04-23
1
-0
/
+6
*
s4:ldb: allow nested events until the code is fixed to avoid them
Stefan Metzmacher
2009-03-12
1
-1
/
+3
*
s4:ldb: setup tevent debug functions on a selfcreated event context
Stefan Metzmacher
2009-03-12
1
-0
/
+35
*
Make all transactions nested in ldb. The current samba4 code expects this
Simo Sorce
2009-02-23
1
-59
/
+73
*
Fix the mess with ldb includes.
Simo Sorce
2009-01-30
1
-1
/
+16
*
s4:ldb: remove dependency to samba4's events wrapper
Stefan Metzmacher
2009-01-21
1
-3
/
+10
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-4
/
+4
*
Transform the sequence_number operation into a normal extended operation as i...
Simo Sorce
2008-10-16
1
-21
/
+29
*
LDB ASYNC: Core files
Simo Sorce
2008-09-29
1
-95
/
+209
*
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
2008-09-23
1
-53
/
+28
*
Always free tmp contexts before returning
Simo Sorce
2008-09-06
1
-0
/
+1
*
ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)
Stefan Metzmacher
2008-06-30
1
-147
/
+0
*
Change our module code to not use the special symbol name init_module()
Andrew Tridgell
2008-06-17
1
-10
/
+0
*
Note that making ldb the event context parent seem to lead to races when
Simo Sorce
2008-06-15
1
-1
/
+1
*
Now that we pass down the event context, start removing calls to
Simo Sorce
2008-06-15
1
-0
/
+2
*
Ups fix typo in error type
Simo Sorce
2008-06-14
1
-2
/
+2
*
Cosmetic fixes.
Simo Sorce
2008-06-14
1
-88
/
+141
[next]