summaryrefslogtreecommitdiff
path: root/lib/permstring.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-5/+3
* Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison2006-10-131-1/+1
* 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-38/+42
* Changed the mode arg from an int to a mode_t.Wayne Davison2006-01-301-2/+1
* Only refer to S_ISVTX if S_ISVTX is defined.Wayne Davison2003-01-101-0/+2
* Just include rsync.h rather than all the individual headers.Martin Pool2001-11-291-1/+1
* When producing a ls-style permissions string, also handleMartin Pool2001-11-271-0/+13
* Split code to generate "rwx-----" strings into lib/permstring.c so itMartin Pool2001-11-271-0/+48