To get this branch, use:
bzr branch
http://bzr.recompile.se/loggerhead/mandos/trunk
« back to all changes in this revision
Viewing changes to plugins.d/mandos-client.c
-
Committer:
teddy at recompile
-
Date:
2011-12-27 03:56:39 UTC
-
mto:
This revision was merged to the branch mainline in
revision
541.
-
Revision ID:
teddy@recompile.se-20111227035639-hvvgrqchckawlg02
Add wireless network hook
* network-hooks.s/bridge: Use canonical syntax for "ip" command.
* network-hooks.s/wireless: New.
* network-hooks.s/wireless.conf: - '' -
* plugins.d/mandos-client.c (run_network_hooks): Add new "CONNECT"
environment variable.
* plugins.d/mandos-client.xml (NETWORK HOOKS/REQUIREMENTS): Document
"CONNECT"
environment
variable.
- files modified:
-
network-hooks.d/wireless
*
Show diffs side-by-side
added
removed
1450
1450
perror_plus("setenv");
1451
1451
_exit(EX_OSERR);
1453
ret = setenv("VERBOSITY", debug ? "1" : "0", 1);
1453
ret = setenv("VERBOSE", debug ? "1" : "0", 1);
1455
1455
perror_plus("setenv");
1456
1456
_exit(EX_OSERR);