aboutsummaryrefslogtreecommitdiff
path: root/patches-applied
Commit message (Collapse)AuthorAgeFilesLines
* fix-up commit for grafting svn history onto git historySteve Langasek2019-01-0232-8616/+0
|
* Add a patch headervorlon2007-10-201-0/+7
|
* * Make sure the "audit" option is specified in octal instead of in decimal,vorlon2007-10-202-0/+12
| | | | | so that it doesn't randomly set other options. Thanks to Corey Wright <undefined@pobox.com> for the catch. Closes: #446327.
* Drop the local patch for Linux capabilities in pam_limits; Linuxvorlon2007-09-046-1022/+290
| | | | | | | | capabilities are not generally useful in a PAM context, and the PAM capabilities patch has been broken through much of its life. Closes: #440130.
* committed to CVSvorlon2007-09-031-1/+1
|
* committed upstreamvorlon2007-09-031-1/+1
|
* fix another thinko in the getline handling.vorlon2007-09-021-1/+1
|
* don't use a global variable for pass_min_len, don't gratuitously move thevorlon2007-09-011-42/+136
| | | | | | | length checking into the "obscure" checks, and internationalize the error strings.
* submitted to upstreamvorlon2007-09-011-1/+1
|
* add a patch headervorlon2007-09-011-0/+9
|
* committed upstreamvorlon2007-09-011-1/+1
|
* tweak the patch based on feedback from upstream: instead of ignoringvorlon2007-09-011-7/+11
| | | | | | PAM_BAD_ITEM, check for unset variables first with pam_getenv().
* fix a typovorlon2007-09-011-1/+1
|
* add a patch headervorlon2007-08-311-0/+10
|
* The 'max=' option was never intended to be used to limit maximum passwordvorlon2007-08-312-114/+167
| | | | | | | | | length for users, only to declare what the number of significant characters /is/ for a password. But we don't need a config option to tell us that, we know the answer based on which crypt type we're using, so drop this as a config file option. Closes: #389197.
* restore the same built-in min password len of 6 that upstream uses; fix avorlon2007-08-311-2/+2
| | | | | | typo panlindrome -> palindrome.
* add patch headersvorlon2007-08-302-1/+11
|
* add patch headersvorlon2007-08-302-0/+13
|
* committed upstream, yayvorlon2007-08-301-1/+1
|
* clean up the division of patchesvorlon2007-08-302-28/+29
|
* submitted upstreamvorlon2007-08-301-1/+1
|
* add a patch headervorlon2007-08-301-9/+10
|
* Split 047_pam_limits_chroot_string_value up betweenvorlon2007-08-304-17/+21
| | | | | | 008_modules_pam_limits_chroot and 029_pam_limits_capabilites
* Drop patch 063_paswd_segv, superseded by a different upstream fixvorlon2007-08-302-22/+0
|
* add a patch headervorlon2007-08-301-0/+8
|
* Drop patch 064_pam_unix_cracklib_dictpath, which is not needed now that wevorlon2007-08-302-14/+0
| | | | | | define CRACKLIB_DICTS in debian/rules.
* s/CRACKLIB_DICT/CRACKLIB_DICTS/, consistent with other #define presentvorlon2007-08-301-4/+4
| | | | | | upstream
* revert prematurely-committed patchvorlon2007-08-301-331/+0
|
* Drop the remainder of 061_pam_issue_double_free, not required for thevorlon2007-08-302-16/+0
| | | | | | original bugfix.
* document status of upstream submissionvorlon2007-08-301-0/+331
|
* Committed upstreamvorlon2007-08-301-1/+1
|
* another patch committed upstream, yayvorlon2007-08-301-1/+1
|
* ignore any PAM_BAD_ITEM values returned by pam_putenv(), since this is thevorlon2007-08-301-0/+11
| | | | | | expected error return when trying to delete a non-existent var.
* per discussion with upstream, don't suppress errors about missing files orvorlon2007-08-291-33/+1
| | | | | | | files with wrong permissions; these are real errors that should not be buried.
* pull a minor fix from upstreamvorlon2007-08-291-1/+1
|
* getline() returns -1 on EOF, not 0; check this appropriately, to fix anvorlon2007-08-291-1/+1
| | | | | | | infinite loop in pam_rhosts_auth. Thanks to Stephan Springl <springl-rhosts@bfw-online.de> for the fix. Closes: #440019.
* Another thinko in pam_limits, new code is now guarded with avorlon2007-08-291-2/+8
| | | | | | HAVE_SYS_CAPABILITY_H check
* Yet another thinko in hurd_no_setfsuid; really should make this codevorlon2007-08-291-1/+1
| | | | | | Hurd-safe at last...
* Fix pam_env to really skip over garbage lines in /etc/environment and log anvorlon2007-08-292-0/+22
| | | | | | error, instead of failing with an obscure error. Closes: #439984.
* document upstream statusvorlon2007-08-291-1/+1
|
* Fix a memory leak in the pam_limits capabilities patch: always cap_free()vorlon2007-08-281-13/+44
| | | | | | the cap_t before returning from pam_sm_open_session(). Closes: #153157.
* two more patches merged upstream, yay!vorlon2007-08-282-4/+3
|
* Fix a couple of thinkos in hurd_no_setfsuid, that were preventing the codevorlon2007-08-271-3/+3
| | | | | | from compiling on the Hurd still. Thanks to Michael Banck for the catch.
* document the pam_unix "nullok_secure" option, a prereq for forwarding thisvorlon2007-08-271-0/+95
| | | | | | patch upstream. Closes: #325974.
* default to NULL instead of a specific dictionary path when none is definedvorlon2007-08-271-15/+15
| | | | | | | for consistency with the new upstream version of cracklib, and define our path in debian/rules.
* New patch misc_conv_allow_sigint.patch: allow SIGINT to be handled by thevorlon2007-08-272-0/+29
| | | | | | | application, instead of blocking it when misc_conv is in use and preventing users from being able to ^C at any PAM prompt. Closes: #1708.
* refresh patch to apply cleanly after previous changevorlon2007-08-271-12/+12
|
* improved patch for the 'obscure' option, thanks to Nicolas Françoisvorlon2007-08-271-14/+8
|
* give the patch a nicer name ;)vorlon2007-08-272-1/+1
|
* Fix unnecessary manipulations of string buffers, including an illegal use ofvorlon2007-08-272-0/+84
| | | | | | strncpy(). Thanks to Paul Hampson for reporting. Closes: #331278.