summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2011-06-21s3-rpc_client: Fix some valgrind warnings.Andreas Schneider1-10/+12
2011-06-10source3/rpc_client/util_netlogon.h: fix licence/copyrightGünther Deschner1-0/+24
2011-06-10source3/rpc_client/init_spoolss.h: fix licence/copyrightGünther Deschner1-0/+22
2011-06-10source3/rpc_client/init_samr.h: fix licence/copyrightGünther Deschner1-0/+23
2011-06-10source3/rpc_client/init_netlogon.h: fix licence/copyrightGünther Deschner1-0/+24
2011-06-10source3/rpc_client/init_lsa.h: fix licence/copyrightGünther Deschner1-0/+24
2011-06-10source3/rpc_client/cli_spoolss.h: fix licence/copyrightGünther Deschner1-0/+29
2011-06-10source3/rpc_client/cli_netlogon.h: fix licence/copyrightGünther Deschner1-0/+26
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett4-10/+10
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2-12/+12
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2-10/+10
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-06-01lib/util/time.c: timeval_current_ofs_msecRusty Russell1-3/+3
2011-05-06s3-includes: finally only include client.h when libsmb is used.Günther Deschner2-0/+2
2011-05-05Fix many const compiler warnings.Jeremy Allison1-1/+1
2011-05-05s3-rpc_client: run minimal_includes.pl.Günther Deschner3-3/+0
2011-05-02s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2-2/+0
2011-04-29s3-proto: remove duplicate prototypes.Günther Deschner1-0/+1
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner3-0/+3
2011-04-29s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner1-0/+1
2011-04-24s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher1-5/+1
2011-04-22s3: Fix Coverity ID 986, BUFFER_SIZE_WARNINGVolker Lendecke1-1/+1
2011-04-21s3-proto: move more rpc client prototypes to cli_pipe.h.Günther Deschner1-0/+9
2011-04-19Fix bug 8088 - rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs a...Jeremy Allison1-12/+9
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner6-0/+61
2011-04-13s3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port().Günther Deschner1-1/+1
2011-04-12s3-rpc_client: move rpc_cli_transport structs and protos to rpc_transport.hGünther Deschner4-0/+110
2011-03-30s3: include ../librpc/gen_ndr/lsa.h where needed.Günther Deschner2-0/+6
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner2-0/+2
2011-03-30s3-auth: rpc_server needs auth.hGünther Deschner1-0/+2
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner1-0/+1
2011-03-29s3:rpc_client: fix argument order of call to lsa_open_policy2 in rpccli_lsa_o...Michael Adam1-1/+1
2011-03-23s3-rpc_client: actually call lsa_open_policy2() in rpccli_lsa_open_policy2().Günther Deschner1-6/+7
2011-03-23s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.Andreas Schneider1-1/+1
2011-03-16s3: Fix Coverity ID 2232, REVERSE_INULLVolker Lendecke1-2/+4
2011-03-16s3: Fix Coverity ID 2319: Uninitialized readVolker Lendecke1-1/+1
2011-03-15s3: Fix Coverity ID 2278: Uninitialized readVolker Lendecke1-1/+1
2011-03-15s3: Fix Coverity ID 2280: Uninitialized readVolker Lendecke1-1/+1
2011-03-15s3: Fix Coverity ID 2282: Uninitialized readVolker Lendecke1-1/+1
2011-03-15s3: Fix Coverity ID 2288: Uninitialized readVolker Lendecke1-1/+1
2011-03-11s3: Fix a typoVolker Lendecke1-1/+1
2011-03-09s3-rpc_client: Don't ask endpoint mapper for its own port.Andreas Schneider1-0/+6
2011-03-08s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.Andreas Schneider2-0/+36
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider4-0/+151
2011-02-24s3:rpc_client: we need to pass a non-blocking socket to tstream_bsd_existing_...Stefan Metzmacher1-0/+2
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2-4/+4
2011-02-10s3-rpc_client: Fixed an uninitialized variable.Andreas Schneider1-1/+1
2011-02-10s3-rpc_client: Added dcerpc_winreg_int_openkey() which dectects the hive.Andreas Schneider2-17/+235
2011-02-10s3-rpc_client: Fixed winreg int documentation.Andreas Schneider1-3/+1