summaryrefslogtreecommitdiff
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* s3:rpc_client fix a crashChristian Ambach2013-02-201-1/+1
* s3:rpc_client: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-195-26/+26
* s3:rpc_client: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-192-2/+2
* spoolss: make spoolss deal with ndr64 ULONG_PTR of devmode_ptr and secdesc_ptr.Günther Deschner2013-01-171-2/+2
* spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container.Günther Deschner2013-01-161-4/+4
* libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...Günther Deschner2012-12-151-2/+4
* s3-rpc_client: use netlogon_creds_aes_encrypt in interactive netlogon samlogon.Günther Deschner2012-12-091-1/+4
* s3-rpc_client: support AES encryption in netr_ServerPasswordSet2 client.Günther Deschner2012-12-091-2/+6
* s3-rpc_client: use netlogon_creds_arcfour_crypt() in init_netr_CryptPassword.Günther Deschner2012-12-093-5/+5
* s3-rpc_client: make dcerpc_lsa_lookup_names_generic() public.Günther Deschner2012-11-302-11/+22
* s3-rpc_cli: make dcerpc_lsa_lookup_sids_generic() public.Günther Deschner2012-11-302-11/+20
* s3-rpc_cli: Remove some unused wrapping code.Günther Deschner2012-11-302-76/+0
* s3-rpc_client: try to use socket_addr if available in rpc_pipe_open_tcp() (bu...Günther Deschner2012-11-262-7/+17
* s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug #9426)Günther Deschner2012-11-231-1/+1
* s3-spoolss: Fix builtin forms order to match Windows again.Andreas Schneider2012-09-261-120/+118
* s3:rpc_client: rename pipe_auth_data->user_session_key to transport_session_keyStefan Metzmacher2012-08-011-4/+4
* s3:rpc_client: make use of smbXcli_session_application_key()Stefan Metzmacher2012-08-011-3/+16
* s3-rpc_client: Fix updating netlogon credentials.Andreas Schneider2012-07-171-8/+7
* s3-rpc_client: Add capabilities check for AES encrypted connections.Andreas Schneider2012-07-171-1/+158
* s3-rpc: Return the correct ntstatus depending on the transport.Andreas Schneider2012-07-061-3/+15
* s3: Give machine password changes 10 minutes of timeVolker Lendecke2012-06-221-0/+13
* s3:rpc_client: tstream_cli_np_open_send() doesn't expect a leading backslashStefan Metzmacher2012-05-281-0/+4
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-282-8/+10
* s3: Fix Coverity ID 242715 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+1
* s3: Fix Coverity ID 242716 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+2
* s3: Fix Coverity ID 242691 Dereference before null checkVolker Lendecke2012-05-101-10/+6
* s3: Fix Coverity ID 242692 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242693 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242694 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242695 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242696 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242697 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242698 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242699 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242700 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242701 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242702 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242703 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242704 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242705 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* s3: Fix Coverity ID 242706 Dereference before null checkVolker Lendecke2012-05-101-9/+6
* cli_pipe: Avoid sys_connect.Jelmer Vernooij2012-03-241-1/+3
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-201-3/+3
* s3-rpc_client: Add debug message for printer dataex errors.Andreas Schneider2012-03-141-0/+4
* Fix bug #8807 - dcerpc_lsa_lookup_sids_noalloc() crashes when groups has more...Christian Ambach2012-03-131-3/+7
* s3: Remove some superfluous ()Volker Lendecke2012-03-091-1/+1
* s3:rpc_client: initialize struct schannel_state to zeroStefan Metzmacher2012-03-021-2/+1
* s3-librpc: Use gensec_spnego for DCE/RPC authenticationAndrew Bartlett2012-02-161-121/+38
* s3:rpc_client: fix commentStefan Metzmacher2012-02-161-1/+1
* s3-librpc: make gensec result handling more genericAndrew Bartlett2012-02-161-11/+11