summaryrefslogtreecommitdiff
path: root/libacl/acl_from_mode.c
Commit message (Collapse)AuthorAgeFilesLines
* acl_from_mode, acl_copy_int: Fix segfault on allocation failureTavian Barnes2020-09-031-1/+1
| | | | | | | | | __acl_free_acl_obj() is unprepared for NULL, so just return immediately instead of trying to free a NULL obj. Signed-off-by: Tavian Barnes <tavianator@tavianator.com> [Fix the same bug in acl_copy_int.] Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
* Update my email addressAndreas Gruenbacher2020-02-061-1/+1
|
* Cleanup internal headers usageYury Usishchev2016-02-151-1/+0
| | | | | move acl/libacl.h and sys/acl.h includes to libacl/libacl.h, include libacl.h to acl_valid.c
* Rework config.h usageYury Usishchev2016-02-151-0/+1
| | | | | | | | | Move #include "config.h" from misc.h to every source file. It's incorrect to include it after a system header file because it does things like: Those must come before you include any system header file in order for them to work properly. It hasn't bitten us so far, but we still should fix the files to do the right thing.
* Fix wrong license notices; add missing noticesAndreas Gruenbacher2009-03-131-1/+1
| | | | | | | | | | | Some of the license notices are referring to GPLv2.1. This is wrong; the proper licenses that the notices should refer to are GPLv2, and LGPLv2.1. Fix this mistake. Add missing license notices to a whole bunch of files which didn't indicate their license. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
* License and email address updates from Andreas.Nathan Scott2004-11-301-4/+4
| | | | Merge of xfs-cmds-melb:slinx:20368a by kenmcd.
* Merge several ACL userspace patches from Andreas.Nathan Scott2003-02-101-1/+1
| | | | Fix an error handling case.
* bump version, incorporate Andreas' last round of patches.Nathan Scott2002-02-281-2/+1
|
* Merge of xfs-cmds-2.4.18:slinx:112262a by nathans.Nathan Scott2002-02-251-0/+74
Removed, replaced by a new version of the ACL userspace from AndreasG.