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
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
2007-10-10
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23795: more v2->v3 conversion
Andrew Tridgell
1
-1
/
+1
2007-10-10
r22681: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r22557: Simo has long bugged me that the paths in the sam.ldb partitions were
Andrew Bartlett
1
-1
/
+11
2007-10-10
r22474: If ldb does not return sucess, then the res variable may not be valid.
Andrew Bartlett
1
-2
/
+0
2007-10-10
r21736: Fix the smbclient test to do something more interesting with the last
Andrew Bartlett
1
-0
/
+3
2007-10-10
r20761: let ldb modules call ldb_set_default_dns()
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20583: implement the frontend calls for extended operations
Stefan Metzmacher
1
-0
/
+106
2007-10-10
r20581: - the ldb modules have explicit hooks for extended operations
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r20317: store references to all important naming contexts.
Stefan Metzmacher
1
-13
/
+45
2007-10-10
r20192: I assume a 'break' is the correct thing to do here,
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r20033: Never commit before testing
Simo Sorce
1
-3
/
+6
2007-10-10
r20032: Add ldb_search_exp_fmt()
Simo Sorce
1
-0
/
+36
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-13
/
+13
2007-10-10
r19720: - don't pass a pointer reference to ldb_search_default_callback()
Stefan Metzmacher
1
-13
/
+14
2007-10-10
r19453: Expose helper functions
Simo Sorce
1
-2
/
+3
2007-10-10
r19264: Clarify behaviour in ldb_search_callback() and provide more
Andrew Bartlett
1
-7
/
+11
2007-10-10
r19188: merge from samba3:
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r18942: add a ldb_set_create_perms() function in ldb. I didn't call it
Andrew Tridgell
1
-0
/
+11
2007-10-10
r18894: Merge const fixes from 3_0
Volker Lendecke
1
-5
/
+5
2007-10-10
r18882: make style consistent
Simo Sorce
1
-1
/
+3
2007-10-10
r18830: ensure backends aren't added twice (needed for samba3)
Andrew Tridgell
1
-13
/
+19
2007-10-10
r18781: Move the usnCreated and usnChanged handling around again.
Andrew Bartlett
1
-1
/
+2
2007-10-10
r18777: add helper functions to create an ldb_request structure
Simo Sorce
1
-68
/
+203
2007-10-10
r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
Andrew Tridgell
1
-2
/
+2
2007-10-10
r18438: I should have examined these uses of talloc_move() more
Andrew Tridgell
1
-4
/
+1
2007-10-10
r18436: converted ldb to use talloc_move() instead of talloc_steal() when
Andrew Tridgell
1
-10
/
+3
2007-10-10
r18272: Couldn't resist to change this.
Simo Sorce
1
-1
/
+1
2007-10-10
r18245: Ensure we don't keep the rootdse record around (steal it onto the
Andrew Bartlett
1
-4
/
+6
[next]