summaryrefslogtreecommitdiffstats
path: root/winsup/utils/getfacl.c
Commit message (Collapse)AuthorAgeFilesLines
* * getfacl.c (print_version): Fix copyright.Corinna Vinschen2009-11-111-18/+16
| | | | | | (main): Don't reuse local variables confusingly. Don't print any file information if acl() fails. Improve error message. Always print a trailing empty line. Set return code to 2 if accessing some file fails.
* * getfacl.c (main): Correct layout when nopt is set.Corinna Vinschen2004-09-151-2/+2
|
* * getfacl (main): Remove extern declaration of optind.Corinna Vinschen2003-09-111-1/+0
| | | | * setfacl (main): Remove extern declaration of optarg and optind.
* * getfacl.c (username): Fix ambiguous printf calls.Corinna Vinschen2003-03-091-6/+6
| | | | | (groupname): Ditto. (main): Ditto.
* * setfacl.c (main): Place a single : after other and mask.Corinna Vinschen2002-12-151-2/+2
| | | | | * getfacl.c (getaclentry): Allow both : and :: for other and mask. (main): Remove extraneous break.
* * getfacl.c (permstr): Use `other' permission bits for requestingCorinna Vinschen2002-11-241-3/+3
| | | | ace permissions.
* Add final newlines to utilsJoshua Daniel Franklin2002-09-151-1/+2
|
* * getfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen2002-05-231-58/+93
| | | | | | | static void. (print_version): New function. (longopts): Added longopts for all options. (main): Accommodate new help and version options.
* * cygcheck.cc: Fix typo. Remove uid_t kludge. Rely on kludge in sys/cygwin.hChristopher Faylor2002-01-291-0/+1
| | | | | | | instead. * getfacl.c: Add include to remove warning. * mkgroup.c (main): Assign variables outside of parameter passing. This seems to eliminate some compiler warnings.
* * getfacl.c (username): New function.Corinna Vinschen2001-11-041-15/+98
| | | | | | | | | | | | | (groupname): Ditto. (usage): Ditto. Add more user friendly help text. (main): Add -n and --help option. Print names instead of IDs unless -n option is given. * setfacl.c (getperm): Tolerate whitespace and comment chars in input. (getaclentry): Fix several input string misdetections. (getaclentries): Allow - as input file name to read from stdin. Tolerate whitespace and comment chars in input. (usage): Add more user friendly help text. (main): Add --help option.
* * getfacl.c: Add copyright hint.Corinna Vinschen2001-03-051-0/+11
| | | | | * setfacl.c: Ditto. * strace.cc: Ditto.
* Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor2000-10-281-52/+54
|
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+124