summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2003-11-25If signing starts successfully, don't just turn it off automatically ifJeremy Allison1-5/+5
2003-11-25Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett1-2/+6
2003-11-25When server signing is set to "auto", if the client doesn't sign justJeremy Allison1-2/+23
2003-11-22Add support for variable-length session keys in our client code.Andrew Bartlett1-0/+40
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett9-383/+671
2003-11-22adding a useful debugGerald Carter1-0/+1
2003-11-05Fix coredump in cli_get_backup_list.Jeremy Allison1-5/+2
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-2/+2
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison2-5/+4
2003-10-27Remove some unused variables uncovered by the build farm.Richard Sharpe1-3/+0
2003-10-25Put in a work-around for ENOTSUP not being defined on OpenBSD.Richard Sharpe1-1/+4
2003-10-24Apply latest of Derrell Lippman's changes to libsmbclient.Richard Sharpe1-9/+13
2003-10-24Commit Derrell's changes to libsmbclient plus a small change to configure.inRichard Sharpe2-392/+1931
2003-10-23According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrindVolker Lendecke1-1/+1
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-10-21Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison1-0/+4
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison1-1/+1
2003-10-21Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison1-46/+27
2003-10-20We are doing NT error codes now.... If we have an NT error, report thatVolker Lendecke1-0/+11
2003-10-14Enable us to see what sequence number we were expecting when we fail a signJeremy Allison1-4/+4
2003-10-14Enclose usage of st_blksize and st_blocks struct stat members inTim Potter1-0/+4
2003-10-08Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison1-1/+1
2003-09-16Applied Steve Langasek's patch for bug #450.Tim Potter1-3/+4
2003-09-16Fix #442 which Alexander considered a showstopper. Allow us to join mixedJeremy Allison2-8/+6
2003-09-06address bug #359. Andrew B's patch for implementing clientGerald Carter2-31/+37
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2-3/+4
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison1-0/+3
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-2/+1
2003-08-22Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison1-1/+1
2003-08-22revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...Gerald Carter1-2/+2
2003-08-22Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison1-13/+16
2003-08-20Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison1-1/+1
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-5/+4
2003-08-19Break up 'cli_full_connection' to allow for the session setups to be doneAndrew Bartlett1-35/+114
2003-08-15get rid of more compiler warningsHerb Lewis2-19/+19
2003-08-15Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke1-0/+14
2003-08-15Fix memleaks.Volker Lendecke1-1/+3
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis7-53/+63
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett5-70/+33
2003-08-13Don't wrap up anything that is not there. Otherwise upper layersVolker Lendecke1-0/+3
2003-08-13Only close anything that is not fid 0. Was very confusing in ethereal...Volker Lendecke1-1/+3
2003-08-12As described in http://davenport.sourceforge.net/ntlm.html add NTLM2Andrew Bartlett1-3/+40
2003-08-12Fix client autonegotiate signing.Volker Lendecke1-10/+15
2003-08-11Fallback to not using NTLMv2 is extended security not supported.Jeremy Allison1-1/+1
2003-08-11I think this is the one to check...Volker Lendecke1-0/+3
2003-08-11Revert the latest fix. Need to investigate further.Volker Lendecke1-4/+2
2003-08-11Fix a segfault in ntlm_auth when we can't find a domain or hostname.Volker Lendecke1-2/+4
2003-08-10Store the server domain from the ntlmssp challenge in the client structVolker Lendecke2-0/+4
2003-08-08fix 2 bugs:Gerald Carter1-3/+13