summaryrefslogtreecommitdiff
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_client: remove some more obsolete cli_X.h header files.Günther Deschner2011-01-281-1/+1
* s3-rpcclient: allow to define validation level for samlogon.Günther Deschner2011-01-242-1/+2
* s3-rpc_client: fix dcerpc_try_samr_connects().Günther Deschner2011-01-211-2/+2
* s3-rpc_client: no need to include gen_ndr/cli_samr.h anymore.Günther Deschner2011-01-211-1/+1
* s3-rpc_client: fix uninitialized variable found by -O3.Günther Deschner2011-01-211-1/+1
* s3-rpc_client: prefer dcerpc_spoolss_X functions.Günther Deschner2011-01-211-37/+149
* s3-rpc_client: Added dcerpc_try_samr_connects.Andreas Schneider2011-01-212-11/+67
* s3-rpc_client: Rename get_query_dispinfo_params.Andreas Schneider2011-01-212-4/+22
* s3-rpc_client: Added dcerpc_samr_chgpasswd_user3.Andreas Schneider2011-01-212-9/+75
* s3-rpc_client: Added dcerpc_samr_chng_pswd_auth_crap.Andreas Schneider2011-01-212-7/+73
* s3-rpc_client: Added dcerpc_samr_chgpasswd_user2.Andreas Schneider2011-01-212-10/+65
* s3-rpc_client: Added dcerpc_samr_chgpasswd_user.Andreas Schneider2011-01-212-6/+54
* s3-rpc_client: Added header information to cli_samr.h.Andreas Schneider2011-01-211-0/+30
* s3-rpc_client: Added header information to cli_lsarpc.h.Andreas Schneider2011-01-211-0/+30
* s3-rpc_client: no need to include ../librpc/gen_ndr/ndr_lsa_c.h anymore.Günther Deschner2011-01-181-1/+1
* s3-rpc_client: Fixed status check of dcerpc_lsa_lookup_sids_noalloc.Andreas Schneider2011-01-171-1/+1
* s3-rpc_client: Fixed return values of dcerpc_lsa_lookup_sids_generic.Andreas Schneider2011-01-171-4/+4
* s3-rpc_client: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-27/+65
* s3-rpc_client: Fixed the dcerpc_lsa_LookupNames4 client_revision.Andreas Schneider2011-01-101-1/+1
* s3-rpc_client: Fixed the dcerpc_lsa_LookupNames4 lookup_options.Andreas Schneider2011-01-101-1/+1
* s3-rpc_client: Fixed the dcerpc_lsa_LookupSids3 client_revision.Andreas Schneider2011-01-101-1/+1
* s3-rpc_client: Fixed the dcerpc_lsa_LookupSids3 lookup_options.Andreas Schneider2011-01-101-1/+1
* s3-rpc_client: Added dcerpc_lsa_lookup_names.Andreas Schneider2011-01-102-31/+137
* s3-rpc_client: Added dcerpc_lsa_lookup_sids and dcerpc_lsa_lookup_sids3.Andreas Schneider2011-01-102-57/+214
* s3-rpc_client: Added dcerpc_lsa_open_policy2.Andreas Schneider2011-01-102-11/+62
* s3-rpc_client: Added dcerpc_lsa_open_policy.Andreas Schneider2011-01-102-9/+58
* s3:rpc_client: use dcerpc_epm_Map() and don't ignore 'result' anymore.Stefan Metzmacher2011-01-041-2/+11
* s3:rpc_client: implement rpc_transport_np_init() on top of rpc_transport_tstr...Stefan Metzmacher2010-12-152-400/+38
* s3:rpc_client: implement rpc_transport_sock_init() on top of rpc_transport_ts...Stefan Metzmacher2010-12-151-231/+13
* s3:rpc_client/rpc_transport_tstream.c: add some logic to handle cli_np tstreamsStefan Metzmacher2010-12-151-2/+197
* s3:rpc_client/rpc_transport_tstream: timeout should be unsigned intStefan Metzmacher2010-12-151-1/+1
* s3:rpc_client: let rpc_transport_tstream_init() create read and write queueStefan Metzmacher2010-12-151-9/+14
* s3: Correctly calculate the wbinfo -s resultVolker Lendecke2010-11-241-9/+25
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-dcerpc: make auth context opaqueSimo Sorce2010-09-231-49/+84
* s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_dataSimo Sorce2010-09-231-9/+3
* s3-dcerpc: move client spnego stuff in /librpc/cryptoSimo Sorce2010-09-231-1/+1
* spnego: avoid explicit dependency on dcerpc specific structuresSimo Sorce2010-09-231-5/+14
* gssapi: avoid explicit dependency on dcerpc specific structuresSimo Sorce2010-09-231-1/+3
* s3-dcerpc: move crypto stuff in /librpc/cryptoSimo Sorce2010-09-231-1/+1
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-201-1/+2
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-0/+1
* s3:rpc_client: remove unused rpc_pipe_set_hnd_state()Stefan Metzmacher2010-09-171-47/+0
* s3:rpc_client: use rpc_api_pipe_send() for auth3Stefan Metzmacher2010-09-171-20/+11
* s3:rpc_client: rpc_pipe_bind_step_one_done() doesn't need reply_pduStefan Metzmacher2010-09-171-2/+1
* s3:rpc_client: allow DCERPC_PKT_AUTH3 via rpc_api_pipe_send/recvStefan Metzmacher2010-09-171-0/+28
* s3-rpc_client: Added a tstream based transport.Simo Sorce2010-09-151-0/+361
* s3:rpc_client: implement rpccli_bh_set_timeout()Stefan Metzmacher2010-09-041-0/+10
* s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner2010-08-261-0/+1
* s3: separate out cli schannel functions that depend on cli_netlogon.Günther Deschner2010-08-262-200/+228