| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "-h" arguments to getfacl and setfacl, which behave in a manner | rwatson | 2002-12-30 | 3 | -6/+21 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 6 | -12/+18 |
* | Remove extraneous blank line | jedgar | 2002-02-19 | 1 | -1/+0 |
* | Use acl_dup() to duplicate an ACL instead of rolling our own | jedgar | 2002-02-19 | 1 | -14/+2 |
* | Use a more correct method of copying entire ACLs (fixes | jedgar | 2002-02-03 | 1 | -3/+16 |
* | Spelling. | ru | 2001-12-04 | 1 | -1/+1 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -2/+0 |
* | Move the code merging ACL_USER and ACL_GROUP objects from under | jedgar | 2001-12-03 | 1 | -22/+33 |
* | Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL) | jedgar | 2001-12-03 | 4 | -27/+31 |
* | style(9) cleanups mostly consisting of: | jedgar | 2001-12-03 | 6 | -87/+85 |
* | Correct example to remove *all* extended ACL entries and | jedgar | 2001-12-03 | 1 | -3/+4 |
* | o Expand the explaination of the -b option WRT the resulting | jedgar | 2001-12-02 | 1 | -3/+13 |
* | o Correct error message forgotten in the last commit (malloc() -> calloc()) | jedgar | 2001-12-02 | 1 | -3/+2 |
* | Use calloc(3) instead of rolling our own. | jedgar | 2001-12-02 | 1 | -2/+1 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
* | Silence WARNS=2 and BDECFLAGS on alpha and i386 | kris | 2001-05-20 | 3 | -2/+4 |
* | Correct assignment of the resulting ACL allowing the mask entry to | jedgar | 2001-05-03 | 1 | -1/+1 |
* | o Separate acl_t into internal and external representations as | jedgar | 2001-04-24 | 5 | -98/+168 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -1/+1 |
* | setfacl and getfacl no longer need to link against libposix1e, since it | tmm | 2001-04-04 | 1 | -2/+0 |
* | mdoc(7) police: fix markup and some spelling. | ru | 2001-03-23 | 1 | -47/+73 |
* | Remove extra CFLAGS | jedgar | 2001-03-20 | 1 | -2/+1 |
* | Remove 'NOSHARED=yes' (../Makefile.inc already sets this) | jedgar | 2001-03-19 | 1 | -2/+0 |
* | o Missed in addition of setfacl.h in setfacl(1) | rwatson | 2001-03-19 | 1 | -0/+76 |
* | o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs | rwatson | 2001-03-19 | 8 | -0/+983 |