- 22 Nov, 2015 1 commit
-
-
Dancus authored
-
- 08 Jul, 2015 1 commit
-
-
intrigeri authored
In the past, we had "exit 1" in there. This problem was identified (#8571) and fixed (commit 1b46b5b1) in Tails 1.2.3, by replacing this "exit 1" with "return 1". Then, while working on another, minor problem (#8687), the "exit 1" was reintroduced (commit 4ea050ab) in Tails 1.3.2, presumably because we pasted sample code from the ticket, that had been drafted *before* #8571 was fixed. Sadly, nobody noticed in time. I cannot easily reproduce the bug on Tails/Wheezy (because I lack hardware whose MAC address fails to be spoofed there), but I could reproduce it with Tails/Jessie ("thanks" to the fact we're currently shipping the buggy 'wl' kernel module in there). Will-Fix: #9531
-
- 03 May, 2015 1 commit
-
-
anonym authored
Together with `set -e` that error has prevented this script from restarting Vidalia, like it should. Will-fix: #9328
-
- 29 Apr, 2015 1 commit
-
-
anonym authored
We haven't sourced the Tails shell library's loggin module, so log() is undefined. Since we `rm -f` the file, log():ing if it still exists afterwards *should* be pointless, so let's just not do it all.
-
- 28 Apr, 2015 3 commits
-
-
anonym authored
-
anonym authored
... cause the control port language doesn't care about it. (We could have skipped the whole business of using regexes and just upper():ed the `line` variable and then do a normal string comparison, but that would also upper() any arguments. It doesn't matter now since we only care about commands, but if we ever extend this filter so that arguments do matter, we won't get shot by potentially missing that.)
-
anonym authored
By checking that the command is ended with a word boundary.
-
- 31 Mar, 2015 1 commit
-
-
anonym authored
-
- 25 Mar, 2015 1 commit
-
-
anonym authored
Will-fix: #8687
-
- 22 Mar, 2015 1 commit
-
-
kytv authored
Will-fix: #7400
-
- 07 Mar, 2015 1 commit
-
-
kytv authored
The purpose of these settings was to show a green TorButton button in the toolbar. Since this button is now hidden these settings can be removed. Will-fix: #8893
-
- 06 Mar, 2015 1 commit
-
-
Tails developers authored
That feels a bit more sane. Also give it a more consistent name.
-
- 02 Mar, 2015 1 commit
-
-
intrigeri authored
Currently we don't pass this function anything that requires quoting, but let's be a bit more defensive. Will-fix: #8991
-
- 16 Feb, 2015 1 commit
-
-
Tails developers authored
According to NetworkManager(8) IP4_NAMESERVERS is a space separated list.
-
- 04 Feb, 2015 1 commit
-
-
Tails developers authored
We do an actual login (via `su`) and extract the resulting environment so that e.g. LANG is set and /etc/environment gets sourced which sets PATH so that we look for executables in /usr/local/*bin, which truly matters since some of them are wrappers around executables found in some other PATH-dir.
-
- 22 Jan, 2015 1 commit
-
-
Tails developers authored
This might be useful to debug weird setups.
-
- 18 Jan, 2015 1 commit
-
-
Tails developers authored
-
- 14 Jan, 2015 1 commit
-
-
Tails developers authored
-
- 13 Jan, 2015 1 commit
-
-
Tails developers authored
-
- 12 Jan, 2015 3 commits
-
-
Tails developers authored
Without this, the "Network card $NIC disabled" notification is sometimes lost when MAC spoofing fails.
-
Tails developers authored
If macchanger fails we have to treat the situation as undefined. We can't trust that get_current_mac_of_nic() returns the actual state of the hardware; perhaps it instead reports the driver's state that was successfully spoofed but not applied in the hardware?
-
Tails developers authored
If we do this, the panic mode code will never be executed, so we will in fact potentially let the device leak the real MAC address on the network.
-
- 30 Nov, 2014 2 commits
-
-
Tails developers authored
-
Tails developers authored
We still do it for `try_for()` blocks, since they quite quickly can puke out screenfulls of errors.
-
- 29 Nov, 2014 1 commit
-
-
Tails developers authored
-
- 28 Nov, 2014 6 commits
-
-
Tails developers authored
So it's not confused with Tor Browser's default search eninge, Startpage.
-
Tails developers authored
-
Tails developers authored
-
Tails developers authored
-
Tails developers authored
-
Tails developers authored
-
- 03 Nov, 2014 2 commits
-
-
Tails developers authored
We were already ignoring directories in process_IN_OPEN, but it looks like it's not enough anymore. Let's try harder to skip them.
-
Tails developers authored
-
- 21 Oct, 2014 7 commits
-
-
Tails developers authored
-
Tails developers authored
-
Tails developers authored
-
Tails developers authored
-
Tails developers authored
-
Tails developers authored
-
Tails developers authored
-