r408: - replace (conn->admin_user != True) with (current_user.uid != 0)
authorStefan Metzmacher <metze@samba.org>
Thu, 29 Apr 2004 17:19:42 +0000 (17:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:22 +0000 (10:51 -0500)
commit77182a81f0e370584d37dc9368f0697b8cf69afd
treed6e414f018457843b8fdcc927a9da3382efb4e89
parent3250a8ab0aa70b1658dbc187af56d20de5c32cc8
r408: - replace (conn->admin_user != True) with (current_user.uid != 0)
  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)
source3/include/fake_file.h
source3/smbd/fake_file.c
source3/smbd/nttrans.c
source3/smbd/trans2.c