Wayne Davison
5fcf20ee9d
Preparing for release of 3.2.5
2022-08-14 10:15:08 -07:00
Wayne Davison
9cb7529ba6
Remove some trailing whitespace.
2022-08-13 10:53:53 -07:00
Wayne Davison
b115bc8a5d
Silence a few more warnings.
2020-09-29 16:05:29 -07:00
Wayne Davison
ab110fc8fb
Warning fixes & impossible-failure improvements
...
- Silence a couple warnings for less-common builds.
- Use a better impossible-failure idiom than assert(0).
2020-07-08 12:26:19 -07:00
Wayne Davison
6f6e5b51cc
Some TANDEM ACL support.
2020-07-05 20:09:16 -07:00
Wayne Davison
28de25a664
Some whitespace & paren cleanup.
2020-07-05 20:09:13 -07:00
Wayne Davison
052b34dceb
A bit more configure tweaking.
2020-07-05 19:16:32 -07:00
Wayne Davison
3ba4db7030
Two more spelling fixes and some year updates.
2020-04-16 09:31:02 -07:00
Wayne Davison
d29702134a
Spelling fixes from a Fossies run done by Jens.
2020-04-15 17:42:23 -07:00
Wayne Davison
3e2e4b5a33
Tweak the copyright year.
2019-03-16 09:15:49 -07:00
Wayne Davison
473108ae6e
Tweak copyright date.
2018-01-14 19:55:07 -08:00
Wayne Davison
453914e35b
Update the copyright year.
2015-08-08 12:47:03 -07:00
Wayne Davison
dfa5b49110
Bump the year to 2014.
2014-01-26 09:29:15 -08:00
Wayne Davison
b4ea93c676
Try to fix bug 7865 for some acl() EINVAL results.
2013-12-25 10:18:41 -08:00
Wayne Davison
7766e67321
Allow a failure of EINVAL to mean no ACLs are available.
...
(If our POSIX types aren't valid, we can't handle the ACLs.)
2011-02-22 08:52:48 -08:00
Wayne Davison
134f97c9cc
Support an older AIX system that doesn't have ENOTSUP.
2009-05-14 11:23:38 -07:00
Wayne Davison
aacd188034
Fixed a potential alignment issue in the IRIX ACL code when allocating
...
the initial struct acl object. Also, cast mallocs to avoid warnings.
2008-07-22 08:31:17 -07:00
Wayne Davison
d3d07a5e86
Include 2008 in the copyright years.
2008-03-01 12:01:41 -08:00
Wayne Davison
85b057cccf
Check the return code from mbr_uid_to_uuid()/mbr_gid_to_uuid() so
...
that the user sees the right error if they failed.
2008-02-23 07:44:55 -08:00
Wayne Davison
87531e6302
Get rid of some compiler warnings in the AIX sysacls code.
2007-11-29 17:12:54 -08:00
Wayne Davison
14dfad3873
A couple tweaks to the AIX ACL code.
2007-10-05 20:47:18 +00:00
Wayne Davison
90c71caeb3
The hpux_count_obj() function should have been declared with a
...
void return type.
2007-10-05 02:30:39 +00:00
Wayne Davison
5ebb7935d2
Tweaked a variable name.
2007-09-29 04:35:26 +00:00
Wayne Davison
d417c51669
- Added OS X ACL support.
...
- Simplified some of the ge/set calling sequences.
- Got rid of SMB_ACL_PERMSET_T.
2007-09-28 21:54:11 +00:00
Wayne Davison
8e41b68e8f
Tweaking the license text a bit more.
2007-07-10 13:55:49 +00:00
Wayne Davison
4fd842f98d
Switching to GPL 3.
2007-07-07 05:33:14 +00:00
Wayne Davison
898fab2577
Got rid of superfluous acl_clear_perms() call that Antti Tapaninen
...
pointed out.
2007-05-25 14:16:57 +00:00
Wayne Davison
63186ec077
Fixed a problem in a couple OS's sys_acl_get_access_bits() functions.
2007-05-21 02:09:45 +00:00
Wayne Davison
a30dcbc0a8
- Added a function to get/set all the access-bit values with a single
...
call. This allows the per-OS compatibility code to construct the
value with however many bits are supported by each OS.
- Removed several functions that rsync doesn't (and won't) need.
- Got rid of the do-nothing ACL code (the ACL code in rsync should be
disabled on a system that we can't support).
2007-05-21 01:04:34 +00:00
Wayne Davison
1b897d50a9
Leave out two unneeded sys*_fd() functions due to their using
...
a function & struct that is not available in the rsync code.
2007-03-11 07:31:17 +00:00
Wayne Davison
1c3344a105
The ACL support has arrived! This version has a brand new protocol
...
that makes it incompatible with all prior versions. A patch will be
provided to allow talking with older (patched) rsync versions.
2007-03-11 00:13:34 +00:00