[BACK]Return to exports CVS log [TXT][DIR] Up to [Development] / xfs-cmds / acl

File: [Development] / xfs-cmds / acl / exports (download)

Revision 1.2, Tue Jul 29 01:55:43 2003 UTC (14 years, 3 months ago) by nathans
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +3 -0 lines

ACL update from AG - libmisc routines, numerous test updates

ACL_1.0 {
    global:
	# POSIX 1003.1e draft stardard 17 functions
	acl_init;
	acl_dup;
	acl_free;
	acl_valid;
	acl_copy_entry;
	acl_create_entry;
	acl_delete_entry;
	acl_get_entry;
	acl_add_perm;
	acl_calc_mask;
	acl_clear_perms;
	acl_delete_perm;
	acl_get_permset;
	acl_set_permset;
	acl_get_qualifier;
	acl_get_tag_type;
	acl_set_qualifier;
	acl_set_tag_type;
	acl_copy_ext;
	acl_copy_int;
	acl_from_text;
	acl_size;
	acl_to_text;
	acl_delete_def_file;
	acl_get_fd;
	acl_get_file;
	acl_set_fd;
	acl_set_file;

	# Linux specific extensions
	acl_check;
	acl_cmp;
	acl_entries;
	acl_equiv_mode;
	acl_error;
	acl_extended_fd;
	acl_extended_file;
	acl_from_mode;
	acl_get_perm;
	acl_to_any_text;

    local:
    	# Library internal stuff
	__new_var_obj_p;
	__new_obj_p_here;
	__free_obj_p;
	__check_obj_p;
	__ext2int_and_check;
	__acl_reorder_entry_obj_p;
	__acl_reorder_obj_p;
	__acl_init_obj;
	__acl_create_entry_obj;
	__acl_free_acl_obj;
	__acl_to_any_text;
	__apply_mask_to_mode;

	quote;
	unquote;
};

ACL_1.1 {
    global:
	# Linux specific extensions
	perm_copy_fd;
	perm_copy_file;
} ACL_1.0;