summaryrefslogtreecommitdiff
path: root/google_compute_engine
Commit message (Expand)AuthorAgeFilesLines
* Add default_shell in instance_config (#609)Helen Koike2018-05-154-5/+15
* Add HandleClockSync in distro/utils.py for FreeBSD (#592)Helen Koike2018-05-1523-36/+331
* Prevent log spam from the IP forwarding daemon. (#608)Max Illfelder2018-05-142-2/+3
* Prevent delay in configuring IP forwarding routes. (#605)Max Illfelder2018-05-104-60/+66
* instance_setup: _StartSshd: test rc.d for FreeBSD (#593)Helen Koike2018-05-072-1/+23
* Update the name of the passwd cache file. (#597)Max Illfelder2018-05-042-2/+2
* Create Network Daemon (#556)ryanwe2018-04-0217-553/+678
* Create home directory if it does not exist. (#577)Adam2018-03-202-1/+42
* Update the default value for cache update time. (#576)Max Illfelder2018-03-151-1/+1
* Add logic for when the NSS cache does not exist. (#575)Max Illfelder2018-03-122-4/+24
* Use python3-distro in python 3.6 and above. (#574)Zach Marano2018-03-091-1/+1
* Accounts daemon updates the OS Login NSS cache. (#570)Max Illfelder2018-03-083-8/+148
* Fix documentation for regenerating boto config. (#557)Max Illfelder2018-02-161-1/+1
* Muti-Nic network setup support for SUSE 11 and 12. (#547)ryanwe2018-02-1210-11/+332
* Remove utils dependency on logger. (#546)Max Illfelder2018-01-302-13/+3
* Create directories in the Python package for distro-specific logic. (#535)ryanwe2018-01-3026-177/+671
* Fix linter errors caught by flake8. (#519)Max Illfelder2017-11-173-3/+0
* Generate SSH host keys when none are present. (#510)Max Illfelder2017-10-273-8/+21
* Activating OS Login should log as informational. (#509)Max Illfelder2017-10-262-4/+4
* OS Login activation via the accounts daemon. (#494)Rick Wright2017-10-135-25/+499
* Use curl to download metadata script files. (#476)Max Illfelder2017-09-112-2/+91
* Use netifaces for getting mac address (#442)Helen Koike2017-08-292-2/+82
* Fix the group and user modification commands. (#460)Max Illfelder2017-08-162-14/+13
* Fix the group and user modification commands. (#459)Max Illfelder2017-08-163-9/+10
* Account commands are strings, not booleans. (#456)Max Illfelder2017-08-161-4/+4
* Accounts daemon will not write to a symlink file. (#453)Max Illfelder2017-08-152-4/+42
* Support for internal IP address load balancing. (#434)Max Illfelder2017-08-113-14/+62
* Add options in [Accounts] for user/group commands (#443)Helen Koike2017-07-275-39/+84
* Replace file paths by variables (#440)LN Fornazier2017-07-2012-15/+64
* Allow nologin on other paths (#406)zimbatm2017-07-151-2/+2
* Test downloading Google Storage files with curl. (#436)Max Illfelder2017-07-141-0/+10
* Try to download files on Google Storage with curl. (#435)Ivan Seidel2017-07-141-2/+6
* Rename config metadata key and fix config logic. (#411)Max Illfelder2017-06-084-19/+72
* Update instance setup to accept metadata configs. (#409)Max Illfelder2017-06-075-52/+154
* Add a config option to disable IP alias support. (#410)Max Illfelder2017-06-073-2/+39
* Update "user_ssh_keys" when a user is removed. (#396)Max Illfelder2017-04-272-0/+8
* Remove setting home directory permissions. (#394)Max Illfelder2017-04-142-4/+0
* Fix documentation for the instance config file. (#389)Max Illfelder2017-03-211-6/+7
* Prevent unchanged authorized keys file writes. (#386)Max Illfelder2017-03-142-2/+14
* home dir SetPermissions changed from 755 to 750 (#385)Ryan Currah2017-03-132-3/+3
* Improved error handling and support for COS. (#374)Max Illfelder2017-02-224-11/+24
* Improve handling retries in the metadata watcher. (#371)Max Illfelder2017-02-142-9/+20
* Remove the "/32" subnet from IP aliases. (#364)Max Illfelder2016-12-092-2/+12
* Reject SSH keys with non-ascii characters. (#356)Max Illfelder2016-11-102-0/+15
* Handle exceptions when writing the sudoers file (#354)Robert Schweikert2016-11-022-4/+29
* Add support for IP aliases. (#345)Max Illfelder2016-10-274-15/+53
* Provide an error when gsutil is not installed (#353)Robert Schweikert2016-10-202-3/+20
* Add a timeout option to metadata watcher calls. (#344)Max Illfelder2016-10-196-31/+61
* Improved network interface configuration on EL. (#340)Max Illfelder2016-09-304-77/+220
* Accounts daemon only modifies groups on user add. (#339)Max Illfelder2016-09-121-4/+6