summaryrefslogtreecommitdiff
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
...
* Disk expand: Make sure the disk has settled before continuing. (#799)Zach Marano2019-07-031-0/+2
|
* Enable IPv6 on interfaces based on metadata key. (#632)Max Illfelder2019-06-2818-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 Kanashiro2019-06-281-1/+16
|
* Disk expand: fixes for GPT (#798)Liam Hopkins2019-06-175-90/+47
|
* Fix debian python3 dependencies. (#795)Zach Marano2019-06-171-13/+7
|
* Cleanup build files pull in distro patches. (#791)Zach Marano2019-06-1121-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 Hopkins2019-06-1125-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 Hopkins2019-06-111-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 Hopkins2019-06-109-158/+83
|
* Add manpages for NSS modules (#786)Liam Hopkins2019-06-075-1/+94
|
* Update OS Login control file for FreeBSD support. (#781)Max Illfelder2019-05-221-1/+1
| | | Fixes #780.
* Bump version to 2.8.16 and 1.5.3 for OS Login. (#779)Zach Marano2019-05-2211-8/+26
|
* Update OS Login control file for FreeBSD support. (#778)Max Illfelder2019-05-221-7/+10
|
* Encode hostkey value to utf-8 (needed for Python 3). (#775)Rick Wright2019-05-222-1/+3
|
* Bump versions to 2.8.15. (#774)Zach Marano2019-05-217-5/+20
|
* Update script retrieval for Python 3 support. (#773)Max Illfelder2019-05-212-2/+2
| | | Pull request #729 made #723 obsolete.
* Retry download for metadata scripts (#771)Tony Zhang2019-05-212-10/+107
|
* Update README for RHEL 8. (#770)Zach Marano2019-05-171-3/+1
|
* Fix XPS settings with more than 64 vCPUs (#767)braffert2019-05-141-4/+10
|
* Do not set up the boto config in Python 3. (#764)Max Illfelder2019-05-142-1/+7
| | | Users can override this value using the template config.
* Merge branch 'hostkeys' of https://github.com/wrigri/compute-image-packages ↵Rick Wright2019-05-0617-40/+125
|\ | | | | | | into hostkeys
| * Merge branch 'development' into hostkeysRick Wright2019-05-0617-40/+125
| |\
| | * RHEL 8 packages for google-compute-engine. (#753)Zach Marano2019-05-0317-40/+125
| | | | | | | | | * RHEL 8 packages for google-compute-engine.
* | | Add warning if unable to read public host key.Rick Wright2019-05-061-0/+1
|/ /
* | Fix indentation.Rick Wright2019-05-061-1/+1
| |
* | Constant name change and indentation fixes.Rick Wright2019-04-301-7/+7
| |
* | Fixes based on comments (and a test improvement)Rick Wright2019-04-292-11/+21
| |
* | Fix lint.Rick Wright2019-04-291-1/+0
| |
* | Improve test coverage.Rick Wright2019-04-291-4/+16
| |
* | Fix lint errors.Rick Wright2019-04-292-9/+1
| |
* | Add support for writing host keys to guest attributes.Rick Wright2019-04-292-17/+82
|/
* update google-accounts-daemon to have systemctl restart the service if its ↵Brian Riffle2019-04-251-0/+1
| | | | failed (#760)
* Version updates (#758)Liam Hopkins2019-04-1610-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 Konvalinka2019-04-162-7/+11
| | | | * Fix platform detection in case of FreeBSD in compat module. Update tests.
* Add PAM entry to su:account stack (#757)Liam Hopkins2019-04-162-68/+92
|
* bounce cron on OS Login control (#755)Liam Hopkins2019-04-041-1/+1
|
* Upstart systems: only run startup scripts at boot (#754)Liam Hopkins2019-04-031-1/+1
|
* mv pam_group above pam_oslogin_login in auth stackLiam Hopkins2019-03-251-3/+7
|
* Add support for FreeBSD syslog socket location. (#751)Max Illfelder2019-03-253-18/+20
|
* Update README.mdhopkiw-patch-1Liam Hopkins2019-03-151-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 Hopkins2019-03-153-10/+26
| | | * Separate continue call with start alternate flag.
* Bump OS Login package to 1.5.1. (#747)Zach Marano2019-03-134-3/+9
|
* Fix the action name to match the backend API. (#744)Max Illfelder2019-03-131-1/+1
|
* google_oslogin_control: fix some FreeBSD issues (#742)Lucas Kanashiro2019-03-121-1/+6
| | | | * google_oslogin_control: fix some FreeBSD issues
* Version bump the OS Login package to 1.5.0. (#737)Max Illfelder2019-02-194-4/+10
|
* Split out the Python package from the README. (#736)Max Illfelder2019-02-191-0/+249
| | | | The description of the Python package belongs in the Python package directory.
* Update README.md (#735)Liam Hopkins2019-02-191-21/+0
| | | remove section on version updates; this is covered in repo doc
* Add OS Login support for Google prompt challenges. (#734)Max Illfelder2019-02-062-1/+2
|
* g-c-e version bump from master (#733)Liam Hopkins2019-02-017-5/+17
|
* Update README.md (#732)Liam Hopkins2019-01-312-2/+3
|