Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * setfacl.c (getaclentry): Allow to delete default entries for the | Corinna Vinschen | 2009-11-29 | 1 | -3/+12 |
| | | | | owner and owner group. | ||||
* | * mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generate | Corinna Vinschen | 2009-05-06 | 1 | -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 of | Corinna Vinschen | 2008-05-22 | 1 | -7/+14 |
| | | | | | error. (main): Return with error code from setfacl. | ||||
* | bad_keywords | Christopher Faylor | 2006-01-18 | 1 | -4/+4 |
| | |||||
* | * getfacl (main): Remove extern declaration of optind. | Corinna Vinschen | 2003-09-11 | 1 | -2/+0 |
| | | | | * setfacl (main): Remove extern declaration of optarg and optind. | ||||
* | * cygcheck.cc (usage) Add description output. | Joshua Daniel Franklin | 2003-04-26 | 1 | -1/+0 |
| | |||||
* | * mkgroup.c: Fix copyright date. | Corinna Vinschen | 2003-01-15 | 1 | -1/+1 |
| | | | | | | | * mkpasswd.c: Ditto. * setfacl.c: Ditto. Fix ChangeLog typos. | ||||
* | * setfacl (usage): Remove double ":" for mask and other. | Corinna Vinschen | 2003-01-10 | 1 | -2/+2 |
| | |||||
* | * setfacl.c (main): Place a single : after other and mask. | Corinna Vinschen | 2002-12-15 | 1 | -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 Vinschen | 2002-11-24 | 1 | -4/+4 |
| | | | | (getaclentry): Set a_id to -1 by default. | ||||
* | * setfacl.c (usage): Add missing LF. | Corinna Vinschen | 2002-11-08 | 1 | -1/+1 |
| | |||||
* | Add final newlines to utils | Joshua Daniel Franklin | 2002-09-15 | 1 | -1/+2 |
| | |||||
* | * setfacl.c (usage): Standardize usage output. Change return type to | Corinna Vinschen | 2002-05-24 | 1 | -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 Vinschen | 2001-11-04 | 1 | -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 Vinschen | 2001-03-05 | 1 | -0/+11 |
| | | | | | * setfacl.c: Ditto. * strace.cc: Ditto. | ||||
* | * Makefile.in: Accomodate newer gcc's which require linking of c++ programs | Christopher Faylor | 2000-10-28 | 1 | -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 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+377 |