[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-11-02 Thread SolidWallOfCode
Github user SolidWallOfCode closed the pull request at: https://github.com/apache/trafficserver/pull/769 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-11-02 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r83323558 --- Diff: proxy/http/remap/RemapConfig.cc --- @@ -1153,6 +1169,9 @@ remap_parse_config_bti(const char *path, BUILD_TABLE_INFO *bti)

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-11-02 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r83321967 --- Diff: proxy/http/HttpSM.cc --- @@ -4726,6 +4727,44 @@ HttpSM::do_http_server_open(bool raw) milestones[TS_MILESTONE_SERVER_FIRST_CO

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-11-02 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r83322212 --- Diff: proxy/http/HttpTransact.cc --- @@ -567,6 +567,16 @@ HttpTransact::BadRequest(State *s) } void +HttpTransact::Forbi

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-10-13 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r83321096 --- Diff: proxy/IPAllow.cc --- @@ -287,12 +298,16 @@ IpAllow::BuildTable() line = tokLine(NULL, &tok_state); } - if (

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-10-13 Thread kawaiirice
Github user kawaiirice commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r83247044 --- Diff: proxy/http/HttpTransact.cc --- @@ -567,6 +567,16 @@ HttpTransact::BadRequest(State *s) } void +HttpTransact::Forbidden(

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-10-13 Thread kawaiirice
Github user kawaiirice commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r83245499 --- Diff: proxy/http/HttpSM.cc --- @@ -4726,6 +4727,44 @@ HttpSM::do_http_server_open(bool raw) milestones[TS_MILESTONE_SERVER_FIRST_CONNECT

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-10-07 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r82413900 --- Diff: proxy/http/remap/RemapConfig.cc --- @@ -123,6 +124,9 @@ process_filter_opt(url_mapping *mp, const BUILD_TABLE_INFO *bti, char *errStr

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-10-07 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r82413603 --- Diff: proxy/http/HttpTransact.cc --- @@ -567,6 +567,16 @@ HttpTransact::BadRequest(State *s) } void +HttpTransact::Forbi

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-10-07 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r82414307 --- Diff: proxy/http/remap/RemapConfig.cc --- @@ -1415,6 +1434,7 @@ remap_parse_config_bti(const char *path, BUILD_TABLE_INFO *bti) re

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-10-07 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r82414495 --- Diff: proxy/http/remap/RemapConfig.h --- @@ -53,6 +53,8 @@ struct BUILD_TABLE_INFO { char *paramv[BUILD_TABLE_MAX_ARGS]; char

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-10-07 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r82414079 --- Diff: proxy/http/remap/RemapConfig.cc --- @@ -1153,6 +1169,9 @@ remap_parse_config_bti(const char *path, BUILD_TABLE_INFO *bti)

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-10-07 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r82413194 --- Diff: proxy/http/HttpSM.cc --- @@ -4726,6 +4727,44 @@ HttpSM::do_http_server_open(bool raw) milestones[TS_MILESTONE_SERVER_FIRST_CO

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-10-07 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r82400518 --- Diff: proxy/IPAllow.h --- @@ -129,34 +129,55 @@ class IpAllow : public ConfigInfo { return &ALL_METHOD_ACL; } +

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-09-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r78470567 --- Diff: proxy/IPAllow.cc --- @@ -190,9 +231,13 @@ IpAllow::BuildTable() } if (*line != '\0' && *line != '#') { -

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-09-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r78470100 --- Diff: proxy/IPAllow.cc --- @@ -153,6 +154,46 @@ IpAllow::Print() } } } + for (IpMap::iterator spot(_dest_map

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-09-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/769#discussion_r78457571 --- Diff: proxy/IPAllow.cc --- @@ -271,10 +316,16 @@ IpAllow::BuildTable() } if (method_found) { -