summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * netman and userman throws exceptions and other bugfixes.Hariharasubramanian R2016-03-072-71/+141
|/
* Merge pull request #11 from anoo1/userfixnkskjames2016-02-121-8/+9
|\ | | | | Fix for user change password
| * Fix for user change passwordAdriana Kobylak2016-02-121-8/+9
|/ | | | Fix to allow to change the user password
* Merge pull request #10 from hramasub/workitem144137nkskjames2016-02-121-30/+76
|\ | | | | Validating user & group names prior to system call and wait() on proc…
| * Validating user & group names prior to system call and wait() on proc ↵Hariharasubramanian R2016-02-111-30/+76
|/ | | | spawned with pexpect.
* Merge pull request #7 from hramasub/flush-and-restart-on-set-lannkskjames2016-02-101-8/+27
|\ | | | | Flush and restart on set lan
| * Merging EnableDHCP method.Hariharasubramanian R2016-02-101-8/+27
|/
* Merge pull request #8 from hramasub/workitem144137nkskjames2016-02-101-0/+202
|\ | | | | DBus API for User Management (Add/Del/List users and groups).
| * DBus API for User Management (Add/Del/List users and groups).Hariharasubramanian R2016-02-101-0/+202
|/ | | | | | | | | | | | | | | Object Path > /org/openbmc/UserManager/Groups Interface:Method > org.openbmc.Enrol.GroupAddSys string:"groupname" Interface:Method > org.openbmc.Enrol.GroupAddUsr string:"groupname" Interface:Method > org.openbmc.Enrol.GroupList Object Path > /org/openbmc/UserManager/Group Interface:Method > org.openbmc.Enrol.GroupDel string:"groupname" Object Path > /org/openbmc/UserManager/Users Interface:Method > org.openbmc.Enrol.UserAdd string:"comment" string:"username" string:"group Interface:Method > org.openbmc.Enrol.UserList Object Path > /org/openbmc/UserManager/User Interface:Method > org.openbmc.Enrol.UserDel string:"username" Interface:Method > org.openbmc.Enrol.Passswd string:"username" string:"passwd"
* Merge pull request #6 from anoo1/macnkskjames2016-02-031-16/+22
|\ | | | | Add function to set MAC address
| * Add function to set MAC addressAdriana Kobylak2016-02-031-16/+22
|/ | | | Add function SetHwAddress to set the MAC address via the fw_setenv command
* Merge pull request #4 from anoo1/typonkskjames2016-02-011-4/+4
|\ | | | | Fix typos
| * Fix typosAdriana Kobylak2016-02-011-4/+4
|/ | | | Fix typos introduced in previous commit
* Merge pull request #2 from causten/AddAddress4nkskjames2016-02-011-10/+9
|\ | | | | AddAddress4 not setting the new IP
| * AddAddress4 not setting the new IPChris Austen2016-02-011-10/+9
|/ | | | | | | | | | | | | | | | | | | | | | | | | Just a few changes to make it work... 1) Ensure the .network file is a known name. It must be deleted before the new .network file is added since the other file also had the same interface and priority level 2) I got on the systemd channel because restarting the systemd service does not change the ip address. You needed to flush the ip instead. Notes on the networkd subject from the IRC channel... From the systemd-networkd manpage... "Network configurations applied before networkd is started are not removed" I also learned from the IRC to use the 'ip addr flush <device>' to force the network cleanup. ... <causten__> danderson, so if I setup a server on one subnet, rebooted, then wanted to change the ip I couldn't do it without rebooting? <causten__> is there a workaround? I mean switching ips in a lab to a different subnet is common <danderson> either that, or manually clean up the interface configuration before restarting networkd <danderson> i.e. `ip addr del 1.2.3.4 dev eno1` or whatever <danderson> alternatively, you may want to just use a different network configuration manager (e.g. arch's netctl, or network-manager), if your use case is more complex <danderson> networkd is by design aimed at one-time configuration on startup, and minor maintenance like keeping DHCP going
* Merge pull request #1 from hramasub/org.openbmc.NetworkManagernkskjames2016-02-011-0/+147
|\ | | | | Adding org.openbmc.NetworkManager dbus interface for network config
| * Adding org.openbmc.NetworkManager dbus interface for network configuation.Hariharasubramanian R2016-02-011-0/+147
|/
* Initial commitPatrick Williams2015-12-181-0/+202
OpenPOWER on IntegriCloud