summaryrefslogtreecommitdiff
path: root/google_compute_engine
Commit message (Expand)AuthorAgeFilesLines
* Add unit test coverage for each enablement state. (#708)Max Illfelder2018-12-051-102/+76
* Fix logic for enabling OS Login two factor. (#707)Max Illfelder2018-12-054-27/+67
* Update keyword argument to UpdateOsLogin function. (#704)Max Illfelder2018-12-042-4/+5
* Accounts: separate gpasswd command in two (#699)Lucas Kanashiro2018-12-035-25/+36
* Update two factor enablement on change.Max Illfelder2018-12-032-41/+62
* Fix the default gpasswd_cmd in the config file. (#696)Max Illfelder2018-11-301-1/+1
* Two-factor updates: OS Login control file and metadata watcher (#684)Liam Hopkins2018-11-124-17/+114
* Read gpasswd_cmd from config file (#658)Lucas Kanashiro2018-11-013-7/+11
* google_compute_engine: Add Fedora support to compat module (#681)Neal Gompa (ニール・ゴンパ)2018-10-302-0/+4
* Add prefix 'google' to scripts inside 'scripts' dir (#672)Lucas Kanashiro2018-10-262-4/+4
* Improvements to resolved deprecation warnings. (#678)2faMax Illfelder2018-10-2411-33/+39
* Fix testing for the UpdateSudoer method. (#677)Max Illfelder2018-10-231-8/+21
* Update sudoer group separate from local groups. (#675)Max Illfelder2018-10-232-24/+50
* Remove users from the sudoers group on removal. (#671)Max Illfelder2018-10-182-8/+70
* Revert "Remove users from the sudoers group on removal. (#656)" (#664)Max Illfelder2018-10-112-63/+4
* Remove users from the sudoers group on removal. (#656)Max Illfelder2018-09-212-4/+63
* Remove gsutil dependency (#637)Gustavo Serra Scalet2018-09-204-85/+186
* Travis CI: Add Python 3.7 to the testing (#648)cclauss2018-08-291-3/+4
* Fix OSLOGIN_NSS_CACHE for FreeBSD (#638)Helen Koike2018-08-181-1/+3
* Prevent setup of the default ethernet interface. (#630)Max Illfelder2018-07-254-14/+8
* class IpForwardingUtils implemented in distro_lib (#622)Helen Koike2018-07-2423-367/+899
* Account daemon does not verify username is 32 characters or less (#624)Justin Wilson2018-07-132-1/+2
* Rename distro directory to distro_lib. (#619)Max Illfelder2018-05-3134-73/+73
* Revert "instance_setup: _StartSshd: test rc.d for FreeBSD (#593)" (#611)Helen Koike2018-05-162-23/+1
* 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