lib: Fix CID 1373389 Uninitialized scalar variable
[metze/samba/wip.git] / source4 / lib / registry / rpc.c
2016-09-28 Volker Lendeckelib: Fix CID 1373389 Uninitialized scalar variable
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-09-26 Chris Daviss4-registry: properly initialize registry key to be...
2016-09-26 Chris Daviss4-registry: implement set value and delete value for RPC
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-07-12 Michael Adams4:registry: add a TALLOC_CTX argument to reg_open_remote()
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-upstream/tags/samba-4.0.0alpha16
2011-06-06 Andrew Bartletts4-modules Remove lp_ctx from init functions that no...
2010-11-27 Matthias Dieter... s4:lib/registry/rpc.c - remove a duplicate assignment
2010-07-01 Matthias Dieter... s4:registry - on key add operations we have to handle...
2010-06-20 Matthias Dieter... s4:registry/rpc.c - fix Solaris warnings by casts
2010-03-22 Matthias Dieter... s4:registry - add more "W_ERROR_HAVE_NO_MEMORY" invocat...
2010-03-22 Matthias Dieter... s4:registry - adaptions for "add memory contexts for...
2010-03-22 Matthias Dieter... s4:registry - "RPC backend" - use "talloc_steal" and...
2010-03-15 Matthias Dieter... s4:registry - rpc - don't crash when communication...
2010-03-12 Stefan Metzmachers4:lib/registry/rpc: convert to use dcerpc_binding_hand...
2010-03-11 Günther Deschnerwinreg: add winreg_KeyType enum.
2009-01-15 Günther Deschnerwinreg: fix winreg_EnumValue callers.
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Jelmer VernooijRemove use of global_loadparm during initialization...
2008-10-21 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Günther DeschnerRevert "s4: fix the build after winreg idl changes."
2008-10-20 Günther Deschners4: fix the build after winreg idl changes.
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijRegenerate pidl output.
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-15 Günther Deschners4: fix registry/rpc.c after winreg changes.
2008-10-15 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-15 Jelmer Vernooijwinreg.idl: Sync ref change from Samba 3.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-21 Matthias Dieter... Registry client: Remove all conversion helper functions
2008-09-21 Matthias Dieter... Registry client library: Remove two elementar conversio...
2008-09-21 Matthias Dieter... Registry client: Implement the "winreg_QueryValue"...
2008-09-21 Matthias Dieter... Registry client library: Use "talloc_zero" to avoid...
2008-09-21 Matthias Dieter... Registry client library: Fixes the creation of new...
2008-09-21 Matthias Dieter... Registry client library: Fix some buffer problems
2008-09-21 Matthias Dieter... Registry client library: Various fixup's and corrections
2008-09-21 Matthias Dieter... Registry client: Various cleanups and charset conversions
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-01-07 Jelmer Vernooijr26689: registry: Return max_subkeynamelen, max_valname...
2008-01-07 Jelmer Vernooijr26688: Fix listing remote predefined keys and subkeys...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Kai Blinr26451: Janitorial: fix warnings in lib/registry/
2007-12-21 Jelmer Vernooijr26327: Explicit loadparm_context for RPC client functions.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Günther Deschnerr25544: Cleanup some more indents in lib/registry.
2007-10-10 Jelmer Vernooijr24718: Fix some compiler warnings.
2007-10-10 Jelmer Vernooijr24667: Finally merge the registry improvements that...