index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r15786: another fix in rdn_name
Simo Sorce
2007-10-10
1
-10
/
+3
*
r15762: It make no sense for rdn_name to implement modify, it will need to im...
Simo Sorce
2007-10-10
1
-138
/
+0
*
r15761: Fix-as-you-go ...
Simo Sorce
2007-10-10
1
-20
/
+6
*
r14436: mixing of boolean expressions and integers isn't allowed
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r14433: sort_result must be initialised when we call do_result
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r14391: rdn_name -> async
Simo Sorce
2007-10-10
2
-7
/
+176
*
r14364: operational -> async (untested)
Simo Sorce
2007-10-10
1
-0
/
+251
*
r14344: More helpful messages on error for command line specified controls
Simo Sorce
2007-10-10
2
-58
/
+424
*
r14162: Minor fixes on sort
Simo Sorce
2007-10-10
2
-55
/
+485
*
r13998: From now on ldb_request() will require an alloced request
Simo Sorce
2007-10-10
2
-12
/
+28
*
r13996: simplify ldb_async_wait() some more
Simo Sorce
2007-10-10
1
-1
/
+1
*
r13993: First prototype of how an async module should be built.
Simo Sorce
2007-10-10
1
-42
/
+361
*
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
2007-10-10
8
-153
/
+66
*
r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, using
Andrew Tridgell
2007-10-10
1
-0
/
+43
*
r13616: Add new ldb functions: ldb_msg_add_steal_string() and
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r13615: Make ldb_set_errstring get ldb instead of module as parameter.
Simo Sorce
2007-10-10
2
-2
/
+2
*
r13507: the 'data' element of LDAP controls is optional.
Stefan Metzmacher
2007-10-10
3
-0
/
+9
*
r13360: Fix crash bug when 0 results are returned on the internal base search
Simo Sorce
2007-10-10
1
-1
/
+11
*
r13354: Add tests to check that controls work properly
Simo Sorce
2007-10-10
1
-1
/
+21
*
r12995: Don't allow overrides on "name" from above, as it can't be correct.
Andrew Bartlett
2007-10-10
1
-5
/
+5
*
r12948: fix compiler warning
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r12942: this way is better
Simo Sorce
2007-10-10
1
-2
/
+1
*
r12941: Add Attribute Scoped Search control
Simo Sorce
2007-10-10
1
-0
/
+220
*
r12829: fix ldb headers, to not include '<...>' files in .c files
Stefan Metzmacher
2007-10-10
8
-28
/
+9
*
r12743: Remove the ugly way we had to make a second stage init and introduce
Simo Sorce
2007-10-10
7
-53
/
+53
*
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
2007-10-10
7
-5
/
+582
*
r12717: Always compile the skel module, so we know when we break it.
Andrew Bartlett
2007-10-10
1
-28
/
+19
*
r12716: Tridge points out that the request argument to ldb_next_request must
Andrew Bartlett
2007-10-10
1
-17
/
+29
*
r12658: Couple of fixes related to shared module builds.
Jelmer Vernooij
2007-10-10
5
-20
/
+0
*
r12600: Add a new module to sort the objectclass attribute on store. The
Andrew Bartlett
2007-10-10
1
-0
/
+313
*
r11981: we should allocate request specific memory in ldb modules off the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r11958: - fixed memory leaks in the ldb_result handling in ldb operations
Andrew Tridgell
2007-10-10
2
-24
/
+30
*
r11567: Ldb API change patch.
Simo Sorce
2007-10-10
5
-164
/
+291
*
r10954: added support for canonicalName in the operational module, using the
Andrew Tridgell
2007-10-10
1
-32
/
+80
*
r10918: - fixed standalone ldb build
Andrew Tridgell
2007-10-10
2
-222
/
+4
*
r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...
Andrew Tridgell
2007-10-10
1
-3
/
+8
*
r10916: - finished the 'operational' ldb module
Andrew Tridgell
2007-10-10
2
-11
/
+98
*
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
2007-10-10
5
-76
/
+267
*
r10759: make modules easier to write by allowing modules to only implement the
Andrew Tridgell
2007-10-10
4
-126
/
+4
*
r10753: don't require every ldb module to implement both a search_bytree() and
Andrew Tridgell
2007-10-10
5
-61
/
+13
*
r10477: expose transactions outside ldb and change the API once more
Simo Sorce
2007-10-10
5
-14
/
+46
*
r10305: start implementing better error handling
Simo Sorce
2007-10-10
5
-157
/
+62
*
r10299: remove the public (un)lock functions and introduce a transaction based
Simo Sorce
2007-10-10
5
-76
/
+76
*
r9948: Be a bit less verbose
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r9918: Fix two copy-n-paste bugs that were preventing the modification
Jelmer Vernooij
2007-10-10
2
-3
/
+3
*
r9915: Some more mappings. Fix weird sAMAccountName values.
Jelmer Vernooij
2007-10-10
1
-4
/
+32
*
r9912: Fix another bug in ldb_map.
Jelmer Vernooij
2007-10-10
2
-72
/
+97
*
r9908: Generate posixUser and posixGroup as well
Jelmer Vernooij
2007-10-10
1
-55
/
+61
*
r9899: Be more conservative about what is sent to the remote server in ldb_map.
Jelmer Vernooij
2007-10-10
2
-167
/
+350
*
r9881: I can't believe this can make a difference...
Tim Potter
2007-10-10
1
-2
/
+2
[prev]
[next]