summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+2
2007-10-10r6204: Fix double-free of talloc context.Jeremy Allison1-1/+0
2007-10-10r6203: Fix attribute return on creating a directory with nttrans_create.Jeremy Allison1-31/+31
2007-10-10r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison1-20/+12
2007-10-10r6160: Ensure allocation size is correctly returned for OpenX. Only set alloc...Jeremy Allison1-33/+35
2007-10-10r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison1-24/+36
2007-10-10r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison1-4/+90
2007-10-10r6124: Fix for bug #2242 from Tom Lackemann <cessnatomny@yahoo.com> - don'tJeremy Allison1-7/+20
2007-10-10r6014: rather large change set....Gerald Carter1-0/+2
2007-10-10r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to beJeremy Allison1-0/+5
2007-10-10r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). AlsoJeremy Allison1-1/+1
2007-10-10r5637: Actually test and fix the crash bugs (sorry:-).Jeremy Allison1-2/+2
2007-10-10r5636: Re-add the allocation size - parameterized by share asJeremy Allison1-4/+4
2007-10-10r5548: Stop lying about allocation sizes to Windows clients. It was a niceJeremy Allison1-4/+4
2007-10-10r5530: Keep the TRANS call up to date with the NTCreateX call.Jeremy Allison1-1/+11
2007-10-10r5524: Don't do share mode checks on can_delete if open, the rest of the openJeremy Allison1-1/+2
2007-10-10r5510: Optimisation to only do can_delete check if client asks for FILE_SHARE...Jeremy Allison1-0/+9
2007-10-10r5497: Fix for DIR1 failures in build farm. It struck me that weJeremy Allison1-2/+6
2007-10-10r5324: In order to process DELETE_ACCESS correctly and return access deniedJeremy Allison1-0/+18
2007-10-10r5225: fix mem leak and debug messageStefan Metzmacher1-1/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-6/+17
2007-10-10r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison1-1/+1
2007-10-10r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison1-1/+1
2007-10-10r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max dataJeremy Allison1-20/+17
2007-10-10r3666: Generalise fix for trans and nttrans multi-fragment requests.Jeremy Allison1-2/+2
2007-10-10r2637: Fix the roundup problem (returning 1mb roundup) for non-WindowsJeremy Allison1-4/+4
2007-10-10r2548: Fix for bug reported by Edward Spragins <spragins@gmail.com> - don't t...Jeremy Allison1-2/+3
2007-10-10r2395: Patch from "Stefan (metze) Metzmacher" <metze@samba.org> to fixJeremy Allison1-10/+15
2007-10-10r1259: Ensure we pass Samba4 RAW-RENAME test.Jeremy Allison1-9/+165
2007-10-10r1257: Ensure we deferr a sharing violation on rename correctly.Jeremy Allison1-1/+11
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison1-11/+31
2007-10-10r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison1-0/+2
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-0/+8
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison1-28/+25
2007-10-10r483: Fix typo of appending '\\' instead of '/' now we're usingJeremy Allison1-2/+2
2007-10-10r481: Fix up assert caught by check_path_syntax.Jeremy Allison1-2/+3
2007-10-10r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher1-1/+1
2007-10-10r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison1-7/+7
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-16/+7
2004-03-04Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison1-4/+1
2004-03-03Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison1-2/+7
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison1-29/+40
2004-02-28Can't set allocation size on directories, return correct error code onJeremy Allison1-0/+12
2004-02-25Figured out a new flags bit with gentest and ethereal....Jeremy Allison1-2/+10
2004-02-24More gentest error fixups.Jeremy Allison1-2/+0
2004-02-24Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison1-0/+50
2004-02-20Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison1-6/+19
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-2/+3
2003-12-01Ensure the server can cope with multiple secondary transJeremy Allison1-0/+8
2003-11-04Fix missing bracket in quota quote - my fault.Tim Potter1-1/+1