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
2010-10-11
ldb: Build ildap module as shared object.
Jelmer Vernooij
1
-7
/
+3
2010-10-11
ldb The use of a private event context isn't a hack
Andrew Bartlett
1
-2
/
+3
2010-10-11
s4-ldb Don't use talloc_autofree_context() in ldb
Andrew Bartlett
1
-1
/
+1
2010-10-10
wafsamba: Fix handling of pyembed/pyext.
Jelmer Vernooij
1
-2
/
+1
2010-10-10
wafsamba: Clarify needs_python argument name, use pyembed/pyext where
Jelmer Vernooij
1
-1
/
+1
2010-10-07
waf: fixed exit status of test suites
Andrew Tridgell
1
-2
/
+4
2010-10-05
s4:ldb_modules.c - fix a typo
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-05
Add missing dependencies for com_err.
Jelmer Vernooij
3
-1
/
+10
2010-10-05
ldb: Refer to ldb(3), not ldb(7).
Jelmer Vernooij
6
-13
/
+13
2010-10-04
unittests: add a test to avoid regression on previous fix
Matthieu Patou
1
-0
/
+5
2010-10-04
pyldb: test return code before trying to talloc_steal
Matthieu Patou
1
-2
/
+2
2010-10-03
heimdal: convert some subsystems to libraries, consistent with upstream heimdal.
Jelmer Vernooij
1
-1
/
+1
2010-09-28
ldb-dn: don't crash on NULL in ldb_binary_encode_string()
Andrew Tridgell
1
-0
/
+3
2010-09-28
ldb-tdb: ignore failure to register control on rootdse
Andrew Tridgell
1
-4
/
+1
2010-09-28
ldb: Fix path to alternative buildtools.
Jelmer Vernooij
1
-1
/
+1
2010-09-28
ldb/tevent: Fix detection of waf paths.
Jelmer Vernooij
2
-2
/
+11
2010-09-28
ldb: Update autogen-waf.sh to no longer overwrite existing files.
Jelmer Vernooij
2
-2
/
+12
2010-09-28
ldb: Remove samba-specific targets from Makefile.
Jelmer Vernooij
1
-8
/
+0
2010-09-28
ldb: Bump version because of addition of ldb_req_location.
Jelmer Vernooij
1
-1
/
+1
2010-09-28
s4-ildap: two more places that need talloc_reparent()
Andrew Tridgell
1
-1
/
+1
2010-09-27
s4-ldb: Added ldb_request_replace_control
Nadezhda Ivanova
2
-0
/
+34
2010-09-25
Check in configure/Makefile for those projects that have waf as primary build...
Jelmer Vernooij
2
-0
/
+71
2010-09-25
ldb: added request location tracking
Andrew Tridgell
4
-0
/
+39
2010-09-24
ldb:ldb_match.c - fix counter variable type
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-09-24
ldb:ldb_msg_add_linearized_dn - handle NULL DNs
Matthias Dieter Wallnöfer
1
-2
/
+8
2010-09-22
ldb: Use waf as default build system.
Jelmer Vernooij
2
-18
/
+19
2010-09-22
ldb: Depend directly on replace, fixes the build on systems with
Jelmer Vernooij
1
-0
/
+3
2010-09-11
ldb:tools/cmdline.c - reorganise imports
Matthias Dieter Wallnöfer
1
-6
/
+2
2010-09-11
ldb:tools/cmdline.c - make a counter unsigned where appropriate
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-09-11
s4:ldb_register_samba_handlers - fix up and convert result codes to LDB/LDAP ...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-09-09
pyldb: expose PyLdbDn_FromDn()
Andrew Tridgell
2
-18
/
+29
2010-09-05
python-ldb: allow ldb_rename to take optional control(s)
Matthieu Patou
1
-4
/
+50
2010-09-04
ldb: Add missing aliases for ldb_ildap.
Jelmer Vernooij
1
-0
/
+1
2010-09-01
s4/ldb: fix standalone build
Björn Jacke
1
-2
/
+6
2010-08-31
s4/ldb: use monotonic clock for time deltas in ldbtest
Björn Jacke
1
-4
/
+4
2010-08-22
pyldb: do type checking on the list form of ldb add
Andrew Tridgell
1
-0
/
+6
2010-08-20
s4-ldb: added support for rodc_control in ldb
Andrew Tridgell
1
-0
/
+27
2010-08-17
s4-ldb: ensure element flags are zero in ldb search return
Andrew Tridgell
1
-0
/
+2
2010-08-17
s4-ldb: added LDB_FLAG_INTERNAL_DISABLE_VALIDATION
Andrew Tridgell
1
-0
/
+6
2010-08-17
s4-ldb: added LDB_FLAG_INTERNAL_MASK
Andrew Tridgell
2
-0
/
+31
2010-08-17
s4-ldb: use LDB_FLAG_MOD_TYPE() to extract element type from messages
Andrew Tridgell
1
-0
/
+5
2010-08-17
s4-dsdb: added support for LDB_CONTROL_RODC_DCPROMO_OID
Andrew Tridgell
1
-0
/
+6
2010-08-17
s4-ldb: test the 'displayName=a,b' bug
Andrew Tridgell
1
-0
/
+6
2010-08-17
s4-ldb: fixed the ldb 'displayName=a,b' indexing bug
Andrew Tridgell
1
-2
/
+4
2010-08-17
s4-ldb: add some comments explaining the ltdb_index_idxptr() function
Andrew Tridgell
1
-0
/
+8
2010-07-29
s4-ldb: use TALLOC_CTX type instead of 'void'
Kamen Mazdrashki
9
-49
/
+49
2010-07-19
s4: Remove trailing whitespaces
Kamen Mazdrashki
2
-13
/
+13
2010-07-19
ldb: Mark _DEPRECATED_ ldb_msg_diff() and ldb_msg_canonicalize() functions
Kamen Mazdrashki
1
-2
/
+28
2010-07-19
s4-dsdb: use ldb_msg_normalize() in ldb_msg_difference()
Kamen Mazdrashki
1
-6
/
+8
2010-07-19
s4-test: Use ldb_msg_normalize() in sqlite3 backend
Kamen Mazdrashki
1
-4
/
+13
[prev]
[next]