summaryrefslogtreecommitdiffstats
path: root/source/smbd/dosmode.c
Commit message (Expand)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-15/+21
* r21087: Make the param list of notify_fname match notify_triggerVolker Lendecke2007-10-101-6/+6
* r20854: Ok, now I think we're at a point where looking at notify starts to ma...Volker Lendecke2007-10-101-1/+9
* r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.Jeremy Allison2007-10-101-8/+0
* r20634: A *LOT* more work is necessary before touching notify remotely starts...Volker Lendecke2007-10-101-9/+1
* r20597: Survive some of the notify mask tests.Volker Lendecke2007-10-101-1/+9
* r20356: Consolidate the calls to parent_dirname() per open to one.Volker Lendecke2007-10-101-11/+16
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-4/+3
* r16789: Fix bug #3909, when using ea's getting a directory tries toJeremy Allison2007-10-101-0/+51
* r14989: Fix from Mathias Dietz <MDIETZ@de.ibm.com>. EPERM can beJeremy Allison2007-10-101-1/+1
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2007-10-101-0/+30
* r11943: Don't reset attrs to zero in EA get - we are addingJeremy Allison2007-10-101-1/+2
* r11767: Doesn't need to be exported.Jeremy Allison2007-10-101-1/+1
* r11718: Filter stored DOS attributes by SAMBA_ATTRIBUTES_MASK (0x7f).Jeremy Allison2007-10-101-0/+4
* r10979: After discussions on IRC about profile shares,Jeremy Allison2007-10-101-4/+9
* r10888: We've already checked 'CAN_WRITE' so we don't need to do it again.Jeremy Allison2007-10-101-1/+1
* r10885: Fix bug where read-only share files are always seen asJeremy Allison2007-10-101-1/+1
* r10359: Ensure that smb.conf requests for hidden files are honored, evenJeremy Allison2007-10-101-12/+13
* r10276: Fix for bug #3104 from Leo Weppelman <leo@wau.mis.ah.nl>.Jeremy Allison2007-10-101-0/+11
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-1/+1
* r7452: Set sparse flag if needed. Based on code from jpeach@sgi.com.Jeremy Allison2007-10-101-5/+12
* r6895: Add "acl check permissions" to turn on/off the new behaviour ofJeremy Allison2007-10-101-5/+12
* r6049: Ensure "dos filetime" checks file ACLs correctly. May fix Excel "read-...Jeremy Allison2007-10-101-18/+7
* r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison2007-10-101-6/+6
* r3673: Do not fail on setting file attributes with acl support enabled.Günther Deschner2007-10-101-3/+1
* r3496: Fix calling of get_acl_group_bits().Günther Deschner2007-10-101-1/+3
* r2700: Fix bug where we could incorrectly set sparse attribute. Don't useJeremy Allison2007-10-101-2/+2
* r971: Auto remove store dos attributes if underlying filesystemJeremy Allison2007-10-101-0/+13
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-7/+122
* Reformat in preparation for EA dosmode attributes.Jeremy Allison2004-03-311-123/+125
* Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...Jeremy Allison2004-03-191-4/+26
* Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bitsJeremy Allison2003-11-251-0/+3
* Enclose usage of st_blksize and st_blocks struct stat members inTim Potter2003-10-141-0/+2
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-7/+7
* Fix VFS layer:Alexander Bokovoy2003-05-111-7/+7
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-241-1/+1
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-45/+47
* Mask off the aDIR on setfileinfo.Jeremy Allison2002-03-051-0/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+2
* configure:Jeremy Allison2001-04-141-11/+15
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison2001-02-161-0/+2
* Get the logic right thistime :-(.Jeremy Allison2001-01-171-2/+3
* Typo in new file_chmod code caused file attribute changes to fail.Jeremy Allison2001-01-171-1/+1
* Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison2001-01-091-36/+70