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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-07
make sure we never look past the end of either string in ldb_comparison_fold()
Andrew Tridgell
1
-26
/
+44
2009-08-07
s4:ldb Make error message in rnd_name more useful
Andrew Bartlett
1
-3
/
+9
2009-08-05
s4:ldb Cosmetic corrections in "rdn_name" module
Matthias Dieter Wallnöfer
1
-4
/
+4
2009-08-05
pyldb: Fix reference counting on ldb_message_elements, add extra type
Jelmer Vernooij
1
-1
/
+9
2009-08-05
s4:ldb initialise e->values[i].length before use in python bindings
Andrew Bartlett
1
-1
/
+1
2009-08-04
pyldb: Properly keep copies of Python string contents, rather than
Jelmer Vernooij
1
-9
/
+21
2009-08-03
pyldb: Raise proper exception when attempting to assign a string to a dn
Jelmer Vernooij
2
-5
/
+24
2009-07-23
s4:ldb: add support for the new Recycle Bin Feature LDAP controls
Stefan Metzmacher
2
-0
/
+68
2009-07-18
Actually fill in ldb modules directory.
Jelmer Vernooij
1
-1
/
+1
2009-07-18
Remove pyldb_util and simply duplicate the 5-line function it contains,
Jelmer Vernooij
5
-53
/
+12
2009-07-18
ldb: Display SHLD_FLAGS when building.
Jelmer Vernooij
1
-0
/
+1
2009-07-14
remove all '\n' from ldb_debug
Sumit Bose
19
-57
/
+58
2009-07-08
Test for schemaUpdateNow command
Anatoliy Atanasov
1
-54
/
+126
2009-07-06
s4:ldb Rework use of talloc and ldif objects in python wrapper
Andrew Bartlett
1
-3
/
+18
2009-07-06
s4:ldb Fix talloc hirarchy in LDIF parsing code
Andrew Bartlett
1
-3
/
+3
2009-06-30
s4:ldb Allow rootdse module to build without ldb_private.h
Andrew Bartlett
2
-1
/
+2
2009-06-29
ldb: Properly handle NULL when copying attr lists.
Andrew Kroeger
1
-4
/
+4
2009-06-19
s4:ldb Add test for integer normalisation behaviour
Andrew Bartlett
1
-0
/
+17
2009-06-18
Bump the ldb version and the version Samba4 requires.
Andrew Bartlett
1
-1
/
+1
2009-06-18
Require the new tdb 1.1.5 (for performance reasons)
Andrew Bartlett
1
-1
/
+1
2009-06-18
Fix resource leak in lib/ldb/tools/ldbmodify.c
Slava Semushin
1
-0
/
+1
2009-06-18
Fix syntax error in lib/ldb/ldb_sqlite3/base160.c
Slava Semushin
1
-1
/
+1
2009-06-18
LDB: Link against both tevent and talloc
Eric Sandall
1
-1
/
+1
2009-06-18
s4: Call va_end() after all va_start()/va_copy() calls.
Andrew Kroeger
1
-0
/
+1
2009-06-17
pyldb: Fix three more (minor) memory leaks.
Jelmer Vernooij
2
-14
/
+42
2009-06-17
pyldb: Fix memory leak in Dn.get_parent().
Jelmer Vernooij
1
-2
/
+16
2009-06-17
pyldb: Fix memory leak in Dn.concat.
Jelmer Vernooij
1
-3
/
+12
2009-06-17
pyldb/tests: Use different dn's everywhere, to easily spot which test is
Jelmer Vernooij
1
-49
/
+49
2009-06-17
pyldb: Fix another memory leak and reference counting error.
Jelmer Vernooij
1
-12
/
+24
2009-06-17
pyldb: Fix memory leak of LdbMessage's created from Python.
Jelmer Vernooij
1
-3
/
+7
2009-06-17
pyldb: Fix two memory leaks of attribute lists.
Jelmer Vernooij
1
-3
/
+20
2009-06-17
pyldb: Fix segfault, freeing memory too early in search.
Jelmer Vernooij
1
-4
/
+14
2009-06-17
pyldb: Support getting the parent of special DNs without segfaulting.
Jelmer Vernooij
2
-1
/
+20
2009-06-10
fixed server side sort control
Andrew Tridgell
1
-4
/
+7
2009-06-10
fixed server side sorting of case-insensitive strings
Andrew Tridgell
1
-3
/
+0
2009-06-06
Fix some nonempty blank lines
Volker Lendecke
1
-23
/
+23
2009-06-04
fixed ldb rename now that we have unique indexes
Andrew Tridgell
1
-30
/
+11
2009-06-02
Fix finding the LDB header files in the system in pyldb_util.
Jelmer Vernooij
3
-1
/
+3
2009-06-02
Fix more unresolved symbols.
Jelmer Vernooij
4
-48
/
+49
2009-06-02
Split up Python code a little bit so we don't hav eto link python modules
Jelmer Vernooij
1
-0
/
+39
2009-06-01
use the unique flag on ldb attributes to optimise & clauses
Andrew Tridgell
1
-46
/
+72
2009-06-01
added support for unique indexing in ldb
Andrew Tridgell
2
-7
/
+32
2009-06-01
when comp_num is zero, the case folded DN is always ""
Andrew Tridgell
1
-8
/
+2
2009-05-28
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
4
-6
/
+4
2009-05-28
a useful debugging tool
Andrew Tridgell
1
-0
/
+7
2009-05-28
fixed one-level indexing
Andrew Tridgell
1
-6
/
+2
2009-05-26
s4:ldb:modules: Correct typos.
Andrew Kroeger
4
-6
/
+4
2009-05-16
Update copies of config.guess and config.sub.
Jelmer Vernooij
2
-76
/
+282
2009-04-23
Provide a ldb_global_init() function for compatibility with older versions of...
Jelmer Vernooij
1
-0
/
+6
2009-04-14
s4:ldb Make it possible to re-run ldap.py again
Andrew Bartlett
1
-2
/
+6
[prev]
[next]