Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13552: Make sure we're using the same name to load the stored | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13519: Fix the credentials chaining across netlogon pipe disconnects. | Jeremy Allison | 1 | -15/+8 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -2/+3 |
2007-10-10 | r13293: Rather a big patch I'm afraid, but this should fix bug #3347 | Jeremy Allison | 1 | -7/+8 |
2007-10-10 | r13176: Fix show-stopper bug for 3.0.21b where 4 leg NTLMSSP SPNEGO | Jeremy Allison | 1 | -1/+24 |
2007-10-10 | r11950: If we got a connection oriented cancel pdu we would spin processing it. | Jeremy Allison | 1 | -0/+49 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -14/+14 |
2007-10-10 | r10792: Fix the "schannel not stored across client disconnects" problem. | Jeremy Allison | 1 | -15/+14 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -623/+1240 |
2007-10-10 | r9080: If we don't understand the auth, bind nak not pdu fault. | Jeremy Allison | 1 | -15/+13 |
2007-10-10 | r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds. | Jeremy Allison | 1 | -60/+65 |
2007-10-10 | r7708: Hint from Luke Howard (thanks Luke). Ensure the schannel authenticator... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yet | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r7217: Only allow schannel connections if a successful Auth2 has been done | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -2/+3 |
2007-10-10 | r6014: rather large change set.... | Gerald Carter | 1 | -0/+7 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -13/+8 |
2007-10-10 | r1492: Rework our random number generation system. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1415: One more memory leak, found by valgrind.. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r1414: Memory leak fixes found by valgrind whilst checking the password histo... | Jeremy Allison | 1 | -17/+17 |
2007-10-10 | r1338: A netlogon schannel failure is a normal event with XP clients. They ca... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r704: BUG 1315: fix for schannel client connections to server's that don't su... | Gerald Carter | 1 | -6/+9 |
2007-10-10 | r475: Don't add ss padding length to the sent length as this is compared | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r473: Fix for Microsoft hotfix MS04-011 password change breakage. | Jeremy Allison | 1 | -26/+52 |
2007-10-10 | r196: merging struct uuid from trunk | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r115: finally checking in tridge's winbindd_schannel patch for connections | Gerald Carter | 1 | -2/+2 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -3/+9 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 1 | -11/+19 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 1 | -2/+2 |
2003-08-14 | fix build | Gerald Carter | 1 | -0/+2 |
2003-08-14 | Attempt at fixing bug #283. There however is no solution. | Gerald Carter | 1 | -60/+135 |
2003-08-08 | Format tidyup. | Jeremy Allison | 1 | -4/+4 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 1 | -1/+1 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -1/+1 |
2003-07-17 | In the presense of RPC fragments, schannel is not strictly request/reply, | Andrew Bartlett | 1 | -5/+0 |
2003-07-14 | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request | Andrew Bartlett | 1 | -14/+26 |
2003-07-03 | This patch takes the work the jerry did for beta2, and generalises it: | Andrew Bartlett | 1 | -1/+1 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -8/+2 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -4/+22 |
2003-04-22 | Setting the credentials for the netsec netlogon pipe connect upon each | Volker Lendecke | 1 | -0/+5 |
2003-04-16 | Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix | Jeremy Allison | 1 | -2/+10 |
2003-04-15 | use the new modules system for the rpc modules (backport from HEAD) | Jelmer Vernooij | 1 | -99/+7 |
2003-04-14 | Merge of rpcecho pipe for testing large dcerpc requests and responses. | Tim Potter | 1 | -0/+5 |
2003-04-09 | Put the core schannel functions to parse_prs.c. They are also used by | Volker Lendecke | 1 | -187/+2 |
2003-04-06 | Merge the TNG netlogon schannel from HEAD. | Volker Lendecke | 1 | -28/+394 |
2003-03-03 | Fix const warning. | Jeremy Allison | 1 | -1/+1 |
2003-02-14 | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 1 | -15/+11 |
2003-02-14 | merge from HEAD - enable dynamic RPC modules | Jim McDonough | 1 | -40/+198 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -3/+3 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -9/+32 |