index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
dosmode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.
Jeremy Allison
1
-8
/
+0
2007-10-10
r20634: A *LOT* more work is necessary before touching notify remotely starts...
Volker Lendecke
1
-9
/
+1
2007-10-10
r20597: Survive some of the notify mask tests.
Volker Lendecke
1
-1
/
+9
2007-10-10
r20356: Consolidate the calls to parent_dirname() per open to one.
Volker Lendecke
1
-11
/
+16
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-4
/
+3
2007-10-10
r16789: Fix bug #3909, when using ea's getting a directory tries to
Jeremy Allison
1
-0
/
+51
2007-10-10
r14989: Fix from Mathias Dietz <MDIETZ@de.ibm.com>. EPERM can be
Jeremy Allison
1
-1
/
+1
2007-10-10
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
1
-0
/
+30
2007-10-10
r11943: Don't reset attrs to zero in EA get - we are adding
Jeremy Allison
1
-1
/
+2
2007-10-10
r11767: Doesn't need to be exported.
Jeremy Allison
1
-1
/
+1
2007-10-10
r11718: Filter stored DOS attributes by SAMBA_ATTRIBUTES_MASK (0x7f).
Jeremy Allison
1
-0
/
+4
2007-10-10
r10979: After discussions on IRC about profile shares,
Jeremy Allison
1
-4
/
+9
2007-10-10
r10888: We've already checked 'CAN_WRITE' so we don't need to do it again.
Jeremy Allison
1
-1
/
+1
2007-10-10
r10885: Fix bug where read-only share files are always seen as
Jeremy Allison
1
-1
/
+1
2007-10-10
r10359: Ensure that smb.conf requests for hidden files are honored, even
Jeremy Allison
1
-12
/
+13
2007-10-10
r10276: Fix for bug #3104 from Leo Weppelman <leo@wau.mis.ah.nl>.
Jeremy Allison
1
-0
/
+11
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-1
/
+1
2007-10-10
r7452: Set sparse flag if needed. Based on code from jpeach@sgi.com.
Jeremy Allison
1
-5
/
+12
2007-10-10
r6895: Add "acl check permissions" to turn on/off the new behaviour of
Jeremy Allison
1
-5
/
+12
2007-10-10
r6049: Ensure "dos filetime" checks file ACLs correctly. May fix Excel "read-...
Jeremy Allison
1
-18
/
+7
2007-10-10
r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,
Jeremy Allison
1
-6
/
+6
2007-10-10
r3673: Do not fail on setting file attributes with acl support enabled.
Günther Deschner
1
-3
/
+1
2007-10-10
r3496: Fix calling of get_acl_group_bits().
Günther Deschner
1
-1
/
+3
2007-10-10
r2700: Fix bug where we could incorrectly set sparse attribute. Don't use
Jeremy Allison
1
-2
/
+2
2007-10-10
r971: Auto remove store dos attributes if underlying filesystem
Jeremy Allison
1
-0
/
+13
2004-04-02
Added per-share parameter "store dos attributes". When set, will store
Jeremy Allison
1
-7
/
+122
2004-03-31
Reformat in preparation for EA dosmode attributes.
Jeremy Allison
1
-123
/
+125
2004-03-19
Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...
Jeremy Allison
1
-4
/
+26
2003-11-25
Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bits
Jeremy Allison
1
-0
/
+3
2003-10-14
Enclose usage of st_blksize and st_blocks struct stat members in
Tim Potter
1
-0
/
+2
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-7
/
+7
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-7
/
+7
2003-02-24
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
1
-1
/
+1
2002-08-17
Sync 3.0 branch with head
Jelmer Vernooij
1
-45
/
+47
2002-03-05
Mask off the aDIR on setfileinfo.
Jeremy Allison
1
-0
/
+2
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-1
/
+1
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-2
/
+2
2001-04-14
configure:
Jeremy Allison
1
-11
/
+15
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-4
/
+0
2001-02-16
configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...
Jeremy Allison
1
-0
/
+2
2001-01-17
Get the logic right thistime :-(.
Jeremy Allison
1
-2
/
+3
2001-01-17
Typo in new file_chmod code caused file attribute changes to fail.
Jeremy Allison
1
-1
/
+1
2001-01-09
Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameter
Jeremy Allison
1
-36
/
+70
2000-10-06
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
1
-2
/
+2
2000-09-27
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
1
-4
/
+4
2000-06-23
Delete OriginalDir stuff.
Tim Potter
1
-2
/
+2
2000-05-16
The new msdfs implementation that uses symlinks to point to other
Shirish Kalele
1
-1
/
+1
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+4
[next]