summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* s3:rpc_transport_tstream: only use tstream_cli_np_use_trans() for sync requestsStefan Metzmacher2011-08-051-0/+6
* s3-ntlmssp Remove auth_ntlmssp_and_flags()Andrew Bartlett2011-08-031-6/+0
* s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hashAndrew Bartlett2011-08-032-43/+0
* s3-ntlmssp Remove auth_ntlmssp_or_flagsAndrew Bartlett2011-08-031-3/+2
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_updateAndrew Bartlett2011-08-031-3/+4
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_get_session_key()Andrew Bartlett2011-08-031-2/+2
* s3:rpc_transport_tstream: call tstream_cli_np_use_trans() before tstream_writ...Stefan Metzmacher2011-08-011-4/+9
* s3-rpc_client: Fix memory context in winreg_enum_printer_dataex().Andreas Schneider2011-07-271-3/+2
* s3-rpc_client: Close policy handles before creating defaults.Andreas Schneider2011-07-271-0/+15
* s3-rpc_client: Close the hive handle before we open it again.Andreas Schneider2011-07-271-9/+13
* s3-rpc_client: Close hive if opening of the key fails.Andreas Schneider2011-07-271-1/+11
* s3:cli_pipe_schannel: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-6/+6
* s3:cli_pipe: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-4/+4
* s3:cli_pipe: use result->desthost instead of cli->desthostStefan Metzmacher2011-07-221-3/+3
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-202-6/+6
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-202-6/+6
* s3-rpc_server: Removed no longer used functions.Vicentiu Ciorbaru2011-07-131-281/+0
* s3-rpc_client: Migrate to dcerpc_winreg_delete_subkeys_recursive().Vicentiu Ciorbaru2011-07-131-10/+31
* s3-rpc_client: Migrate to dcerpc_winreg_enumvals() function.Vicentiu Ciorbaru2011-07-131-22/+142
* s3-rpc_client: Added dcerpc_winreg_delete_subkeys_recursive() function.Vicentiu Ciorbaru2011-07-132-0/+131
* s3-rpc_client: Added dcerpc_winreg_enumvals() function.Vicentiu Ciorbaru2011-07-132-0/+214
* winreg: Ensure server return status is set on successDavid Disseldorp2011-07-081-83/+30
* winreg: Use the ntstatus return code for client side errorsDavid Disseldorp2011-07-081-37/+21
* s3-printing: add rpc_client/cli_winreg_spoolss.cGünther Deschner2011-07-072-0/+4662
* s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.hGünther Deschner2011-07-072-0/+182
* s3-printing: move driver_info_ctr_to_info8 to init_spoolss.hGünther Deschner2011-07-072-0/+91
* s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider2011-07-041-4/+12
* s3-rpc_client: Fix some valgrind warnings.Andreas Schneider2011-06-211-10/+12
* source3/rpc_client/util_netlogon.h: fix licence/copyrightGünther Deschner2011-06-101-0/+24
* source3/rpc_client/init_spoolss.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* source3/rpc_client/init_samr.h: fix licence/copyrightGünther Deschner2011-06-101-0/+23
* source3/rpc_client/init_netlogon.h: fix licence/copyrightGünther Deschner2011-06-101-0/+24
* source3/rpc_client/init_lsa.h: fix licence/copyrightGünther Deschner2011-06-101-0/+24
* source3/rpc_client/cli_spoolss.h: fix licence/copyrightGünther Deschner2011-06-101-0/+29
* source3/rpc_client/cli_netlogon.h: fix licence/copyrightGünther Deschner2011-06-101-0/+26
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-094-10/+10
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-092-12/+12
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-092-10/+10
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-011-3/+3
* s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-062-0/+2
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* s3-rpc_client: run minimal_includes.pl.Günther Deschner2011-05-053-3/+0
* s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2011-05-022-2/+0
* s3-proto: remove duplicate prototypes.Günther Deschner2011-04-291-0/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-293-0/+3
* s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.Günther Deschner2011-04-291-0/+1
* s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher2011-04-241-5/+1
* s3: Fix Coverity ID 986, BUFFER_SIZE_WARNINGVolker Lendecke2011-04-221-1/+1
* s3-proto: move more rpc client prototypes to cli_pipe.h.Günther Deschner2011-04-211-0/+9