summaryrefslogtreecommitdiff
path: root/google-daemon
Commit message (Expand)AuthorAgeFilesLines
* Google clock sync manager to sync the system clock when a migrationZach Marano2015-03-208-9/+360
* Updated descired_accounts.pySam Pegler2015-02-171-1/+1
* Add dependency to syslog for address managercbacon2014-10-161-1/+1
* Update accounts.pycbacon2014-07-211-1/+4
* Update accounts.pycbacon2014-07-211-1/+0
* Skip accounts with /sbin/nologin as a login shellcbacon2014-07-211-0/+12
* Switch expired SSH key log level to debugJimmy Kaplowitz2014-07-211-1/+1
* Adjust timeout on hanging metadata requestDavid Newgas2014-07-091-2/+2
* Add client timeout to metadata hanging requestDavid Newgas2014-07-081-1/+1
* Change logging level from info to debug when checking available disk space toHerbert Duarte2014-06-301-2/+2
* Support key expirationJimmy Kaplowitz2014-06-191-0/+67
* Bugfix: Remove users keys when gone from metadataJimmy Kaplowitz2014-06-192-21/+45
* Fix ssh keys files being emptied when disk is full.Herbert Duarte2014-06-031-0/+9
* Update http header for retrieving instance metadata.Jeremy Edwards2014-06-022-2/+2
* Update desired_accounts.pykimasaki2014-04-251-4/+4
* Incorporate code review feedback.Yue Luo2014-04-091-4/+4
* Switch to IP address to access metadata server.Yue Luo2014-04-082-4/+5
* Merge pull request #55 from coreos/masterJeremy Edwards2014-04-071-1/+17
|\
| * fix(google-daemon): use * for the passwd not !Brandon Philips2014-04-051-1/+17
* | feat(accounts): add users to the sudo group by defaultBrandon Philips2014-04-071-1/+1
* | Minor changesHimanshu Vasishth2014-04-041-1/+0
* | Fixing typo in error code which I was using to test the changes and didn't ac...Himanshu Vasishth2014-04-041-1/+1
* | Changing DesiredAccounts._GetAttribute method to catch 404 HTTPError and rais...Himanshu Vasishth2014-04-042-110/+112
|/
* Merge pull request #46 from frodenas/masterJeremy Edwards2014-03-031-4/+4
|\
| * Fixes authorized_keys file permissionsFerran Rodenas2014-02-181-4/+4
* | support both CentOS and Debian derivativesEric Johnson2014-02-242-3/+4
* | fixes #48, account manager was not starting on upstart systemsEric Johnson2014-02-212-3/+3
|/
* Call sync to ensure critical data makes it to diskJimmy Kaplowitz2014-02-072-1/+19
* Merge pull request #38 from vaijab/fix_systemd_servicesHimanshuVasishth2014-02-042-6/+2
|\
| * remove redundant lineVaidas Jablonskis2014-02-041-1/+0
| * fixes systemd service unitsVaidas Jablonskis2014-01-212-6/+3
* | Fixing changes broken by mergeHimanshu Vasishth2014-01-271-6/+13
* | Merge remote-tracking branch 'upstream/master'Himanshu Vasishth2014-01-271-12/+6
|\ \
| * | use json.loads instead of ast.literal_evalBrian Mattern2014-01-241-2/+2
| |/
* | Using json to pass values from child to parentHimanshu Vasishth2014-01-271-9/+11
* | Removing import for jason since it is no longer neededHimanshu Vasishth2014-01-271-1/+0
* | Making changes to account for the fact that sshKeys may be defined both at in...Himanshu Vasishth2014-01-272-32/+90
|/
* use friendly names for reader writer from pipeHimanshuVasishth2014-01-211-9/+9
* use the etag value from previous call when fetching attributesHimanshuVasishth2014-01-211-1/+1
* Merge remote-tracking branch 'upstream/master'Himanshu Vasishth2014-01-215-5/+23
|\
| * Update metadata service version in google daemon and startup scriptsHerbert Duarte2014-01-061-2/+4
| * init.d scripts return properly for Debian. Addresses failed status for these ...Jeremy Edwards2013-12-112-1/+2
| * - add systemd unit file for the accounts-manager daemonRobert Schweikert2013-12-052-1/+15
| * Update google-accounts-managershenl2013-11-131-1/+1
| * Fix startup order of Google daemon on Debianshenl2013-11-131-1/+1
* | Added logging for passing etag to parentHimanshuVasishth2014-01-171-0/+2
* | Pass the etag for sshKeys from child to parent processHimanshuVasishth2014-01-171-0/+15
* | fixing the way we pass single-pass flagHimanshuVasishth2014-01-171-1/+1
* | fixing flagHimanshuVasishth2014-01-171-1/+1
* | Fixing typoHimanshuVasishth2014-01-171-1/+1