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-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
2009-04-07
don't load @ATTRIBUTES if we have an override handler in place
Andrew Tridgell
1
-0
/
+7
2009-04-07
fixed internal handling of attribute deletion
Andrew Tridgell
1
-13
/
+23
2009-04-02
major upgrade to the ldb attribute handling
Andrew Tridgell
7
-35
/
+89
2009-03-31
change ldb version number (as ldb_module structure has changed)
Andrew Tridgell
1
-1
/
+1
2009-03-31
added support for a prepare_commit() op in ldb modules
Andrew Tridgell
5
-4
/
+35
2009-03-21
pyldb: Let conversion to LDIF up to the user of the API rather than doing
Jelmer Vernooij
1
-12
/
+1
2009-03-21
Remove unnecessary duplication of string in memory.
Jelmer Vernooij
1
-5
/
+16
2009-03-20
Adapt Zahari's test to the generic LDB Python tests.
Jelmer Vernooij
1
-0
/
+13
2009-03-20
Setting nTSecurityDescriptor via LDAP fails
zahari
1
-2
/
+4
2009-03-20
Add more comments.
Jelmer Vernooij
1
-6
/
+25
2009-03-20
s4:ldb Allow paged_searches to be mixed with other controls
Andrew Bartlett
1
-3
/
+3
2009-03-20
s4:ldb Fix the paged_searches module
Andrew Bartlett
1
-58
/
+51
2009-03-20
Merge branch 'master' of git://git.samba.org/samba into minschema
Jelmer Vernooij
7
-12
/
+126
2009-03-20
pyldb: Improve exception message when a list is expected.
Jelmer Vernooij
1
-8
/
+9
2009-03-17
added support for parentGUID
Andrew Tridgell
1
-0
/
+30
2009-03-12
s4:ldb: allow nested events until the code is fixed to avoid them
Stefan Metzmacher
1
-1
/
+3
2009-03-12
s4:ldb: setup tevent debug functions on a selfcreated event context
Stefan Metzmacher
1
-0
/
+35
2009-03-10
Fix extended operation return path.
Simo Sorce
1
-8
/
+12
2009-03-09
Fix potential segfaults using freed memory.
Simo Sorce
4
-10
/
+54
2009-03-05
Remove parse_control from header, long after the function was removed
Andrew Bartlett
1
-1
/
+0
2009-02-26
s4:ldb_map: include ldb_includes.h first to get replace.h as first header
Stefan Metzmacher
3
-0
/
+3
2009-02-25
Use stdbool.h instead of manually defining bool
Simo Sorce
1
-10
/
+1
2009-02-23
Fix headers, ldb_includes.h is a private header,
Simo Sorce
21
-35
/
+34
2009-02-23
Make all transactions nested in ldb. The current samba4 code expects this
Simo Sorce
2
-59
/
+75
[next]