- Mar 16, 2020
-
-
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>
-
- Jun 03, 2019
-
-
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.
-
- May 12, 2019
-
-
Roosemberth Palacios authored
- Build and lint the package on CI - Publish on tags Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch>
-
- May 01, 2019
-
-
Roosemberth Palacios authored
Signed-off-by:
Roosembert Palacios <roosembert.palacios@epfl.ch>
-
- Apr 04, 2019
-
-
Tinu Weber authored
Allows to easily debug the curl command and the options passed.
-
Tinu Weber authored
-
Tinu Weber authored
-
- May 08, 2018
-
-
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.
-
- Apr 17, 2018
-
-
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 gnugen/epfl-scripts!13
-
- Dec 29, 2017
-
-
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 gnugen/epfl-scripts!12
-
- Dec 12, 2017
-
-
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 ^^
-
- Nov 08, 2017
-
-
Joachim Desroches authored
gnupaste: Add option to fetch pasted file using 4-letter hash See merge request gnugen/epfl-scripts!11
-
- Oct 30, 2017
-
-
Tinu Weber authored
Credits to @desroche for the idea.
-
- Oct 12, 2017
-
-
Roosemberth Palacios authored
gnupaste: Correctly dereference symbolic links for determining MIME type Closes #3 See merge request gnugen/epfl-scripts!10
-
Tinu Weber authored
Fixes #3.
-
- Oct 03, 2017
-
-
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>
-
- Sep 24, 2017
-
-
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
-
- Jun 21, 2017
-
-
Tinu Weber authored
The copyright holder is Florian, not me. A contribution doesn't change this.
-
- May 29, 2017
-
-
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.
-
- May 26, 2017
-
-
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
-
- May 25, 2017
-
-
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).
-
- May 24, 2017
-
-
Tinu Weber authored
-