summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Make intent to return only one address clear.Jeremy Allison2003-12-091-2/+2
* Fix incorrect smb flags2 for connections to pre-NT servers (causes smbclient toSteve French2003-12-041-0/+7
* Picked up by the build farm - despite all my efforts, security=server wasAndrew Bartlett2003-12-041-8/+13
* Client connect signing error messages should be level zero elseJeremy Allison2003-12-011-2/+2
* Fix spurious error msg. when seq=0.Jeremy Allison2003-12-011-0/+2
* Ensure we use the same mid for the secondary trans requests, W2K3Jeremy Allison2003-12-011-0/+6
* Better fix for client signing bug. Ensure we don't malloc/free trans signingJeremy Allison2003-12-012-36/+40
* Fix signing bug with secondary client trans requests. Turns out the lastJeremy Allison2003-11-301-0/+20
* If signing starts successfully, don't just turn it off automatically ifJeremy Allison2003-11-251-5/+5
* Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett2003-11-251-2/+6
* When server signing is set to "auto", if the client doesn't sign justJeremy Allison2003-11-251-2/+23
* Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-221-0/+40
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-229-383/+671
* adding a useful debugGerald Carter2003-11-221-0/+1
* Fix coredump in cli_get_backup_list.Jeremy Allison2003-11-051-5/+2
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-2/+2
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-292-5/+4
* Remove some unused variables uncovered by the build farm.Richard Sharpe2003-10-271-3/+0
* Put in a work-around for ENOTSUP not being defined on OpenBSD.Richard Sharpe2003-10-251-1/+4
* Apply latest of Derrell Lippman's changes to libsmbclient.Richard Sharpe2003-10-241-9/+13
* Commit Derrell's changes to libsmbclient plus a small change to configure.inRichard Sharpe2003-10-242-392/+1931
* According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrindVolker Lendecke2003-10-231-1/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison2003-10-211-0/+4
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-1/+1
* Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison2003-10-211-46/+27
* We are doing NT error codes now.... If we have an NT error, report thatVolker Lendecke2003-10-201-0/+11
* Enable us to see what sequence number we were expecting when we fail a signJeremy Allison2003-10-141-4/+4
* Enclose usage of st_blksize and st_blocks struct stat members inTim Potter2003-10-141-0/+4
* Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison2003-10-081-1/+1
* Applied Steve Langasek's patch for bug #450.Tim Potter2003-09-161-3/+4
* Fix #442 which Alexander considered a showstopper. Allow us to join mixedJeremy Allison2003-09-162-8/+6
* address bug #359. Andrew B's patch for implementing clientGerald Carter2003-09-062-31/+37
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-052-3/+4
* Used cachegrind to track down some bottlenecks.Jeremy Allison2003-09-041-0/+3
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-2/+1
* Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2003-08-221-1/+1
* revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...Gerald Carter2003-08-221-2/+2
* Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison2003-08-221-13/+16
* Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison2003-08-201-1/+1
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-191-5/+4
* Break up 'cli_full_connection' to allow for the session setups to be doneAndrew Bartlett2003-08-191-35/+114
* get rid of more compiler warningsHerb Lewis2003-08-152-19/+19
* Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke2003-08-151-0/+14
* Fix memleaks.Volker Lendecke2003-08-151-1/+3
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-157-53/+63
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-145-70/+33
* Don't wrap up anything that is not there. Otherwise upper layersVolker Lendecke2003-08-131-0/+3
* Only close anything that is not fid 0. Was very confusing in ethereal...Volker Lendecke2003-08-131-1/+3