index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:lib/messaging - fix up the python bindings
Matthias Dieter Wallnöfer
2009-11-07
2
-7
/
+8
*
ldb_init: use constant for result of "ldb_setup_wellknown_attributes"
Matthias Dieter Wallnöfer
2009-11-07
1
-1
/
+1
*
s4/ldb: Fix double allocation for "ldb_url"
Kamen Mazdrashki
2009-11-06
1
-2
/
+2
*
Python tests for the acl module.
Zahari Zahariev
2009-11-05
1
-0
/
+1104
*
s4:dsdb - Store SID as string in FDS.
Endi S. Dewata
2009-11-02
1
-2
/
+2
*
s4:ldb Remove debug traces duplicated by the new generic trace code
Andrew Bartlett
2009-11-02
1
-3
/
+0
*
ldb:tdb backend - be also here more careful with the result value
Matthias Dieter Wallnöfer
2009-10-27
1
-2
/
+2
*
ldb:python bindings - make the intention by Jelmer ("int" vs. "enum") more clear
Matthias Dieter Wallnöfer
2009-10-27
1
-0
/
+2
*
Revert "ldb python bindungs - better use the "enum ldb_scope" for the search ...
Matthias Dieter Wallnöfer
2009-10-27
1
-3
/
+2
*
s4-dsdb: call dsdb_make_schema_global() from ldb_wrap
Andrew Tridgell
2009-10-27
1
-0
/
+5
*
s4-ldb: '+' can also happen in base64 encoded index DNs
Andrew Tridgell
2009-10-27
1
-1
/
+1
*
s4:ldb Add detail to failures in the indexing code
Andrew Bartlett
2009-10-27
1
-2
/
+8
*
s4:ldb Add additional tracing of the ldb API
Andrew Bartlett
2009-10-27
2
-4
/
+80
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
2009-10-25
4
-15
/
+15
|
\
|
*
ldb:backend "connect" functions - convert result values to LDB constants
Matthias Dieter Wallnöfer
2009-10-25
4
-15
/
+15
*
|
s4-ldb: allow for unescaped '=' in a index DN
Andrew Tridgell
2009-10-25
2
-4
/
+13
|
/
*
s4-ldb: ensure DNs pass validity tests in indexing
Andrew Tridgell
2009-10-25
1
-0
/
+4
*
s4-ldb: fixed string length handling on index records
Andrew Tridgell
2009-10-25
1
-2
/
+2
*
s4-ldb: don't allow modifies outside a transaction.
Andrew Tridgell
2009-10-25
1
-0
/
+8
*
s4-ldb: fixed re-index during a complex transaction
Andrew Tridgell
2009-10-25
1
-10
/
+31
*
ldb python bindungs - better use the "enum ldb_scope" for the search scope ra...
Matthias Dieter Wallnöfer
2009-10-23
1
-2
/
+3
*
s4-python: we need to include Python.h first
Andrew Tridgell
2009-10-23
4
-4
/
+4
*
s4-ldb: move the tdb_reopen_all() calls to ldb_wrap.c
Andrew Tridgell
2009-10-23
1
-1
/
+8
*
s4-ldb: use ldb_wrap_fork_hook() to cancel child transactions
Andrew Tridgell
2009-10-23
1
-1
/
+5
*
s4-ldb: added ldb_transaction_cancel_noerr()
Andrew Tridgell
2009-10-23
3
-1
/
+20
*
s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()
Andrew Tridgell
2009-10-23
3
-30
/
+99
*
s4-dsdb: create a static system_session context
Andrew Tridgell
2009-10-23
1
-1
/
+1
*
s4-ldb: added a TODO about checking the indexlist
Andrew Tridgell
2009-10-22
1
-0
/
+2
*
s4-ldb: fixed some memory leaks in new indexing code
Andrew Tridgell
2009-10-22
1
-1
/
+3
*
s4-ldb: don't try to index non-indexed attributes
Andrew Tridgell
2009-10-22
1
-0
/
+4
*
s4-ldb: ensure new dn_list elements are not owned by caller
Andrew Tridgell
2009-10-22
1
-1
/
+1
*
s4-ldb: over-allocate index records to save on realloc costs
Andrew Tridgell
2009-10-22
1
-1
/
+5
*
s4-ldb: fixed tdb error handling in ldb_index.c
Andrew Tridgell
2009-10-22
1
-3
/
+8
*
s4-ldb: delete empty index records
Andrew Tridgell
2009-10-22
1
-0
/
+8
*
s4-ldb: do more validation of idxptr lists
Andrew Tridgell
2009-10-22
1
-12
/
+31
*
s4-ldb: expose ltdb_err_map and ltdb_delete_noindex
Andrew Tridgell
2009-10-22
2
-2
/
+5
*
s4-ldb: fast path for equal pointers
Andrew Tridgell
2009-10-22
1
-1
/
+1
*
s4-ldb: when taking a list intersection, the result can be as long as the fir...
Andrew Tridgell
2009-10-22
1
-1
/
+1
*
s4-ldb: ldb indexing rewrite - part1
Andrew Tridgell
2009-10-22
4
-909
/
+739
*
s4-ldb: ldb_oom() for modules
Andrew Tridgell
2009-10-22
1
-0
/
+1
*
s4:ldb_sort - Add some more "const"
Matthias Dieter Wallnöfer
2009-10-22
1
-2
/
+2
*
S4: ldb_map modules uses defines that are reserved
Torgeir Lerkerød
2009-10-21
4
-58
/
+58
*
s4-ldb: allow for non-null terminated ldb_val in ldb_dn_from_ldb_val
Andrew Tridgell
2009-10-21
1
-1
/
+1
*
s4:ldb_map Fix use-after-free of memory in ldb_map
Andrew Bartlett
2009-10-21
2
-4
/
+8
*
s4:ldb Put ltdb_private under the 'module'
Andrew Bartlett
2009-10-21
1
-0
/
+1
*
s4:ldb Add new function to create a cut down list of controls
Andrew Bartlett
2009-10-21
2
-0
/
+47
*
s4:ldb Add function to add controls to an LDB reply
Andrew Bartlett
2009-10-21
2
-0
/
+45
*
s4-pyldb: fixed 64 bit issues
Andrew Tridgell
2009-10-19
1
-2
/
+4
*
s4:ldb_msg_check_string_attribute - add a comment about the result values
Matthias Dieter Wallnöfer
2009-10-18
2
-1
/
+14
*
Revert "s4:ldb_msg - Use LDB constants on results"
Matthias Dieter Wallnöfer
2009-10-18
1
-3
/
+4
[next]