aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/setfacl.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen1-34/+10
2018-08-17setfacl: Rename the option --file to --set-file, as on LinuxKen Brown1-2/+3
2018-07-23getfacl and setfacl: Align with LinuxKen Brown1-3/+3
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-4/+1
2016-03-08Implement POSIX.1e ACL functionsCorinna Vinschen1-2/+1
2015-12-25setfacl: Remove unused local variableCorinna Vinschen1-1/+1
2015-12-21setfacl(1): Fix handling of -m and -x on a single commandlineCorinna Vinschen1-9/+22
2015-12-21setfacl(1): Rewrite support for mask recomputationCorinna Vinschen1-30/+51
2015-12-20setfacl --mask/--no-mask really don't need an argumentHouder1-2/+2
2015-12-19Fix missing arg requirement for setfacl -x optionHouder1-1/+1
2015-11-18setfacl: Allow to combine -b and -k optionsCorinna Vinschen1-125/+128
2015-11-18Reapply POSIX ACL changes.Corinna Vinschen1-135/+240
2014-12-15 * setfacl.c (action_t): Add DeleteDef value.Corinna Vinschen1-7/+26
2014-10-29 * setfacl.c (setfacl): Fix bracketing in expression.Corinna Vinschen1-1/+1
2014-10-27 * setfacl.c (usage): Add -b to require options.Corinna Vinschen1-1/+1
2014-10-27 * setfacl.c (action_t): Add DeleteAll value.Corinna Vinschen1-13/+67
2014-09-03 * setfacl.c (addmissing): New function to add missing acl entries toCorinna Vinschen1-0/+65
2014-09-03 * setfacl.c (getaclentry): Fix previous fix again. Allow lone 'm' asCorinna Vinschen1-10/+17
2014-09-03 * setfacl.c (getaclentry): Fix return value in case of a lone 'm' ifCorinna Vinschen1-4/+2
2014-08-31 * setfacl.c (usage): Drop outdated note that default ACEs are notCorinna Vinschen1-3/+3
2011-12-17Clean up whitespace.Christopher Faylor1-234/+234
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen1-34/+21
2011-04-18 * setfacl.c (getaclentry): Allow extra colon in mask and other entries.Corinna Vinschen1-1/+5
2011-03-28 * setfacl.c (strchrnul): Drop local implementation.Corinna Vinschen1-11/+1
2010-12-11 * setfacl.c (strchrnul): New function.Corinna Vinschen1-68/+66
2009-11-29 * setfacl.c (getaclentry): Allow to delete default entries for theCorinna Vinschen1-3/+12
2009-05-06 * mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generateCorinna Vinschen1-3/+3
2008-05-22 * setfacl.c (setfacl): Change from void to int. Return 2 in case ofCorinna Vinschen1-7/+14
2006-01-18bad_keywordsChristopher Faylor1-4/+4
2003-09-11 * getfacl (main): Remove extern declaration of optind.Corinna Vinschen1-2/+0
2003-04-26* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin1-1/+0
2003-01-15 * mkgroup.c: Fix copyright date.Corinna Vinschen1-1/+1
2003-01-10 * setfacl (usage): Remove double ":" for mask and other.Corinna Vinschen1-2/+2
2002-12-15 * setfacl.c (main): Place a single : after other and mask.Corinna Vinschen1-3/+3
2002-11-24 * setfacl.c (getperm): Set only `other' permission bits.Corinna Vinschen1-4/+4
2002-11-08 * setfacl.c (usage): Add missing LF.Corinna Vinschen1-1/+1
2002-09-15Add final newlines to utilsJoshua Daniel Franklin1-1/+2
2002-05-24 * setfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen1-122/+195
2001-11-04 * getfacl.c (username): New function.Corinna Vinschen1-36/+143
2001-03-05 * getfacl.c: Add copyright hint.Corinna Vinschen1-0/+11
2000-10-28* Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+377