summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_set_passwords.py
AgeCommit message (Expand)Author
2021-03-19write passwords only to serial console, lock down cloud-init-output.log (#847)Daniel Watkins
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-03-25set_passwords: avoid chpasswd on BSD (#268)Gonéri Le Bouder
2020-01-24cc_set_password: increase random pwlength from 9 to 20 (#189)Ryan Harper
2019-12-18cloud-init: fix capitalisation of SSH (#126)Daniel Watkins
2019-11-26set_passwords: support for FreeBSD (#46)Igor Galić
2019-10-17replace any deprecated log.warn with log.warningDominic Schlegel
2019-08-07cc_set_passwords: rewrite documentationDaniel Watkins
2019-01-15cc_set_passwords: Fix regex when parsing hashed passwordsMarlin Cremers
2018-04-20set_passwords: Add newline to end of sshd config, only restart if updated.Scott Moser
2017-04-12util: teach write_file about copy_mode optionLars Kellogg-Stedman
2017-03-24Add support for setting hashed passwordsTore S. Lonoy
2017-03-17test: Adding integratiron test for password as listJoshua Powers
2017-03-10Further fix regression to support 'password' for default user.Scott Moser
2017-03-10fix regression when no chpasswd/list was provided.Scott Moser
2017-03-09Support chpasswd/list being a list in addition to a string.Sergio Lystopad
2017-03-07doc: Fix configuration example for cc_set_passwords module.Sergio Lystopad
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-10-19Move user/group functions to new ug_util fileJoshua Harlow
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-03-14fix long lineScott Moser
2016-03-14merge with trunkScott Moser
2015-02-10pep8Scott Moser
2015-02-10fix use of 'letters' and translateScott Moser
2014-12-03Handle more possible ssh_pwauth valuesChris Cosby
2014-09-10pyflakes fixes.Scott Moser
2014-08-26further remove evidence of pylint.Scott Moser
2014-02-06Added arch distro class to merge requestNate House nathan.house@rackspace.com
2014-02-05Cleanup and cloud-init-local local/net mount dep fixNate House nathan.house@rackspace.com
2014-02-04Merge gentoo branch and updated set-password to support systemctlNate House nathan.house@rackspace.com
2014-02-03Update yum unittestNate House nathan.house@rackspace.com
2014-01-28exclude modules fix 1Nate House nathan.house@rackspace.com
2014-01-27Adds distro module exclude supportNate House nathan.house@rackspace.com
2014-01-24init_cmd distro unique supports gentoo init scriptsNate House nathan.house@rackspace.com
2014-01-23Package manager install / update fixes and service restart fooNate House nathan.house@rackspace.com
2013-07-23Fix password setting for rhel5.Scott Moser
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2012-10-27Helpful cleanups.harlowja
2012-09-28Add a comment as to why distros can't beJoshua Harlow
2012-09-28Rework the rest of the locations that usedJoshua Harlow
2012-08-31Removed admin group from default Ubuntu user group list.Ben Howard
2012-08-22fix errors from 'make pep8'Scott Moser
2012-08-22Simplified users[0] detection, and ensured compatability with previous user p...Ben Howard
2012-07-011. Rename util functions to is_true and is_falseharlowja
2012-06-21Simplify sshd config loading to make it use one set of functions/objects/classesJoshua Harlow
2012-06-211. Renames for debug message from 'transform' to 'module'harlowja
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-20Renamed back to 'cc_*' with the reasoning being that 'cc_' providesJoshua Harlow