Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-09-04 | Used cachegrind to track down some bottlenecks. | Jeremy Allison | 1 | -0/+3 |
2003-08-27 | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 1 | -2/+1 |
2003-08-22 | Use correct size (17 not 16) when doing a push_ascii(). Ensure that | Jeremy Allison | 1 | -1/+1 |
2003-08-22 | revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when... | Gerald Carter | 1 | -2/+2 |
2003-08-22 | Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX. | Jeremy Allison | 1 | -13/+16 |
2003-08-20 | Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed | Jeremy Allison | 1 | -1/+1 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 1 | -1/+1 |
2003-08-19 | - Make 'net' use a single funciton for setting the 'use machine account' code. | Andrew Bartlett | 1 | -5/+4 |
2003-08-19 | Break up 'cli_full_connection' to allow for the session setups to be done | Andrew Bartlett | 1 | -35/+114 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 2 | -19/+19 |
2003-08-15 | Add the gss-spnego kerberos server side to ntml_auth. This uses the | Volker Lendecke | 1 | -0/+14 |
2003-08-15 | Fix memleaks. | Volker Lendecke | 1 | -1/+3 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 7 | -53/+63 |
2003-08-14 | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 5 | -70/+33 |
2003-08-13 | Don't wrap up anything that is not there. Otherwise upper layers | Volker Lendecke | 1 | -0/+3 |
2003-08-13 | Only close anything that is not fid 0. Was very confusing in ethereal... | Volker Lendecke | 1 | -1/+3 |
2003-08-12 | As described in http://davenport.sourceforge.net/ntlm.html add NTLM2 | Andrew Bartlett | 1 | -3/+40 |