aboutsummaryrefslogtreecommitdiff
path: root/go/security
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu2-234/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2016-04-14improve performance a little bit when having white listchrislusf1-3/+1
2015-11-22fixchrislusf1-1/+16
set HTTP_X_FORWARDED_FOR when proxying https://github.com/chrislusf/seaweedfs/issues/214
2015-10-19go fmtchrislusf1-20/+19
2015-09-05Allow whitelisting by CIDR range, not just literally.Steve Kemp1-0/+21
This allows you to write something like this: /usr/local/bin/weed master -mdir /srv/weed/master -whiteList=192.168.0.0/24,127.0.0.1 This will whitelist all the 192.168.0.XX hosts, as well as localhost.
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley2-2/+2
2015-02-07merge conflictsChris Lu2-64/+119
2015-01-05refactoring for later security changesChris Lu1-0/+146