summaryrefslogtreecommitdiffstats
path: root/remote/modules/redsocks
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scriptsSimon Rettberg2014-07-041-2/+2
|\
| * relative paths dont work with systemd-204Jonathan Bauer2014-07-041-2/+2
| | | | | | | | for now hardcoded /opt/openslx/bin/rm
* | "Fedora Support", step 1 ->Simon Rettberg2014-07-041-0/+3
|/ | | | | | | | | | | | | | | | Several changes: 1) Make sure /bin /sbin /lib and /lib64 are ALWAYS symlinks to /usr/XXX, no matter what the current distribution does. 2) Make sure nobody and nogroup exist. 3) Fix various modules making assumptions that are not true on every distro. 4) Add symlinks to kdm module since fedora is looking for kdmrc in yet another spot. 5) Add detection of fedora, support its package manager What still breaks: dnbd3 Other distros might not work now, they need adaption to changed logic in some modules.
* remove hardcoded /bin/rm call. Relative calls work in services filesJonathan Bauer2014-07-021-2/+2
|
* woopsie, the return ;)Jonathan Bauer2014-03-255-39/+0Star
|
* [modules] new module naming conventionJonathan Bauer2014-03-255-0/+39
| | | | rename $MODULE.{conf,build} to module.{conf,build}
* [redsocks] Tweaked iptables rules so we don't interfere with openstackSimon Rettberg2014-02-171-4/+5
|
* Make some modules use iptables-helperSimon Rettberg2014-01-172-5/+12
|
* Checked and changed the shebang of some more scripts. As we want to use ash ↵Simon Rettberg2013-12-021-1/+2
| | | | in out own scripts whenever possible, only use bash where the scripts require a certain bash feature. Also add a comment right below the bash shebang that says we're not accidentally using bash here, but for a reason.
* [diverse modules] data dir: Changes shebangs to /bin/ashChristian Rößler2013-11-291-1/+1
|
* [redsocks] Refine localnet detection (still not correct :P)Simon Rettberg2013-11-111-1/+1
|
* * Add debian support *Simon Rettberg2013-09-301-0/+3
|
* adapted new naming conventions for all the scripts.Jonathan Bauer2013-08-014-2/+2
| | | | | | | | | | | | | | for our own systemd service files: use: service-file-name.service ex: /etc/systemd/system/setup-proxy.service ALL systemd services files need to be under /etc/systemd/system for our own scripts: use: tool-what_it_does ex: /opt/openslx/scripts/systemd-setup_proxy ALL our scripts under /opt/openslx/scripts
* restructingJonathan Bauer2013-07-311-51/+0Star
|
* restructJonathan Bauer2013-07-311-0/+51
|
* restructuring file paths a bitJonathan Bauer2013-07-311-1/+1
|
* [redsocks] fix package name for suseJonathan Bauer2013-07-291-1/+1
|
* [redsocks] update configJonathan Bauer2013-07-293-4/+6
|
* [redsocks] Don't block systemd target until job is completeSimon Rettberg2013-06-211-1/+1
|
* [redsocks] Make it work more good and less badSimon Rettberg2013-06-204-7/+18
|
* [pam] Add missing content packagesSimon Rettberg2013-06-202-1/+2
| | | | [redsocks] fix path of redsocks binary, exclude proxy IP from redirection
* [redsocks] NEW MODULESimon Rettberg2013-06-187-0/+150
Transparent proxy support module. Works with http-connect, socks, and some others