Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:lib/registry: avoid some const warnings | Stefan Metzmacher | 2014-11-25 | 3 | -25/+25 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> | ||||
* | s4-registry: Don't leak memory on error. | Andreas Schneider | 2013-02-22 | 1 | -0/+7 |
| | | | | Reviewed-by: Alexander Bokovoy <ab@samba.org> | ||||
* | s4:registry:regdiff: use existing talloc context for the event context | Michael Adam | 2012-07-13 | 1 | -1/+1 |
| | | | | | Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Jul 13 02:51:44 CEST 2012 on sn-devel-104 | ||||
* | s4:registry:regdiff: add TALLOC_CTX * argument to open_backend() | Michael Adam | 2012-07-13 | 1 | -6/+7 |
| | |||||
* | s4:registry: add a TALLOC_CTX argument to reg_open_remote() | Michael Adam | 2012-07-13 | 2 | -2/+2 |
| | |||||
* | regshell: Fix a counter that can actually be non-zero. | Jelmer Vernooij | 2012-02-08 | 1 | -1/+1 |
| | | | | | | | This was a regression caused by one of the unsigned patches. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Feb 8 16:00:22 CET 2012 on sn-devel-104 | ||||
* | WERROR type variable being incorrectly checked with a NT_STATUS_IS_X | David Disseldorp | 2012-01-23 | 1 | -1/+1 |
| | | | | type macro. | ||||
* | samba: share readline wrappers among all buildsystems. | Günther Deschner | 2010-10-01 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s4:regshell - fix an "asprintf" | Matthias Dieter Wallnöfer | 2010-05-28 | 1 | -1/+5 |
| | |||||
* | s4:regshell - don't use negative exit codes | Matthias Dieter Wallnöfer | 2010-05-28 | 1 | -1/+1 |
| | |||||
* | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2010-05-18 | 4 | -10/+6 |
| | |||||
* | s4:registry - adaptions for "add memory contexts for delete value/key functions" | Matthias Dieter Wallnöfer | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | s4:regtree - fix counter variables to be "unsigned" | Matthias Dieter Wallnöfer | 2010-03-21 | 1 | -3/+4 |
| | |||||
* | s4:regshell - here we don't need a newline - "ctime" itself provides one | Matthias Dieter Wallnöfer | 2010-03-21 | 1 | -1/+1 |
| | |||||
* | s4:regshell - don't return an error code if we get a security descriptors error | Matthias Dieter Wallnöfer | 2010-03-21 | 1 | -2/+2 |
| | | | | | s4 itself doesn't support them so print only the error code out (in s4's case WERR_NOT_SUPPORTED). | ||||
* | s4:libregistry - change counters to be "unsigned" | Matthias Dieter Wallnöfer | 2010-03-06 | 2 | -8/+8 |
| | | | | | Also the s4 registry library has to have "unsigned" counters like the Windows one. | ||||
* | Spelling fixes for source4/lib/registry. | Brad Hards | 2010-02-22 | 2 | -3/+3 |
| | | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | ||||
* | regshell: Add support for 'cd ..' and cd relative to the root. | Wilco Baan Hofman | 2009-09-26 | 1 | -8/+73 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | s4:lib/registry: s/new/nkey | Stefan Metzmacher | 2009-02-02 | 1 | -3/+3 |
| | | | | metze | ||||
* | Changed code to use proper talloc context instead of NULL to control memory ↵ | scudette@gmail.com | 2009-01-02 | 1 | -1/+1 |
| | | | | leak. | ||||
* | Memory leak fixed due to accumulation of open reg keys. | scudette@gmail.com | 2009-01-02 | 1 | -5/+8 |
| | |||||
* | s4:lib/tevent: rename structs | Stefan Metzmacher | 2008-12-29 | 5 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Remove more usages of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+1 |
| | |||||
* | Revert "Registry tool "regtree": Removing an error message" | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -0/+5 |
| | | | | This reverts commit f37a57fa366e2b0d77f9c1bd232d42a0f2cceb52. | ||||
* | 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 | 1 | -1/+2 |
| | | | | Giving the right permissions | ||||
* | Registry tools "regshell" and "regtree": Small fixup's | Matthias Dieter Wallnöfer | 2008-09-21 | 2 | -22/+6 |
| | | | | | I fixed up my fault regarding the handling of the default value (if it doesn't exist it hasn't the index number zero and you get immediately the subvalues). Then I corrected an error in regshell to find the right registry context. | ||||
* | Registry tool "regshell": Handle the default attribute in the right way | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -13/+15 |
| | | | | This commit introduces the default attribute in "regshell" | ||||
* | Registry tool "regtree": Removing an error message | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -5/+0 |
| | | | | The error message "Error occurred while fetching values" doesn't seem very useful, so remove it. | ||||
* | Registry tool "regtree": Handle the default attribute in the right way | Matthias Dieter Wallnöfer | 2008-09-21 | 1 | -12/+18 |
| | | | | This commit introduces the default attribute in "regtree" | ||||
* | Fix up the "reg_common_open_remote" call | Matthias Dieter Wallnöfer | 2008-09-09 | 4 | -8/+9 |
| | | | | | This fixes up the "reg_common_open_remote" call because it didn't work anymore without the event context. (This used to be commit 42ab865fc937a625d1eece45abe96bf354ddff8b) | ||||
* | Two useful "regshell" improvements | Matthias Dieter Wallnöfer | 2008-09-09 | 1 | -8/+6 |
| | | | | | This patch corrects the "change key" command (Follow up isn't supported yet) and adds a newline in a error message. (This used to be commit d1052dc42ef591208cfbf7059b28a078f6d4f0bf) | ||||
* | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 2008-06-14 | 4 | -4/+4 |
| | | | | | | | | specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5) | ||||
* | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 2008-04-17 | 5 | -11/+28 |
| | | | | (This used to be commit b4e1ae07a284c044704322446c94351c2decff91) | ||||
* | Remove unused arguments from reg_open_local(). | Jelmer Vernooij | 2008-04-16 | 2 | -2/+2 |
| | | | | (This used to be commit fee7ea7080ec40182efc6ffe57b267444eb9389a) | ||||
* | Reintroduce header previously autogenerated but ignored by git. | Jelmer Vernooij | 2008-04-02 | 1 | -1/+0 |
| | | | | | Also fixed extra include in regpatch. (This used to be commit 0e371cf169e9a607fcbb3e65437ab9413935dd52) | ||||
* | Remove uses of global_loadparm. | Jelmer Vernooij | 2008-02-25 | 1 | -1/+1 |
| | | | | (This used to be commit a16c9a2129ce92e7e1a613b2badd168e42ead436) | ||||
* | Remove more uses of global_loadparm. | Jelmer Vernooij | 2008-02-21 | 2 | -4/+5 |
| | | | | (This used to be commit 3430cc60972b94d0d238bc39f473feed96949c5d) | ||||
* | Fix switching of hives in regshell (#5254) | Jelmer Vernooij | 2008-02-11 | 1 | -0/+3 |
| | | | | (This used to be commit 5f33545c78e13871d622c0a5a0ded789bf624869) | ||||
* | r26689: registry: Return max_subkeynamelen, max_valnamelen and ↵ | Jelmer Vernooij | 2008-01-07 | 1 | -8/+24 |
| | | | | | | max_valbufsize in getkeyinfo(). (This used to be commit b06896d2378e536f5044dbe500a5232a89d6d0b5) | ||||
* | r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431. | Jelmer Vernooij | 2008-01-07 | 1 | -3/+3 |
| | | | | (This used to be commit 846876ad32dc86fe7c367db084e76c670c61b389) | ||||
* | r26563: Fix reg_diff_apply argument order. | Jelmer Vernooij | 2007-12-24 | 1 | -1/+1 |
| | | | | (This used to be commit cfffd0357ee4c4bb3f3c9adb051eeee1bbac526a) | ||||
* | r26453: Janitorial: Don't use a static char[] in smb_readline_replacement. | Kai Blin | 2007-12-21 | 1 | -1/+5 |
| | | | | | | Fix up callers to free the memory returned, as that is needed if we use the original readline function as well. (This used to be commit c81ead1c38f417d442157b21d0d389f6a540c6f9) | ||||
* | r26443: Remove global_loadparm instances. | Jelmer Vernooij | 2007-12-21 | 3 | -3/+4 |
| | | | | (This used to be commit 8242c696235d1bfb402b5c276a57f36d93610545) | ||||
* | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 2007-12-21 | 4 | -8/+8 |
| | | | | (This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d) | ||||
* | r26329: Fix more loadparm_context references. Only about a 100 left now. | Jelmer Vernooij | 2007-12-21 | 4 | -4/+5 |
| | | | | (This used to be commit ddf233346d848e91bc6a6a572f0f6120540503b7) | ||||
* | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
| | | | | (This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07) | ||||
* | r26236: Remove more uses of global_loadparm or specify loadparm_context ↵ | Jelmer Vernooij | 2007-12-21 | 5 | -8/+13 |
| | | | | | | explicitly. (This used to be commit 5b29ef7c03d9ae76b0ca909e9f03a58e1bad3521) | ||||
* | r25603: More reformat. | Günther Deschner | 2007-12-21 | 5 | -118/+164 |
| | | | | | Guenther (This used to be commit 176614423ea57e853211c43b9853203243c6a978) | ||||
* | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 2007-10-10 | 1 | -4/+2 |
| | | | | (This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4) |