summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_registry.c
Commit message (Expand)AuthorAgeFilesLines
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-1/+1
* utils: Use wrapper for string to integer conversionSwen Schillig2019-03-011-1/+8
* Correct "descriptior" typos.Chris Lamb2017-02-221-1/+1
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/utils/Günther Deschner2016-09-281-2/+2
* werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/utils/Günther Deschner2016-09-281-2/+2
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/Günther Deschner2016-09-281-1/+1
* s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe2015-05-071-37/+37
* net: Fix CID 1035403 Unchecked return valueVolker Lendecke2013-11-111-1/+4
* s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett2012-01-181-11/+11
* s3:utils: avoid '//' commentsStefan Metzmacher2011-10-081-1/+1
* s3:net_rpc_registry: use pipe_hnd->desthost instead of cli->desthostStefan Metzmacher2011-07-221-2/+2
* s3:utils/net_*registry: use c99 initializers which are supported by old gcc 2...Stefan Metzmacher2011-06-151-1/+3
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-3/+3
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-4/+4
* s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-061-0/+1
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-131-0/+1
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-utils: run minimal_includes.pl over utils/*.cGünther Deschner2011-03-181-2/+0
* libcli/security: move display_sec headers to own header file and add toGünther Deschner2011-03-161-0/+1
* s3: Fix Coverity ID 2290: Uninitialized readVolker Lendecke2011-03-151-1/+1
* s3:net: fix usage for "net rpc registry export"Michael Adam2011-02-161-1/+2
* s3-net_registry: prefer dcerpc_winreg_X functions.Günther Deschner2011-01-131-100/+273
* s3: Fix bug 7470Volker Lendecke2010-09-251-1/+2
* s3-registry: fix some c++ build warnings.Günther Deschner2010-09-221-1/+1
* s3-net: add command rpc registry importGregor Beck2010-09-221-0/+296
* s3-net: add command rpc registry exportGregor Beck2010-09-221-2/+268
* s3-net: let rpccli_winreg_Connect optionally return WERRORGregor Beck2010-09-221-9/+9
* s3:registry: move regio.h from include/ to registry/Michael Adam2010-09-211-1/+1
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3-net: forgot to set type in winreg getvalue operation.Günther Deschner2010-07-021-0/+2
* s3-registry: remove unused reg_util_marshalling code.Günther Deschner2010-07-021-1/+0
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-30/+23
* s3:net rpc registry: make getsd succeed when key sd only gives access to SD n...Michael Adam2010-06-211-2/+1
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-251-0/+1
* s3:net rpc registry: use regval_ctr_init() instead of direct allocationMichael Adam2010-05-251-1/+2
* s3:registry: extract registry_pull/push_value prototypes into own headerMichael Adam2010-05-251-0/+1
* s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam2010-05-251-1/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-10/+10
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-1/+1
* s3: use shared registry functions.Günther Deschner2010-04-271-1/+1
* s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner2010-04-091-1/+1
* s3 net: Fix compile warningsKai Blin2010-01-191-24/+38
* s3 net/i18n: Use only one spelling for "Usage:"Kai Blin2010-01-191-6/+6
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-15/+15
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke2009-11-081-18/+18