summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis2-0/+4
2007-10-10r6550: Move function make_dir_struct from util to dir.cJeremy Allison1-0/+34
2007-10-10r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense.Jeremy Allison1-5/+11
2007-10-10r6533: Fix for bad comment from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-2/+2
2007-10-10r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunkHerb Lewis1-0/+24
2007-10-10r6497: Ensure yield_connection() is called on all appropriate error conditions.Jeremy Allison1-19/+22
2007-10-10r6473: Fix for bug #2644 - test for special files to be ignored was reversed.Jeremy Allison1-1/+1
2007-10-10r6417: Strange old IRIX systems return -1 for telldir() whenJeremy Allison1-4/+0
2007-10-10r6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560.Tim Potter1-1/+1
2007-10-10r6385: Convert checking of egid and secondary egid list intoJeremy Allison2-32/+40
2007-10-10r6378: Other systems may not return 1 for checking WRITE permission.Jeremy Allison1-0/+13
2007-10-10r6365: Wow, how much worse does this get. From info provided byJeremy Allison1-0/+26
2007-10-10r6346: Add a counter for the number of SMB operations per connection/file.Jeremy Allison1-2/+6
2007-10-10r6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC does mean readonly. NeededJeremy Allison1-1/+1
2007-10-10r6316: Remove over-cautious asserts. Damn wish I'd made the releaseJeremy Allison1-4/+9
2007-10-10r6307: Ensure info requested bitmask is printed in log when querying security...Jeremy Allison1-1/+2
2007-10-10r6302: OS/2 fix from Marcel Müller <mueller@maazl.de>. Don't check for mangl...Jeremy Allison1-1/+2
2007-10-10r6297: Fix bug in our trans2 secondary processing. We need to pass in theJeremy Allison1-4/+4
2007-10-10r6279: Convert the RAP enum functions to the pdb_search API. Who is using thisVolker Lendecke1-45/+56
2007-10-10r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ...Jeremy Allison2-4/+10
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2-9/+3
2007-10-10r6261: Tidyup message str printf. Ensure tvs struct is zeroed.Jeremy Allison1-0/+1
2007-10-10r6258: Fix found by OS/2 set_ea call. When setting specific info remember to ...Jeremy Allison1-5/+20
2007-10-10r6252: Re-order position of become_root() to allow directory to beJeremy Allison1-3/+4
2007-10-10r6249: Get the comparison the right way around...Jeremy Allison1-1/+1
2007-10-10r6242: after talking to jeremy, we can actually consolidateGerald Carter2-9/+11
2007-10-10r6240: Fix for bug #2581. Add size limit (in kb) to stat cache.Jeremy Allison1-0/+5
2007-10-10r6237: fix my breakage of WinXP sp2 msdfs support.Gerald Carter2-6/+17
2007-10-10r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.auJeremy Allison2-1/+9
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis16-70/+55
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 Allison3-46/+61
2007-10-10r6200: Returned access should contain share mode as well as open mode.Jeremy Allison1-1/+1
2007-10-10r6199: Only do the strange DOS error for openX, not trans2open.Jeremy Allison1-3/+0
2007-10-10r6174: Fixup T2 open call - we were returning 2 bytes short.Jeremy Allison3-25/+35
2007-10-10r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison8-202/+165
2007-10-10r6169: Fix bug #2563. Infinite loop on non-existant file with findnext.Jeremy Allison1-3/+2
2007-10-10r6163: Well I never, all this time the t2open code was incorrectly dectingJeremy Allison1-1/+5
2007-10-10r6160: Ensure allocation size is correctly returned for OpenX. Only set alloc...Jeremy Allison2-34/+51
2007-10-10r6152: Correctly check OpenX open modes.Jeremy Allison1-13/+35
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman3-8/+18
2007-10-10r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison2-29/+126
2007-10-10r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison2-57/+150
2007-10-10r6138: Refactor length reading out of EA code so we can read lengthJeremy Allison1-15/+22
2007-10-10r6124: Fix for bug #2242 from Tom Lackemann <cessnatomny@yahoo.com> - don'tJeremy Allison1-7/+20
2007-10-10r6122: Added "hack" fix for broken SMB_INFO_VOLUME level - used by OS/2Jeremy Allison1-1/+7
2007-10-10r6106: Fix bug #2551. It turns out that the incoming flags2 flag FLAGS2_LONG_...Jeremy Allison1-4/+11
2007-10-10r6082: Fix for bugid #2541. Fixes from Guenter Kukkukk <guenter.kukkukk@kukku...Jeremy Allison1-0/+2
2007-10-10r6069: Fix for bug #2541. Ensure we recognise LANMAN2.1 as OS/2 and select LA...Jeremy Allison2-1/+2
2007-10-10r6067: Patch from Marcel Müller <mueller@maazl.de> - fix OS/2 EA_FROM_LISTJeremy Allison1-10/+2