summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine-oslogin
Commit message (Collapse)AuthorAgeFilesLines
* Move to new repo (#833)Liam Hopkins2019-08-0733-4375/+2
| | | Move the OS Login components to new repo guest-oslogin, leaving a README.
* Bump versions. (#825)Zach Marano2019-08-014-3/+9
|
* Correct JSON refcount decrementing (#821)Liam Hopkins2019-07-311-7/+2
|
* Prepare for release. Bump versions. (#816)Zach Marano2019-07-294-3/+9
|
* Remove unused binary search logic (#812)Liam Hopkins2019-07-221-194/+10
|
* Fixbuild (#809)Liam Hopkins2019-07-164-9/+12
|
* Specify cpp version in Makefile (#808)Liam Hopkins2019-07-121-5/+6
|
* Groups (#784)Liam Hopkins2019-07-094-134/+569
| | | | * Initial support for OS Login groups. * getgrnam/getgrgid lookups
* New package versioning (#794)Zach Marano2019-07-085-4/+12
|
* google_oslogin_control: make it FreeBSD compatible (#796)Lucas Kanashiro2019-06-281-1/+16
|
* 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-224-3/+9
|
* Update OS Login control file for FreeBSD support. (#778)Max Illfelder2019-05-221-7/+10
|
* RHEL 8 packages for google-compute-engine. (#753)Zach Marano2019-05-032-11/+26
| | | * RHEL 8 packages for google-compute-engine.
* Version updates (#758)Liam Hopkins2019-04-164-3/+11
| | | | | | | | * Bump Py-GCE to 2.8.14 * Bump OS Login to 1.5.2 * Bump google-compute-engine to 2.8.14
* 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
|
* mv pam_group above pam_oslogin_login in auth stackLiam Hopkins2019-03-251-3/+7
|
* 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
|
* 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
|
* Update README.md (#732)Liam Hopkins2019-01-312-2/+3
|
* 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
|
* Update libnss paths for OS Login (#721)Liam Hopkins2018-12-264-4/+8
|
* 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.
* Use pam_group with OS Login (#712)Liam Hopkins2018-12-141-31/+56
|
* Repo layout changes (#688)Liam Hopkins2018-12-1430-0/+3820