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