summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/regshell.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r15370: Fix more dependencies for shared libsJelmer Vernooij1-2/+2
2007-10-10r15364: Use global list of predefined keysJelmer Vernooij1-14/+2
2007-10-10r14981: fixed a use of a wild ptr in regshellAndrew Tridgell1-3/+3
2007-10-10r14599: Pass ACLs down the registry layer.Jelmer Vernooij1-3/+3
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14349: Kill proto.h!Jelmer Vernooij1-0/+1
2007-10-10r13944: Yet another round of splitups.Jelmer Vernooij1-0/+1
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij1-3/+0
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0