summaryrefslogtreecommitdiffstats
path: root/winsup/utils/setfacl.c
Commit message (Collapse)AuthorAgeFilesLines
* * setfacl.c (getaclentry): Allow to delete default entries for theCorinna Vinschen2009-11-291-3/+12
| | | | owner and owner group.
* * mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generateCorinna Vinschen2009-05-061-3/+3
| | | | | | | | | user's homedir. * mkgroup.c: Accommodate ctype changes. * mkpasswd.c: Ditto. * setfacl.c: Ditto. * ssp.c: Ditto.
* * setfacl.c (setfacl): Change from void to int. Return 2 in case ofCorinna Vinschen2008-05-221-7/+14
| | | | | error. (main): Return with error code from setfacl.
* bad_keywordsChristopher Faylor2006-01-181-4/+4
|
* * getfacl (main): Remove extern declaration of optind.Corinna Vinschen2003-09-111-2/+0
| | | | * setfacl (main): Remove extern declaration of optarg and optind.
* * cygcheck.cc (usage) Add description output.Joshua Daniel Franklin2003-04-261-1/+0
|
* * mkgroup.c: Fix copyright date.Corinna Vinschen2003-01-151-1/+1
| | | | | | | * mkpasswd.c: Ditto. * setfacl.c: Ditto. Fix ChangeLog typos.
* * setfacl (usage): Remove double ":" for mask and other.Corinna Vinschen2003-01-101-2/+2
|
* * setfacl.c (main): Place a single : after other and mask.Corinna Vinschen2002-12-151-3/+3
| | | | | * getfacl.c (getaclentry): Allow both : and :: for other and mask. (main): Remove extraneous break.
* * setfacl.c (getperm): Set only `other' permission bits.Corinna Vinschen2002-11-241-4/+4
| | | | (getaclentry): Set a_id to -1 by default.
* * setfacl.c (usage): Add missing LF.Corinna Vinschen2002-11-081-1/+1
|
* Add final newlines to utilsJoshua Daniel Franklin2002-09-151-1/+2
|
* * setfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen2002-05-241-122/+195
| | | | | | | static void. (print_version): New function. (longopts): Added longopts for all options. (main): Accommodate changes in usage function and new version option.
* * getfacl.c (username): New function.Corinna Vinschen2001-11-041-36/+143
| | | | | | | | | | | | | (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.
* * Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor2000-10-281-1/+1
| | | | | | | | with g++. Fixup output for some compilations. * cygcheck.cc: Respond to compiler warnings. * dumper.cc (main): Ditto. * parse_pe.cc (exclusion::sort_and_check): Ditto. * setfacl.cc (getaclentry): Ditto.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+377