summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_hpuxacl.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-0/+1
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-2/+2
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-3/+4
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-3/+4
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-1/+1
* s3: vfs: vfs_hpuxacl. refuse_symlink() means we can always use STAT here.Jeremy Allison2016-03-151-10/+12
* vfs_hpuxacl: Fix typo in comment...Karolin Seeger2015-05-211-3/+3
* vfs: Convert hpuxacl_sys_acl_set_file to synthetic_smb_fnameVolker Lendecke2013-04-171-3/+3
* vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLsAndrew Bartlett2012-10-111-0/+2
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-7/+10
* s3: fix the hpux acl moduleBjörn Jacke2012-09-141-5/+5
* s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett2012-08-151-7/+4
* s3:vfs_hpuxacl: remove unused file_find_fd() callsStefan Metzmacher2012-05-311-18/+2
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-5/+5
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-031-19/+18
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-4/+4
* s3-includes: only include acl prototypes when needed.Günther Deschner2011-04-141-0/+2
* s3-vfs acl modules: more non-linux build fixes.Günther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3: Lift smbd_server_conn from file_find_fdVolker Lendecke2010-09-281-2/+4
* Last 2 VFS_STAT -> LSTAT fixes I can see in the modules code.Jeremy Allison2009-10-161-1/+6
* s3:smbd: Attempt to fix the build on HP/UXVolker Lendecke2009-09-181-0/+1
* s3: Attempt to fix hpuxacl moduleTim Prouty2009-07-291-4/+12
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-26/+7
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-9/+11
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-1/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-1/+1
* Fix two uninitialized variables in vfs_hpuxacl.cVolker Lendecke2008-01-171-2/+2
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-3/+3
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-071-3/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-20/+20
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22615: fix prototypeMichael Adam2007-10-101-1/+1
* r22529: Add implementation of HP-UX ACLs in the new vfs-module framework.Michael Adam2007-10-101-56/+1137
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-0/+1
* r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough2007-10-101-0/+104