summaryrefslogtreecommitdiff
path: root/uidlist.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.5pre1v3.2.5pre1Wayne Davison2022-08-011-1/+1
* Make sure sign is consistend in 2 gid comparisons.Wayne Davison2022-08-011-2/+2
* Silence a few more warnings.Wayne Davison2020-09-291-8/+18
* Add the `name converter` daemon parameter.Wayne Davison2020-07-171-16/+53
* Add new code to recv_group_name() too.Wayne Davison2020-07-131-5/+11
* Avoid a crash if id-0 doesn't exist.Wayne Davison2020-07-131-8/+18
* Send the uid/gid 0 name since not all systems use 0 for root.Wayne Davison2020-07-051-36/+39
* Change name map funcs to return a const char*.Wayne Davison2020-07-051-2/+2
* Some memory allocation improvementsWayne Davison2020-06-251-10/+0
* Yes, we know we're discarding a return value.Wayne Davison2020-06-191-3/+3
* Some indentation fixes.Wayne Davison2020-06-131-12/+5
* Spelling fixes from a Fossies run done by Jens.Wayne Davison2020-04-151-1/+1
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Tweak some indentation.Wayne Davison2020-04-051-2/+2
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Change daemon's gid list to use an "item_list".Wayne Davison2015-08-241-9/+33
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Fix usermap/groupmap parsing of MIN-MAX IDs.Wayne Davison2014-04-301-2/+5
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Fix two unused-variable compiler warnings.Wayne Davison2011-09-221-2/+1
* Use a union for idlist's name/max_id value. Fixes bug 8137.Wayne Davison2011-05-161-25/+37
* Some uid/gid fixes for (id_t)-1 and other large ID values.Wayne Davison2011-02-221-15/+32
* Avoid a compiler warnings about a signed/unsigned mismatch.Wayne Davison2009-12-131-1/+1
* Moved a few group-related functions with some minor tweaks;Wayne Davison2009-10-201-5/+61
* Define and use "our_gid" variable.Wayne Davison2009-09-021-10/+4
* Enhance name_to_{u,g}id() to optionally parse numbers and renameWayne Davison2009-05-071-12/+5
* Fixed recv_add_uid() to properly differentiate users and groups.Matt McCutchen2009-01-131-3/+3
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Adding the --usermap/--groupmap/--chown options.Wayne Davison2008-11-151-50/+146
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-5/+4
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Make a few more char pointers const.Wayne Davison2008-02-191-4/+4
* Some daemon security improvements, including the new parametersWayne Davison2008-02-151-2/+10
* Made some user-/group-name pointers "const".Wayne Davison2007-12-291-6/+6
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Changed "count" to "used" in struct file_list since there canWayne Davison2007-07-071-2/+2
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Fixed a thinko in the calling of recv_add_gid().Wayne Davison2007-05-211-1/+1
* The match_gid() function needed to affect the *flags_ptr valueWayne Davison2007-05-211-13/+12
* Moved GID_NONE define from rsync.h to uidlist.c.Wayne Davison2007-05-201-9/+8
* - Changed id & id2 from int to id_t in the struct iflist.Wayne Davison2007-05-201-37/+52
* Changed the *_abbbrevint() functions to *_varint().Wayne Davison2007-04-201-6/+6
* Got rid of ACL's uid/gid iterators in favor of a single functionWayne Davison2007-04-181-9/+3
* Use the abbrevint30 routines in a few more places.Wayne Davison2007-03-111-6/+7
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-4/+15
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Assign the owner and group using F_OWNER() and F_GROUP().Wayne Davison2006-12-281-2/+2
* - Made match_uid(), match_gid(), recv_user_name(), and recv_group_name()Wayne Davison2006-12-281-12/+16