Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix syslog output for metadata scripts for systemd. (#807) | Zach Marano | 2019-07-11 | 3 | -3/+3 |
| | |||||
* | Update README's. (#804) | Zach Marano | 2019-07-09 | 2 | -55/+22 |
| | |||||
* | Groups (#784) | Liam Hopkins | 2019-07-09 | 4 | -134/+569 |
| | | | | * Initial support for OS Login groups. * getgrnam/getgrgid lookups | ||||
* | Fix gce_disk_expand for Debian. (#803) | Zach Marano | 2019-07-08 | 5 | -23/+27 |
| | |||||
* | New package versioning (#794) | Zach Marano | 2019-07-08 | 23 | -24/+94 |
| | |||||
* | Disk expand: Make sure the disk has settled before continuing. (#799) | Zach Marano | 2019-07-03 | 1 | -0/+2 |
| | |||||
* | Enable IPv6 on interfaces based on metadata key. (#632) | Max Illfelder | 2019-06-28 | 18 | -64/+323 |
| | | | | | | | | * Enable IPv6 on interfaces based on metadata key. Support for FreeBSD and SLES images is still needed. * Add a timeout to the dhclient command. | ||||
* | google_oslogin_control: make it FreeBSD compatible (#796) | Lucas Kanashiro | 2019-06-28 | 1 | -1/+16 |
| | |||||
* | Disk expand: fixes for GPT (#798) | Liam Hopkins | 2019-06-17 | 5 | -90/+47 |
| | |||||
* | Fix debian python3 dependencies. (#795) | Zach Marano | 2019-06-17 | 1 | -13/+7 |
| | |||||
* | Cleanup build files pull in distro patches. (#791) | Zach Marano | 2019-06-11 | 21 | -41/+28 |
| | | | | | | | | | | | | - Pull in common patches from Debian[1] and Ubuntu[2] sources. - Drop unnecessary build and package dependencies. - Log to journal and console directly from systemd service files and drop system journal config[3]. - Remove links from Debian build and use dh_link. - Update Debian build dependencies to Stretch+ standards. - Move Debian entry point scripts to python3. [1] https://salsa.debian.org/cloud-team/google-compute-image-packages/tree/debian/20190124-3 [2] https://git.launchpad.net/ubuntu/+source/gce-compute-image-packages/ [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923889 | ||||
* | Dir refactor (#788) | Liam Hopkins | 2019-06-11 | 25 | -201/+229 |
| | | | | | | | | | | | | | | * Directory layout changes * New Makefiles * Update import paths * Add gtest build * Update references in README * Address PR feedback | ||||
* | Build deb9/deb10 versions for gce-oslogin (#792) | Liam Hopkins | 2019-06-11 | 1 | -5/+15 |
| | | | | The libcurl version differs and this code must be compiled on the correct target in order to function, so build separate packages. | ||||
* | refactor Makefile (#787) | Liam Hopkins | 2019-06-10 | 9 | -158/+83 |
| | |||||
* | Add manpages for NSS modules (#786) | Liam Hopkins | 2019-06-07 | 5 | -1/+94 |
| | |||||
* | Update OS Login control file for FreeBSD support. (#781) | Max Illfelder | 2019-05-22 | 1 | -1/+1 |
| | | | Fixes #780. | ||||
* | Bump version to 2.8.16 and 1.5.3 for OS Login. (#779) | Zach Marano | 2019-05-22 | 11 | -8/+26 |
| | |||||
* | Update OS Login control file for FreeBSD support. (#778) | Max Illfelder | 2019-05-22 | 1 | -7/+10 |
| | |||||
* | Encode hostkey value to utf-8 (needed for Python 3). (#775) | Rick Wright | 2019-05-22 | 2 | -1/+3 |
| | |||||
* | Bump versions to 2.8.15. (#774) | Zach Marano | 2019-05-21 | 7 | -5/+20 |
| | |||||
* | Update script retrieval for Python 3 support. (#773) | Max Illfelder | 2019-05-21 | 2 | -2/+2 |
| | | | Pull request #729 made #723 obsolete. | ||||
* | Fix repo URL for EL. (#772) | Zach Marano | 2019-05-21 | 1 | -1/+1 |
| | |||||
* | Retry download for metadata scripts (#771) | Tony Zhang | 2019-05-21 | 2 | -10/+107 |
| | |||||
* | Update README for RHEL 8. (#770) | Zach Marano | 2019-05-17 | 3 | -7/+34 |
| | |||||
* | Fix XPS settings with more than 64 vCPUs (#767) | braffert | 2019-05-14 | 1 | -4/+10 |
| | |||||
* | Do not set up the boto config in Python 3. (#764) | Max Illfelder | 2019-05-14 | 2 | -1/+7 |
| | | | Users can override this value using the template config. | ||||
* | Merge pull request #763 from wrigri/hostkeys | Rick Wright | 2019-05-06 | 2 | -17/+96 |
|\ | | | | | Add support for writing host keys to guest attributes. | ||||
| * | Merge branch 'hostkeys' of https://github.com/wrigri/compute-image-packages ↵ | Rick Wright | 2019-05-06 | 17 | -40/+125 |
| |\ | | | | | | | | | | into hostkeys | ||||
| | * | Merge branch 'development' into hostkeys | Rick Wright | 2019-05-06 | 17 | -40/+125 |
| | |\ | |_|/ |/| | | |||||
* | | | RHEL 8 packages for google-compute-engine. (#753) | Zach Marano | 2019-05-03 | 17 | -40/+125 |
| | | | | | | | | | * RHEL 8 packages for google-compute-engine. | ||||
| * | | Add warning if unable to read public host key. | Rick Wright | 2019-05-06 | 1 | -0/+1 |
| |/ | |||||
| * | Fix indentation. | Rick Wright | 2019-05-06 | 1 | -1/+1 |
| | | |||||
| * | Constant name change and indentation fixes. | Rick Wright | 2019-04-30 | 1 | -7/+7 |
| | | |||||
| * | Fixes based on comments (and a test improvement) | Rick Wright | 2019-04-29 | 2 | -11/+21 |
| | | |||||
| * | Fix lint. | Rick Wright | 2019-04-29 | 1 | -1/+0 |
| | | |||||
| * | Improve test coverage. | Rick Wright | 2019-04-29 | 1 | -4/+16 |
| | | |||||
| * | Fix lint errors. | Rick Wright | 2019-04-29 | 2 | -9/+1 |
| | | |||||
| * | Add support for writing host keys to guest attributes. | Rick Wright | 2019-04-29 | 2 | -17/+82 |
|/ | |||||
* | update google-accounts-daemon to have systemctl restart the service if its ↵ | Brian Riffle | 2019-04-25 | 1 | -0/+1 |
| | | | | failed (#760) | ||||
* | Version updates (#758) | Liam Hopkins | 2019-04-16 | 10 | -7/+27 |
| | | | | | | | | * Bump Py-GCE to 2.8.14 * Bump OS Login to 1.5.2 * Bump google-compute-engine to 2.8.14 | ||||
* | Fix platform detection in case of FreeBSD in compat module. (#756) | Michal Konvalinka | 2019-04-16 | 2 | -7/+11 |
| | | | | * Fix platform detection in case of FreeBSD in compat module. Update tests. | ||||
* | Add PAM entry to su:account stack (#757) | Liam Hopkins | 2019-04-16 | 2 | -68/+92 |
| | |||||
* | bounce cron on OS Login control (#755) | Liam Hopkins | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | Upstart systems: only run startup scripts at boot (#754) | Liam Hopkins | 2019-04-03 | 3 | -1/+1 |
| | |||||
* | Merge pull request #752 from hopkiw/2fa_group_fix | Liam Hopkins | 2019-03-25 | 1 | -3/+7 |
|\ | | | | | mv pam_group above pam_oslogin_login in auth stack | ||||
| * | mv pam_group above pam_oslogin_login in auth stack | Liam Hopkins | 2019-03-25 | 1 | -3/+7 |
|/ | |||||
* | Add support for FreeBSD syslog socket location. (#751) | Max Illfelder | 2019-03-25 | 3 | -18/+20 |
| | |||||
* | Merge pull request #750 from GoogleCloudPlatform/hopkiw-patch-1 | Liam Hopkins | 2019-03-18 | 1 | -2/+1 |
|\ | | | | | Update README.md | ||||
| * | Update README.mdhopkiw-patch-1 | Liam Hopkins | 2019-03-15 | 1 | -2/+1 |
|/ | | | | * Remove `dhclient_script` which was not meant to be exposed to user * Update description for `dhcp_command` | ||||
* | Separate continue call with start alternate flag (#748) | Liam Hopkins | 2019-03-15 | 3 | -10/+26 |
| | | | * Separate continue call with start alternate flag. |