summaryrefslogtreecommitdiff
path: root/source3/include/fake_file.h
AgeCommit message (Collapse)AuthorFilesLines
2008-05-16Simplify fake_file logicVolker Lendecke1-13/+3
(This used to be commit 93111ea0a1191e8547ad6cf112e2699d3bb3799b)
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r2388: fix client quota supportStefan Metzmacher1-2/+2
for the client we need the windows path and for server we need unix path metze (This used to be commit 54fd28f5e7b70ce2b192c2037ce28da3fea9ef92)
2007-10-10r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher1-0/+4
because someone changed it in all other places too - fix quotas support from windows explorer we now got the unix file name of a fake_file metze (This used to be commit 87e97d7723674e3835578ef080ce554d9c5537ac)
2003-04-11smbcquota patch from metzeGerald Carter1-0/+46
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)