summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
* s4-regsitry: Check return value of ldb_msg_add_empty().Andreas Schneider2012-12-211-1/+7
* docs: man regtree: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man regshell: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man regpatch: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man regdiff: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/Stefan Metzmacher2012-08-061-12/+12
* s4:registry:regdiff: use existing talloc context for the event contextMichael Adam2012-07-131-1/+1
* s4:registry:regdiff: add TALLOC_CTX * argument to open_backend()Michael Adam2012-07-131-6/+7
* s4:registry: add a TALLOC_CTX argument to reg_open_remote()Michael Adam2012-07-134-5/+7
* s4:registry:testsuite: fix use of non-existent word (existant)Michael Adam2012-06-121-3/+3
* regshell: Fix a counter that can actually be non-zero.Jelmer Vernooij2012-02-081-1/+1
* WERROR type variable being incorrectly checked with a NT_STATUS_IS_XDavid Disseldorp2012-01-231-1/+1
* pyregistry: Remove directory support.Jelmer Vernooij2011-12-291-32/+0
* Remove the 'dir' registry backend.Jelmer Vernooij2011-12-294-491/+1
* s4:lib/registry - enhance registry tests in respect to default valuesMatthias Dieter Wallnöfer2011-11-031-1/+54
* s4:lib/registry/ldb.c - quit the deletion of a not-existing default value wit...Matthias Dieter Wallnöfer2011-11-031-1/+3
* s4:lib/registry/ldb.c - don't use search filters for base searchesMatthias Dieter Wallnöfer2011-11-031-2/+4
* s4:lib/registry/regf.c - always generate debug messages on error casesMatthias Dieter Wallnöfer2011-11-031-1/+2
* Use public pytalloc header file.Jelmer Vernooij2011-08-141-1/+1
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-15/+15
* s4:pyregistry: PyArg_ParseTuple("z#") requires an 'int' argument instead of '...Stefan Metzmacher2011-08-081-1/+4
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* build: Expand dcerpc-samba grouping libraryAndrew Bartlett2011-05-181-1/+1
* s4:lib/registry/registry.h - align a copyright line in header commentMatthias Dieter Wallnöfer2011-03-301-1/+1
* Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison2011-03-292-2/+4
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-244-10/+9
* lib/registry/tests: Fix prototypes.Jelmer Vernooij2011-03-194-4/+4
* source4/lib: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* build: moved util_reg.c into a common subsystemAndrew Tridgell2011-02-241-2/+2
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-2/+2
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-114-4/+4
* s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell2010-12-081-1/+1
* pyregistry: Use talloc.Object.Jelmer Vernooij2010-12-011-4/+9
* s4:lib/registry/rpc.c - remove a duplicate assignmentMatthias Dieter Wallnöfer2010-11-271-1/+0
* Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher2010-11-221-3/+3
* ldbsamba: Lowercase library name.Jelmer Vernooij2010-11-071-1/+1
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-111/+0
* s4-build: removed some unnecessary dependenciesAndrew Tridgell2010-10-301-1/+1
* talloc: change pytalloc-util to be a public library.Jelmer Vernooij2010-10-261-1/+1
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-5/+5
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-5/+5
* s4-waf: don't depend directly on python modulesAndrew Tridgell2010-10-211-1/+1
* s4:lib/registry/util.c - cosmetic - fix indentation, trailing whitespacesMatthias Dieter Wallnöfer2010-10-151-10/+11
* s4:lib/registry/util.c - strtoll call - better say explicitly that data is in...Matthias Dieter Wallnöfer2010-10-151-1/+1
* registry: Make a two more functions static.Jelmer Vernooij2010-10-041-2/+2
* s4:patchfile_dotreg.c - use "size_t" when counting characters in DATA_BLOBsMatthias Dieter Wallnöfer2010-10-031-1/+1
* Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix trai...Wilco Baan Hofman2010-10-031-11/+25
* Fix issues addressed by Jelmer:Wilco Baan Hofman2010-10-032-2/+7
* Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etcWilco Baan Hofman2010-10-031-3/+73
* Fix registry editor to be compatible with Windows 7.Wilco Baan Hofman2010-10-031-5/+71