Skip to content

Releases: GoogleCloudPlatform/guest-oslogin

20240628.00

28 Jun 00:26
2170de8
Compare
Choose a tag to compare
Don't retry bad request responses (#137)

These are returned for incorrect request paramaters (non-utf8, characters not allowed in usernames, etc.) and repeating the request without changing the parameters is pointless.

20240604.00

04 Jun 23:37
affd19b
Compare
Choose a tag to compare
Log clearly when the initial parsing of a JSON object fails (#132)

* Split out root element parsing into a shared ParseJsonRoot; add better error logging.

* remove a couple of perhaps-overeager log lines; add a missing space to fix a typo.

* Properly initialize the tokener before use.

* Also, don't forget to free the tokener after use.

* respond to Leos review feedback

* fix build failure due to goto jumping over initialization

20240415.00

15 Apr 17:49
affd19b
Compare
Choose a tag to compare
Log clearly when the initial parsing of a JSON object fails (#132)

* Split out root element parsing into a shared ParseJsonRoot; add better error logging.

* remove a couple of perhaps-overeager log lines; add a missing space to fix a typo.

* Properly initialize the tokener before use.

* Also, don't forget to free the tokener after use.

* respond to Leos review feedback

* fix build failure due to goto jumping over initialization

20240405.00

05 Apr 02:21
affd19b
Compare
Choose a tag to compare
Log clearly when the initial parsing of a JSON object fails (#132)

* Split out root element parsing into a shared ParseJsonRoot; add better error logging.

* remove a couple of perhaps-overeager log lines; add a missing space to fix a typo.

* Properly initialize the tokener before use.

* Also, don't forget to free the tokener after use.

* respond to Leos review feedback

* fix build failure due to goto jumping over initialization

20240311.00

11 Mar 23:40
3f2e371
Compare
Choose a tag to compare
pam: bring back pam's account management implementation (#133)

With this change users can get back to using these pam modules for their
own custom pam configurations in a way to differentiate oslogin users (i.e.
reported issue #123).

PS: These modules will not be automatically added to google's managed pam
configurations by guest-agent.

20231116.00

16 Nov 00:54
a2a250b
Compare
Choose a tag to compare
build: fix DESTDIR concatenation (#124)

When updating the COS build we found out that the build system wasn't
properly concatenating DESTDIR and the target dirs if DESTDIR didn't
end with a slash. The following make call would produce an invalid
result:

make DESTDIR=/path/to/target LIBDIR=lib64

One would expect to have lib artifacts installed to
/path/to/target/lib64 instead we were installing artifacts to
/path/to/targetlib64.

20231113.00

13 Nov 23:49
60a5cd5
Compare
Choose a tag to compare
build: fix clang build (#122)

Remove include/oslogin_sshca.h from the list of dependecies. It is
passed to the linker command as a part of $^ variable and causes
clang build error:

    clang: error: clang: cannot specify -o when generating multiple output fileserror:
    cannot specify -o when generating multiple output files

20231103.00

03 Nov 17:40
2b3c5cb
Compare
Choose a tag to compare
Update owners. (#121)

20231101.00

01 Nov 20:10
f59b7f3
Compare
Choose a tag to compare
Fix HTTP calls retry logic (#117)

20231004.00

04 Oct 22:58
6967453
Compare
Choose a tag to compare
packaging: make the dependency explicit (#120)

Force guest-agent to be present in at least a given version.