summaryrefslogtreecommitdiffstats
path: root/source/smbd/trans2.c
Commit message (Collapse)AuthorAgeFilesLines
* r4348: syncing up for 3.0.11pre1Gerald Carter2004-12-231-73/+331
|
* r4231: commiting changes to 3.0.10samba-3.0.10Gerald Carter2004-12-161-20/+20
|
* r3605: * sync up with 3.0 with the exception of volker's recent changesGerald Carter2004-11-071-3/+7
| | | | to the getaliases call
* r3220: merging current 3.0 code to release branchGerald Carter2004-10-251-54/+74
|
* r1643: syncing all changes from 3.0 and hopefully get 3.0.6rc2 out tomorrowGerald Carter2004-08-041-10/+29
|
* r1383: sync from 3.0 treeGerald Carter2004-07-071-31/+46
|
* r779: Fix specific case of open that doesn't cause oplock break, or share ↵Jeremy Allison2004-05-191-1/+1
| | | | | | | | mode check. Test case provided by Volker will be added later. There may be other tests needed. Jeremy.
* r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison2004-05-131-70/+7
| | | | Jeremy.
* r706: Fix erroneous commit... I've not finished testing theJeremy Allison2004-05-131-9/+3
| | | | | symlink stuff yet. Noticed by Stefan (metze). Jeremy.
* r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison2004-05-131-2/+8
| | | | Jeremy.
* r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison2004-05-131-6/+4
| | | | Jeremy.
* r654: There is no point in having two lines of:Richard Sharpe2004-05-121-1/+1
| | | | | | sbuf.st_mtime &= ~1; So I had one refer to st_ctime.
* r653: Ok, so tridge convinced me. Allow full UNIX path symlinksJeremy Allison2004-05-121-26/+25
| | | | | | to anywhere on the server filesystem so long as widelinks is set to true.... :-). Jeremy.
* r640: Make cifsvfs symlinks work with paths within and external to theJeremy Allison2004-05-101-7/+41
| | | | | share. Store external paths prefixed with smbln:. Jeremy.
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2004-05-071-7/+6
| | | | | | | | to connection struct entries (as they should have been from the start). Jerry, once you've cut over to 3.0.4 release branch I'll add this to 3.0 also. - Jerry cut over :-). Jeremy.
* r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).Tim Potter2004-04-301-0/+2
| | | | From Eric Mertens.
* r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher2004-04-291-2/+2
| | | | | | | | | | because someone changed it in all other places too - fix quotas support from windows explorer we now got the unix file name of a fake_file metze
* r247: Fixup a couple of debug messages.Jeremy Allison2004-04-151-2/+2
| | | | Jeremy.
* r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.Jeremy Allison2004-04-141-1/+1
| | | | | I restricted it to 128k max to prevent DOS attacks. Jeremy.
* r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for theJeremy Allison2004-04-101-75/+175
| | | | | | UNIX info levels, and the short case preserve names. Tested with NT - needs more testing. Will work on this more on Monday. Jeremy.
* r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison2004-04-061-29/+32
| | | | | | | | | | | | | | normally takes as it's param entry the filename to be acted upon.... Unless it's UNIX extensions create hardlink, or UNIX extensions create symlink. Then it's param -> newfile name data -> oldfile name. This caused me to stuff them up in 3.0.2 (and the client commands link and symlink). Fixed them, everything is now called oldname and newname - thus specifying which name should already exist (hint - the old one...) and which will be created (newname). Jeremy.
* r81: Make EA's case independent - fix smbtorture to test for this.Jeremy Allison2004-04-061-1/+24
| | | | Jeremy.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+4165
metze