summaryrefslogtreecommitdiff
path: root/system/crypttab.py
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
* Make `main()` calls conditional - system (#3652)Fabio Alessandro Locati2016-12-051-1/+2
* Use native YAML (#3440)Fabio Alessandro Locati2016-11-301-3/+11
* Performance improvement using in-operator for hash lookupsDag Wieers2016-11-171-3/+3
* Fix bare variable references in docsAndrew Gaffney2016-11-101-1/+1
* Fix crypttab (#3121)Michael Scherer2016-10-131-3/+3
* fix typo in get_exception(), extends fix #2502 (#2507)René Moser2016-06-301-1/+1
* system: crypttab: fix typo (#2476)Andrey Arapov2016-06-251-1/+1
* Fixed modules/system py files for 2.4 to 3.5 exceptions (#2367)Chris Weber2016-06-031-3/+5
* Remove the +x from crypttab and cronvar (#2039)Michael Scherer2016-04-151-0/+0
* Unchecked index causes IndexError.kubilus12016-04-111-0/+2
* 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