Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16253: Fix another host/ UPN case in (the currently unused) | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal. | Jeremy Allison | 1 | -0/+18 |
2007-10-10 | r14643: Merge dcerpc_errstr from Samba 4. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r14585: Tighten argument list of kerberos_kinit_password again, | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r14449: fix the build (sorry everyone) | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r14448: * protect against NULL cli_state* pointers in cli_rpc_pipe_open() | Gerald Carter | 1 | -0/+6 |
2007-10-10 | r14121: We never pass NULL to the rpc_api_pipe fn so don't | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r13722: Ensure we use the correct enumerated type. Bug #3558 | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13641: Finish fix for #3510. Don't use client schannel when told | Jeremy Allison | 1 | -9/+13 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru> | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r12236: r11740@cabra: derrell | 2005-12-14 13:16:58 -0500 | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500 | Derrell Lipman | 1 | -0/+9 |
2007-10-10 | r11492: Fix bug #3224 (I hope). Correctly use machine_account_name | Jeremy Allison | 1 | -8/+13 |
2007-10-10 | r11491: If we get a reject ensure we're printing out the server/domain/machine | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -10/+10 |
2007-10-10 | r10801: Janitor for tpot - remember to keep 3.0 in sync. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r10780: Fix typo noticed by Volker. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r10778: Allow schannel setup over NTLMSSP authenticated pipes. | Jeremy Allison | 1 | -0/+106 |
2007-10-10 | r10747: Remove overparanoid check that broke RPC function calls with no | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r10745: Fix artificial 1k restriction. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -1147/+2012 |
2007-10-10 | r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds. | Jeremy Allison | 1 | -3/+4 |
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 |