summaryrefslogtreecommitdiffstats
path: root/source/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-415/+339
* r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison2007-10-101-0/+3
* r6895: Add "acl check permissions" to turn on/off the new behaviour ofJeremy Allison2007-10-101-2/+2
* r6633: Added "check_path_syntax_posix()" in preparation for handlingJeremy Allison2007-10-101-6/+16
* r6307: Ensure info requested bitmask is printed in log when querying security...Jeremy Allison2007-10-101-1/+2
* r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ...Jeremy Allison2007-10-101-2/+5
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-1/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+2
* r6204: Fix double-free of talloc context.Jeremy Allison2007-10-101-1/+0
* r6203: Fix attribute return on creating a directory with nttrans_create.Jeremy Allison2007-10-101-31/+31
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2007-10-101-20/+12
* r6160: Ensure allocation size is correctly returned for OpenX. Only set alloc...Jeremy Allison2007-10-101-33/+35
* r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison2007-10-101-24/+36
* r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison2007-10-101-4/+90
* r6124: Fix for bug #2242 from Tom Lackemann <cessnatomny@yahoo.com> - don'tJeremy Allison2007-10-101-7/+20
* r6014: rather large change set....Gerald Carter2007-10-101-0/+2
* r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to beJeremy Allison2007-10-101-0/+5
* r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). AlsoJeremy Allison2007-10-101-1/+1
* r5637: Actually test and fix the crash bugs (sorry:-).Jeremy Allison2007-10-101-2/+2
* r5636: Re-add the allocation size - parameterized by share asJeremy Allison2007-10-101-4/+4
* r5548: Stop lying about allocation sizes to Windows clients. It was a niceJeremy Allison2007-10-101-4/+4
* r5530: Keep the TRANS call up to date with the NTCreateX call.Jeremy Allison2007-10-101-1/+11
* r5524: Don't do share mode checks on can_delete if open, the rest of the openJeremy Allison2007-10-101-1/+2
* r5510: Optimisation to only do can_delete check if client asks for FILE_SHARE...Jeremy Allison2007-10-101-0/+9
* r5497: Fix for DIR1 failures in build farm. It struck me that weJeremy Allison2007-10-101-2/+6
* r5324: In order to process DELETE_ACCESS correctly and return access deniedJeremy Allison2007-10-101-0/+18
* r5225: fix mem leak and debug messageStefan Metzmacher2007-10-101-1/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-6/+17
* r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison2007-10-101-1/+1
* r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison2007-10-101-1/+1
* r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max dataJeremy Allison2007-10-101-20/+17
* r3666: Generalise fix for trans and nttrans multi-fragment requests.Jeremy Allison2007-10-101-2/+2
* r2637: Fix the roundup problem (returning 1mb roundup) for non-WindowsJeremy Allison2007-10-101-4/+4
* r2548: Fix for bug reported by Edward Spragins <spragins@gmail.com> - don't t...Jeremy Allison2007-10-101-2/+3
* r2395: Patch from "Stefan (metze) Metzmacher" <metze@samba.org> to fixJeremy Allison2007-10-101-10/+15
* r1259: Ensure we pass Samba4 RAW-RENAME test.Jeremy Allison2007-10-101-9/+165
* r1257: Ensure we deferr a sharing violation on rename correctly.Jeremy Allison2007-10-101-1/+11
* r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison2007-10-101-11/+31
* r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison2007-10-101-0/+2
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-0/+8
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-28/+25
* r483: Fix typo of appending '\\' instead of '/' now we're usingJeremy Allison2007-10-101-2/+2
* r481: Fix up assert caught by check_path_syntax.Jeremy Allison2007-10-101-2/+3
* r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher2007-10-101-1/+1
* r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison2007-10-101-7/+7
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-16/+7
* Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison2004-03-041-4/+1
* Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2004-03-031-2/+7
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-29/+40
* Can't set allocation size on directories, return correct error code onJeremy Allison2004-02-281-0/+12