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
/
access.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-26
Bump the year to 2014.
Wayne Davison
1
-1
/
+1
2013-01-19
Update copyright year.
Wayne Davison
1
-1
/
+1
2011-01-03
Daemon supports forward-DNS lookups for simple hostnames
Wayne Davison
1
-19
/
+51
2009-01-15
Change some args from "char *" to "const char *" in order to get rid of
Wayne Davison
1
-8
/
+7
2009-01-03
Update the copyright year.
Wayne Davison
1
-1
/
+1
2008-03-01
Include 2008 in the copyright years.
Wayne Davison
1
-1
/
+1
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-02-04
Further modifications to the copyright comment section.
Wayne Davison
1
-4
/
+3
2006-04-25
Updated the FSF's address to an even newer one.
Wayne Davison
1
-3
/
+3
2006-04-25
- Updated the address for the FSF in the opening comment.
Wayne Davison
1
-22
/
+19
2005-11-10
Indent the "oom:" label away from column 0.
Wayne Davison
1
-1
/
+1
2005-02-14
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
1
-6
/
+6
2005-01-28
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
1
-6
/
+6
2005-01-15
Simplified the logic in allow_access() and tweaked some whitespace.
Wayne Davison
1
-33
/
+32
2004-09-24
- Make sure that match_address() always restores the "tok" string,
Wayne Davison
1
-13
/
+18
2003-07-30
Call wildmatch(), not fnmatch().
Wayne Davison
1
-1
/
+1
2003-07-07
Changed "./0123456789" to just ".0123456789".
Wayne Davison
1
-1
/
+1
2003-07-07
I decided to go with the slightly simpler logic Thorild Selen suggested
Wayne Davison
1
-2
/
+1
2003-07-07
Improved deficiencies in the hostname-vs-address check (reintroduced in the
Wayne Davison
1
-6
/
+18
2003-07-05
Restored an isdigit() check in the match_address() function, but check
Wayne Davison
1
-0
/
+5
2003-01-20
Fix bug that causes messages like
David Dykstra
1
-5
/
+4
2003-01-09
AI_NUMERICHOST is not defined on AIX.
David Dykstra
1
-0
/
+2
2003-01-09
Support IPv6 addresses with "hosts allow" and "hosts deny". Patch from
David Dykstra
1
-23
/
+134
2002-04-11
Try to fix ctype issues by always calling these functions as
Martin Pool
1
-1
/
+1
2000-08-19
allow 0.0.0.0/0 syntax in hosts allow/deny
Andrew Tridgell
1
-0
/
+1
1998-05-22
add a cast to initialisation of mask
Andrew Tridgell
1
-1
/
+1
1998-05-14
make host access controls case insensitive
Andrew Tridgell
1
-0
/
+3
1998-05-13
added hosts allow and hosts deny support. I ended up writing my own as
Andrew Tridgell
1
-0
/
+127