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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4-pyldb: ldb.Message.from_dict class method to create LdbMessage object from...
Kamen Mazdrashki
2010-11-18
1
-0
/
+44
*
s4-pyldb: Move code to create a ldb_message from a Python Dictionary object i...
Kamen Mazdrashki
2010-11-18
1
-46
/
+73
*
s4-pyldb_util: Move ldb Type searching into separate function
Kamen Mazdrashki
2010-11-18
1
-18
/
+28
*
s4-pyldb: Few miss-alignments aligned
Kamen Mazdrashki
2010-11-18
1
-9
/
+8
*
s4-pyldb: Move PyLdbMessage_FromMessage() in PyMessage group of functions
Kamen Mazdrashki
2010-11-18
1
-1
/
+1
*
s4-pyldb: Fix wrong type of 'self' parameter
Kamen Mazdrashki
2010-11-18
1
-1
/
+1
*
Revert "s4:api.py - DN tests - test a bit more special DNs and merge the comp...
Matthias Dieter Wallnöfer
2010-11-18
1
-44
/
+1
*
ldb: error out when modules are not found
Simo Sorce
2010-11-18
1
-1
/
+1
*
ldb:skel.c - don't introduce trailing whitespaces by a module template
Matthias Dieter Wallnöfer
2010-11-18
1
-2
/
+2
*
s4:api.py - DN tests - test a bit more special DNs and merge the comparison t...
Matthias Dieter Wallnöfer
2010-11-18
1
-11
/
+47
*
ldb:ldb_dn_explode - point out that on error cases "data" is implicitly free'd
Matthias Dieter Wallnöfer
2010-11-18
1
-1
/
+1
*
ldb:ldb_dn.c - ldb_dn_explode - free also the extended components on error cases
Matthias Dieter Wallnöfer
2010-11-17
1
-1
/
+4
*
s4-ldif_handlers Add handler for printing supplementalCredentials
Andrew Bartlett
2010-11-16
2
-1
/
+24
*
Re-enable ldb-cmdline for the moment, as it is used by oLschema2ldif.
Jelmer Vernooij
2010-11-14
1
-5
/
+5
*
Don't build ldb tools when there is a system provided ldb.
Jelmer Vernooij
2010-11-14
1
-13
/
+13
*
ldb:ldb_ldap.c rename operation - check for the RDN name and value
Matthias Dieter Wallnöfer
2010-11-11
1
-3
/
+11
*
s4:dsdb - proof against empty RDN values where expected
Matthias Dieter Wallnöfer
2010-11-11
1
-3
/
+12
*
s4-pyldb: Handle internal errors in py_ldb_contains() properly
Kamen Mazdrashki
2010-11-10
1
-4
/
+9
*
s4:pyldb.c - fix "py_ldb_contains" according to the comment by Jelmer
Matthias Dieter Wallnöfer
2010-11-08
1
-4
/
+2
*
ldb:pyldb.c - "py_ldb_msg_element_get" - here we can safely use "unsigned int...
Matthias Dieter Wallnöfer
2010-11-08
1
-3
/
+3
*
ldb:pyldb.c - "py_ldb_contains" - return only "0" not found, "1" found, "-1" ...
Matthias Dieter Wallnöfer
2010-11-08
1
-3
/
+10
*
ldb:pyldb.c - most of the times "time_t" is defined as "long int"
Matthias Dieter Wallnöfer
2010-11-08
1
-5
/
+5
*
ldb:pyldb.c - fix some "Py_ssize_t" output warnings
Matthias Dieter Wallnöfer
2010-11-08
1
-3
/
+2
*
ldb:pyldb.c - use "Py_ssize_t" for counting list entries
Matthias Dieter Wallnöfer
2010-11-08
1
-12
/
+11
*
ldb:pyldb.c - fix indentation
Matthias Dieter Wallnöfer
2010-11-08
1
-2
/
+3
*
s4-ldb: don't give an error if a module is already registered
Andrew Tridgell
2010-11-08
1
-0
/
+7
*
s4-ldb: better error message when we try to register a module twice
Andrew Tridgell
2010-11-08
1
-2
/
+3
*
ldb:ldb_pack.c - the "dn" attribute isn't allowed in the message part, only t...
Matthias Dieter Wallnöfer
2010-11-07
1
-2
/
+0
*
credentials: Lowercase library name,
Jelmer Vernooij
2010-11-07
2
-3
/
+3
*
ldbsamba: Lowercase library name.
Jelmer Vernooij
2010-11-07
2
-5
/
+5
*
ldb:ldb_parse.c - "ldb_parse_hex2char" - always initialise "c"
Matthias Dieter Wallnöfer
2010-11-06
1
-1
/
+1
*
ldb:ldb_tdb.c - ltdb_check_special_dn - fix indentation
Matthias Dieter Wallnöfer
2010-11-06
1
-1
/
+1
*
ldb:ldb_tdb.c - make "ltdb_add" more similar to "ltdb_modify"
Matthias Dieter Wallnöfer
2010-11-06
1
-9
/
+5
*
s4-ldb: much more memory efficient msg filtering
Andrew Tridgell
2010-11-05
1
-3
/
+20
*
s4-ldb: show the reason for module initialization failure
Andrew Tridgell
2010-11-05
1
-1
/
+2
*
ldb:ldb.h - reorder extended operations list
Matthias Dieter Wallnöfer
2010-11-05
1
-4
/
+10
*
s4-ldb_module.h: use LDB error code for ldb_error() macro rather than LDB_DEB...
Kamen Mazdrashki
2010-11-04
1
-1
/
+1
*
s4-ldb: implement LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK
Andrew Tridgell
2010-11-04
2
-13
/
+12
*
s4-ldb: don't load modules from the same directory twice
Andrew Tridgell
2010-11-04
1
-4
/
+4
*
s4-ldb: honor controls on search in ldbedit
Andrew Tridgell
2010-11-04
3
-1
/
+81
*
Move the checking of single valued attributes back into the tdb backend.
Andrew Tridgell
2010-11-04
1
-0
/
+44
*
build: a more portable way of finding waf in makefiles
Andrew Tridgell
2010-11-03
1
-3
/
+1
*
s4-ldb: fixed sorting of module names
Andrew Tridgell
2010-11-03
1
-1
/
+6
*
s4:waf - fix the build on Gentoo platforms
Philip M. White
2010-11-03
1
-0
/
+1
*
s4-ldb: make ldbtest depend on ldb
Andrew Tridgell
2010-11-03
1
-1
/
+1
*
waf: added reconfigure targets to our libraries
Andrew Tridgell
2010-11-03
1
-0
/
+5
*
s4-ldb: give the user a hint as to what may be wrong
Andrew Tridgell
2010-11-02
1
-2
/
+2
*
s4-dsdb: removed the use of ldb_private.h from s4
Andrew Tridgell
2010-11-03
1
-4
/
+4
*
s4-ldb: expose some more ldb module functions
Andrew Tridgell
2010-11-03
7
-22
/
+383
*
s4-ldb: removed ldb_includes.h
Andrew Tridgell
2010-11-01
19
-29
/
+54
[prev]
[next]