Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix-up commit for grafting svn history onto git history | Steve Langasek | 2019-01-02 | 32 | -8616/+0 |
| | |||||
* | Add a patch header | vorlon | 2007-10-20 | 1 | -0/+7 |
| | |||||
* | * Make sure the "audit" option is specified in octal instead of in decimal, | vorlon | 2007-10-20 | 2 | -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; Linux | vorlon | 2007-09-04 | 6 | -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 CVS | vorlon | 2007-09-03 | 1 | -1/+1 |
| | |||||
* | committed upstream | vorlon | 2007-09-03 | 1 | -1/+1 |
| | |||||
* | fix another thinko in the getline handling. | vorlon | 2007-09-02 | 1 | -1/+1 |
| | |||||
* | don't use a global variable for pass_min_len, don't gratuitously move the | vorlon | 2007-09-01 | 1 | -42/+136 |
| | | | | | | | length checking into the "obscure" checks, and internationalize the error strings. | ||||
* | submitted to upstream | vorlon | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | add a patch header | vorlon | 2007-09-01 | 1 | -0/+9 |
| | |||||
* | committed upstream | vorlon | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | tweak the patch based on feedback from upstream: instead of ignoring | vorlon | 2007-09-01 | 1 | -7/+11 |
| | | | | | | PAM_BAD_ITEM, check for unset variables first with pam_getenv(). | ||||
* | fix a typo | vorlon | 2007-09-01 | 1 | -1/+1 |
| | |||||
* | add a patch header | vorlon | 2007-08-31 | 1 | -0/+10 |
| | |||||
* | The 'max=' option was never intended to be used to limit maximum password | vorlon | 2007-08-31 | 2 | -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 a | vorlon | 2007-08-31 | 1 | -2/+2 |
| | | | | | | typo panlindrome -> palindrome. | ||||
* | add patch headers | vorlon | 2007-08-30 | 2 | -1/+11 |
| | |||||
* | add patch headers | vorlon | 2007-08-30 | 2 | -0/+13 |
| | |||||
* | committed upstream, yay | vorlon | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | clean up the division of patches | vorlon | 2007-08-30 | 2 | -28/+29 |
| | |||||
* | submitted upstream | vorlon | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | add a patch header | vorlon | 2007-08-30 | 1 | -9/+10 |
| | |||||
* | Split 047_pam_limits_chroot_string_value up between | vorlon | 2007-08-30 | 4 | -17/+21 |
| | | | | | | 008_modules_pam_limits_chroot and 029_pam_limits_capabilites | ||||
* | Drop patch 063_paswd_segv, superseded by a different upstream fix | vorlon | 2007-08-30 | 2 | -22/+0 |
| | |||||
* | add a patch header | vorlon | 2007-08-30 | 1 | -0/+8 |
| | |||||
* | Drop patch 064_pam_unix_cracklib_dictpath, which is not needed now that we | vorlon | 2007-08-30 | 2 | -14/+0 |
| | | | | | | define CRACKLIB_DICTS in debian/rules. | ||||
* | s/CRACKLIB_DICT/CRACKLIB_DICTS/, consistent with other #define present | vorlon | 2007-08-30 | 1 | -4/+4 |
| | | | | | | upstream | ||||
* | revert prematurely-committed patch | vorlon | 2007-08-30 | 1 | -331/+0 |
| | |||||
* | Drop the remainder of 061_pam_issue_double_free, not required for the | vorlon | 2007-08-30 | 2 | -16/+0 |
| | | | | | | original bugfix. | ||||
* | document status of upstream submission | vorlon | 2007-08-30 | 1 | -0/+331 |
| | |||||
* | Committed upstream | vorlon | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | another patch committed upstream, yay | vorlon | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | ignore any PAM_BAD_ITEM values returned by pam_putenv(), since this is the | vorlon | 2007-08-30 | 1 | -0/+11 |
| | | | | | | expected error return when trying to delete a non-existent var. | ||||
* | per discussion with upstream, don't suppress errors about missing files or | vorlon | 2007-08-29 | 1 | -33/+1 |
| | | | | | | | files with wrong permissions; these are real errors that should not be buried. | ||||
* | pull a minor fix from upstream | vorlon | 2007-08-29 | 1 | -1/+1 |
| | |||||
* | getline() returns -1 on EOF, not 0; check this appropriately, to fix an | vorlon | 2007-08-29 | 1 | -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 a | vorlon | 2007-08-29 | 1 | -2/+8 |
| | | | | | | HAVE_SYS_CAPABILITY_H check | ||||
* | Yet another thinko in hurd_no_setfsuid; really should make this code | vorlon | 2007-08-29 | 1 | -1/+1 |
| | | | | | | Hurd-safe at last... | ||||
* | Fix pam_env to really skip over garbage lines in /etc/environment and log an | vorlon | 2007-08-29 | 2 | -0/+22 |
| | | | | | | error, instead of failing with an obscure error. Closes: #439984. | ||||
* | document upstream status | vorlon | 2007-08-29 | 1 | -1/+1 |
| | |||||
* | Fix a memory leak in the pam_limits capabilities patch: always cap_free() | vorlon | 2007-08-28 | 1 | -13/+44 |
| | | | | | | the cap_t before returning from pam_sm_open_session(). Closes: #153157. | ||||
* | two more patches merged upstream, yay! | vorlon | 2007-08-28 | 2 | -4/+3 |
| | |||||
* | Fix a couple of thinkos in hurd_no_setfsuid, that were preventing the code | vorlon | 2007-08-27 | 1 | -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 this | vorlon | 2007-08-27 | 1 | -0/+95 |
| | | | | | | patch upstream. Closes: #325974. | ||||
* | default to NULL instead of a specific dictionary path when none is defined | vorlon | 2007-08-27 | 1 | -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 the | vorlon | 2007-08-27 | 2 | -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 change | vorlon | 2007-08-27 | 1 | -12/+12 |
| | |||||
* | improved patch for the 'obscure' option, thanks to Nicolas François | vorlon | 2007-08-27 | 1 | -14/+8 |
| | |||||
* | give the patch a nicer name ;) | vorlon | 2007-08-27 | 2 | -1/+1 |
| | |||||
* | Fix unnecessary manipulations of string buffers, including an illegal use of | vorlon | 2007-08-27 | 2 | -0/+84 |
| | | | | | | strncpy(). Thanks to Paul Hampson for reporting. Closes: #331278. |