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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "s4:dsdb - make the RELAX control private"
Andrew Bartlett
2010-10-18
1
-6
/
+8
*
s4:dsdb - make the RELAX control private
Matthias Dieter Wallnöfer
2010-10-16
1
-8
/
+6
*
ldb:ldb.h - reorder controls/extended operations
Matthias Dieter Wallnöfer
2010-10-16
1
-27
/
+28
*
ldb:pyldb.c - remove pointless comment
Matthias Dieter Wallnöfer
2010-10-16
1
-1
/
+0
*
ldb:"ldb_dn_compare_base" - use "unsigned int" counters
Matthias Dieter Wallnöfer
2010-10-16
1
-2
/
+2
*
ldb:"ldb_dn_add_child" - use "unsigned int" counters
Matthias Dieter Wallnöfer
2010-10-16
1
-2
/
+3
*
ldb:"ldb_dn_remove_base_components" - use an "unsigned int" counter
Matthias Dieter Wallnöfer
2010-10-16
1
-6
/
+6
*
ldb:"ldb_dn_canonical" - use an "unsigned int" counter
Matthias Dieter Wallnöfer
2010-10-16
1
-3
/
+3
*
ldb: Only build LIBLDB_MAIN when building ldb itself.
Jelmer Vernooij
2010-10-13
1
-8
/
+8
*
ldb:ldb_match.c - fix a counter type
Matthias Dieter Wallnöfer
2010-10-13
1
-1
/
+1
*
ldb: raise minor version number for new ldb_msg_match_error() function
Andrew Tridgell
2010-10-13
2
-1
/
+227
*
s4-ldb: take advantage of ldb_match_msg_error() in more places
Andrew Tridgell
2010-10-13
4
-8
/
+32
*
s4-ldb: use operator_fn syntax function in ldb_match code
Andrew Tridgell
2010-10-13
1
-92
/
+212
*
s4-ldb: added an optional operator_fn in the schema syntax
Andrew Tridgell
2010-10-13
3
-5
/
+25
*
ldb: when running from build directory, use the build modules
Andrew Tridgell
2010-10-13
1
-27
/
+35
*
ldb: Build ildap module as shared object.
Jelmer Vernooij
2010-10-11
1
-7
/
+3
*
ldb The use of a private event context isn't a hack
Andrew Bartlett
2010-10-11
1
-2
/
+3
*
s4-ldb Don't use talloc_autofree_context() in ldb
Andrew Bartlett
2010-10-11
1
-1
/
+1
*
wafsamba: Fix handling of pyembed/pyext.
Jelmer Vernooij
2010-10-10
1
-2
/
+1
*
wafsamba: Clarify needs_python argument name, use pyembed/pyext where
Jelmer Vernooij
2010-10-10
1
-1
/
+1
*
waf: fixed exit status of test suites
Andrew Tridgell
2010-10-07
1
-2
/
+4
*
s4:ldb_modules.c - fix a typo
Matthias Dieter Wallnöfer
2010-10-05
1
-1
/
+1
*
Add missing dependencies for com_err.
Jelmer Vernooij
2010-10-05
3
-1
/
+10
*
ldb: Refer to ldb(3), not ldb(7).
Jelmer Vernooij
2010-10-05
6
-13
/
+13
*
unittests: add a test to avoid regression on previous fix
Matthieu Patou
2010-10-04
1
-0
/
+5
*
pyldb: test return code before trying to talloc_steal
Matthieu Patou
2010-10-04
1
-2
/
+2
*
heimdal: convert some subsystems to libraries, consistent with upstream heimdal.
Jelmer Vernooij
2010-10-03
1
-1
/
+1
*
ldb-dn: don't crash on NULL in ldb_binary_encode_string()
Andrew Tridgell
2010-09-28
1
-0
/
+3
*
ldb-tdb: ignore failure to register control on rootdse
Andrew Tridgell
2010-09-28
1
-4
/
+1
*
ldb: Fix path to alternative buildtools.
Jelmer Vernooij
2010-09-28
1
-1
/
+1
*
ldb/tevent: Fix detection of waf paths.
Jelmer Vernooij
2010-09-28
2
-2
/
+11
*
ldb: Update autogen-waf.sh to no longer overwrite existing files.
Jelmer Vernooij
2010-09-28
2
-2
/
+12
*
ldb: Remove samba-specific targets from Makefile.
Jelmer Vernooij
2010-09-28
1
-8
/
+0
*
ldb: Bump version because of addition of ldb_req_location.
Jelmer Vernooij
2010-09-28
1
-1
/
+1
*
s4-ildap: two more places that need talloc_reparent()
Andrew Tridgell
2010-09-28
1
-1
/
+1
*
s4-ldb: Added ldb_request_replace_control
Nadezhda Ivanova
2010-09-27
2
-0
/
+34
*
Check in configure/Makefile for those projects that have waf as primary build...
Jelmer Vernooij
2010-09-25
2
-0
/
+71
*
ldb: added request location tracking
Andrew Tridgell
2010-09-25
4
-0
/
+39
*
ldb:ldb_match.c - fix counter variable type
Matthias Dieter Wallnöfer
2010-09-24
1
-1
/
+1
*
ldb:ldb_msg_add_linearized_dn - handle NULL DNs
Matthias Dieter Wallnöfer
2010-09-24
1
-2
/
+8
*
ldb: Use waf as default build system.
Jelmer Vernooij
2010-09-22
2
-18
/
+19
*
ldb: Depend directly on replace, fixes the build on systems with
Jelmer Vernooij
2010-09-22
1
-0
/
+3
*
ldb:tools/cmdline.c - reorganise imports
Matthias Dieter Wallnöfer
2010-09-11
1
-6
/
+2
*
ldb:tools/cmdline.c - make a counter unsigned where appropriate
Matthias Dieter Wallnöfer
2010-09-11
1
-1
/
+1
*
s4:ldb_register_samba_handlers - fix up and convert result codes to LDB/LDAP ...
Matthias Dieter Wallnöfer
2010-09-11
1
-1
/
+1
*
pyldb: expose PyLdbDn_FromDn()
Andrew Tridgell
2010-09-09
2
-18
/
+29
*
python-ldb: allow ldb_rename to take optional control(s)
Matthieu Patou
2010-09-05
1
-4
/
+50
*
ldb: Add missing aliases for ldb_ildap.
Jelmer Vernooij
2010-09-04
1
-0
/
+1
*
s4/ldb: fix standalone build
Björn Jacke
2010-09-01
1
-2
/
+6
*
s4/ldb: use monotonic clock for time deltas in ldbtest
Björn Jacke
2010-08-31
1
-4
/
+4
[next]