summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clifile.c
Commit message (Collapse)AuthorAgeFilesLines
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-16/+16
|
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-0/+58
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-141/+309
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-0/+8
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-101/+115
| | | | Jeremy.
* portability fixed for sco1.samba.orgAndrew Tridgell2001-04-131-4/+4
|
* added S_OFF_T_R() for pure 32 bit systemsAndrew Tridgell2001-04-131-8/+4
|
* fix cast warning. fix indent to remove line wrap (cosmetic)Herb Lewis2001-04-091-6/+6
|
* Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.Jeremy Allison2001-03-291-0/+41
| | | | Jeremy.
* Added cli_nt_create_full() as a way to get at all the ntcreate parameters.Jeremy Allison2001-03-291-6/+18
| | | | | Used in smbtorture mods. Re-cast cli_nt_create() as a call to cli_nt_create_full(). Jeremy.
* Big merge to sync up appliance-head and 2.2.Jeremy Allison2001-01-081-2/+49
| | | | Jeremy.
* Syncup of smbcacls from HEAD. Removal of C++ comments.Jeremy Allison2000-12-041-4/+4
| | | | Jeremy.
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-1/+4
| | | | | | | | | 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.
* Adnrew's 64 bit locking fixes for RedHat 7.0.... (sigh). They don'tJeremy Allison2000-09-291-0/+96
| | | | | seem to peturb much. Jeremy.
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+609
the next step is splitting out the auth code, to make adding lukes NTLMSSP support easier