summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* r1255: Ensure we check attributes correctly on rename request. Gets us furthe...Jeremy Allison2007-10-101-1/+1
* r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison2007-10-101-26/+35
* r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison2007-10-101-0/+1
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-2/+6
* r957: Fixup moribund unix extensions mknod code path. Don't add inJeremy Allison2007-10-101-2/+3
* r779: Fix specific case of open that doesn't cause oplock break, or share mod...Jeremy Allison2007-10-101-1/+1
* r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison2007-10-101-70/+7
* r706: Fix erroneous commit... I've not finished testing theJeremy Allison2007-10-101-9/+3
* r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison2007-10-101-2/+8
* r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison2007-10-101-6/+4
* r654: There is no point in having two lines of:Richard Sharpe2007-10-101-1/+1
* r653: Ok, so tridge convinced me. Allow full UNIX path symlinksJeremy Allison2007-10-101-26/+25
* r640: Make cifsvfs symlinks work with paths within and external to theJeremy Allison2007-10-101-7/+41
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-7/+6
* r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).Tim Potter2007-10-101-0/+2
* r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher2007-10-101-2/+2
* r247: Fixup a couple of debug messages.Jeremy Allison2007-10-101-2/+2
* r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.Jeremy Allison2007-10-101-1/+1
* r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for theJeremy Allison2007-10-101-75/+175
* r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison2007-10-101-29/+32
* r81: Make EA's case independent - fix smbtorture to test for this.Jeremy Allison2007-10-101-1/+24
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-8/+8
* Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.Jeremy Allison2004-03-311-3/+328
* Committed test code by mistake... removing.Jeremy Allison2004-03-291-10/+0
* Setting EA's to zero length deletes them.Jeremy Allison2004-03-291-0/+10
* Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048Jeremy Allison2004-03-121-2/+2
* Fix dfs referrals - don't use check_path_syntax. Also use mb char calls inJeremy Allison2004-03-091-6/+1
* Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison2004-03-051-3/+3
* Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2004-03-031-14/+81
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-16/+53
* More gentest fixes. Fix up regression in IS_NAME_VALID and renames.Jeremy Allison2004-02-281-2/+4
* Fixup bad-path error found by gentest.Jeremy Allison2004-02-241-4/+6
* Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison2004-02-201-1/+3
* Ensure the server can cope with multiple secondary transJeremy Allison2003-12-011-0/+8
* bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter2003-10-301-0/+5
* Don't log at level zero when chdir fails. Ensure correct error message is ret...Jeremy Allison2003-10-281-1/+1
* Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison2003-10-281-1/+1
* Tidyup wrap checking.Jeremy Allison2003-10-161-4/+12
* Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.Jeremy Allison2003-10-071-6/+23
* Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison2003-10-021-3/+0
* More cachegrind tuning, plus fix an error message.Jeremy Allison2003-09-051-1/+1
* Added level 262. Found by Samba4 torture tester.Jeremy Allison2003-08-181-0/+44
* Add level 261 to search. Found using Samba4 tester.Jeremy Allison2003-08-181-0/+22
* Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison2003-08-161-41/+86
* Fix attribute set using setfileinfo - Samba4 found.Jeremy Allison2003-08-151-3/+0
* Ignore silently set disposition information when set on a path.Jeremy Allison2003-08-151-1/+2
* nlink field should decrement when delete pending is set.Jeremy Allison2003-08-141-2/+8
* Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4Jeremy Allison2003-08-141-6/+1
* Fix changing of attributes via setattr. Samba4 test fixes.Jeremy Allison2003-08-141-4/+12
* Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison2003-08-141-3/+22