index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
r12941: Add Attribute Scoped Search control
Simo Sorce
2007-10-10
1
-0
/
+1
*
r12909: add an ldb module for the wins.ldb,
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r12830: this can be const
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r12829: fix ldb headers, to not include '<...>' files in .c files
Stefan Metzmacher
2007-10-10
13
-53
/
+17
*
r12827: This was a very well concealed bug.
Simo Sorce
2007-10-10
1
-2
/
+9
*
r12770: Remove the alloca.h header as it is not used in the code afaics
Simo Sorce
2007-10-10
1
-1
/
+0
*
r12748: Fix wrong handling of separation characters for RDNs
Simo Sorce
2007-10-10
1
-5
/
+15
*
r12746: An initial version of the kludge_acls module.
Andrew Bartlett
2007-10-10
2
-4
/
+7
*
r12743: Remove the ugly way we had to make a second stage init and introduce
Simo Sorce
2007-10-10
2
-10
/
+24
*
r12734: forgot to add qsort
Simo Sorce
2007-10-10
1
-0
/
+256
*
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
2007-10-10
4
-1
/
+161
*
r12600: Add a new module to sort the objectclass attribute on store. The
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r12599: This new LDB module (and associated changes) allows Samba4 to operate
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r12553: Steal the error string onto this context, so that the caller doesn't
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r12534: Make the transaction code fill the error string on failure.
Andrew Bartlett
2007-10-10
1
-3
/
+30
*
r12361: Add a new function: ldb_binary_encode_string()
Andrew Bartlett
2007-10-10
1
-0
/
+13
*
r12157: ldb_dump_results() is useful to call from within gdb, so you can see a
Andrew Tridgell
2007-10-10
1
-0
/
+17
*
r11958: - fixed memory leaks in the ldb_result handling in ldb operations
Andrew Tridgell
2007-10-10
1
-63
/
+66
*
r11953: enabled the rootdse module in the ldb modules code
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r11594: ensure ldb_search() sets *res to NULL on failure (some of the updated
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r11567: Ldb API change patch.
Simo Sorce
2007-10-10
2
-152
/
+113
*
r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r11364: added a ldb_attr_dn() function for testing if an attribute name is
Andrew Tridgell
2007-10-10
2
-4
/
+14
*
r11353: a bit of an improvement to the ldb_tdb error handling
Andrew Tridgell
2007-10-10
1
-20
/
+22
*
r11109: fixed the error code return from most ldb functions (the change to use
Andrew Tridgell
2007-10-10
1
-6
/
+16
*
r10980: Use ldb_attr_cmp and ldb_dn_escape_value
Andrew Bartlett
2007-10-10
1
-6
/
+6
*
r10959: fix compiler warnings
Stefan Metzmacher
2007-10-10
1
-2
/
+3
*
r10957: make a comment clearer
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r10956: Tridge thought some comments might be a good idea :-)
Andrew Bartlett
2007-10-10
1
-2
/
+14
*
r10954: added support for canonicalName in the operational module, using the
Andrew Tridgell
2007-10-10
1
-0
/
+13
*
r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.c
Andrew Bartlett
2007-10-10
1
-0
/
+55
*
r10918: - fixed standalone ldb build
Andrew Tridgell
2007-10-10
2
-5
/
+6
*
r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...
Andrew Tridgell
2007-10-10
1
-5
/
+9
*
r10916: - finished the 'operational' ldb module
Andrew Tridgell
2007-10-10
2
-28
/
+45
*
r10915: added a standard attribute handler for a ldap UTC time string
Andrew Tridgell
2007-10-10
2
-11
/
+53
*
r10914: moved the ldap time string functions into ldb so they can be used by
Andrew Tridgell
2007-10-10
1
-0
/
+43
*
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
2007-10-10
8
-63
/
+195
*
r10897: added in a hackish ldb proxy module that I am using to experiment with
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r10895: allow 'dn=string' searches to work again. Windows doesn't allow these,
Andrew Tridgell
2007-10-10
1
-7
/
+2
*
r10894: make the handling of dn/distinguishedName much closer to real
Andrew Tridgell
2007-10-10
2
-2
/
+7
*
r10790: allow updating of existing ldb opaque values (thanks to abartlet for
Andrew Tridgell
2007-10-10
1
-1
/
+11
*
r10759: make modules easier to write by allowing modules to only implement the
Andrew Tridgell
2007-10-10
2
-48
/
+72
*
r10757: remove the proxy module (it is not complete yet)
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r10756: another fix for the construction of expressions from subtrees for
Andrew Tridgell
2007-10-10
1
-4
/
+6
*
r10755: fixed the construction of expressions from subtrees for SUBSTRING sea...
Andrew Tridgell
2007-10-10
1
-1
/
+8
*
r10753: don't require every ldb module to implement both a search_bytree() and
Andrew Tridgell
2007-10-10
3
-18
/
+37
*
r10665: fixed some crash errors and an error encoding AND and OR operations i...
Andrew Tridgell
2007-10-10
1
-3
/
+16
*
r10603: neaten up the ldb module initialisation code
Andrew Tridgell
2007-10-10
1
-63
/
+29
*
r10477: expose transactions outside ldb and change the API once more
Simo Sorce
2007-10-10
3
-30
/
+88
*
r10312: fix compiler warning
Stefan Metzmacher
2007-10-10
1
-1
/
+1
[next]