Up to [Development] / xfs-cmds / acl / include
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Wed Feb 27 04:56:14 2002 UTC (15 years, 7 months ago) by tes
Branch: MAIN
CVS Tags: XFS-1_3_0pre1,
HEAD
Changes since 1.11: +29 -103
lines
Diff to previous 1.11 (unified)
merging in many of Andreas changes Merge of xfs-cmds-2.4.18:slinx:112840a by nathans.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 25 22:47:37 2002 UTC (15 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.10: +204 -0
lines
Diff to previous 1.10 (unified)
Merge of xfs-cmds-2.4.18:slinx:112279a by nathans. acl/include/sys/acl.h 1.1 Renamed to acl/include/acl.h install symlinks to self rather than have deep directory trees here. fits in better with the build model now in use.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 25 22:13:12 2002 UTC (15 years, 7 months ago) by nathans
Branch: MAIN
Changes since 1.9: +0 -165
lines
Diff to previous 1.9 (unified)
Merge of xfs-cmds-2.4.18:slinx:111141a by nathans. deleted, we now switch over to a new version of ACL userspace derived closely from Andreas' code.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 30 22:52:52 2001 UTC (15 years, 11 months ago) by roehrich
Branch: MAIN
Changes since 1.8: +7 -6
lines
Diff to previous 1.8 (unified)
No Message Supplied
Revision 1.8 / (download) - annotate - [select for diffs], Fri Aug 24 05:51:02 2001 UTC (16 years, 1 month ago) by tes
Branch: MAIN
Changes since 1.7: +1 -0
lines
Diff to previous 1.7 (unified)
Add acl_error_string() proto.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 6 02:41:49 2001 UTC (16 years, 2 months ago) by nathans
Branch: MAIN
Changes since 1.6: +81 -95
lines
Diff to previous 1.6 (unified)
fix up to remove namespace pollution and XFS-specific macros, etc.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 6 04:55:01 2001 UTC (16 years, 4 months ago) by tes
Branch: MAIN
Changes since 1.5: +1 -0
lines
Diff to previous 1.5 (unified)
Add ACL_OTHER (defined same as ACL_OTHER_OBJ).
Revision 1.5 / (download) - annotate - [select for diffs], Tue May 29 07:08:24 2001 UTC (16 years, 4 months ago) by tes
Branch: MAIN
CVS Tags: Linux-2_4_5-merge
Changes since 1.4: +3 -0
lines
Diff to previous 1.4 (unified)
Add ACL_UNDEFINED_TAG & ACL_PERM_NONE for acl_create_entry. Add acl_get_perm() proto.
Revision 1.4 / (download) - annotate - [select for diffs], Wed May 23 09:02:48 2001 UTC (16 years, 4 months ago) by tes
Branch: MAIN
Changes since 1.3: +15 -0
lines
Diff to previous 1.3 (unified)
Add stuff for acl_set_compat() to turn on/off irix semantics.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Apr 17 07:19:34 2001 UTC (16 years, 6 months ago) by tes
Branch: MAIN
Changes since 1.2: +11 -1
lines
Diff to previous 1.2 (unified)
Add some more POSIX ACL prototypes which have been added to the library. Also fix the definition of the acl_permset_t type. Code provided from: jtrostel@connex.com
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 18 04:29:40 2001 UTC (16 years, 9 months ago) by tes
Branch: MAIN
CVS Tags: Release-1_0_0
Changes since 1.1: +2 -13
lines
Diff to previous 1.1 (unified)
Delete prototypes whose functions are not implemented in the libacl library.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 15 10:28:46 2001 UTC (16 years, 9 months ago) by tes
Branch: MAIN
Add XFS/ACL support