summaryrefslogtreecommitdiff
path: root/libacl
Commit message (Expand)AuthorAgeFilesLines
...
* Undoes mod: xfs-cmds:slinx:120772aEric Sandeen2002-06-041-1/+1
* Update copyright datesEric Sandeen2002-06-041-1/+1
* __acl_to_any_text bug fix from Andreas, test updates.Nathan Scott2002-04-301-12/+11
* updates from Andreas -libacl build change, 64 bit struct packing fix rework.Nathan Scott2002-04-223-6/+9
* bump to version 2.0.9 - small fix for a 64-bit-platform-only issue withNathan Scott2002-04-152-3/+5
* we were incorrectly linking a library with another library - this failsNathan Scott2002-04-141-1/+0
* bump to version 2.0.7, document changes.Nathan Scott2002-04-091-1/+1
* missed part of Andreas last round of patches.Nathan Scott2002-03-273-319/+12
* bump version number to 2.0.5 - section 3 added to man pages, someNathan Scott2002-03-268-209/+366
* Make acl_entry_to_any_str() a static function and move it to libacl/acl_to_an...Nathan Scott2002-03-253-301/+253
* Fix up acl_to_text compliance with POSIX draft (from Andreas).Nathan Scott2002-03-211-1/+1
* bump version, incorporate Andreas' last round of patches.Nathan Scott2002-02-2849-200/+84
* fix build failure, missing definition of NULL.Nathan Scott2002-02-271-0/+1
* integrate the Debian packaging again.Nathan Scott2002-02-271-2/+1
* merging in many of Andreas changesTim Shimmin2002-02-277-187/+17
* Merge of xfs-cmds-2.4.18:slinx:112283a by nathans.Nathan Scott2002-02-251-1/+1
* Merge of xfs-cmds-2.4.18:slinx:112282a by nathans.Tim Shimmin2002-02-254-4/+53
* Merge of xfs-cmds-2.4.18:slinx:112262a by nathans.Nathan Scott2002-02-2554-0/+3575
* Merge of xfs-cmds-2.4.18:slinx:111141a by nathans.Nathan Scott2002-02-254-2078/+0
* allow spaces in between words of qualifier names for acl_from_text() in libaclTim Shimmin2001-11-141-1/+25
* Adding header for Andi K. for SuSE.Tim Shimmin2001-08-281-0/+1
* bump the release number, document bugs fixed.Nathan Scott2001-08-271-0/+2
* Add Andi's acl_error_string() code for getting betterTim Shimmin2001-08-241-98/+183
* fix the ACE ordering issue for setfacl, based on suggestions from Eric Peters.Nathan Scott2001-08-161-0/+1
* put acl_from_mode back to how it was - leave for Tim to investigateNathan Scott2001-08-061-8/+23
* add in Andreas Gruenbacher's ACL userspace tools, unchanged.Nathan Scott2001-08-064-294/+1006
* updates to integrate libtool into the build throughout the package.Nathan Scott2001-07-161-13/+7
* workaround syscall number collision on recent ia64 kernels.Nathan Scott2001-07-021-2/+2
* Bump revision to 7 for acl_get_qualifier() change.Tim Shimmin2001-06-201-1/+14
* Add ACL_OTHER (defined same as ACL_OTHER_OBJ).Tim Shimmin2001-06-061-2/+11
* Bump version for acl_get_file,acl_get_fd,acl_create_entry,acl_get_entry changes.Tim Shimmin2001-05-291-43/+51
* With change to libacl, we now need to call acl_set_compat(ACL_COMPAT_IRIXGET)Tim Shimmin2001-05-231-2/+59
* remove -Wno-parenthese - not needed.Nathan Scott2001-05-091-4/+4
* Add some more POSIX ACL prototypes which have been added toTim Shimmin2001-04-171-0/+179
* change over to ia64 friendly syscall() instead of _syscall* macrosAndrew Gildfind2001-03-291-26/+15
* cleanup attr/acl syscallsTim Shimmin2001-02-011-8/+17
* Don't incorrectly override the errno with the wrong Tim Shimmin2001-01-311-11/+10
* correct the cpp logic for syscall expansion.Nathan Scott2001-01-271-3/+3
* Add XFS/ACL supportTim Shimmin2001-01-152-0/+981