| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2003-10-22 | 1 | -1/+1 |
* | Fix for bug #64, Win9x Nexus tools not working against Samba3.0. Missing | Jeremy Allison | 2003-10-21 | 1 | -0/+4 |
* | Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems | Jeremy Allison | 2003-10-21 | 1 | -1/+1 |
* | Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de> | Jeremy Allison | 2003-10-21 | 1 | -46/+27 |
* | We are doing NT error codes now.... If we have an NT error, report that | Volker Lendecke | 2003-10-20 | 1 | -0/+11 |
* | Enable us to see what sequence number we were expecting when we fail a sign | Jeremy Allison | 2003-10-14 | 1 | -4/+4 |
* | Enclose usage of st_blksize and st_blocks struct stat members in | Tim Potter | 2003-10-14 | 1 | -0/+4 |
* | Fixup error code returns from Samba4 tester. Ensure invalid paths are | Jeremy Allison | 2003-10-08 | 1 | -1/+1 |
* | Applied Steve Langasek's patch for bug #450. | Tim Potter | 2003-09-16 | 1 | -3/+4 |
* | Fix #442 which Alexander considered a showstopper. Allow us to join mixed | Jeremy Allison | 2003-09-16 | 2 | -8/+6 |
* | address bug #359. Andrew B's patch for implementing client | Gerald Carter | 2003-09-06 | 2 | -31/+37 |
* | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 2003-09-05 | 2 | -3/+4 |
* | Used cachegrind to track down some bottlenecks. | Jeremy Allison | 2003-09-04 | 1 | -0/+3 |
* | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 2003-08-27 | 1 | -2/+1 |
* | Use correct size (17 not 16) when doing a push_ascii(). Ensure that | Jeremy Allison | 2003-08-22 | 1 | -1/+1 |
* | revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when... | Gerald Carter | 2003-08-22 | 1 | -2/+2 |
* | Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX. | Jeremy Allison | 2003-08-22 | 1 | -13/+16 |
* | Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed | Jeremy Allison | 2003-08-20 | 1 | -1/+1 |
* | metze's autogenerate patch for version.h | Gerald Carter | 2003-08-20 | 1 | -1/+1 |
* | - Make 'net' use a single funciton for setting the 'use machine account' code. | Andrew Bartlett | 2003-08-19 | 1 | -5/+4 |
* | Break up 'cli_full_connection' to allow for the session setups to be done | Andrew Bartlett | 2003-08-19 | 1 | -35/+114 |
* | get rid of more compiler warnings | Herb Lewis | 2003-08-15 | 2 | -19/+19 |
* | Add the gss-spnego kerberos server side to ntml_auth. This uses the | Volker Lendecke | 2003-08-15 | 1 | -0/+14 |
* | Fix memleaks. | Volker Lendecke | 2003-08-15 | 1 | -1/+3 |
* | get rid of some sompiler warnings on IRIX | Herb Lewis | 2003-08-15 | 7 | -53/+63 |
* | Change Samba to always use extended security for it's guest logins, (ie, | Andrew Bartlett | 2003-08-14 | 5 | -70/+33 |
* | Don't wrap up anything that is not there. Otherwise upper layers | Volker Lendecke | 2003-08-13 | 1 | -0/+3 |
* | Only close anything that is not fid 0. Was very confusing in ethereal... | Volker Lendecke | 2003-08-13 | 1 | -1/+3 |
* | As described in http://davenport.sourceforge.net/ntlm.html add NTLM2 | Andrew Bartlett | 2003-08-12 | 1 | -3/+40 |