summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-033-1/+1
|
* Merge pull request #752 from hopkiw/2fa_group_fixLiam Hopkins2019-03-251-3/+7
|\ | | | | mv pam_group above pam_oslogin_login in auth stack
| * 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
|
* Merge pull request #750 from GoogleCloudPlatform/hopkiw-patch-1Liam Hopkins2019-03-181-2/+1
|\ | | | | Update README.md
| * 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
|
* Add the license to all files in the repository. (#746)Max Illfelder2019-03-131-0/+201
|
* Fix travis by removing pypy testing. (#745)Max Illfelder2019-03-131-1/+0
|
* 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-192-243/+250
| | | | 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-313-58/+36
|
* Safer in-place sed edits (#730)Liam Hopkins2019-01-242-2/+2
| | | Replace invocations of `sed -i` with safer `sed -i""` in shell scripts
* Update "Version updates" sectionLiam Hopkins2019-01-241-10/+4
| | | modify version update instructions to match new layout and tooling
* Update script retrieval to support Python 3. (#729)Max Illfelder2019-01-242-2/+2
| | | Python 3 returns a byte-string when calling read.
* Die on 2FA failure (#727)Liam Hopkins2019-01-221-6/+7
|
* Also chmod 0440 for managed sudoers files (#725)Liam Hopkins2019-01-041-1/+1
|
* Restrict permissions for google-oslogin sudoers file (#724)Liam Hopkins2019-01-031-0/+1
|
* Adds support for oslogin on Arch Linux. (#685)Lorenzo Castelli2019-01-031-0/+3
|
* Make script_retriever.py supports python 3 (#723)Lucas Kanashiro2019-01-022-2/+2
| | | | Using python 3, the content returned by the urlrequest are bytes instead of string. In order to write the content in a file the binary mode was added.
* Update libnss paths for OS Login (#721)Liam Hopkins2018-12-264-4/+8
|
* Set oom_score_adjust for google-accounts daemon (#720)Liam Hopkins2018-12-262-0/+2
|
* oslogin: compat.h to suport FreeBSD (#640)Helen Koike2018-12-187-21/+129
| | | | | | | | | | | | | | | | | | | | | * oslogin: compat.h to suport FreeBSD Add compat.h to define different code between Linux and FreeBSD systems * oslogin: avoid illegal status warning in debian 9 Now _nss_oslogin_getpwent_r() returns NSS_STATUS_NOTFOUND and _nss_oslogin_(end|set)pwent() return NSS_STATUS_SUCCESS. * oslogin: fix utils/oslogin_utils.cc build in FreeBSD In FreeBSD boost/regex.hpp is not available and since clang is the default compiler we do not include it when __clang__ is defined. * Use PAM_SYSLOG from compat.h instead of pam_syslog Make latest PAM module modifications FreeBSD compatible.
* Update README.mdLiam Hopkins2018-12-171-1/+0
|
* Update README.mdLiam Hopkins2018-12-171-2/+0
|
* workflow for deb packages (#718)Liam Hopkins2018-12-178-154/+91
|
* Use pam_group with OS Login (#712)Liam Hopkins2018-12-141-31/+56
|
* Repo layout changes (#688)Liam Hopkins2018-12-14222-975/+715
|
* unify oslogin packaging (#689)Liam Hopkins2018-12-1226-256/+23
|
* Update travis password. (#716)Zach Marano2018-12-071-1/+1
| | | | | | Follow steps here: https://docs.travis-ci.com/user/deployment/pypi/ And use a git client that is from https://github.com/GoogleCloudPlatform/compute-image-packages not a branched client.
* Update Travis password for PyPI. (#715)Max Illfelder2018-12-071-1/+1
|
* Update the Travis credentials. (#714)Max Illfelder2018-12-071-6/+4
| | | Generated using: travis encrypt your-password-here --add deploy.password
* Build oslogin.pp on Centos6 (#713)Liam Hopkins2018-12-061-0/+0
|
* Make binary policy match (#711)Liam Hopkins2018-12-061-0/+0
|
* Fix version bump for OS Login package. (#710)Max Illfelder2018-12-052-2/+2
|
* Version bump the Python and OS Login packages. (#709)Max Illfelder2018-12-0512-11/+31
|
* Add unit test coverage for each enablement state. (#708)Max Illfelder2018-12-051-102/+76
|