aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Forward MSG_IO_ERROR to the generator so that it can disable deletions.Wayne Davison2007-10-131-0/+7
* Improvements surrounding --list-only and --dirs.Wayne Davison2007-10-131-9/+21
* Get the version # right in the changelog.Wayne Davison2007-10-121-1/+1
* Modify the changelog section in the .spec file for each release.Wayne Davison2007-10-121-2/+4
* Fixed the day of the week.Wayne Davison2007-10-121-1/+1
* Improved the summary, the description, and the changelog.Wayne Davison2007-10-121-51/+12
* Improved the initial description summary.Wayne Davison2007-10-121-16/+17
* One more tweak to the synopsis.Wayne Davison2007-10-121-2/+2
* Improvements suggested by Matt's improved manpage.Wayne Davison2007-10-121-13/+11
* Preparing for release of 3.0.0pre2Wayne Davison2007-10-124-6/+6
* Tweaked a couple minor things.Wayne Davison2007-10-121-2/+2
* Conditionalize the call to setup_iconv().Wayne Davison2007-10-102-2/+12
* - Use the new *_CONTENT_DIR flag names (was *_XFER_DIR).Wayne Davison2007-10-081-9/+9
* - Mark implied dirs with FLAG_IMPLIED_DIR.Wayne Davison2007-10-081-21/+34
* - Added a flag for implied dirs: FLAG_IMPLIED_DIR.Wayne Davison2007-10-081-6/+7
* Reposition the call to setup_iconv() so that it gets called only onceWayne Davison2007-10-073-2/+7
* Improved on the list-only fix and on the other similar checks that wantWayne Davison2007-10-071-5/+5
* - Simplified the code in recv_file_entry() for protocol 30.Wayne Davison2007-10-071-20/+22
* Mention how --list-only w/o -r now abandons an old kluge.Wayne Davison2007-10-071-6/+13
* We now send -d to the server for a list-only transfer w/o -r (ratherWayne Davison2007-10-071-7/+2
* Set xfer_dirs when we set list_only.Wayne Davison2007-10-071-3/+9
* Got rid of some old exclude trickery for --list-only w/o -r.Wayne Davison2007-10-071-6/+0
* Got rid of a useless list_only tweak.Wayne Davison2007-10-071-3/+0
* Fix list-only output of dirs w/--relative but w/o --recursive.Wayne Davison2007-10-071-1/+1
* A couple tweaks to the AIX ACL code.Wayne Davison2007-10-051-2/+2
* Make sure ICONV_OPTION is unset if we didn't find iconv_open()Wayne Davison2007-10-051-0/+3
* Simplified a SMB_ACL_NEED_SORT conditional because some preprocessorsWayne Davison2007-10-051-7/+4
* The hpux_count_obj() function should have been declared with aWayne Davison2007-10-051-1/+1
* A few more improvements and some reshuffling.Wayne Davison2007-10-051-16/+18
* Preparing for release of 3.0.0pre1Wayne Davison2007-10-054-6/+6
* One more tweak.Wayne Davison2007-10-051-6/+7
* The latest changes.Wayne Davison2007-10-011-9/+15
* Mention that we abort if the pid file exists.Wayne Davison2007-10-011-1/+2
* The lp_load() function doesn't fudge the pszFname arg anymore.Wayne Davison2007-10-011-8/+1
* - Set config_file to a default filename if it is NULL.Wayne Davison2007-10-011-4/+18
* Mention the latest way to specify multiple remote args.Wayne Davison2007-09-301-21/+17
* Made list more complete.Wayne Davison2007-09-301-22/+95
* Got rid of some SPACE-TAB sequencs in the indentation.Wayne Davison2007-09-302-9/+9
* Allow additional remote args to contain an identical hostname insteadWayne Davison2007-09-301-9/+24
* Moved become_daemon() into clientserver.c.Wayne Davison2007-09-301-29/+0
* - Moved become_daemon() here from socket.c and made it static.Wayne Davison2007-09-301-23/+57
* Improved --acls, --xattrs, and --fake-super.Wayne Davison2007-09-291-12/+24
* Specify a better SMB_ACL_VALID_NAME_BITS value for OS X.Wayne Davison2007-09-291-1/+1
* Added get_xattr_acl(), set_xattr_acl(), and del_def_xattr_acl().Wayne Davison2007-09-291-0/+27
* When running with --fake-super, get/put ACLs from/to an xattr and don'tWayne Davison2007-09-291-8/+77
* Tweaked a variable name.Wayne Davison2007-09-291-4/+3
* Added support for OS X testing using chmod +a and ls.Wayne Davison2007-09-291-16/+36
* - Added OS X ACL support.Wayne Davison2007-09-282-248/+341
* Added OS X ACL support, using slightly tweaked sys_acl_*()Wayne Davison2007-09-281-45/+37
* We enable ACL compilation on OS X by default now.Wayne Davison2007-09-281-1/+3