| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | output a generic pam_permit line if the primary block is empty | Steve Langasek | 2019-01-03 | 1 | -0/+7 |
* | Use -Initial only for the first profile, even when there's no explicit -Initial | Steve Langasek | 2019-01-03 | 1 | -4/+2 |
* | output a generic pam_permit line if the primary block is empty | Steve Langasek | 2019-01-03 | 1 | -0/+7 |
* | Use -Initial only for the first profile, even when there's no explicit -Initial | Steve Langasek | 2019-01-03 | 1 | -4/+2 |
* | fix a bug in the parser that caused error spewing if there were any lines after | Steve Langasek | 2019-01-03 | 1 | -0/+4 |
* | synchronize the state-saving format with the code actually used for comparisons | Steve Langasek | 2019-01-03 | 1 | -1/+23 |
* | drop '-Final' from all of the field names, but support these field names for | Steve Langasek | 2019-01-03 | 1 | -4/+7 |
* | bump the referenced version number again for one /really/ final pam upload to | Steve Langasek | 2019-01-03 | 5 | -8/+8 |
* | drop this md5sum from the branch, it's Ubuntu-specific | Steve Langasek | 2019-01-03 | 1 | -1/+0 |
* | add old session template md5sum | Steve Langasek | 2019-01-03 | 1 | -2/+5 |
* | implement automatic upgrades of the templates if they're unmodified | Steve Langasek | 2019-01-03 | 1 | -0/+73 |
* | first cut of a manpage for pam-auth-update | Steve Langasek | 2019-01-03 | 1 | -0/+101 |
* | never unlink the .pam-old file - just only create it if --force is set. | Steve Langasek | 2019-01-03 | 1 | -5/+1 |
* | document another bug that we need to sort out | Steve Langasek | 2019-01-03 | 1 | -0/+3 |
* | priority alone doesn't guarantee a complete sort; sort by the profile name as | Steve Langasek | 2019-01-03 | 1 | -3/+6 |
* | filter removals out of both the available and the enabled option lists | Steve Langasek | 2019-01-03 | 1 | -4/+4 |
* | apparently we need to use shift @ARGV here, not just shift | Steve Langasek | 2019-01-03 | 1 | -1/+1 |
* | fix a typo | Steve Langasek | 2019-01-03 | 1 | -1/+1 |
* | implement --remove, which allows deconfiguring of modules in advance of package | Steve Langasek | 2019-01-03 | 1 | -3/+11 |
* | optimize the grep a bit more | Steve Langasek | 2019-01-03 | 1 | -2/+2 |
* | filter the config list to exclude configs that no longer exist | Steve Langasek | 2019-01-03 | 1 | -3/+5 |
* | if the target doesn't already exist, don't try to copy it | Steve Langasek | 2019-01-03 | 1 | -1/+3 |
* | fix the regex used when suppressing jump counts when reading the saved | Steve Langasek | 2019-01-03 | 1 | -1/+2 |
* | another inconsistency in referring to the program name | Steve Langasek | 2019-01-03 | 1 | -1/+1 |
* | session needs to be handled the same way as password, with the possibility of | Steve Langasek | 2019-01-03 | 1 | -1/+3 |
* | bump the version check to 1.0.1-4; we had to upload 1.0.1-3 as a security fix | Steve Langasek | 2019-01-03 | 4 | -4/+4 |
* | clear the state on the correct template | Steve Langasek | 2019-01-03 | 1 | -2/+2 |
* | @enabled needs to be a unique array, sorted by priority. | Steve Langasek | 2019-01-03 | 1 | -0/+3 |
* | don't set high priority if --force is passed, this implies that we're in the | Steve Langasek | 2019-01-03 | 1 | -1/+1 |
* | set the priority to 'high' in the case where we had an empty set of enabled | Steve Langasek | 2019-01-03 | 1 | -2/+1 |
* | handle the case where there are no modules selected at all; this is an error, | Steve Langasek | 2019-01-03 | 1 | -0/+1 |
* | set apporpriate values for the debconf question, by storing a list of known | Steve Langasek | 2019-01-03 | 1 | -10/+35 |
* | we can't use 'deny' as a fallback if we aren't going to have any primary | Steve Langasek | 2019-01-03 | 1 | -1/+3 |
* | document a couple more fixmes; and adjust the priority of the right question | Steve Langasek | 2019-01-03 | 1 | -2/+6 |
* | add a --package option to pam-auth-update, which lowers the debconf priority | Steve Langasek | 2019-01-03 | 1 | -3/+4 |
* | if we didn't do a forced overwrite, don't leave the .pam-old files around | Steve Langasek | 2019-01-03 | 1 | -0/+1 |
* | really fix up the regex used for suppressing jump counts to only apply when it | Steve Langasek | 2019-01-03 | 1 | -1/+2 |
* | When merging options, handle additions before removals to avoid referencing | Steve Langasek | 2019-01-03 | 1 | -6/+9 |
* | create the new default configs with support for pam-auth-update substitution, | Steve Langasek | 2019-01-03 | 8 | -20/+73 |
* | initial support for generating the PAM config: | Steve Langasek | 2019-01-03 | 1 | -12/+216 |
* | fix an accidental commit that broke the use of x_loadtemplatefile | Steve Langasek | 2019-01-03 | 1 | -2/+1 |
* | add some FIXMEs to document known bugs | Steve Langasek | 2019-01-03 | 1 | -0/+3 |
* | run debconf-updatepo to export the new templates for translation | Steve Langasek | 2019-01-03 | 1 | -1/+2 |
* | implement the force option and the debconf override template | Steve Langasek | 2019-01-03 | 1 | -21/+33 |
* | new diff_profiles function, which spits out information about any local mods | Steve Langasek | 2019-01-03 | 1 | -1/+167 |
* | first attempt at handling conflicts among the selected profiles | Steve Langasek | 2019-01-03 | 1 | -5/+37 |
* | special-case the 'Conflicts' field in the parser, to get us a list instead of | Steve Langasek | 2019-01-03 | 1 | -1/+5 |
* | first stab at a perl helper to manage common-*: parse our config files and | Steve Langasek | 2019-01-03 | 1 | -0/+80 |
* | Update the Debian PAM mini-policy to remove references to the | Steve Langasek | 2019-01-03 | 1 | -30/+4 |
* | fix-up commit for grafting svn history onto git history | Steve Langasek | 2019-01-02 | 10 | -0/+380 |