- 16 Mar, 2020 6 commits
-
-
Roosemberth Palacios authored
Signed-off-by:
Roosembert Palacios <roosemberth@posteo.ch>
-
Roosemberth Palacios authored
Signed-off-by:
Roosembert Palacios <roosemberth@posteo.ch>
-
Roosemberth Palacios authored
Signed-off-by:
Roosembert Palacios <roosemberth@posteo.ch>
-
Roosemberth Palacios authored
Signed-off-by:
Roosembert Palacios <roosemberth@posteo.ch>
-
Roosemberth Palacios authored
- `getent hosts` is undeterministic and randomly fails when an IPv6 host is retourned but no ipv6 route can be established. Signed-off-by:
Roosembert Palacios <roosemberth@posteo.ch>
-
Roosemberth Palacios authored
Signed-off-by:
Roosembert Palacios <roosemberth@posteo.ch>
-
- 03 Jun, 2019 1 commit
-
-
Joachim Desroches authored
Update debian copyright file to reflect the actual licenses of the files, and add the Apache 2.0 license header to the gnupaste file, quoting Martin Weber as the author.
-
- 12 May, 2019 1 commit
-
-
Roosemberth Palacios authored
- Build and lint the package on CI - Publish on tags Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch>
-
- 01 May, 2019 1 commit
-
-
Roosemberth Palacios authored
Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch>
-
- 04 Apr, 2019 3 commits
-
-
Tinu Weber authored
Allows to easily debug the curl command and the options passed.
-
Tinu Weber authored
-
Tinu Weber authored
-
- 08 May, 2018 1 commit
-
-
Tinu Weber authored
The previous commit introduced support for MIME encoding for text files, but unfortunately, the way it was implemented, it broke pasting non-text files.
-
- 17 Apr, 2018 3 commits
-
-
Tinu Weber authored
-
Tinu Weber authored
Anything "...arg" is dedicated to being used in the curl command line now.
-
Tinu Weber authored
readme: Reword/rearrange a few things See merge request !13
-
- 29 Dec, 2017 2 commits
-
-
Tinu Weber authored
For "contributing", mention that simply using a separate branch is also possible.
-
Tinu Weber authored
gnupaste: Fix command line options handling See merge request !12
-
- 12 Dec, 2017 1 commit
-
-
Tinu Weber authored
Correctly handle the `getopts` case for options that miss an argument, and fix incorrect handling of -g: The following invocation would previously have gnupaste continue with the "regular" case (i.e. pasting a file): gnupaste -g '' Also, minor cosmetic update in help message ^^
-
- 08 Nov, 2017 1 commit
-
-
Joachim Desroches authored
gnupaste: Add option to fetch pasted file using 4-letter hash See merge request !11
-
- 30 Oct, 2017 1 commit
-
-
Tinu Weber authored
Credits to @desroche for the idea.
-
- 12 Oct, 2017 2 commits
-
-
Roosemberth Palacios authored
gnupaste: Correctly dereference symbolic links for determining MIME type Closes #3 See merge request !10
-
Tinu Weber authored
Fixes #3.
-
- 03 Oct, 2017 3 commits
-
-
Tinu Weber authored
Added new feature: Run a command in a network jail (namespace) See merge request !1
-
Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch>
-
Reintegrated Network Jail Feature Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch> Fixed misindented line Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch> Moved `OUTGOING_INTERFACE` to avoid confusion about `EPFL_IP_ADDR` variable Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch> Various fixed: - Do not redirect command output - Fix default route leakage issue Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch> epfl-vpn, user `getent hosts` instead of `dig` to resolve epfl server ip Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch> Style cleanup: Don't call iptables by full path. Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch>
-
- 24 Sep, 2017 4 commits
-
-
Roosemberth Palacios authored
Remove Arch Linux packaging files See merge request !8
-
Tinu Weber authored
There is now an AUR package here: https://aur.archlinux.org/packages/epfl-scripts-git/
-
Roosemberth Palacios authored
gnupaste: Miscellaneous small fixes See merge request !7
-
Roosemberth Palacios authored
velo.pl: Remove my copyright note from velo.pl See merge request !9
-
- 21 Jun, 2017 1 commit
-
-
Tinu Weber authored
The copyright holder is Florian, not me. A contribution doesn't change this.
-
- 29 May, 2017 1 commit
-
-
Tinu Weber authored
* Fix various minor mistakes in the getopts loop. * Remove "long options mandatory arguments" blabla. * Fix indentation (some lines were using spaces). * Use simple quotes whereever possible.
-
- 26 May, 2017 5 commits
-
-
Joachim Desroches authored
Remove --split option from help message See merge request !5
-
Tinu Weber authored
-
Joachim Desroches authored
Finish mtbweber's MR See merge request !4
-
Joachim Desroches authored
-
Joachim Desroches authored
-
- 25 May, 2017 2 commits
-
-
Tinu Weber authored
Grammar fix (--splitted → --split). Also, it is implicit that the script "connects", so the --connect flag has been renamed to --full (as we now connect in split mode by default, this breaks backwards compatibility anyway, so there is no point in supporting the old command line options). General code clean-up/reorganisation.
-
Tinu Weber authored
No need for a main() function. Also use different program return values depending on the type of the error (1, 2 or 3).
-
- 24 May, 2017 1 commit
-
-
Tinu Weber authored
-