summaryrefslogtreecommitdiff
path: root/libcli/smb/smb_unix_ext.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-28smb_unix_ext.h: Protect against multiple inclusion.Jelmer Vernooij1-0/+4
2011-05-06libcli/smb Move cifs posix helper functions and headers in commonAndrew Bartlett1-0/+452
unix_perms_to_wire() was a duplicate symbol in the top level build. Andrew Bartlett