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
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
2007-10-10
r17830: Set the default_basedn (hey, it comes from the "default" naming conte...
Simo Sorce
1
-32
/
+39
2007-10-10
r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. That
Andrew Tridgell
1
-3
/
+1
2007-10-10
r17821: changed ldb_search() and the ldbsearch command line utility to
Andrew Tridgell
1
-0
/
+41
2007-10-10
r17514: Simplify the way to set ldb errors and add another
Simo Sorce
1
-27
/
+37
2007-10-10
r17186: "async" word abuse clean-up part 2
Simo Sorce
1
-20
/
+20
2007-10-10
r17185: Oh, I wanted to do this for sooo long time.
Simo Sorce
1
-5
/
+5
2007-10-10
r16972: Replace the sequence_number function pointer in ldb with the ldb flags.
Andrew Bartlett
1
-4
/
+6
2007-10-10
r16825: Make ldb_sainity_check() set an error string. This makes it much
Andrew Bartlett
1
-9
/
+14
2007-10-10
r16784: - make some function in ldb static, they not need to be exported anyw...
Simo Sorce
1
-3
/
+3
2007-10-10
r16172: Translate the ldb error codes into appropriate messages for the
Andrew Bartlett
1
-3
/
+9
2007-10-10
r16085: Set the error string if we fail to find a valid op to execute. Helps
Andrew Bartlett
1
-2
/
+6
2007-10-10
r16083: Make it possible to initialise a backend module, without it setting up
Andrew Bartlett
1
-4
/
+66
2007-10-10
r16071: tdb has nested transactions
Simo Sorce
1
-53
/
+86
2007-10-10
r16036: Add a couple of new functions to corretly deal with timeouts.
Simo Sorce
1
-21
/
+44
2007-10-10
r16007: If no error string was setup by the backend, ensure that we always get
Andrew Bartlett
1
-1
/
+9
2007-10-10
r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...
Simo Sorce
1
-10
/
+10
2007-10-10
r15942: Remove the sync internal ldb calls altogether.
Simo Sorce
1
-24
/
+2
2007-10-10
r15932: Remove per request creds
Simo Sorce
1
-5
/
+0
2007-10-10
r15927: Optimize ldb module traverse while keeping the API intact.
Simo Sorce
1
-10
/
+34
2007-10-10
r15795: Try to use the async code by default
Simo Sorce
1
-12
/
+140
2007-10-10
r15388: Fix cut&paste typo.
Tim Potter
1
-1
/
+1
2007-10-10
r15176: Ensure we don't segfault when we try and delete @FOO records.
Andrew Bartlett
1
-5
/
+10
2007-10-10
r15113: Add a ldb_strerror() function.
Tim Potter
1
-0
/
+95
2007-10-10
r14599: Pass ACLs down the registry layer.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14594: Fix some dependencies (required for shared library build)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14592: Add support for loading shared modules to LDB.
Jelmer Vernooij
1
-2
/
+13
2007-10-10
r13998: From now on ldb_request() will require an alloced request
Simo Sorce
1
-74
/
+95
2007-10-10
r13996: simplify ldb_async_wait() some more
Simo Sorce
1
-1
/
+1
2007-10-10
r13992: change the way ldb_async_wait() works.
Simo Sorce
1
-5
/
+1
2007-10-10
r13900: don't segfault on error
Simo Sorce
1
-2
/
+2
2007-10-10
r13839: Use registration mechanism for backends as well (in the same sense
Jelmer Vernooij
1
-18
/
+43
2007-10-10
r13823: make async_wait part of the modules ops
Simo Sorce
1
-4
/
+5
2007-10-10
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
1
-13
/
+0
2007-10-10
r13615: Make ldb_set_errstring get ldb instead of module as parameter.
Simo Sorce
1
-9
/
+9
[next]