Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 2009-03-01 | 3 | -13/+13 |
| | |||||
* | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 2009-03-01 | 3 | -7/+7 |
| | | | | consistency with Samba 3. | ||||
* | s4:pyregistry: fix crash bugs introduced by ↵ | Stefan Metzmacher | 2009-02-06 | 1 | -2/+3 |
| | | | | | | | | | e5a6eadd8214b56da34f733318a0fecaebbe5ef5 The registry api uses wild casts in the returned types, so we can't check the talloc name against the type used in the public api... metze | ||||
* | s4:pyregistry: fix compiler warnings | Stefan Metzmacher | 2009-02-05 | 1 | -13/+16 |
| | | | | metze | ||||
* | s4:lib/registry: fix c++ warnings | Stefan Metzmacher | 2009-02-05 | 2 | -8/+8 |
| | | | | metze | ||||
* | s4:auth/credentials: the python bindings don't use swig anymore | Stefan Metzmacher | 2009-02-02 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4:lib/registry: s/new/nkey | Stefan Metzmacher | 2009-02-02 | 1 | -3/+3 |
| | | | | metze | ||||
* | winreg: fix winreg_EnumValue callers. | Günther Deschner | 2009-01-16 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 2009-01-08 | 1 | -1/+5 |
| | | | | since this will not be shipped with talloc/tdb/tevent/etc. | ||||
* | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 2009-01-06 | 1 | -9/+9 |
| | |||||
* | Changed code to use proper talloc context instead of NULL to control memory ↵ | scudette@gmail.com | 2009-01-02 | 2 | -2/+2 |
| | | | | leak. | ||||
* | Memory leak fixed due to accumulation of open reg keys. | scudette@gmail.com | 2009-01-02 | 1 | -5/+8 |
| | |||||
* | Fixes uninitialised access as reported by valgrind. | scudette@gmail.com | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | s4:pyregistry: use tevent_context_init() | Stefan Metzmacher | 2009-01-02 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4:lib/tevent: rename structs | Stefan Metzmacher | 2008-12-29 | 10 | -19/+19 |
| | | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | ||||
* | Add header for pyparam. | Jelmer Vernooij | 2008-12-22 | 1 | -1/+1 |
| | |||||
* | py: Fix initialisation of subtypes, fix segfaults. | Jelmer Vernooij | 2008-12-21 | 1 | -0/+3 |
| | |||||
* | Use plain Python C API for registry module, rather than SWIG. | Jelmer Vernooij | 2008-12-18 | 3 | -19/+322 |
| | |||||
* | Start converting registry python module to plain C rather than SWIG. | Jelmer Vernooij | 2008-12-16 | 5 | -4870/+132 |
| | |||||
* | s4:torture: fix the build with auto dependencies | Stefan Metzmacher | 2008-11-16 | 1 | -1/+1 |
| | | | | metze | ||||
* | Remove use of global_loadparm during initialization of gensec. | Jelmer Vernooij | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | Fix installation of Samba 4 during merged build. | Jelmer Vernooij | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | Remove unused include param/param.h. | Jelmer Vernooij | 2008-10-24 | 5 | -6/+1 |
| | |||||
* | Regenerate SWIG files. | Jelmer Vernooij | 2008-10-24 | 2 | -7/+6 |
| | |||||
* | Remove more usages of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 6 | -25/+48 |
| | |||||
* | Remove more uses of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 1 | -8/+4 |
| | |||||
* | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 2008-10-24 | 3 | -7/+7 |
| | | | | make them wrappers around convert_string{,talloc}_convenience(). | ||||
* | Fix double free. | Jelmer Vernooij | 2008-10-21 | 1 | -1/+0 |
| | |||||
* | Fix the build. | Jelmer Vernooij | 2008-10-21 | 1 | -2/+2 |
| | |||||
* | Revert "Registry server LDB backend: Don't make copies of the same type" | Jelmer Vernooij | 2008-10-21 | 1 | -2/+2 |
| | | | | | | | The original data pointer may go away so we do want to make copies in this case. This reverts commit 625359b2e266105022309df8985720108ecd6f67. | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv | Jelmer Vernooij | 2008-10-21 | 14 | -214/+307 |
|\ | | | | | | | | | | | Conflicts: source4/lib/registry/ldb.c source4/rpc_server/winreg/rpc_winreg.c | ||||
| * | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 2008-10-20 | 1 | -0/+12 |
| | | | | | | | | remove some unused functions. | ||||
| * | Regenerate pidl output. | Jelmer Vernooij | 2008-10-20 | 1 | -2/+2 |
| | | |||||
| * | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 2008-10-18 | 1 | -2/+1 |
| | | | | | | | | 3. | ||||
| * | s4: fix registry/rpc.c after winreg changes. | Günther Deschner | 2008-10-15 | 1 | -5/+5 |
| | | | | | | | | | | | | jelmer, can you check if this is ok? Guenther | ||||
| * | winreg.idl: Sync ref change from Samba 3. | Jelmer Vernooij | 2008-10-15 | 1 | -1/+1 |
| | | |||||
| * | Use common util_file code. | Jelmer Vernooij | 2008-10-12 | 2 | -2/+2 |
| | | |||||
| * | Fix include paths to new location of libutil. | Jelmer Vernooij | 2008-10-11 | 3 | -4/+4 |
| | | |||||
| * | Fix regressions in patchfile after last patch, several other minor fixes. | Matthias Dieter Wallnöfer | 2008-10-03 | 1 | -22/+20 |
| | | |||||
| * | Use UTF8 rather than the possibly different UNIX charset. | Matthias Dieter Wallnöfer | 2008-09-30 | 1 | -3/+3 |
| | | |||||
| * | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 2008-09-23 | 1 | -10/+14 |
| | | | | | | | | | | The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful. | ||||
| * | Registry client: Remove all conversion helper functions | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -44/+17 |
| | | |||||
| * | Registry client library: Remove two elementar conversion functions | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -26/+4 |
| | | |||||
| * | Revert "Registry tool "regtree": Removing an error message" | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -0/+5 |
| | | | | | | | | This reverts commit f37a57fa366e2b0d77f9c1bd232d42a0f2cceb52. | ||||
| * | Registry client: Fixup the "patchfile" library | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -38/+66 |
| | | | | | | | | Rework and enhance the "patchfile" library (used in "regdiff") | ||||
| * | Registry client: Implement the "winreg_QueryValue" call | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -0/+48 |
| | | | | | | | | This is needed for the registry patchfile library | ||||
| * | Registry client library: Use "talloc_zero" to avoid uninitialized values | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -3/+2 |
| | | |||||
| * | Registry tool "regdiff": Add the event context for remote connections | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -1/+1 |
| | | | | | | | | Adds the event context for remote connections to make the tool working again. | ||||
| * | Registry client library: Fixes the creation of new keys | Matthias Dieter Wallnöfer | 2008-09-21 | 2 | -2/+3 |
| | | | | | | | | Giving the right permissions |