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
/
common
/
ldb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-18
s4-ldb: canonicalise the message on ldb_add
Andrew Tridgell
1
-0
/
+9
2009-12-16
s4-ldb: fixed a transaction error on prepare_commit
Andrew Tridgell
1
-2
/
+2
2009-12-15
Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.
Nadezhda Ivanova
1
-13
/
+4
2009-11-27
s4-ldb: better to test for valid arguments in ldb library than commandline
Andrew Tridgell
1
-0
/
+10
2009-11-20
Some changes to allow processing of ldap controls on modify requests.
Nadezhda Ivanova
1
-4
/
+13
2009-11-07
ldb_init: use constant for result of "ldb_setup_wellknown_attributes"
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-11-06
s4/ldb: Fix double allocation for "ldb_url"
Kamen Mazdrashki
1
-2
/
+2
2009-10-27
s4:ldb Add additional tracing of the ldb API
Andrew Bartlett
1
-0
/
+20
2009-10-23
s4-ldb: added ldb_transaction_cancel_noerr()
Andrew Tridgell
1
-0
/
+13
2009-09-22
s4-ldb: when tracing, show ldb_set_debug messages
Andrew Tridgell
1
-0
/
+3
2009-09-22
s4-ldb: only show the outer level of ldb ops when tracing
Andrew Tridgell
1
-1
/
+26
2009-09-22
s4-ldb: don't show timestamps on every line of ldb traces
Andrew Tridgell
1
-38
/
+42
2009-09-21
s4-ldb: bit prettier output
Andrew Tridgell
1
-7
/
+15
2009-09-21
s4-ldb: add a LDB_FLG_ENABLE_TRACING for full ldb tracing
Andrew Tridgell
1
-0
/
+90
2009-09-20
s4:ldb print out which LDB the transaction is still active on.
Andrew Bartlett
1
-2
/
+2
2009-09-15
s4-ldb: expose ldb_transaction_prepare_commit() in ldb
Andrew Tridgell
1
-21
/
+57
2009-09-08
s4/ldb: expose the ldb flags with ldb_get_flags()
Andrew Tridgell
1
-0
/
+6
2009-09-03
always use prepare_commit in ldb transaction commits if possible
Andrew Tridgell
1
-4
/
+33
2009-08-14
s4:ldb - Free the asynchronous result
Matthias Dieter Wallnöfer
1
-0
/
+2
2009-07-14
remove all '\n' from ldb_debug
Sumit Bose
1
-1
/
+1
2009-04-23
Provide a ldb_global_init() function for compatibility with older versions of...
Jelmer Vernooij
1
-0
/
+6
2009-03-12
s4:ldb: allow nested events until the code is fixed to avoid them
Stefan Metzmacher
1
-1
/
+3
2009-03-12
s4:ldb: setup tevent debug functions on a selfcreated event context
Stefan Metzmacher
1
-0
/
+35
2009-02-23
Make all transactions nested in ldb. The current samba4 code expects this
Simo Sorce
1
-59
/
+73
2009-01-30
Fix the mess with ldb includes.
Simo Sorce
1
-1
/
+16
2009-01-21
s4:ldb: remove dependency to samba4's events wrapper
Stefan Metzmacher
1
-3
/
+10
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-4
/
+4
2008-10-16
Transform the sequence_number operation into a normal extended operation as i...
Simo Sorce
1
-21
/
+29
2008-09-29
LDB ASYNC: Core files
Simo Sorce
1
-95
/
+209
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
1
-53
/
+28
2008-09-06
Always free tmp contexts before returning
Simo Sorce
1
-0
/
+1
2008-06-30
ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)
Stefan Metzmacher
1
-147
/
+0
2008-06-17
Change our module code to not use the special symbol name init_module()
Andrew Tridgell
1
-10
/
+0
2008-06-15
Note that making ldb the event context parent seem to lead to races when
Simo Sorce
1
-1
/
+1
2008-06-15
Now that we pass down the event context, start removing calls to
Simo Sorce
1
-0
/
+2
2008-06-14
Ups fix typo in error type
Simo Sorce
1
-2
/
+2
2008-06-14
Cosmetic fixes.
Simo Sorce
1
-88
/
+141
2008-06-14
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
1
-7
/
+27
2008-03-18
ldb: fix the standalone build
Stefan Metzmacher
1
-1
/
+1
2008-02-21
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett
1
-10
/
+55
2008-02-21
Until the new ldb changes land, make ldb_wait set the error string.
Andrew Bartlett
1
-1
/
+7
2008-02-20
Fix static module list generation for ldb.
Jelmer Vernooij
1
-1
/
+0
2008-02-20
Remove more function-based inits.
Jelmer Vernooij
1
-11
/
+48
2008-02-20
Allow ldb backends without init function, use init function-less ldb modules.
Jelmer Vernooij
1
-0
/
+9
2007-12-21
r26540: Revert my previous commit after concerns raised by Andrew.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26539: Remove unnecessary statics.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26481: Make function for loading symbol from DSO more generic, and allow mod...
Jelmer Vernooij
1
-1
/
+5
2007-12-21
r25933: LDB: Don't free errstring until after the printf, in case it is one of
Andrew Bartlett
1
-1
/
+3
2007-12-21
r25843: Finish check-soloading.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25081: Add modules_dir member to ldb_context that is used rather than a global
Jelmer Vernooij
1
-0
/
+1
[next]