| Commit message (Expand) | Author | Age | Files | Lines |
* | r704: BUG 1315: fix for schannel client connections to server's that don't su... | Gerald Carter | 2007-10-10 | 1 | -6/+18 |
* | Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open the | Andrew Bartlett | 2004-03-27 | 1 | -0/+2 |
* | remove unused variable | Gerald Carter | 2004-03-22 | 1 | -2/+0 |
* | missed some of Derrel's changes | Gerald Carter | 2004-03-19 | 1 | -1/+1 |
* | asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ... | Gerald Carter | 2004-03-17 | 1 | -0/+2 |
* | Add 'net rpc group [add|del]mem' for domain groups and aliases. | Volker Lendecke | 2004-02-28 | 1 | -0/+2 |
* | Correctly handle per-pipe NTLMSSP inside a NULL session. Previously we | Andrew Bartlett | 2004-01-05 | 1 | -5/+12 |
* | Do not add NTLM2 to the NTLMSSP flags unconditionally - allow the | Andrew Bartlett | 2003-11-25 | 1 | -8/+4 |
* | strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec... | Gerald Carter | 2003-11-24 | 1 | -2/+2 |
* | Changes all over the shop, but all towards: | Andrew Bartlett | 2003-11-22 | 1 | -14/+17 |
* | This fixes a bug when establishing trust against a german W2k3 AD server. In | Volker Lendecke | 2003-11-17 | 1 | -1/+2 |
* | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 2003-10-01 | 1 | -17/+12 |
* | - Fix the kerberos downgrade problem: | Andrew Bartlett | 2003-08-19 | 1 | -1/+5 |
* | get rid of more compiler warnings | Herb Lewis | 2003-08-15 | 1 | -8/+8 |
* | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 2003-08-14 | 1 | -1/+1 |
* | Memory leak fix for create_rpc_bind_req() | Tim Potter | 2003-08-04 | 1 | -0/+1 |
* | Save us from possibly uninitialised variable (caught by gcc). | Jeremy Allison | 2003-07-30 | 1 | -4/+4 |
* | domain in schannel bind credentials must be the dest domain, not ours | Gerald Carter | 2003-07-25 | 1 | -1/+3 |
* | Schannel, once setup, may be used on *ANY* TCP/IP connection until the | Andrew Bartlett | 2003-07-25 | 1 | -3/+52 |
* | In the presense of RPC fragments, schannel is not strictly request/reply, | Andrew Bartlett | 2003-07-17 | 1 | -5/+0 |
* | Fix up our auth_pipe code to always cope with fragmented datagrams, | Andrew Bartlett | 2003-07-16 | 1 | -64/+41 |
* | fix schannel processing on fragmented PDUs. 'net rpc vampire' works again. | Gerald Carter | 2003-07-15 | 1 | -1/+1 |
* | Fix compile error noticed by Ken Cross, use the utility function instead | Andrew Bartlett | 2003-07-14 | 1 | -14/+4 |
* | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 2003-07-14 | 1 | -564/+493 |
* | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 2003-07-03 | 1 | -3/+3 |
* | Clarify a comment: The secure channel connection must be opened on the | Tim Potter | 2003-05-16 | 1 | -4/+4 |
* | Fix two bugs that were stopping net rpc vampire from working over secure | Tim Potter | 2003-05-12 | 1 | -2/+10 |
* | Ok, this is a hack. On a netsec bind reply I did not see anything | Volker Lendecke | 2003-05-11 | 1 | -0/+20 |
* | This puts real netlogon connection caching to winbind. This becomes | Volker Lendecke | 2003-05-08 | 1 | -20/+10 |
* | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. | Jeremy Allison | 2003-04-28 | 1 | -2/+2 |
* | Fixes for multi-PDU schannel - based on Volker's code. This code needs | Jeremy Allison | 2003-04-16 | 1 | -9/+36 |
* | Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix | Jeremy Allison | 2003-04-16 | 1 | -13/+24 |
* | Merge: remove unused variables. | Tim Potter | 2003-04-14 | 1 | -2/+0 |
* | This is the netlogon schannel client code. Try a | Volker Lendecke | 2003-04-09 | 1 | -18/+305 |
* | Merge: remove dead function. | Tim Potter | 2003-01-22 | 1 | -10/+0 |
* | merging some rpcclient and net functionality from HEAD | Gerald Carter | 2003-01-15 | 1 | -3/+5 |
* | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 1 | -1/+1 |
* | Ensure callid is not used uninitialized. | Jeremy Allison | 2002-12-02 | 1 | -1/+1 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -10/+8 |
* | Merge Jim's new rpc client code to 3.0. | Jeremy Allison | 2002-11-07 | 1 | -110/+145 |
* | Display pipe name in rpc bind failure debug. | Tim Potter | 2002-11-02 | 1 | -1/+2 |
* | Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuff | Tim Potter | 2002-11-01 | 1 | -4/+3 |
* | Merge of SMB_ASSERT. | Tim Potter | 2002-10-17 | 1 | -2/+3 |
* | merge from APP_HEAD of winbindd's domain local group fix | Gerald Carter | 2002-10-08 | 1 | -0/+16 |
* | * merge native_mode flag in winbindd_domain struct from app-head | Gerald Carter | 2002-10-04 | 1 | -31/+11 |
* | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 2002-10-04 | 1 | -1/+1 |
* | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 2002-10-04 | 1 | -29/+78 |
* | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 1 | -1/+1 |
* | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 1 | -0/+3 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |