index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uidlist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-25
Decided to hold off on the potential memory savings of indexed
Wayne Davison
1
-38
/
+6
2006-01-24
Dump some debug code.
Wayne Davison
1
-2
/
+0
2006-01-24
Optimized id_pair() so that clumps of IDs get handled more
Wayne Davison
1
-8
/
+20
2006-01-24
The uid & gid are now stored using an id_pair structure.
Wayne Davison
1
-7
/
+28
2005-11-10
Got rid of a superfluous newline.
Wayne Davison
1
-1
/
+0
2005-02-14
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
1
-2
/
+2
2005-01-28
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
1
-3
/
+3
2004-04-28
Fixed the use of an uninitialized variable in map_uid() and map_gid().
Wayne Davison
1
-3
/
+3
2004-02-20
- Guard against and out-of-memory condition.
Wayne Davison
1
-6
/
+7
2004-02-05
Fixed a problem handling GID_NONE in match_gid().
Wayne Davison
1
-2
/
+2
2004-02-05
- Fixed a bug using --numeric-ids as non-root when the receiver
Wayne Davison
1
-135
/
+110
2004-02-04
Moved a function.
Wayne Davison
1
-27
/
+27
2004-02-04
If a gid doesn't have a name on the originating system, the receiver
Wayne Davison
1
-5
/
+3
2004-02-04
Use the new HAVE_GETGROUPS define.
Wayne Davison
1
-2
/
+5
2004-02-04
Use MY_GID() instead of getgid().
Wayne Davison
1
-2
/
+2
2004-02-04
Another improvement to the debug info we output.
Wayne Davison
1
-3
/
+12
2004-02-04
Tweaked the new debug-logging strings.
Wayne Davison
1
-6
/
+6
2004-02-04
Output some debug info if verbose > 3.
Wayne Davison
1
-3
/
+24
2004-02-03
Added a little more compatibility code for non-standard systems.
Wayne Davison
1
-12
/
+14
2004-01-24
The static last_in value in match_gid() needed to default to -2 so
Wayne Davison
1
-1
/
+1
2004-01-22
Made the getgroups() code a little more portable. This will hopefully
Wayne Davison
1
-3
/
+19
2004-01-15
Fixed a bug when a non-root user copies a GID=0 file with -g set
Wayne Davison
1
-7
/
+5
2004-01-03
Create GID_NONE for use gid test readability.
J.W. Schultz
1
-2
/
+2
2004-01-02
Set the file's gid to -1 if we don't have permissions to set it.
Wayne Davison
1
-7
/
+39
2003-12-06
Merged in the security fixes from 2.5.7.
Wayne Davison
1
-3
/
+3
1999-03-01
When comparing -1 to a group id, cast -1 with gid_t because on some systems
David Dykstra
1
-1
/
+1
1999-03-01
Prevent the -g option from preserving groups that a non-root receiver
David Dykstra
1
-3
/
+7
1998-05-10
change to allow names or numbers to be used for uid and gid.
Andrew Tridgell
1
-25
/
+6
1998-04-01
fixed a string termination bug in the uidlist handling code. I've also
Andrew Tridgell
1
-4
/
+4
1998-03-23
a large change to make rsync much more memory efficient. This is done
Andrew Tridgell
1
-4
/
+4
1998-01-13
*** empty log message ***
Andrew Tridgell
1
-0
/
+310