Age | Commit message (Expand) | Author | Files | Lines |
2004-02-10 | Fix for possible crash bug from Sebastian Krahmer (SuSE). | Jeremy Allison | 1 | -2/+18 |
2004-02-08 | Remove more unused portions of the 'password cache'. | Andrew Bartlett | 1 | -36/+6 |
2004-02-08 | Remove more unused functions - this time parts of the 'password cache'. | Andrew Bartlett | 1 | -45/+0 |
2004-02-08 | Remove unused utility function. | Andrew Bartlett | 1 | -13/+0 |
2004-02-08 | Make get_dc_list static - we only ask for a sorted list externally. | Andrew Bartlett | 1 | -23/+24 |
2004-01-30 | Fix up name canonicalization (needed for krb5 keytab support later). | Jeremy Allison | 1 | -3/+2 |
2004-01-26 | This adds client-side support for the unicode/SAMR password change scheme. | Andrew Bartlett | 3 | -55/+113 |
2004-01-25 | Fix the initialisation vectors for NTLM2, so that they at least make sense, | Andrew Bartlett | 1 | -2/+2 |
2004-01-17 | Fix for a signing bug when the mid wraps. | Jeremy Allison | 1 | -3/+11 |
2004-01-15 | * BUG 446 | Gerald Carter | 1 | -1/+1 |
2004-01-13 | * allow dns lookups to be disabled for DOMAIN#1c (and #1b) | Gerald Carter | 1 | -7/+26 |
2004-01-09 | fix some warnings from the Sun compiler | Gerald Carter | 1 | -1/+1 |
2004-01-09 | Romve debugging assertions (oops...) | Andrew Bartlett | 1 | -6/+0 |
2004-01-09 | Add a new type of name lookup 'ads'. This seperates this from normal | Andrew Bartlett | 1 | -33/+59 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 3 | -32/+40 |
2004-01-08 | Make it clearer that the domain here is the domain of the user for | Andrew Bartlett | 1 | -5/+5 |
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 | Correctly handle per-pipe NTLMSSP inside a NULL session. Previously we | Andrew Bartlett | 1 | -2/+8 |
2004-01-05 | Change our Domain controller lookup routines to more carefully seperate | Andrew Bartlett | 2 | -17/+12 |
2004-01-05 | Make it clear that we cannot sign if we don't have a session key. | Andrew Bartlett | 1 | -14/+43 |
2004-01-05 | Automaticly initialise the signing engine, if we have a session key. | Andrew Bartlett | 1 | -0/+6 |
2004-01-04 | Even if the 'device type' is always an ascii string, use push_string to get | Andrew Bartlett | 1 | -1/+1 |
2004-01-03 | There is not a particularly good excuse for complaining to the *client* that | Andrew Bartlett | 1 | -4/+12 |
2003-12-31 | auth/auth_util.c: | Andrew Bartlett | 1 | -1/+1 |
2003-12-30 | Move our basic password checking code from inside the authentication | Andrew Bartlett | 1 | -0/+377 |
2003-12-28 | Shutting down the connection closes outstanding sessions, so we don't need | Andrew Bartlett | 1 | -1/+0 |
2003-12-27 | This patch corrects some errors in the NTLMSSP implementation, that | Andrew Bartlett | 1 | -9/+18 |
2003-12-27 | Preliminary fix for our signing problem with failed NTLMSSP logins. This patch | Volker Lendecke | 2 | -9/+19 |
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 | 2 | -2/+26 |
2003-12-09 | Make intent to return only one address clear. | Jeremy Allison | 1 | -2/+2 |
2003-12-04 | Fix incorrect smb flags2 for connections to pre-NT servers (causes smbclient to | Steve French | 1 | -0/+7 |
2003-12-04 | Picked up by the build farm - despite all my efforts, security=server was | Andrew Bartlett | 1 | -8/+13 |
2003-12-01 | Client connect signing error messages should be level zero else | Jeremy Allison | 1 | -2/+2 |
2003-12-01 | Fix spurious error msg. when seq=0. | Jeremy Allison | 1 | -0/+2 |
2003-12-01 | Ensure we use the same mid for the secondary trans requests, W2K3 | Jeremy Allison | 1 | -0/+6 |
2003-12-01 | Better fix for client signing bug. Ensure we don't malloc/free trans signing | Jeremy Allison | 2 | -36/+40 |
2003-11-30 | Fix signing bug with secondary client trans requests. Turns out the last | Jeremy Allison | 1 | -0/+20 |
2003-11-25 | If signing starts successfully, don't just turn it off automatically if | Jeremy Allison | 1 | -5/+5 |
2003-11-25 | Do not add NTLM2 to the NTLMSSP flags unconditionally - allow the | Andrew Bartlett | 1 | -2/+6 |
2003-11-25 | When server signing is set to "auto", if the client doesn't sign just | Jeremy Allison | 1 | -2/+23 |
2003-11-22 | Add support for variable-length session keys in our client code. | Andrew Bartlett | 1 | -0/+40 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 9 | -383/+671 |
2003-11-22 | adding a useful debug | Gerald Carter | 1 | -0/+1 |
2003-11-05 | Fix coredump in cli_get_backup_list. | Jeremy Allison | 1 | -5/+2 |
2003-11-03 | Fix more 64-bit printf warnings. | Tim Potter | 1 | -2/+2 |
2003-10-29 | Fixes to check for wraps which could cause coredumps. | Jeremy Allison | 2 | -5/+4 |