summaryrefslogtreecommitdiff
path: root/source4/lib/registry/rpc.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-06s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett1-1/+1
2010-11-27s4:lib/registry/rpc.c - remove a duplicate assignmentMatthias Dieter Wallnöfer1-1/+0
2010-07-01s4:registry - on key add operations we have to handle with paths not always o...Matthias Dieter Wallnöfer1-2/+2
2010-06-20s4:registry/rpc.c - fix Solaris warnings by castsMatthias Dieter Wallnöfer1-4/+4
2010-03-22s4:registry - add more "W_ERROR_HAVE_NO_MEMORY" invocations (on talloc'ed stuff)Matthias Dieter Wallnöfer1-0/+3
2010-03-22s4:registry - adaptions for "add memory contexts for delete value/key functions"Matthias Dieter Wallnöfer1-4/+2
2010-03-22s4:registry - "RPC backend" - use "talloc_steal" and not "talloc_reference"Matthias Dieter Wallnöfer1-4/+4
2010-03-15s4:registry - rpc - don't crash when communication partner isn't availableMatthias Dieter Wallnöfer1-4/+4
2010-03-12s4:lib/registry/rpc: convert to use dcerpc_binding_handle stubsStefan Metzmacher1-16/+17
2010-03-11winreg: add winreg_KeyType enum.Günther Deschner1-1/+1
2009-01-16winreg: fix winreg_EnumValue callers.Günther Deschner1-1/+1
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-11-02Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij1-1/+1
2008-10-20Revert "s4: fix the build after winreg idl changes."Günther Deschner1-2/+2
2008-10-20s4: fix the build after winreg idl changes.Günther Deschner1-2/+2
2008-10-20Regenerate pidl output.Jelmer Vernooij1-2/+2
2008-10-15s4: fix registry/rpc.c after winreg changes.Günther Deschner1-5/+5
2008-10-15winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij1-1/+1
2008-09-21Registry client: Remove all conversion helper functionsMatthias Dieter Wallnöfer1-44/+17
2008-09-21Registry client library: Remove two elementar conversion functionsMatthias Dieter Wallnöfer1-26/+4
2008-09-21Registry client: Implement the "winreg_QueryValue" callMatthias Dieter Wallnöfer1-0/+48
2008-09-21Registry client library: Use "talloc_zero" to avoid uninitialized valuesMatthias Dieter Wallnöfer1-3/+2
2008-09-21Registry client library: Fixes the creation of new keysMatthias Dieter Wallnöfer1-1/+1
2008-09-21Registry client library: Fix some buffer problemsMatthias Dieter Wallnöfer1-5/+9
2008-09-21Registry client library: Various fixup's and correctionsMatthias Dieter Wallnöfer1-63/+64
2008-09-21Registry client: Various cleanups and charset conversionsMatthias Dieter Wallnöfer1-66/+125
2008-01-07r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...Jelmer Vernooij1-5/+18
2008-01-07r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.Jelmer Vernooij1-30/+59
2007-12-21r26451: Janitorial: fix warnings in lib/registry/Kai Blin1-1/+1
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-1/+2
2007-10-10r25544: Cleanup some more indents in lib/registry.Günther Deschner1-86/+89
2007-10-10r24718: Fix some compiler warnings.Jelmer Vernooij1-4/+13
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-0/+399