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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r12361: Add a new function: ldb_binary_encode_string()
Andrew Bartlett
1
-0
/
+13
2007-10-10
r12157: ldb_dump_results() is useful to call from within gdb, so you can see a
Andrew Tridgell
1
-0
/
+17
2007-10-10
r11958: - fixed memory leaks in the ldb_result handling in ldb operations
Andrew Tridgell
1
-63
/
+66
2007-10-10
r11953: enabled the rootdse module in the ldb modules code
Andrew Tridgell
1
-0
/
+1
2007-10-10
r11594: ensure ldb_search() sets *res to NULL on failure (some of the updated
Andrew Tridgell
1
-0
/
+2
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
2
-152
/
+113
2007-10-10
r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r11364: added a ldb_attr_dn() function for testing if an attribute name is
Andrew Tridgell
2
-4
/
+14
2007-10-10
r11353: a bit of an improvement to the ldb_tdb error handling
Andrew Tridgell
1
-20
/
+22
2007-10-10
r11109: fixed the error code return from most ldb functions (the change to use
Andrew Tridgell
1
-6
/
+16
2007-10-10
r10980: Use ldb_attr_cmp and ldb_dn_escape_value
Andrew Bartlett
1
-6
/
+6
2007-10-10
r10959: fix compiler warnings
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r10957: make a comment clearer
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10956: Tridge thought some comments might be a good idea :-)
Andrew Bartlett
1
-2
/
+14
2007-10-10
r10954: added support for canonicalName in the operational module, using the
Andrew Tridgell
1
-0
/
+13
2007-10-10
r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.c
Andrew Bartlett
1
-0
/
+55
2007-10-10
r10918: - fixed standalone ldb build
Andrew Tridgell
2
-5
/
+6
2007-10-10
r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...
Andrew Tridgell
1
-5
/
+9
2007-10-10
r10916: - finished the 'operational' ldb module
Andrew Tridgell
2
-28
/
+45
2007-10-10
r10915: added a standard attribute handler for a ldap UTC time string
Andrew Tridgell
2
-11
/
+53
2007-10-10
r10914: moved the ldap time string functions into ldb so they can be used by
Andrew Tridgell
1
-0
/
+43
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
8
-63
/
+195
2007-10-10
r10897: added in a hackish ldb proxy module that I am using to experiment with
Andrew Tridgell
1
-0
/
+1
2007-10-10
r10895: allow 'dn=string' searches to work again. Windows doesn't allow these,
Andrew Tridgell
1
-7
/
+2
2007-10-10
r10894: make the handling of dn/distinguishedName much closer to real
Andrew Tridgell
2
-2
/
+7
2007-10-10
r10790: allow updating of existing ldb opaque values (thanks to abartlet for
Andrew Tridgell
1
-1
/
+11
2007-10-10
r10759: make modules easier to write by allowing modules to only implement the
Andrew Tridgell
2
-48
/
+72
2007-10-10
r10757: remove the proxy module (it is not complete yet)
Andrew Tridgell
1
-1
/
+0
2007-10-10
r10756: another fix for the construction of expressions from subtrees for
Andrew Tridgell
1
-4
/
+6
2007-10-10
r10755: fixed the construction of expressions from subtrees for SUBSTRING sea...
Andrew Tridgell
1
-1
/
+8
2007-10-10
r10753: don't require every ldb module to implement both a search_bytree() and
Andrew Tridgell
3
-18
/
+37
2007-10-10
r10665: fixed some crash errors and an error encoding AND and OR operations i...
Andrew Tridgell
1
-3
/
+16
2007-10-10
r10603: neaten up the ldb module initialisation code
Andrew Tridgell
1
-63
/
+29
2007-10-10
r10477: expose transactions outside ldb and change the API once more
Simo Sorce
3
-30
/
+88
2007-10-10
r10312: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r10305: start implementing better error handling
Simo Sorce
2
-9
/
+34
2007-10-10
r10304: check for basic ldb_message sanity and return appropriate
Simo Sorce
2
-13
/
+55
2007-10-10
r10303: check no attribute is given empty
Simo Sorce
1
-0
/
+5
2007-10-10
r10299: remove the public (un)lock functions and introduce a transaction based
Simo Sorce
2
-23
/
+39
2007-10-10
r10250: the comparison is caseless so we must caseless subtract
Simo Sorce
1
-1
/
+1
2007-10-10
r10231: seem I flipped these, fix.
Simo Sorce
1
-2
/
+2
2007-10-10
r9929: Fix indentation
Andrew Bartlett
1
-2
/
+2
2007-10-10
r9928: ncName is a DN, and needs to use DN matching rules.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r9771: - Prevent ldb crash when a invalid DN is added
Jelmer Vernooij
3
-2
/
+8
2007-10-10
r9766: Prevent erroneous OOM message
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9685: Add tests for samba3sam mapping module
Jelmer Vernooij
1
-0
/
+11
2007-10-10
r9671: patch from Kai Blin fixing a bug in our base64 encoder
Andrew Tridgell
1
-3
/
+4
2007-10-10
r9394: avoid to use BOOL in ldb
Simo Sorce
1
-2
/
+2
2007-10-10
r9393: Fix ldb standalone build
Simo Sorce
1
-0
/
+1
2007-10-10
r9392: Fix ldb_dn_compose to make build farm happy
Simo Sorce
1
-4
/
+21
[next]