Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Not wired up to netaddress et al, but does parse properly.
|
|
This is the first step towards creating images using Horizon.
|
|
This means that a Key can introspect its Script.
|
|
* Also ensures that the unused function in util/net (is_url_valid)
doesn't break the build of network.cc (and vis versa for user.cc).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Handle ENODEV as well as EOPNOTSUPP in NetSSID::validate.
Whether iface is not wifi or doesn't exist, same result per spec.
* *Failures* are fatal, but *ENODEV/EOPNOTSUPP* is not a failure.
So, repair logic in Script::validate and return proper value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|