summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* build: added waf build rules for ldbAndrew Tridgell2010-04-061-14/+20
* build: added target directory optionsAndrew Tridgell2010-04-061-0/+43
* s4-python: Avoid importing glue directly.Jelmer Vernooij2010-04-041-4/+2
* s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij2010-04-043-38/+12
* s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij2010-04-031-7/+5
* talloc: change talloc minor version to 2.0.2Andrew Tridgell2010-04-021-1/+1
* s4-python: Install external included packages only if they're not present on ...Jelmer Vernooij2010-03-312-7/+2
* s4:registry/tests/diff.c - try to make also this test compatible with big-end...Matthias Dieter Wallnöfer2010-03-301-4/+5
* s4:registry/tests/hive.c - make the test compatible with big-endian platformsMatthias Dieter Wallnöfer2010-03-301-41/+27
* s4:registry/util.c - remove those "talloc_free"sMatthias Dieter Wallnöfer2010-03-291-3/+0
* s4:registry/tests/generic.c - fix the DWORD_* types test to work also against...Matthias Dieter Wallnöfer2010-03-291-6/+6
* s4:registry/ldb.c - Break with "NULL" as an error case when the data doesn't ...Matthias Dieter Wallnöfer2010-03-291-2/+5
* s4:registry/ldb.c - Always check the "name" attribute for != NULLMatthias Dieter Wallnöfer2010-03-291-2/+22
* s4:registry - move the UTF16 length calculation for "reg_key_get_info" into t...Matthias Dieter Wallnöfer2010-03-291-8/+0
* s4:registry/util.c - fix indentationMatthias Dieter Wallnöfer2010-03-291-2/+2
* registry: Fix compilation.Jelmer Vernooij2010-03-293-9/+5
* Revert reordering from commit 51bedf939568717424edd7732e1e315faa333849Wilco Baan Hofman2010-03-291-3/+3
* Revert "s4:registry - util.c - add harder checks for inputs on "reg_val_data_...Wilco Baan Hofman2010-03-291-15/+11
* Revert "s4:registry - util.c - move the "REG_NONE" case in the conversion fun...Wilco Baan Hofman2010-03-291-6/+6
* Revert "s4:registry - util.c - treat unsupported and binary values as the sam...Wilco Baan Hofman2010-03-291-6/+18
* Revert "s4:registry - adaptions for "add memory contexts for delete value/key...Wilco Baan Hofman2010-03-291-2/+5
* Revert "s4:registry - "util" - make "reg_key_add_abs" consistent with "reg_ke...Wilco Baan Hofman2010-03-291-6/+9
* Revert of commit 5b6ad54f43741c0c25b35e44cafe5fed352ff133 in registry.hWilco Baan Hofman2010-03-291-2/+1
* Remove incorrect const, something that was correct in commit 9c3e6249fd984b82...Wilco Baan Hofman2010-03-291-2/+2
* Revert "s4:registry - "util" - remove "const" from "reg_abs_path""Wilco Baan Hofman2010-03-291-3/+3
* ldap.py: Fix syntax error.Jelmer Vernooij2010-03-291-1/+1
* s4-python: Format to PEP8, simplify tests.Jelmer Vernooij2010-03-292-21/+22
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-291-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-263-0/+3
* s4-ldb: removed unused command line options -I and -OAndrew Tridgell2010-03-252-4/+0
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-259-9/+9
* s4:cmdline Add --sign and --encrypt options to our common command lineAndrew Bartlett2010-03-241-1/+28
* s4:lib/messaging: pymessaging needs libndr.hStefan Metzmacher2010-03-231-0/+1
* s4:registry - "reg_ldb_pack_value" - provide workarounds when the server rece...Matthias Dieter Wallnöfer2010-03-231-0/+9
* s4:registry - "LDB backend" - fix indentationMatthias Dieter Wallnöfer2010-03-231-1/+2
* s4:registry - "LDB backend" - revert the length check for UTF16 stringsMatthias Dieter Wallnöfer2010-03-231-10/+5
* s4:registry - "LDB backend" - revert the binary storage of "REG_SZ", "REG_DWO...Matthias Dieter Wallnöfer2010-03-231-110/+19
* s4:registry - "reg_key_del/add_abs": call "talloc_free" only on valid objectsMatthias Dieter Wallnöfer2010-03-221-6/+6
* s4:registry - "reg_import_hive_key" - change a "talloc_steal" into a "talloc_...Matthias Dieter Wallnöfer2010-03-221-1/+1
* s4:registry - "patchfile" - add another "W_ERROR_HAVE_NO_MEMORY" macro callMatthias Dieter Wallnöfer2010-03-221-0/+1
* s4:registry - "local" - add also here more "W_ERROR_HAVE_NO_MEMORY" macro testsMatthias Dieter Wallnöfer2010-03-221-8/+26
* s4:registry - "util.c" - initialise "result" in "reg_key_add_abs"Matthias Dieter Wallnöfer2010-03-221-0/+2
* s4:registry - "samba.c" - add a "talloc_free"Matthias Dieter Wallnöfer2010-03-221-0/+2
* s4:registry - add more "W_ERROR_HAVE_NO_MEMORY" invocations (on talloc'ed stuff)Matthias Dieter Wallnöfer2010-03-224-1/+13
* s4:registry - "util" - remove "const" from "reg_abs_path"Matthias Dieter Wallnöfer2010-03-221-3/+3
* s4:registry - adaptions for "add also a memory context argument for "reg_key_...Matthias Dieter Wallnöfer2010-03-222-2/+2
* s4:registry - "util" - add also a memory context argument for "reg_key_del_abs"Matthias Dieter Wallnöfer2010-03-222-5/+4
* s4:registry - "util" - make "reg_key_add_abs" consistent with "reg_key_del_abs"Matthias Dieter Wallnöfer2010-03-221-6/+3
* s4:registry - "util" - fix up memory allocated dataMatthias Dieter Wallnöfer2010-03-221-1/+10
* s4:registry - "dir.c" - fix up dynamic memory allocation operationsMatthias Dieter Wallnöfer2010-03-221-15/+50