summaryrefslogtreecommitdiffstats
path: root/source/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-12/+91
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-201-50/+88
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-276/+309
* r21147: committing changes for 3.0.24Gerald Carter2007-02-051-3/+9
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-0/+1
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-191-22/+26
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-7/+8
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-4/+27
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2006-04-111-2/+2
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-101-288/+316
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2006-03-071-9/+4
* r13316: Let the carnage begin....Gerald Carter2006-02-031-1/+1
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2006-02-021-13/+13
* r12491: End profile fixes from SATOH Fumiyasu <fumiya@samba.gr.jp>.Jeremy Allison2005-12-261-1/+0
* r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison2005-10-311-13/+20
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-22/+7
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2005-07-081-415/+339
* r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison2005-06-221-0/+3
* r6895: Add "acl check permissions" to turn on/off the new behaviour ofJeremy Allison2005-05-181-2/+2
* r6633: Added "check_path_syntax_posix()" in preparation for handlingJeremy Allison2005-05-061-6/+16
* r6307: Ensure info requested bitmask is printed in log when querying security...Jeremy Allison2005-04-121-1/+2
* r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ...Jeremy Allison2005-04-101-2/+5
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2005-04-091-1/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-061-2/+2
* r6204: Fix double-free of talloc context.Jeremy Allison2005-04-051-1/+0
* r6203: Fix attribute return on creating a directory with nttrans_create.Jeremy Allison2005-04-051-31/+31
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2005-04-011-20/+12
* r6160: Ensure allocation size is correctly returned for OpenX. Only set alloc...Jeremy Allison2005-04-011-33/+35
* r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison2005-03-311-24/+36
* r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison2005-03-311-4/+90
* r6124: Fix for bug #2242 from Tom Lackemann <cessnatomny@yahoo.com> - don'tJeremy Allison2005-03-301-7/+20
* r6014: rather large change set....Gerald Carter2005-03-231-0/+2
* r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to beJeremy Allison2005-03-191-0/+5
* r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). AlsoJeremy Allison2005-03-101-1/+1
* r5637: Actually test and fix the crash bugs (sorry:-).Jeremy Allison2005-03-031-2/+2
* r5636: Re-add the allocation size - parameterized by share asJeremy Allison2005-03-031-4/+4
* r5548: Stop lying about allocation sizes to Windows clients. It was a niceJeremy Allison2005-02-251-4/+4
* r5530: Keep the TRANS call up to date with the NTCreateX call.Jeremy Allison2005-02-241-1/+11
* r5524: Don't do share mode checks on can_delete if open, the rest of the openJeremy Allison2005-02-231-1/+2
* r5510: Optimisation to only do can_delete check if client asks for FILE_SHARE...Jeremy Allison2005-02-221-0/+9
* r5497: Fix for DIR1 failures in build farm. It struck me that we Jeremy Allison2005-02-221-2/+6
* r5324: In order to process DELETE_ACCESS correctly and return access deniedJeremy Allison2005-02-111-0/+18
* r5225: fix mem leak and debug messageStefan Metzmacher2005-02-041-1/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2004-12-071-6/+17
* r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison2004-11-301-1/+1
* r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison2004-11-251-1/+1
* r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max dataJeremy Allison2004-11-101-20/+17
* r3666: Generalise fix for trans and nttrans multi-fragment requests.Jeremy Allison2004-11-101-2/+2
* r2637: Fix the roundup problem (returning 1mb roundup) for non-WindowsJeremy Allison2004-09-251-4/+4
* r2548: Fix for bug reported by Edward Spragins <spragins@gmail.com> - don't t...Jeremy Allison2004-09-231-2/+3