Age | Commit message (Expand) | Author |
2016-03-09 | add default user to 'lxd' group and create groups when necessary. | Scott Moser |
2016-03-04 | Enable password changing via a hashed string | Daniel Watkins |
2016-03-03 | Apply pep8, pyflakes fixes for python2 and 3 | Ryan Harper |
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper |
2016-03-02 | Used keyword for parameter in order to make it clearer what it represents. | Alex Sirbu |
2016-03-02 | Added the hashed_passwd argument for the function create_user, which uses the... | Alex Sirbu |
2016-03-01 | timezone: use a symlink when updating /etc/localtime | Scott Moser |
2015-07-30 | Ensure that when a resolve conf object is written we pass the str() version o... | Joshua Harlow |
2015-07-22 | Add DataSource.region and use it in mirror selection. | Daniel Watkins |
2015-07-22 | Make full data source available to code that handles mirror selection. | Daniel Watkins |
2015-06-02 | check for systemd using sd_booted() semantics | Lars Kellogg-Stedman |
2015-05-19 | EC2: be aware of eu-central-1 availability zone | Scott Moser |
2015-05-15 | pep8 fixes | Scott Moser |
2015-05-15 | detect that CentOS 7 uses systemd, write previous-hostname in that case. | Scott Moser |
2015-04-21 | Don't overwrite the hostname if the user has changed it after we set it | Joshua Harlow |
2015-04-15 | Don't overwrite the hostname if the user has changed it after we set it | brak |
2015-04-15 | CentOS 7 uses systemd. RHEL distributions using systemd were not properly sa... | brak |
2015-04-14 | Add functionality to fixate the uid of a newly added user. | Gerhard Muntingh |
2015-01-27 | Respond to review: | Barry Warsaw |
2015-01-26 | More test repairs. | Barry Warsaw |
2015-01-23 | * Fix the filter() imports. | Barry Warsaw |
2015-01-22 | Low hanging Python 3 fruit. | Barry Warsaw |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw |
2015-01-21 | More octal literal fixes. | Barry Warsaw |
2015-01-21 | Fix file modes to be Python 2/3 compatible. | Barry Warsaw |
2015-01-20 | More FreeBSD improvements | Ben Arblaster |
2015-01-18 | freebsd: add pkg support | Ben Arblaster |
2015-01-16 | hostname: apply hostname same as is written | Scott Moser |
2015-01-06 | tools/run-pep8: remove leading ',' fed to --ignore | Scott Moser |
2014-11-25 | Update with trunk and resolve conflicts | Joshua Harlow |
2014-11-24 | IPv6 support for rhel distro | Joshua Harlow |
2014-11-24 | IPv6 support for rhel distro | Shraddha Pandhe |
2014-11-21 | Added unittests for IPv6 support for RHEL | Shraddha Pandhe |
2014-11-21 | Add IPv6 Support for Rhel. | Shraddha Pandhe |
2014-10-21 | Use LOG.warn and handle the None case as well | Joshua Harlow |
2014-10-21 | Fix the word spacing | Joshua Harlow |
2014-10-21 | Also allow a dict to be used | Joshua Harlow |
2014-10-21 | Handle strings/text type for 'ssh_authorized_keys' | Joshua Harlow |
2014-10-17 | Allow the usr/lib/exec to vary and still work with write_keys | Joshua Harlow |
2014-10-17 | Expose uses_systemd as a distro function | Joshua Harlow |
2014-10-08 | fix: Use continue to skip inside a loop. | Harm Weites |
2014-10-08 | fix: Take care of FreeBSD nic devicenames since they differ depending | Harm Weites |
2014-10-02 | freebsd: Use the proper virtio FreeBSD network interface name. | Scott Moser |
2014-09-10 | pyflakes fixes. | Scott Moser |
2014-09-05 | freebsd: fixes for sudo and build-on-freebsd | Scott Moser |
2014-09-03 | fix: Write sudo rules upon user creation. | Harm Weites |
2014-09-02 | Remove/adjust the verbose 'failed at attempted import of' log | Joshua Harlow |
2014-09-02 | merge from trunk | Scott Moser |
2014-08-28 | fix: The original regex was a little harsh, the rest of the bits | Harm Weites |
2014-08-26 | further remove evidence of pylint. | Scott Moser |