Age | Commit message (Expand) | Author | Files | Lines |
2003-12-01 | Subtract NT_STATUS from common flag, don't add it... | Jeremy Allison | 1 | -4/+4 |
2003-12-01 | Don't automatically set nt status code flag unless client tells us it can | Jeremy Allison | 1 | -9/+19 |
2003-11-22 | (merge from 3.0) | Andrew Bartlett | 1 | -11/+21 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -1/+1 |
2003-10-20 | more 2.2.x compatibility fixes - allow user looksup in the kerb5 | Gerald Carter | 1 | -13/+10 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -14/+8 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -16/+55 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -12/+16 |
2003-05-28 | It seems only NT4 does the VC == 0 session drop code. | Jeremy Allison | 1 | -1/+5 |
2003-05-27 | Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resources | Jeremy Allison | 1 | -1/+18 |
2003-05-27 | volker's add_signature() fix; must pass the beginning on the outbuf to get th... | Gerald Carter | 1 | -5/+5 |
2003-05-21 | fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u... | Gerald Carter | 1 | -1/+4 |
2003-05-20 | really make sure to include the version in the lanman string; tested spnego u... | Gerald Carter | 1 | -8/+9 |
2003-05-14 | spelling | Tim Potter | 1 | -1/+1 |
2003-05-01 | Fix uninitialized blobs reported by Luke Howard. | Jeremy Allison | 1 | -0/+6 |
2003-04-29 | add version back to lanman string in sessetup reply | Gerald Carter | 1 | -1/+5 |
2003-04-16 | Put this comment in a better place... | Andrew Bartlett | 1 | -3/+3 |
2003-03-16 | Try to avoid dereferencing a null pointer. | Andrew Bartlett | 1 | -9/+13 |
2003-03-14 | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 1 | -17/+18 |
2003-03-12 | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 1 | -0/+2 |
2003-03-10 | Don't segfault on make_server_info_guest() failure - instead return the | Andrew Bartlett | 1 | -4/+2 |
2003-02-27 | additional fix for CR 601 | Gerald Carter | 1 | -1/+16 |
2003-02-24 | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 1 | -13/+39 |
2003-02-21 | Fixed compiler warning. | Tim Potter | 1 | -1/+0 |
2003-02-20 | Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user. | Andrew Bartlett | 1 | -18/+14 |
2003-02-10 | Some cleanups: | Andrew Bartlett | 1 | -16/+11 |
2003-02-07 | check pointer before dereferencing it | Gerald Carter | 1 | -1/+1 |
2003-01-28 | As per a comment by herb a little while back, this should be >=, not == to keep | Andrew Bartlett | 1 | -1/+1 |
2003-01-28 | The previous patch (NTLMSSP common code factoring) was missing a minor detail - | Andrew Bartlett | 1 | -28/+35 |
2003-01-28 | Factor out common code in the NTLMSSP/SPNEGO code. | Andrew Bartlett | 1 | -120/+58 |
2003-01-17 | Remove unused variable in reply_spnego_ntlmssp_ok | Tim Potter | 1 | -1/+0 |
2003-01-16 | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 1 | -5/+4 |
2003-01-15 | Refactor the NTLMSSP code again - this time we use function pointers to | Andrew Bartlett | 1 | -14/+26 |
2003-01-13 | Updates to our NTLMSSP code: | Andrew Bartlett | 1 | -194/+88 |
2003-01-11 | No point having this for both parts of the 'if' statement. | Andrew Bartlett | 1 | -4/+2 |
2003-01-02 | pstring/fstring missmatches found by Andrew Bartlett. | Jeremy Allison | 1 | -5/+5 |
2002-11-19 | a better for for using %U in smb.conf | Andrew Tridgell | 1 | -0/+11 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -3/+2 |
2002-09-25 | Metze claims that without this his win2k server gets horribly confused looking | Andrew Bartlett | 1 | -2/+2 |
2002-09-25 | Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some things | Andrew Bartlett | 1 | -2/+2 |
2002-09-20 | "@" is valid in NetBIOS domain names. | Jeremy Allison | 1 | -1/+1 |
2002-09-06 | This is the 'easy' parts of the trusted domains patch n+3 patch from | Andrew Bartlett | 1 | -13/+11 |
2002-09-06 | Revert accidental commit - I'll need to do a fair bit more testing before I | Andrew Bartlett | 1 | -3/+0 |
2002-09-06 | Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> | Andrew Bartlett | 1 | -0/+3 |
2002-08-31 | Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements to | Andrew Bartlett | 1 | -2/+0 |
2002-08-20 | Based orginally by work by Kai, this patch moves our NT_TOKEN generation into | Andrew Bartlett | 1 | -2/+2 |
2002-08-17 | Change which session key we negotiate. This uses the NT-based session key that | Andrew Bartlett | 1 | -1/+1 |
2002-08-16 | Re-add the last empty item to the NTLMSSP info list, but this time do it | Jim McDonough | 1 | -3/+4 |
2002-08-16 | Fix segfault in the new NTLMSSP code. jmcd: can you look at this - what | Andrew Bartlett | 1 | -3/+2 |
2002-08-15 | Fix NTLMSSP challenge command and auth response. We can now service joins | Jim McDonough | 1 | -31/+37 |