summaryrefslogtreecommitdiff
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
* winreg: fix winreg_EnumValue callers.Günther Deschner2009-01-161-1/+1
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-9/+9
* Changed code to use proper talloc context instead of NULL to control memory l...scudette@gmail.com2009-01-022-2/+2
* Memory leak fixed due to accumulation of open reg keys.scudette@gmail.com2009-01-021-5/+8
* Fixes uninitialised access as reported by valgrind.scudette@gmail.com2009-01-021-1/+1
* s4:pyregistry: use tevent_context_init()Stefan Metzmacher2009-01-021-1/+1
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-2910-19/+19
* Add header for pyparam.Jelmer Vernooij2008-12-221-1/+1
* py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij2008-12-211-0/+3
* Use plain Python C API for registry module, rather than SWIG.Jelmer Vernooij2008-12-183-19/+322
* Start converting registry python module to plain C rather than SWIG.Jelmer Vernooij2008-12-165-4870/+132
* s4:torture: fix the build with auto dependenciesStefan Metzmacher2008-11-161-1/+1
* Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij2008-11-021-1/+1
* Fix installation of Samba 4 during merged build.Jelmer Vernooij2008-10-301-1/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-245-6/+1
* Regenerate SWIG files.Jelmer Vernooij2008-10-242-7/+6
* Remove more usages of global_loadparm.Jelmer Vernooij2008-10-246-25/+48
* Remove more uses of global_loadparm.Jelmer Vernooij2008-10-241-8/+4
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-243-7/+7
* Fix double free.Jelmer Vernooij2008-10-211-1/+0
* Fix the build.Jelmer Vernooij2008-10-211-2/+2
* Revert "Registry server LDB backend: Don't make copies of the same type"Jelmer Vernooij2008-10-211-2/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrvJelmer Vernooij2008-10-2114-214/+307
|\
| * Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+12
| * Regenerate pidl output.Jelmer Vernooij2008-10-201-2/+2
| * Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-2/+1
| * s4: fix registry/rpc.c after winreg changes.Günther Deschner2008-10-151-5/+5
| * winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij2008-10-151-1/+1
| * Use common util_file code.Jelmer Vernooij2008-10-122-2/+2
| * Fix include paths to new location of libutil.Jelmer Vernooij2008-10-113-4/+4
| * Fix regressions in patchfile after last patch, several other minor fixes.Matthias Dieter Wallnöfer2008-10-031-22/+20
| * Use UTF8 rather than the possibly different UNIX charset.Matthias Dieter Wallnöfer2008-09-301-3/+3
| * Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-10/+14
| * Registry client: Remove all conversion helper functionsMatthias Dieter Wallnöfer2008-09-211-44/+17
| * Registry client library: Remove two elementar conversion functionsMatthias Dieter Wallnöfer2008-09-211-26/+4
| * Revert "Registry tool "regtree": Removing an error message"Matthias Dieter Wallnöfer2008-09-211-0/+5
| * Registry client: Fixup the "patchfile" libraryMatthias Dieter Wallnöfer2008-09-211-38/+66
| * Registry client: Implement the "winreg_QueryValue" callMatthias Dieter Wallnöfer2008-09-211-0/+48
| * Registry client library: Use "talloc_zero" to avoid uninitialized valuesMatthias Dieter Wallnöfer2008-09-211-3/+2
| * Registry tool "regdiff": Add the event context for remote connectionsMatthias Dieter Wallnöfer2008-09-211-1/+1
| * Registry client library: Fixes the creation of new keysMatthias Dieter Wallnöfer2008-09-212-2/+3
| * Registry client library: Fix some buffer problemsMatthias Dieter Wallnöfer2008-09-211-5/+9
| * Registry client library: Various fixup's and correctionsMatthias Dieter Wallnöfer2008-09-211-63/+64
| * Registry tools "regshell" and "regtree": Small fixup'sMatthias Dieter Wallnöfer2008-09-212-22/+6
| * Registry client: Various cleanups and charset conversionsMatthias Dieter Wallnöfer2008-09-211-66/+125
| * Registry tool "regshell": Handle the default attribute in the right wayMatthias Dieter Wallnöfer2008-09-211-13/+15
| * Registry tool "regtree": Removing an error messageMatthias Dieter Wallnöfer2008-09-211-5/+0
| * Registry tool "regtree": Handle the default attribute in the right wayMatthias Dieter Wallnöfer2008-09-211-12/+18