<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fscrypt.git/pam_fscrypt, branch v0.2.3</title>
<subtitle>Go tool for managing Linux filesystem encryption
</subtitle>
<id>https://git.hodgden.net/cgit.cgi/fscrypt.git/atom?h=v0.2.3</id>
<link rel='self' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/atom?h=v0.2.3'/>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/'/>
<updated>2018-02-12T07:56:49Z</updated>
<entry>
<title>vet: eliminate unnecessary shadowing</title>
<updated>2018-02-12T07:56:49Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2018-02-12T07:56:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=69630f37fcebe894b15872148bd8b2496806b60c'/>
<id>urn:sha1:69630f37fcebe894b15872148bd8b2496806b60c</id>
<content type='text'>
Running "go vet -shadow ./..." finds all places where a variable might
be incorrectly or unnecessarily shadowed. This fixes some of them.
</content>
</entry>
<entry>
<title>lint: Remove all build tags</title>
<updated>2018-02-12T04:13:01Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2018-02-12T04:13:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=924b8d09db66868af7a6cf174d5346ace13dfa8a'/>
<id>urn:sha1:924b8d09db66868af7a6cf174d5346ace13dfa8a</id>
<content type='text'>
Our current build tags set off the linter. We will later add in more
comprehensive build tags that will be properly formatted.
</content>
</entry>
<entry>
<title>security: Sync filesystem before dropping caches</title>
<updated>2017-10-02T23:49:16Z</updated>
<author>
<name>Joe Richey joerichey@google.com</name>
<email>joerichey@google.com</email>
</author>
<published>2017-10-02T23:49:16Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=c6568945adb69a3b7779c0f9e0e1f427d31209ab'/>
<id>urn:sha1:c6568945adb69a3b7779c0f9e0e1f427d31209ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pam_fscrypt: PAM module no longer crashes on panic</title>
<updated>2017-09-01T07:47:34Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2017-09-01T07:47:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=3432f5757293dda39b9fa936a717160cd788ab68'/>
<id>urn:sha1:3432f5757293dda39b9fa936a717160cd788ab68</id>
<content type='text'>
Now the offending panic will just be logged and the module will fail.
This is important as to not crash the login process.
</content>
</entry>
<entry>
<title>pam_fscrypt: Added logging and use of new pam API</title>
<updated>2017-08-31T01:03:09Z</updated>
<author>
<name>Joe Richey</name>
<email>joerichey@google.com</email>
</author>
<published>2017-08-31T01:03:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=5814155d0c0247d501f7479f760a676185cd4b6d'/>
<id>urn:sha1:5814155d0c0247d501f7479f760a676185cd4b6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pam_fscrypt: Handle empty arguments list</title>
<updated>2017-08-30T04:37:01Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2017-08-30T04:37:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=83d4b499c505d3f5841fc0b0f8f29509622e870b'/>
<id>urn:sha1:83d4b499c505d3f5841fc0b0f8f29509622e870b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added +build linux,cgo flags</title>
<updated>2017-08-29T17:23:54Z</updated>
<author>
<name>Joe Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2017-08-29T17:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=ac3524f03f526017d671eae235af631a5f17cbc9'/>
<id>urn:sha1:ac3524f03f526017d671eae235af631a5f17cbc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated documentation for PAM module help</title>
<updated>2017-08-24T07:29:54Z</updated>
<author>
<name>Joseph Richey</name>
<email>joerichey94@gmail.com</email>
</author>
<published>2017-08-24T07:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=19c13e861996c3503be5b0dc5a2cecfe186b1744'/>
<id>urn:sha1:19c13e861996c3503be5b0dc5a2cecfe186b1744</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pam_fscrypt: Session accounting completed</title>
<updated>2017-08-24T01:51:23Z</updated>
<author>
<name>Joe Richey joerichey@google.com</name>
<email>joerichey@google.com</email>
</author>
<published>2017-08-24T01:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=d617d7725ce8b91df2152d6539da10c401c59325'/>
<id>urn:sha1:d617d7725ce8b91df2152d6539da10c401c59325</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pam_fscrypt: lock all PAM policies w/ flag</title>
<updated>2017-08-22T22:41:18Z</updated>
<author>
<name>Joe Richey joerichey@google.com</name>
<email>joerichey@google.com</email>
</author>
<published>2017-08-22T22:41:18Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=ef5cc07774674c66b5dbeb7c655a26ac6371e378'/>
<id>urn:sha1:ef5cc07774674c66b5dbeb7c655a26ac6371e378</id>
<content type='text'>
</content>
</entry>
</feed>
