summaryrefslogtreecommitdiff
path: root/system/crypttab.py
Commit message (Expand)AuthorAgeFilesLines
* fixed typos in cryptab, thanks @timwBrian Coca2015-10-291-3/+3
* Fix bug #1105 - incorrect use of lstrip()Steve2015-10-141-2/+5
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-161-1/+1
* moar quotesBrian Coca2015-05-141-1/+1
* Adding author's github idGreg DeKoenigsberg2015-05-141-1/+1
* Use try/finally with file opening to close the fileMatt Martz2015-05-111-7/+11
* Fix up modules that have python24 syntax errorMatt Martz2015-05-111-11/+33
* Merge pull request #190 from yuriks/patch-1Brian Coca2015-03-311-1/+1
|\
| * crypttab: Fix parameter checking with state=absentYuri Kunde Schlesner2015-01-081-1/+1
* | Don't know why but the 1.8.x branch didn't include the commit for crypttab.Toshio Kuratomi2015-03-111-1/+1
|/
* New crypttab module for editing Linux /etc/crypttab fileSteve2014-09-291-0/+332