Age | Commit message (Expand) | Author | Files | Lines |
2009-02-21 | Remove the static "chal" from ntlmssp.c:get_challenge() | Volker Lendecke | 1 | -7/+5 |
2008-11-30 | remove the explicit mem_ctx from ntlmssp_state, use the state itself | Volker Lendecke | 1 | -46/+41 |
2008-11-30 | fix nonempty blank lines | Volker Lendecke | 1 | -27/+27 |
2008-04-30 | ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION. | Günther Deschner | 1 | -3/+5 |
2008-02-29 | Restore 3.0 behaviour with empty /etc/hosts | Volker Lendecke | 1 | -2/+5 |
2008-02-29 | Check the right variable for being NULL | Volker Lendecke | 1 | -1/+1 |
2007-12-28 | Remove static zeros | Volker Lendecke | 1 | -2/+5 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 1 | -20/+24 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -17/+17 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r19936: Patch from Kai Blin <kai.blin@gmail.com> to | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r18029: More C++ stuff | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18008: Ok, same fix as before. But this time also allocate the session key. ... | Volker Lendecke | 1 | -5/+14 |
2007-10-10 | r18005: The ntlmssp fix is not correct yet, working on it | Volker Lendecke | 1 | -6/+5 |
2007-10-10 | r17977: To be honest, I have NO idea whatsoever what this does, but it fixes ... | Volker Lendecke | 1 | -5/+6 |
2007-10-10 | r17620: Fix two C++ Warnings and a memleak | Volker Lendecke | 1 | -2/+6 |
2007-10-10 | r17612: Modify NTLMSSP session code so that it doesn't store | Jeremy Allison | 1 | -22/+34 |
2007-10-10 | r17216: From Kai Blin <kai.blin@gmail.com>: | Andrew Bartlett | 1 | -6/+44 |
2007-10-10 | r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal. | Jeremy Allison | 1 | -4/+16 |
2007-10-10 | r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew: | Jeremy Allison | 1 | -17/+26 |
2007-10-10 | r12922: Fix typo. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r12920: Fix for #3401 from Andrew Bartlett. Original fix from | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r11079: Narrowing down on the #1828 PPC bug. The PPC client sends an | Jeremy Allison | 1 | -32/+6 |
2007-10-10 | r11075: Still working on bug #1828, PPC hell. The PPC client sends the | Jeremy Allison | 1 | -2/+19 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -16/+68 |
2007-10-10 | r8475: BUG 2872: fix cut-n-paste error when checking pointer value in ntlmssp... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r7472: fix smbpasswd user password change (still worked by bad error messages... | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r5455: Remove bogus DEBUG messages (dump for a failure to parse NTLMSSP, | Andrew Bartlett | 1 | -4/+2 |
2007-10-10 | r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove ... | Gerald Carter | 1 | -7/+0 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r1492: Rework our random number generation system. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r296: patch from j.lu -- don't force an upper case domain name in the ntlmssp... | Gerald Carter | 1 | -3/+1 |
2007-10-10 | r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke... | Andrew Bartlett | 1 | -10/+10 |
2004-03-27 | Add a few comments explaining KEY_EXCH | Andrew Bartlett | 1 | -4/+7 |
2004-03-27 | Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet | Andrew Bartlett | 1 | -1/+3 |
2004-01-30 | Fix up name canonicalization (needed for krb5 keytab support later). | Jeremy Allison | 1 | -3/+2 |
2004-01-09 | fix some warnings from the Sun compiler | Gerald Carter | 1 | -1/+1 |
2004-01-05 | Fix more cases to ensure that as a server, we don't complain to the client | Andrew Bartlett | 1 | -3/+1 |
2004-01-05 | Ensure we set "always sign" flag if set. We don't currently do anything with | Jeremy Allison | 1 | -0/+4 |
2004-01-05 | Don't free the encrypted_session_key early - that causes the subsequent | Andrew Bartlett | 1 | -1/+1 |
2004-01-05 | Automaticly initialise the signing engine, if we have a session key. | Andrew Bartlett | 1 | -0/+6 |
2004-01-03 | There is not a particularly good excuse for complaining to the *client* that | Andrew Bartlett | 1 | -4/+12 |
2003-12-27 | This patch corrects some errors in the NTLMSSP implementation, that | Andrew Bartlett | 1 | -9/+18 |
2003-12-17 | Add in comments explaining NTLMv2 selection. Use lm session key if that's | Jeremy Allison | 1 | -1/+13 |
2003-12-17 | Tidyup debug message in ntlmssp code. Add brackets around dodgy if statement. | Jeremy Allison | 1 | -5/+17 |
2003-12-17 | Make sure we correctly generate the lm session key. | Gerald Carter | 1 | -2/+6 |
2003-12-04 | Picked up by the build farm - despite all my efforts, security=server was | Andrew Bartlett | 1 | -8/+13 |