An error occurred fetching the project authors.
- 27 Jan, 2012 1 commit
-
-
Vincent Pelletier authored
Also, there is little chance for a valid user UID to be None (or a string).
-
- 09 Aug, 2011 1 commit
-
-
Łukasz Nowak authored
-
- 08 Aug, 2011 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 28 Jul, 2011 1 commit
-
-
Łukasz Nowak authored
createWithOwner requires User object, not string representing username.
-
- 27 Jul, 2011 3 commits
-
-
Łukasz Nowak authored
Thanks to this blackbox testing is much easier.
-
Łukasz Nowak authored
It makes blackbox testing much easier, as own OS implementation can overridden in tested class.
-
Łukasz Nowak authored
createWithOwner requires User object, not string representing username.
-
- 21 Jul, 2011 2 commits
-
-
Łukasz Nowak authored
It makes testing much easier.
-
Łukasz Nowak authored
-
- 12 Jul, 2011 1 commit
-
-
Romain Courteaud authored
-
- 11 Jul, 2011 1 commit
-
-
Łukasz Nowak authored
This supports configuration, when bridge cannot be attached with IPv6 capable interface (like a lot of WLAN interfaces and IPv6 tunnels). Thanks to setting ipv6_interface in slapformat configuration file, IPv6 generation will be done there, but IPv4 will be still available on bridge.
-
- 06 Jul, 2011 2 commits
-
-
Łukasz Nowak authored
slapos.xsd seems package global. slapformat is small enough to be just one file.
-
Gabriel Monnerat authored
-
- 01 Jul, 2011 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
In order to be able to check the uniqueness of IPv6 address assigned to the bridge, the network interface must be up from an administrative *and* operational point of view. However, from Linux 2.6.39, the bridge reflects the state of the underlying device (e.g. the bridge asserts carrier if at least one of its ports has carrier) whereas it always asserted carrier before. This should work fine for "real" network interface, but will not work properly if the bridge only binds TAP interfaces, which, from 2.6.36, reports carrier only and only if an userspace program is attached.
-
- 21 Jun, 2011 1 commit
-
-
Vincent Pelletier authored
This was not implemented, and I overlooked it when implementing -d/--dry-run option for some reason.
-
- 14 Jun, 2011 4 commits
-
-
Vincent Pelletier authored
brctl is the only command which remains mandatory (except if alter_network is false), as it is used to fetch information from system that even an unprivileged user can see. Example use: PATH=$PATH:/usr/sbin ./bin/slapformat -cdv slapos.cfg
-
Vincent Pelletier authored
Prepares for incomming monkey-patching.
-
Vincent Pelletier authored
Output system commands and system-altering functions from python's os module.
-
Kazuhiko Shiozaki authored
-
- 27 May, 2011 1 commit
-
-
Łukasz Nowak authored
-
- 26 May, 2011 1 commit
-
-
Łukasz Nowak authored
-