Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-10-27 | Remove some unused variables uncovered by the build farm. | Richard Sharpe | 1 | -3/+0 |
2003-10-25 | Put in a work-around for ENOTSUP not being defined on OpenBSD. | Richard Sharpe | 1 | -1/+4 |
2003-10-24 | Apply latest of Derrell Lippman's changes to libsmbclient. | Richard Sharpe | 1 | -9/+13 |
2003-10-24 | Commit Derrell's changes to libsmbclient plus a small change to configure.in | Richard Sharpe | 2 | -392/+1931 |
2003-10-23 | According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrind | Volker Lendecke | 1 | -1/+1 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -1/+1 |
2003-10-21 | Fix for bug #64, Win9x Nexus tools not working against Samba3.0. Missing | Jeremy Allison | 1 | -0/+4 |
2003-10-21 | Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems | Jeremy Allison | 1 | -1/+1 |
2003-10-21 | Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de> | Jeremy Allison | 1 | -46/+27 |
2003-10-20 | We are doing NT error codes now.... If we have an NT error, report that | Volker Lendecke | 1 | -0/+11 |
2003-10-14 | Enable us to see what sequence number we were expecting when we fail a sign | Jeremy Allison | 1 | -4/+4 |
2003-10-14 | Enclose usage of st_blksize and st_blocks struct stat members in | Tim Potter | 1 | -0/+4 |
2003-10-08 | Fixup error code returns from Samba4 tester. Ensure invalid paths are | Jeremy Allison | 1 | -1/+1 |
2003-09-16 | Applied Steve Langasek's patch for bug #450. | Tim Potter | 1 | -3/+4 |
2003-09-16 | Fix #442 which Alexander considered a showstopper. Allow us to join mixed | Jeremy Allison | 2 | -8/+6 |
2003-09-06 | address bug #359. Andrew B's patch for implementing client | Gerald Carter | 2 | -31/+37 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 2 | -3/+4 |