summaryrefslogtreecommitdiff
path: root/libcli/security/access_check.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-31Factor out privilege checking code into se_file_access_check() which takes a ↵Jeremy Allison1-0/+11
bool priv_open_requested parameter.
2011-03-15libcli: protect access_check.h against double inclusionAndrew Tridgell1-0/+3
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 15 05:07:01 CET 2011 on sn-devel-104
2010-12-06s4:fix some shadowed declaration warnings on Solaris by renaming the symbolsMatthias Dieter Wallnöfer1-1/+1
2010-10-14libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett1-1/+26
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-10-14libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett1-0/+53
Signed-off-by: Andrew Tridgell <tridge@samba.org>