| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to avoid dereferencing a null pointer. | Andrew Bartlett | 2003-03-16 | 1 | -9/+13 |
* | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 2003-03-14 | 1 | -17/+18 |
* | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 2003-03-12 | 1 | -0/+2 |
* | Don't segfault on make_server_info_guest() failure - instead return the | Andrew Bartlett | 2003-03-10 | 1 | -4/+2 |
* | additional fix for CR 601 | Gerald Carter | 2003-02-27 | 1 | -1/+16 |
* | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 2003-02-24 | 1 | -13/+39 |
* | Fixed compiler warning. | Tim Potter | 2003-02-21 | 1 | -1/+0 |
* | Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user. | Andrew Bartlett | 2003-02-20 | 1 | -18/+14 |
* | Some cleanups: | Andrew Bartlett | 2003-02-10 | 1 | -16/+11 |
* | check pointer before dereferencing it | Gerald Carter | 2003-02-07 | 1 | -1/+1 |
* | As per a comment by herb a little while back, this should be >=, not == to keep | Andrew Bartlett | 2003-01-28 | 1 | -1/+1 |
* | The previous patch (NTLMSSP common code factoring) was missing a minor detail - | Andrew Bartlett | 2003-01-28 | 1 | -28/+35 |
* | Factor out common code in the NTLMSSP/SPNEGO code. | Andrew Bartlett | 2003-01-28 | 1 | -120/+58 |
* | Remove unused variable in reply_spnego_ntlmssp_ok | Tim Potter | 2003-01-17 | 1 | -1/+0 |
* | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 2003-01-16 | 1 | -5/+4 |
* | Refactor the NTLMSSP code again - this time we use function pointers to | Andrew Bartlett | 2003-01-15 | 1 | -14/+26 |
* | Updates to our NTLMSSP code: | Andrew Bartlett | 2003-01-13 | 1 | -194/+88 |
* | No point having this for both parts of the 'if' statement. | Andrew Bartlett | 2003-01-11 | 1 | -4/+2 |
* | pstring/fstring missmatches found by Andrew Bartlett. | Jeremy Allison | 2003-01-02 | 1 | -5/+5 |
* | a better for for using %U in smb.conf | Andrew Tridgell | 2002-11-19 | 1 | -0/+11 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -3/+2 |
* | Metze claims that without this his win2k server gets horribly confused looking | Andrew Bartlett | 2002-09-25 | 1 | -2/+2 |
* | Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some things | Andrew Bartlett | 2002-09-25 | 1 | -2/+2 |
* | "@" is valid in NetBIOS domain names. | Jeremy Allison | 2002-09-20 | 1 | -1/+1 |
* | This is the 'easy' parts of the trusted domains patch n+3 patch from | Andrew Bartlett | 2002-09-06 | 1 | -13/+11 |
* | Revert accidental commit - I'll need to do a fair bit more testing before I | Andrew Bartlett | 2002-09-06 | 1 | -3/+0 |
* | Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> | Andrew Bartlett | 2002-09-06 | 1 | -0/+3 |
* | Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements to | Andrew Bartlett | 2002-08-31 | 1 | -2/+0 |
* | Based orginally by work by Kai, this patch moves our NT_TOKEN generation into | Andrew Bartlett | 2002-08-20 | 1 | -2/+2 |
* | Change which session key we negotiate. This uses the NT-based session key that | Andrew Bartlett | 2002-08-17 | 1 | -1/+1 |
* | Re-add the last empty item to the NTLMSSP info list, but this time do it | Jim McDonough | 2002-08-16 | 1 | -3/+4 |
* | Fix segfault in the new NTLMSSP code. jmcd: can you look at this - what | Andrew Bartlett | 2002-08-16 | 1 | -3/+2 |
* | Fix NTLMSSP challenge command and auth response. We can now service joins | Jim McDonough | 2002-08-15 | 1 | -31/+37 |
* | Make 'remote_machine' private to lib/substitute.c, and fix all the user to use | Andrew Bartlett | 2002-08-11 | 1 | -2/+1 |
* | Fix the %m security bug again - and try to make it harder to reintroduce in | Andrew Bartlett | 2002-08-10 | 1 | -2/+3 |
* | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 2002-08-05 | 1 | -1/+13 |
* | make sure we null terminate plaintext passwords | Andrew Tridgell | 2002-08-01 | 1 | -1/+1 |
* | Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, nor | Andrew Bartlett | 2002-07-31 | 1 | -18/+11 |
* | fixed the length checking for plaintext passwords (thanks to andrewb | Andrew Tridgell | 2002-07-31 | 1 | -2/+11 |
* | this fixes plaintext passwords with win2000 | Andrew Tridgell | 2002-07-30 | 1 | -3/+4 |
* | Removed some unused variables - tidy up some formating, add struct to | Jeremy Allison | 2002-05-31 | 1 | -3/+2 |
* | Add support for NTLMv2 (tested!) with NTLMSSP. | Andrew Bartlett | 2002-05-26 | 1 | -17/+49 |
* | fixed the fallback to a BDC for ADS connections | Andrew Tridgell | 2002-04-18 | 1 | -1/+1 |
* | make sure we don't walk past the end of the current SMB buffer when | Andrew Tridgell | 2002-04-16 | 1 | -9/+5 |
* | it looks like it is possible for a w2k client to send a spnego auth without s... | Andrew Tridgell | 2002-04-14 | 1 | -1/+6 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 2002-01-17 | 1 | -7/+0 |
* | Back out the crazy notion that the NTLMSSP flags actually mean anything... | Andrew Bartlett | 2002-01-11 | 1 | -1/+12 |
* | Better explanation message for dmalloc. | Martin Pool | 2002-01-09 | 1 | -5/+5 |
* | Get this code back to where it belongs... | Andrew Bartlett | 2002-01-06 | 1 | -7/+7 |