summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/regdiff.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-13s4:registry:regdiff: use existing talloc context for the event contextMichael Adam1-1/+1
2012-07-13s4:registry:regdiff: add TALLOC_CTX * argument to open_backend()Michael Adam1-6/+7
2012-07-13s4:registry: add a TALLOC_CTX argument to reg_open_remote()Michael Adam1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-2/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-09-21Registry tool "regdiff": Add the event context for remote connectionsMatthias Dieter Wallnöfer1-1/+1
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-3/+7
2008-04-16Remove unused arguments from reg_open_local().Jelmer Vernooij1-1/+1
2008-02-25Remove uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-2/+2
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 Vernooij1-3/+5
2007-12-21r25603: More reformat.Günther Deschner1-10/+16
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-25/+78
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-2/+2
2007-10-10r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.Jelmer Vernooij1-1/+1
2007-10-10r14599: Pass ACLs down the registry layer.Jelmer Vernooij1-4/+4
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer 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-1/+0
2007-10-10r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...Jelmer Vernooij1-0/+2
2007-10-10r12499: Move smb_build.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r10604: Put in the new registry "patchfile" code (similar to ldifJelmer Vernooij1-119/+9
2007-10-10r10026: Move registry header file to lib/registryJelmer Vernooij1-1/+1
2007-10-10r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij1-1/+1
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-2/+4
2007-10-10r7525: Unify lp_load(), load_interfaces and logging setup into popt().Andrew Bartlett1-7/+3
2007-10-10r6951: Fix all calls to setup_logging() that use 'True' as a second argument.Tim Potter1-1/+1
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij1-2/+3
2007-10-10r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij1-2/+2
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-4/+4
2007-10-10r4155: More destinction between hives and predefined keysJelmer Vernooij1-4/+4
2007-10-10r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXTJelmer Vernooij1-1/+1
2007-10-10r4132: - Bunch of rather large fixes in the registryJelmer Vernooij1-45/+31
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-0/+1
2007-10-10r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell1-0/+1
2007-10-10r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r3370: Initial work on Add Key/Delete Key/Add Value/Mod Value/Del Value suppo...Jelmer Vernooij1-4/+4
2007-10-10r3368: Default to rpc backend with binding "ncalrpc:" if no backend was speci...Jelmer Vernooij1-2/+2
2007-10-10r2518: Some long overdue changes:Jelmer Vernooij1-34/+42
2007-10-10r1040: make sure main() doesn't get auto-prototypedAndrew Tridgell1-1/+1
2007-10-10r1035: Support shared modules againJelmer Vernooij1-12/+12
2007-10-10r825: - Introduce support for multiple roots (or 'hives')Jelmer Vernooij1-12/+20
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher1-1/+1
2007-10-10r655: Fix if() logicJelmer Vernooij1-2/+2