summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij5-11/+28
2008-04-16Remove unused arguments from reg_open_local().Jelmer Vernooij2-2/+2
2008-04-02Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij1-1/+0
2008-02-25Remove uses of global_loadparm.Jelmer Vernooij1-1/+1
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij2-4/+5
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
2008-01-07r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.Jelmer Vernooij1-3/+3
2007-12-24r26563: Fix reg_diff_apply argument order.Jelmer Vernooij1-1/+1
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 Vernooij3-3/+4
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij4-8/+8
2007-12-21r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij4-4/+5
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-1/+1
2007-12-21r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij5-8/+13
2007-12-21r25603: More reformat.Günther Deschner5-118/+164
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-4/+2
2007-10-10r24994: Fix some C++ warnings.Jelmer Vernooij1-0/+1
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 Vernooij5-207/+382
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell4-12/+8
2007-10-10r21834: Remove unnecessary includesJelmer Vernooij4-4/+0
2007-10-10r18584: found one of the fd leaks. The registry backend was using aAndrew Tridgell4-5/+5
2007-10-10r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij4-4/+4
2007-10-10r15877: Fix error message - caught by the IBM checkerJelmer Vernooij1-4/+17
2007-10-10r15810: Fix uninitialized variable error, caught by the IBM checker.Jelmer Vernooij1-1/+2
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 Vernooij2-4/+4
2007-10-10r15364: Use global list of predefined keysJelmer Vernooij1-14/+2
2007-10-10r15363: Fix dependencies for shared libraryJelmer Vernooij1-2/+2
2007-10-10r15361: Export table of predefined registry keysJelmer Vernooij1-3/+3
2007-10-10r14981: fixed a use of a wild ptr in regshellAndrew Tridgell1-3/+3
2007-10-10r14978: fixed a print of NULLAndrew Tridgell1-1/+1
2007-10-10r14599: Pass ACLs down the registry layer.Jelmer Vernooij4-12/+12
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij4-0/+4
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 Vernooij4-0/+4
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij4-12/+0
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij4-7/+0
2007-10-10r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij4-0/+8
2007-10-10r12499: Move smb_build.h out of includes.hJelmer Vernooij4-0/+4
2007-10-10r10604: Put in the new registry "patchfile" code (similar to ldifJelmer Vernooij3-852/+23
2007-10-10r10588: Remove more unused files, macrosJelmer Vernooij1-4/+13
2007-10-10r10052: Add 'print' commandJelmer Vernooij1-0/+22
2007-10-10r10026: Move registry header file to lib/registryJelmer Vernooij4-5/+17
2007-10-10r10016: Support reading security descriptors on keys.Jelmer Vernooij1-1/+8
2007-10-10r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij3-5/+7