| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up name canonicalization (needed for krb5 keytab support later). | Jeremy Allison | 2004-01-30 | 1 | -3/+2 |
* | This adds client-side support for the unicode/SAMR password change scheme. | Andrew Bartlett | 2004-01-26 | 3 | -55/+113 |
* | Fix the initialisation vectors for NTLM2, so that they at least make sense, | Andrew Bartlett | 2004-01-25 | 1 | -2/+2 |
* | Fix for a signing bug when the mid wraps. | Jeremy Allison | 2004-01-17 | 1 | -3/+11 |
* | * BUG 446 | Gerald Carter | 2004-01-15 | 1 | -1/+1 |
* | * allow dns lookups to be disabled for DOMAIN#1c (and #1b) | Gerald Carter | 2004-01-13 | 1 | -7/+26 |
* | fix some warnings from the Sun compiler | Gerald Carter | 2004-01-09 | 1 | -1/+1 |
* | Romve debugging assertions (oops...) | Andrew Bartlett | 2004-01-09 | 1 | -6/+0 |
* | Add a new type of name lookup 'ads'. This seperates this from normal | Andrew Bartlett | 2004-01-09 | 1 | -33/+59 |
* | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 2004-01-08 | 3 | -32/+40 |
* | Make it clearer that the domain here is the domain of the user for | Andrew Bartlett | 2004-01-08 | 1 | -5/+5 |
* | Fix more cases to ensure that as a server, we don't complain to the client | Andrew Bartlett | 2004-01-05 | 1 | -3/+1 |
* | Ensure we set "always sign" flag if set. We don't currently do anything with | Jeremy Allison | 2004-01-05 | 1 | -0/+4 |
* | Don't free the encrypted_session_key early - that causes the subsequent | Andrew Bartlett | 2004-01-05 | 1 | -1/+1 |
* | Correctly handle per-pipe NTLMSSP inside a NULL session. Previously we | Andrew Bartlett | 2004-01-05 | 1 | -2/+8 |
* | Change our Domain controller lookup routines to more carefully seperate | Andrew Bartlett | 2004-01-05 | 2 | -17/+12 |
* | Make it clear that we cannot sign if we don't have a session key. | Andrew Bartlett | 2004-01-05 | 1 | -14/+43 |
* | Automaticly initialise the signing engine, if we have a session key. | Andrew Bartlett | 2004-01-05 | 1 | -0/+6 |
* | Even if the 'device type' is always an ascii string, use push_string to get | Andrew Bartlett | 2004-01-04 | 1 | -1/+1 |
* | There is not a particularly good excuse for complaining to the *client* that | Andrew Bartlett | 2004-01-03 | 1 | -4/+12 |
* | auth/auth_util.c: | Andrew Bartlett | 2003-12-31 | 1 | -1/+1 |
* | Move our basic password checking code from inside the authentication | Andrew Bartlett | 2003-12-30 | 1 | -0/+377 |
* | Shutting down the connection closes outstanding sessions, so we don't need | Andrew Bartlett | 2003-12-28 | 1 | -1/+0 |
* | This patch corrects some errors in the NTLMSSP implementation, that | Andrew Bartlett | 2003-12-27 | 1 | -9/+18 |
* | Preliminary fix for our signing problem with failed NTLMSSP logins. This patch | Volker Lendecke | 2003-12-27 | 2 | -9/+19 |
* | Add in comments explaining NTLMv2 selection. Use lm session key if that's | Jeremy Allison | 2003-12-17 | 1 | -1/+13 |
* | Tidyup debug message in ntlmssp code. Add brackets around dodgy if statement. | Jeremy Allison | 2003-12-17 | 1 | -5/+17 |
* | Make sure we correctly generate the lm session key. | Gerald Carter | 2003-12-17 | 2 | -2/+26 |
* | Make intent to return only one address clear. | Jeremy Allison | 2003-12-09 | 1 | -2/+2 |
* | Fix incorrect smb flags2 for connections to pre-NT servers (causes smbclient to | Steve French | 2003-12-04 | 1 | -0/+7 |
* | Picked up by the build farm - despite all my efforts, security=server was | Andrew Bartlett | 2003-12-04 | 1 | -8/+13 |
* | Client connect signing error messages should be level zero else | Jeremy Allison | 2003-12-01 | 1 | -2/+2 |
* | Fix spurious error msg. when seq=0. | Jeremy Allison | 2003-12-01 | 1 | -0/+2 |
* | Ensure we use the same mid for the secondary trans requests, W2K3 | Jeremy Allison | 2003-12-01 | 1 | -0/+6 |
* | Better fix for client signing bug. Ensure we don't malloc/free trans signing | Jeremy Allison | 2003-12-01 | 2 | -36/+40 |
* | Fix signing bug with secondary client trans requests. Turns out the last | Jeremy Allison | 2003-11-30 | 1 | -0/+20 |
* | If signing starts successfully, don't just turn it off automatically if | Jeremy Allison | 2003-11-25 | 1 | -5/+5 |
* | Do not add NTLM2 to the NTLMSSP flags unconditionally - allow the | Andrew Bartlett | 2003-11-25 | 1 | -2/+6 |
* | When server signing is set to "auto", if the client doesn't sign just | Jeremy Allison | 2003-11-25 | 1 | -2/+23 |
* | Add support for variable-length session keys in our client code. | Andrew Bartlett | 2003-11-22 | 1 | -0/+40 |
* | Changes all over the shop, but all towards: | Andrew Bartlett | 2003-11-22 | 9 | -383/+671 |
* | adding a useful debug | Gerald Carter | 2003-11-22 | 1 | -0/+1 |
* | Fix coredump in cli_get_backup_list. | Jeremy Allison | 2003-11-05 | 1 | -5/+2 |
* | Fix more 64-bit printf warnings. | Tim Potter | 2003-11-03 | 1 | -2/+2 |
* | Fixes to check for wraps which could cause coredumps. | Jeremy Allison | 2003-10-29 | 2 | -5/+4 |
* | Remove some unused variables uncovered by the build farm. | Richard Sharpe | 2003-10-27 | 1 | -3/+0 |
* | Put in a work-around for ENOTSUP not being defined on OpenBSD. | Richard Sharpe | 2003-10-25 | 1 | -1/+4 |
* | Apply latest of Derrell Lippman's changes to libsmbclient. | Richard Sharpe | 2003-10-24 | 1 | -9/+13 |
* | Commit Derrell's changes to libsmbclient plus a small change to configure.in | Richard Sharpe | 2003-10-24 | 2 | -392/+1931 |
* | According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrind | Volker Lendecke | 2003-10-23 | 1 | -1/+1 |