summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cliconnect.c
Commit message (Collapse)AuthorAgeFilesLines
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-15/+15
|
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-39/+153
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-229/+367
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-54/+55
| | | | Jeremy.
* Merge of i18n fixes from appliance-head. We need to revisit the internalJeremy Allison2001-02-151-1/+0
| | | | | character set issue urgently for 3.0. Jeremy.
* Merges from appliance-head for I18N fixes from Tim.Jeremy Allison2001-02-141-3/+4
| | | | Jeremy.
* Big merge to sync up appliance-head and 2.2.Jeremy Allison2001-01-081-1/+1
| | | | Jeremy.
* Syncup of smbcacls from HEAD. Removal of C++ comments.Jeremy Allison2000-12-041-0/+9
| | | | Jeremy.
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-1/+1
| | | | | | | | | a byte range lock (write lock only, but Win2k breaks on read lock also so I do the same) - if you think about why, this is obvious. Also fixed our client code to do level II oplocks, if requested, and fixed the code where we would assume the client wanted level II if it advertised itself as being level II capable - it may not want that. Jeremy.
* Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo ↵Jeremy Allison2000-10-281-4/+2
| | | | | | Research Lab. IBM-Japan. Co. Jp. Jeremy.
* Fixes for extra stat's broght back from HEAD. This cuts down on theJeremy Allison2000-10-251-0/+38
| | | | | | | number of stats per smb call as we now trust the statcache. There are more optimizations to come.... Also generic merges to keep 2.2.0 and HEAD in sync. Jeremy.
* More rpcclient merge issues:Gerald Carter2000-07-071-2/+12
| | | | | | | | | | | | * fixes some readline bugs from the merge * first attempt at commands (spoolenum almost works) * no changes to existing functions in HEAD; only additions of new functions. I'll weed out what I can as I go. --jerry
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+790
the next step is splitting out the auth code, to make adding lukes NTLMSSP support easier