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