summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2708: Don't look for bzero, we don't use it.Jeremy Allison1-1/+11
2007-10-10r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison1-26/+0
2007-10-10r2637: Fix the roundup problem (returning 1mb roundup) for non-WindowsJeremy Allison1-11/+34
2007-10-10r2196: This error code change is incorrect. Still working on it...Jeremy Allison1-5/+0
2007-10-10r2194: Here is the efforts of much pain reproducing W2K3 pathnameJeremy Allison1-0/+5
2007-10-10r1472: Make mknod work again for the CIFS client. Still needs someJeremy Allison1-10/+29
2007-10-10r1255: Ensure we check attributes correctly on rename request. Gets us furthe...Jeremy Allison1-1/+1
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison1-26/+35
2007-10-10r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison1-0/+1
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-2/+6
2007-10-10r957: Fixup moribund unix extensions mknod code path. Don't add inJeremy Allison1-2/+3
2007-10-10r779: Fix specific case of open that doesn't cause oplock break, or share mod...Jeremy Allison1-1/+1
2007-10-10r710: Fix smbclient symlink command when widelinks = no.Jeremy Allison1-70/+7
2007-10-10r706: Fix erroneous commit... I've not finished testing theJeremy Allison1-9/+3
2007-10-10r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison1-2/+8
2007-10-10r658: Oops - make smbclient work again with widelinks = no :-).Jeremy Allison1-6/+4
2007-10-10r654: There is no point in having two lines of:Richard Sharpe1-1/+1
2007-10-10r653: Ok, so tridge convinced me. Allow full UNIX path symlinksJeremy Allison1-26/+25
2007-10-10r640: Make cifsvfs symlinks work with paths within and external to theJeremy Allison1-7/+41
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison1-7/+6
2007-10-10r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).Tim Potter1-0/+2
2007-10-10r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher1-2/+2
2007-10-10r247: Fixup a couple of debug messages.Jeremy Allison1-2/+2
2007-10-10r225: Patch from Pat.Hayward@propero.net to make the session_users list dynamic.Jeremy Allison1-1/+1
2007-10-10r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for theJeremy Allison1-75/+175
2007-10-10r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison1-29/+32
2007-10-10r81: Make EA's case independent - fix smbtorture to test for this.Jeremy Allison1-1/+24
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-8/+8
2004-03-31Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.Jeremy Allison1-3/+328
2004-03-29Committed test code by mistake... removing.Jeremy Allison1-10/+0
2004-03-29Setting EA's to zero length deletes them.Jeremy Allison1-0/+10
2004-03-12Fix from Robert.Dahlem@gmx.net (Robert Dahlem) for bugid #1048Jeremy Allison1-2/+2
2004-03-09Fix dfs referrals - don't use check_path_syntax. Also use mb char calls inJeremy Allison1-6/+1
2004-03-05Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison1-3/+3
2004-03-03Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison1-14/+81
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison1-16/+53
2004-02-28More gentest fixes. Fix up regression in IS_NAME_VALID and renames.Jeremy Allison1-2/+4
2004-02-24Fixup bad-path error found by gentest.Jeremy Allison1-4/+6
2004-02-20Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison1-1/+3
2003-12-01Ensure the server can cope with multiple secondary transJeremy Allison1-0/+8
2003-10-30bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter1-0/+5
2003-10-28Don't log at level zero when chdir fails. Ensure correct error message is ret...Jeremy Allison1-1/+1
2003-10-28Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison1-1/+1
2003-10-16Tidyup wrap checking.Jeremy Allison1-4/+12
2003-10-07Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.Jeremy Allison1-6/+23
2003-10-02Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison1-3/+0
2003-09-05More cachegrind tuning, plus fix an error message.Jeremy Allison1-1/+1
2003-08-18Added level 262. Found by Samba4 torture tester.Jeremy Allison1-0/+44
2003-08-18Add level 261 to search. Found using Samba4 tester.Jeremy Allison1-0/+22
2003-08-16Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison1-41/+86