summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/platform_init
AgeCommit message (Collapse)Author
2014-09-12Initializers needs to use PolicyChecker to get pkexec in linuxRuben Pollan
2014-09-03Better logging output for missing files and error.Ivan Alejandro
2014-08-28Remove /tmp/bitmask.lock on quit. Closes #5866.Ivan Alejandro
Add a platform independent release_lock helper, so all the SO dependent code goes inside the locks file. Also, do some code cleanup.
2014-08-27Hide button / improve message on missing helpers.Ivan Alejandro
* Emit the `eip_missing_helpers` signal when the user chooses "Don't ask me again". * We emit that signal when some helper file is missing, even if the user doesn't want a warning. * Do the update of the eip enabled status with some delay to give some time the eip machine to start and do what it needs with the buttons/labels and avoid the 'hide turn on button if missing files' being overridden. Closes #5945.
2014-08-14Default to No if ESC pressed on 'install helper files'.Ivan Alejandro
Closes #5819.
2014-07-25Simplify and sort OS flags.Ivan Alejandro
2014-07-16Code style fixes.Ivan Alejandro
2014-07-10bitmask-root: rip out all resolvconf code and simply rewrite all DNS packets ↵elijah
to use the VPN nameserver.
2014-06-26disable eip if helper files not installedKali Kaneko
2014-06-17add dialog to inform of missing helpers w/o installing themKali Kaneko
2014-06-17use bash installer instead of the temporal scriptKali Kaneko
2014-06-17use absolute pathsKali Kaneko
2014-06-12Install missing stuff into /usr/local/sbin. Closes: #$741Kali Kaneko
2014-06-05check if resolvconf is missing in systemKali Kaneko
2014-06-05style fixesKali Kaneko
2014-05-30Check openvpn bin path before starting openvpnTomás Touceda
2014-05-12change paths for installing the latest helpersKali Kaneko
2014-02-07Pep8 fixes, remove commented ipdb, group imports.Ivan Alejandro
2013-09-30Replace launcher with new implementation.Ivan Alejandro
2013-08-27more naming changesKali Kaneko
2013-08-12Merge remote-tracking branch 'kali/feature/create_bitmask_namespace' into ↵Tomás Touceda
develop
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko