summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* r6949: Back-port Volker's cache fix, plus my change.Jeremy Allison2005-05-241-0/+38
* r6946: Allow mapping of POSIX ACLs to NT perms to differentiate between direc...Jeremy Allison2005-05-231-6/+16
* r6895: Add "acl check permissions" to turn on/off the new behaviour ofJeremy Allison2005-05-183-16/+24
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2005-05-181-3/+3
* r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zeroJeremy Allison2005-05-172-0/+71
* r6715: We don't need to wrap the setfsinfo call in HAVE_QUOTAJeremy Allison2005-05-101-4/+1
* r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger <joerg@le...Gerald Carter2005-05-101-14/+14
* r6696: Another attempt to fix the (unreproducible for me) bug #2346 (read-onlyJeremy Allison2005-05-101-6/+21
* r6673: Fix the write cache based on some VERY good detective workJeremy Allison2005-05-084-73/+87
* r6633: Added "check_path_syntax_posix()" in preparation for handlingJeremy Allison2005-05-063-9/+115
* r6631: More typo's. Sorry.Jeremy Allison2005-05-062-3/+3
* r6629: Fix stupid typo. Thanks Gunther.Jeremy Allison2005-05-061-3/+3
* r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison2005-05-068-43/+45
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2005-05-031-8/+4
* r6586: get rid of a few more compiler warningsHerb Lewis2005-05-022-0/+4
* r6550: Move function make_dir_struct from util to dir.cJeremy Allison2005-05-011-0/+34
* r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense.Jeremy Allison2005-05-011-5/+11
* r6533: Fix for bad comment from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2005-04-301-2/+2
* r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunkHerb Lewis2005-04-271-0/+24
* r6497: Ensure yield_connection() is called on all appropriate error conditions.Jeremy Allison2005-04-261-19/+22
* r6473: Fix for bug #2644 - test for special files to be ignored was reversed.Jeremy Allison2005-04-251-1/+1
* r6417: Strange old IRIX systems return -1 for telldir() whenJeremy Allison2005-04-211-4/+0
* r6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560.Tim Potter2005-04-211-1/+1
* r6385: Convert checking of egid and secondary egid list intoJeremy Allison2005-04-192-32/+40
* r6378: Other systems may not return 1 for checking WRITE permission.Jeremy Allison2005-04-181-0/+13
* r6365: Wow, how much worse does this get. From info provided byJeremy Allison2005-04-171-0/+26
* r6346: Add a counter for the number of SMB operations per connection/file.Jeremy Allison2005-04-141-2/+6
* r6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC does mean readonly. NeededJeremy Allison2005-04-141-1/+1
* r6316: Remove over-cautious asserts. Damn wish I'd made the releaseJeremy Allison2005-04-121-4/+9
* r6307: Ensure info requested bitmask is printed in log when querying security...Jeremy Allison2005-04-121-1/+2
* r6302: OS/2 fix from Marcel Müller <mueller@maazl.de>. Don't check for mangl...Jeremy Allison2005-04-121-1/+2
* r6297: Fix bug in our trans2 secondary processing. We need to pass in theJeremy Allison2005-04-111-4/+4
* r6279: Convert the RAP enum functions to the pdb_search API. Who is using thisVolker Lendecke2005-04-101-45/+56
* r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ...Jeremy Allison2005-04-102-4/+10
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2005-04-092-9/+3
* r6261: Tidyup message str printf. Ensure tvs struct is zeroed.Jeremy Allison2005-04-091-0/+1
* r6258: Fix found by OS/2 set_ea call. When setting specific info remember to ...Jeremy Allison2005-04-091-5/+20
* r6252: Re-order position of become_root() to allow directory to beJeremy Allison2005-04-081-3/+4
* r6249: Get the comparison the right way around...Jeremy Allison2005-04-081-1/+1
* r6242: after talking to jeremy, we can actually consolidateGerald Carter2005-04-072-9/+11
* r6240: Fix for bug #2581. Add size limit (in kb) to stat cache.Jeremy Allison2005-04-071-0/+5
* r6237: fix my breakage of WinXP sp2 msdfs support.Gerald Carter2005-04-072-6/+17
* r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.auJeremy Allison2005-04-072-1/+9
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-0616-70/+55
* 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-053-46/+61
* r6200: Returned access should contain share mode as well as open mode.Jeremy Allison2005-04-041-1/+1
* r6199: Only do the strange DOS error for openX, not trans2open.Jeremy Allison2005-04-041-3/+0
* r6174: Fixup T2 open call - we were returning 2 bytes short.Jeremy Allison2005-04-023-25/+35
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2005-04-018-202/+165