summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry/tools
Commit message (Expand)AuthorAgeFilesLines
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-175-11/+28
* Remove unused arguments from reg_open_local().Jelmer Vernooij2008-04-162-2/+2
* Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij2008-04-021-1/+0
* Remove uses of global_loadparm.Jelmer Vernooij2008-02-251-1/+1
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-212-4/+5
* Fix switching of hives in regshell (#5254)Jelmer Vernooij2008-02-111-0/+3
* r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...Jelmer Vernooij2008-01-071-8/+24
* r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.Jelmer Vernooij2008-01-071-3/+3
* r26563: Fix reg_diff_apply argument order.Jelmer Vernooij2007-12-241-1/+1
* r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.Kai Blin2007-12-211-1/+5
* r26443: Remove global_loadparm instances.Jelmer Vernooij2007-12-213-3/+4
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-214-8/+8
* r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij2007-12-214-4/+5
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+1
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-215-8/+13
* r25603: More reformat.Günther Deschner2007-12-215-118/+164
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-4/+2
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-0/+1
* r24725: Don't segfault if hive file can't be foundJelmer Vernooij2007-10-101-0/+2
* r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij2007-10-105-207/+382
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-104-12/+8
* r21834: Remove unnecessary includesJelmer Vernooij2007-10-104-4/+0
* r18584: found one of the fd leaks. The registry backend was using aAndrew Tridgell2007-10-104-5/+5
* r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij2007-10-104-4/+4
* r15877: Fix error message - caught by the IBM checkerJelmer Vernooij2007-10-101-4/+17
* r15810: Fix uninitialized variable error, caught by the IBM checker.Jelmer Vernooij2007-10-101-1/+2
* r15806: Remove some unnecessary nesting making the function harder to read.Jelmer Vernooij2007-10-101-11/+15
* r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionalityJelmer Vernooij2007-10-101-1/+1
* r15375: Rename readline.h to smbreadline.h avoid clashes with system header.Jelmer Vernooij2007-10-101-1/+1
* r15370: Fix more dependencies for shared libsJelmer Vernooij2007-10-102-4/+4
* r15364: Use global list of predefined keysJelmer Vernooij2007-10-101-14/+2
* r15363: Fix dependencies for shared libraryJelmer Vernooij2007-10-101-2/+2
* r15361: Export table of predefined registry keysJelmer Vernooij2007-10-101-3/+3
* r14981: fixed a use of a wild ptr in regshellAndrew Tridgell2007-10-101-3/+3
* r14978: fixed a print of NULLAndrew Tridgell2007-10-101-1/+1
* r14599: Pass ACLs down the registry layer.Jelmer Vernooij2007-10-104-12/+12
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-104-0/+4
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14349: Kill proto.h!Jelmer Vernooij2007-10-101-0/+1
* r13944: Yet another round of splitups.Jelmer Vernooij2007-10-104-0/+4
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-104-12/+0
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-104-7/+0
* r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij2007-10-104-0/+8
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-104-0/+4
* r10604: Put in the new registry "patchfile" code (similar to ldifJelmer Vernooij2007-10-103-852/+23
* r10588: Remove more unused files, macrosJelmer Vernooij2007-10-101-4/+13
* r10052: Add 'print' commandJelmer Vernooij2007-10-101-0/+22
* r10026: Move registry header file to lib/registryJelmer Vernooij2007-10-104-5/+17
* r10016: Support reading security descriptors on keys.Jelmer Vernooij2007-10-101-1/+8
* r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij2007-10-103-5/+7