summaryrefslogtreecommitdiff
path: root/source3/smbd/dosmode.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-19Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...Jeremy Allison1-4/+26
2003-11-25Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bitsJeremy Allison1-0/+3
2003-10-14Enclose usage of st_blksize and st_blocks struct stat members inTim Potter1-0/+2
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-7/+7
2003-05-11Fix VFS layer:Alexander Bokovoy1-7/+7
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett1-1/+1
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-45/+47
2002-03-05Mask off the aDIR on setfileinfo.Jeremy Allison1-0/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+2
2001-04-14configure:Jeremy Allison1-11/+15
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-02-16configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison1-0/+2
2001-01-17Get the logic right thistime :-(.Jeremy Allison1-2/+3
2001-01-17Typo in new file_chmod code caused file attribute changes to fail.Jeremy Allison1-1/+1
2001-01-09Fix from "B.V.Dean" <B.V.Dean@ukc.ac.uk> to add "dos filemode" parameterJeremy Allison1-36/+70
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-2/+2
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-4/+4
2000-06-23Delete OriginalDir stuff.Tim Potter1-2/+2
2000-05-16The new msdfs implementation that uses symlinks to point to otherShirish Kalele1-1/+1
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-02-03Put back lots of missing calls to dos_to_unix(). Thanks toTim Potter1-1/+1
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-5/+5
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-18/+59
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-14/+11
1999-04-04Use VFS operations for file I/O.Tim Potter1-5/+5
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-1/+1
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-1/+1
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-10/+10
1998-08-25changed the default permissions code to do this:Andrew Tridgell1-12/+1
1998-08-17this completes the splitup of server.c.Andrew Tridgell1-0/+68
1998-08-17more splitting of server.cAndrew Tridgell1-0/+202