summaryrefslogtreecommitdiff
path: root/source3/include/fake_file.h
AgeCommit message (Collapse)AuthorFilesLines
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)