summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/regshell.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-15librpc:ndr: Update ndr_print_debug() to the new ndr ABIPavel Filipenský1-2/+1
2022-07-15s4:lib: Fix trailing whitespaces in tools/regshell.cPavel Filipenský1-3/+3
2021-09-10s4/regshell: don't ignore unknown optionsRalph Boehme1-0/+7
2021-06-20s4:registry: Migrate regshell to new cmdline option parserAndreas Schneider1-20/+58
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-2/+2
2018-04-03s4:registry: Fix size type and loopAndreas Schneider1-5/+3
2017-05-11s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison1-3/+8
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...Günther Deschner1-9/+9
2016-05-13s4:regshell: fix O3 error unused result of asprintf in reg_complete_key()Michael Adam1-2/+7
2014-11-25s4:lib/registry: avoid some const warningsStefan Metzmacher1-21/+21
2013-02-22s4-registry: Don't leak memory on error.Andreas Schneider1-0/+7
2012-02-08regshell: Fix a counter that can actually be non-zero.Jelmer Vernooij1-1/+1
2010-10-01samba: share readline wrappers among all buildsystems.Günther Deschner1-1/+1
2010-05-28s4:regshell - fix an "asprintf"Matthias Dieter Wallnöfer1-1/+5
2010-05-28s4:regshell - don't use negative exit codesMatthias Dieter Wallnöfer1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-5/+3
2010-03-22s4:registry - adaptions for "add memory contexts for delete value/key functions"Matthias Dieter Wallnöfer1-2/+2
2010-03-21s4:regshell - here we don't need a newline - "ctime" itself provides oneMatthias Dieter Wallnöfer1-1/+1
2010-03-21s4:regshell - don't return an error code if we get a security descriptors errorMatthias Dieter Wallnöfer1-2/+2
2010-03-06s4:libregistry - change counters to be "unsigned"Matthias Dieter Wallnöfer1-7/+7
2010-02-22Spelling fixes for source4/lib/registry.Brad Hards1-1/+1
2009-09-26regshell: Add support for 'cd ..' and cd relative to the root.Wilco Baan Hofman1-8/+73
2009-02-02s4:lib/registry: s/new/nkeyStefan Metzmacher1-3/+3
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-09-21Registry client library: Fixes the creation of new keysMatthias Dieter Wallnöfer1-1/+2
2008-09-21Registry tools "regshell" and "regtree": Small fixup'sMatthias Dieter Wallnöfer1-9/+4
2008-09-21Registry tool "regshell": Handle the default attribute in the right wayMatthias Dieter Wallnöfer1-13/+15
2008-09-09Fix up the "reg_common_open_remote" callMatthias Dieter Wallnöfer1-2/+2
2008-09-09Two useful "regshell" improvementsMatthias Dieter Wallnöfer1-8/+6
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-2/+5
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-3/+4
2008-02-11Fix switching of hives in regshell (#5254)Jelmer Vernooij1-0/+3
2008-01-07r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...Jelmer Vernooij1-8/+24
2007-12-21r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin1-1/+5
2007-12-21r26443: Remove global_loadparm instances.Jelmer Vernooij1-1/+1
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-2/+2
2007-12-21r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij1-1/+1
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij1-1/+2
2007-12-21r25603: More reformat.Günther Deschner1-62/+84
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-4/+2
2007-10-10r24725: Don't segfault if hive file can't be foundJelmer Vernooij1-0/+2
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-109/+157
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21834: Remove unnecessary includesJelmer Vernooij1-1/+0
2007-10-10r18584: found one of the fd leaks. The registry backend was using aAndrew Tridgell1-1/+1
2007-10-10r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij1-1/+1
2007-10-10r15806: Remove some unnecessary nesting making the function harder to read.Jelmer Vernooij1-11/+15
2007-10-10r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionalityJelmer Vernooij1-1/+1
2007-10-10r15375: Rename readline.h to smbreadline.h avoid clashes with system header.Jelmer Vernooij1-1/+1