aboutsummaryrefslogtreecommitdiffstats
path: root/chmod.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
|
* Update copyright year.Wayne Davison2013-01-191-1/+1
|
* Enhance --chmod to allow octal values.Wayne Davison2010-12-161-3/+27
|
* Update the copyright year.Wayne Davison2009-01-031-1/+1
|
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
|
* Got rid of some SPACE-TAB sequencs in the indentation.Wayne Davison2007-09-301-3/+3
|
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
|
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
|
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
|
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
|
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-0/+21
| | | | | | | - Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files).
* - The orig_umask value is now a mode_t.Wayne Davison2006-02-241-5/+5
| | | | - Use CHMOD_BITS instead of 07777.
* Changed parse_chmod() to return the pointer to the new items onWayne Davison2006-02-191-5/+6
| | | | success.
* Changed the way the parse_chmod() function is called.Wayne Davison2006-01-301-9/+9
|
* Tweaked parse_chmod() so that it takes a pointer to an existing listWayne Davison2006-01-211-3/+12
| | | | of chmod items (or NULL) and appends the new items onto the end.
* New --chmod support routines.Wayne Davison2005-11-071-0/+195