summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter2007-10-101-6/+18
* Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open theAndrew Bartlett2004-03-271-0/+2
* remove unused variableGerald Carter2004-03-221-2/+0
* missed some of Derrel's changesGerald Carter2004-03-191-1/+1
* asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ...Gerald Carter2004-03-171-0/+2
* Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke2004-02-281-0/+2
* Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett2004-01-051-5/+12
* Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett2003-11-251-8/+4
* strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter2003-11-241-2/+2
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-14/+17
* This fixes a bug when establishing trust against a german W2k3 AD server. InVolker Lendecke2003-11-171-1/+2
* commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-17/+12
* - Fix the kerberos downgrade problem:Andrew Bartlett2003-08-191-1/+5
* get rid of more compiler warningsHerb Lewis2003-08-151-8/+8
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-1/+1
* Memory leak fix for create_rpc_bind_req()Tim Potter2003-08-041-0/+1
* Save us from possibly uninitialised variable (caught by gcc).Jeremy Allison2003-07-301-4/+4
* domain in schannel bind credentials must be the dest domain, not oursGerald Carter2003-07-251-1/+3
* Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett2003-07-251-3/+52
* In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett2003-07-171-5/+0
* Fix up our auth_pipe code to always cope with fragmented datagrams,Andrew Bartlett2003-07-161-64/+41
* fix schannel processing on fragmented PDUs. 'net rpc vampire' works again.Gerald Carter2003-07-151-1/+1
* Fix compile error noticed by Ken Cross, use the utility function insteadAndrew Bartlett2003-07-141-14/+4
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-564/+493
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-3/+3
* Clarify a comment: The secure channel connection must be opened on theTim Potter2003-05-161-4/+4
* Fix two bugs that were stopping net rpc vampire from working over secureTim Potter2003-05-121-2/+10
* Ok, this is a hack. On a netsec bind reply I did not see anythingVolker Lendecke2003-05-111-0/+20
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-20/+10
* Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison2003-04-281-2/+2
* Fixes for multi-PDU schannel - based on Volker's code. This code needsJeremy Allison2003-04-161-9/+36
* Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-161-13/+24
* Merge: remove unused variables.Tim Potter2003-04-141-2/+0
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-18/+305
* Merge: remove dead function.Tim Potter2003-01-221-10/+0
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-3/+5
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Ensure callid is not used uninitialized.Jeremy Allison2002-12-021-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-10/+8
* Merge Jim's new rpc client code to 3.0.Jeremy Allison2002-11-071-110/+145
* Display pipe name in rpc bind failure debug.Tim Potter2002-11-021-1/+2
* Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuffTim Potter2002-11-011-4/+3
* Merge of SMB_ASSERT.Tim Potter2002-10-171-2/+3
* merge from APP_HEAD of winbindd's domain local group fixGerald Carter2002-10-081-0/+16
* * merge native_mode flag in winbindd_domain struct from app-headGerald Carter2002-10-041-31/+11
* merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-041-1/+1
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-29/+78
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1