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
*
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
*
r10305: start implementing better error handling
Simo Sorce
2007-10-10
2
-9
/
+34
*
r10304: check for basic ldb_message sanity and return appropriate
Simo Sorce
2007-10-10
2
-13
/
+55
*
r10303: check no attribute is given empty
Simo Sorce
2007-10-10
1
-0
/
+5
*
r10299: remove the public (un)lock functions and introduce a transaction based
Simo Sorce
2007-10-10
2
-23
/
+39
*
r10250: the comparison is caseless so we must caseless subtract
Simo Sorce
2007-10-10
1
-1
/
+1
*
r10231: seem I flipped these, fix.
Simo Sorce
2007-10-10
1
-2
/
+2
*
r9929: Fix indentation
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r9928: ncName is a DN, and needs to use DN matching rules.
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r9771: - Prevent ldb crash when a invalid DN is added
Jelmer Vernooij
2007-10-10
3
-2
/
+8
*
r9766: Prevent erroneous OOM message
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r9685: Add tests for samba3sam mapping module
Jelmer Vernooij
2007-10-10
1
-0
/
+11
*
r9671: patch from Kai Blin fixing a bug in our base64 encoder
Andrew Tridgell
2007-10-10
1
-3
/
+4
*
r9394: avoid to use BOOL in ldb
Simo Sorce
2007-10-10
1
-2
/
+2
*
r9393: Fix ldb standalone build
Simo Sorce
2007-10-10
1
-0
/
+1
*
r9392: Fix ldb_dn_compose to make build farm happy
Simo Sorce
2007-10-10
1
-4
/
+21
*
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
2007-10-10
6
-78
/
+338
*
r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r9318: fix searches with scope ONE and SUB,
Stefan Metzmacher
2007-10-10
2
-1
/
+5
*
r8917: Better support for extended ldap search operations
Simo Sorce
2007-10-10
1
-0
/
+2
*
r8669: The objectguid module belongs in Samba's ldb module collection, not in
Andrew Bartlett
2007-10-10
1
-5
/
+5
*
r8667: Further simply the provision script, by removing the 'name' attribute.
Andrew Bartlett
2007-10-10
1
-0
/
+10
[next]