index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uidlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence a few more warnings.
Wayne Davison
2020-09-29
1
-8
/
+18
*
Add the `name converter` daemon parameter.
Wayne Davison
2020-07-17
1
-16
/
+53
*
Add new code to recv_group_name() too.
Wayne Davison
2020-07-13
1
-5
/
+11
*
Avoid a crash if id-0 doesn't exist.
Wayne Davison
2020-07-13
1
-8
/
+18
*
Send the uid/gid 0 name since not all systems use 0 for root.
Wayne Davison
2020-07-05
1
-36
/
+39
*
Change name map funcs to return a const char*.
Wayne Davison
2020-07-05
1
-2
/
+2
*
Some memory allocation improvements
Wayne Davison
2020-06-25
1
-10
/
+0
*
Yes, we know we're discarding a return value.
Wayne Davison
2020-06-19
1
-3
/
+3
*
Some indentation fixes.
Wayne Davison
2020-06-13
1
-12
/
+5
*
Spelling fixes from a Fossies run done by Jens.
Wayne Davison
2020-04-15
1
-1
/
+1
*
Set Copyright years and make them easier to update
Wayne Davison
2020-04-09
1
-1
/
+1
*
Tweak some indentation.
Wayne Davison
2020-04-05
1
-2
/
+2
*
Tweak the copyright year.
Wayne Davison
2019-03-16
1
-1
/
+1
*
Tweak copyright date.
Wayne Davison
2018-01-14
1
-1
/
+1
*
Change daemon's gid list to use an "item_list".
Wayne Davison
2015-08-24
1
-9
/
+33
*
Update the copyright year.
Wayne Davison
2015-08-08
1
-1
/
+1
*
Fix usermap/groupmap parsing of MIN-MAX IDs.
Wayne Davison
2014-04-30
1
-2
/
+5
*
Bump the year to 2014.
Wayne Davison
2014-01-26
1
-1
/
+1
*
Update copyright year.
Wayne Davison
2013-01-19
1
-1
/
+1
*
Fix two unused-variable compiler warnings.
Wayne Davison
2011-09-22
1
-2
/
+1
*
Use a union for idlist's name/max_id value. Fixes bug 8137.
Wayne Davison
2011-05-16
1
-25
/
+37
*
Some uid/gid fixes for (id_t)-1 and other large ID values.
Wayne Davison
2011-02-22
1
-15
/
+32
*
Avoid a compiler warnings about a signed/unsigned mismatch.
Wayne Davison
2009-12-13
1
-1
/
+1
*
Moved a few group-related functions with some minor tweaks;
Wayne Davison
2009-10-20
1
-5
/
+61
*
Define and use "our_gid" variable.
Wayne Davison
2009-09-02
1
-10
/
+4
*
Enhance name_to_{u,g}id() to optionally parse numbers and rename
Wayne Davison
2009-05-07
1
-12
/
+5
*
Fixed recv_add_uid() to properly differentiate users and groups.
Matt McCutchen
2009-01-13
1
-3
/
+3
*
Update the copyright year.
Wayne Davison
2009-01-03
1
-1
/
+1
*
Adding the --usermap/--groupmap/--chown options.
Wayne Davison
2008-11-15
1
-50
/
+146
*
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
2008-07-13
1
-5
/
+4
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Make a few more char pointers const.
Wayne Davison
2008-02-19
1
-4
/
+4
*
Some daemon security improvements, including the new parameters
Wayne Davison
2008-02-15
1
-2
/
+10
*
Made some user-/group-name pointers "const".
Wayne Davison
2007-12-29
1
-6
/
+6
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Changed "count" to "used" in struct file_list since there can
Wayne Davison
2007-07-07
1
-2
/
+2
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
Fixed a thinko in the calling of recv_add_gid().
Wayne Davison
2007-05-21
1
-1
/
+1
*
The match_gid() function needed to affect the *flags_ptr value
Wayne Davison
2007-05-21
1
-13
/
+12
*
Moved GID_NONE define from rsync.h to uidlist.c.
Wayne Davison
2007-05-20
1
-9
/
+8
*
- Changed id & id2 from int to id_t in the struct iflist.
Wayne Davison
2007-05-20
1
-37
/
+52
*
Changed the *_abbbrevint() functions to *_varint().
Wayne Davison
2007-04-20
1
-6
/
+6
*
Got rid of ACL's uid/gid iterators in favor of a single function
Wayne Davison
2007-04-18
1
-9
/
+3
*
Use the abbrevint30 routines in a few more places.
Wayne Davison
2007-03-11
1
-6
/
+7
*
The ACL support has arrived! This version has a brand new protocol
Wayne Davison
2007-03-11
1
-4
/
+15
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
Assign the owner and group using F_OWNER() and F_GROUP().
Wayne Davison
2006-12-28
1
-2
/
+2
*
- Made match_uid(), match_gid(), recv_user_name(), and recv_group_name()
Wayne Davison
2006-12-28
1
-12
/
+16
*
Neaten up use of uid_t/gid_t variable types.
Wayne Davison
2006-12-28
1
-33
/
+38
*
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
2006-12-03
1
-5
/
+2
[next]