Commit Graph

  • dea9f3048c Accepting request 1166585 from Linux-PAM factory Ana Guerrero 2024-04-12 15:33:37 +0000
  • 810c4f59c1 - Update to version 1.6.1 - pam_env: fixed --disable-econf --enable-vendordir support. - pam_unix: do not warn if password aging is disabled. - pam_unix: try to set uid to 0 before unix_chkpwd invocation. - pam_unix: allow empty passwords with non-empty hashes. - Multiple minor bug fixes, build fixes, portability fixes, documentation improvements, and translation updates. - Remove backports: - pam_env-fix_vendordir.patch - pam_env-fix-enable-vendordir-fallback.patch - pam_env-remove-escaped-newlines.patch - pam_unix-fix-password-aging-disabled.patch Thorsten Kukuk 2024-04-10 07:30:15 +0000
  • c1e2ac3a9f Accepting request 1149714 from Linux-PAM Ana Guerrero 2024-02-25 13:04:39 +0000
  • 0158e751ab Accepting request 1149618 from home:vlefebvre:branches:Linux-PAM Valentin Lefebvre 2024-02-23 08:28:16 +0000
  • 55613a9b61 Accepting request 1145173 from Linux-PAM Ana Guerrero 2024-02-11 14:45:03 +0000
  • 42e12ae97c - pam.tmpfiles: Make sure the content of the /run directories get removed in case of a soft-reboot Thorsten Kukuk 2024-02-07 13:33:52 +0000
  • fa2fb3c9ea Accepting request 1143388 from Linux-PAM Ana Guerrero 2024-02-04 18:07:11 +0000
  • 238a7db197 - Enable pam_canonicalize_user.so Thorsten Kukuk 2024-01-30 15:18:15 +0000
  • daf3dbbb29 Accepting request 1139944 from Linux-PAM Ana Guerrero 2024-01-23 21:55:08 +0000
  • 4352831aa4 - disable-examples.patch Thorsten Kukuk 2024-01-19 13:04:11 +0000
  • 2563154862 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=291 Thorsten Kukuk 2024-01-19 11:30:53 +0000
  • 488d867f61 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=290 Thorsten Kukuk 2024-01-19 11:24:46 +0000
  • 5f4342b7e3 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=289 Thorsten Kukuk 2024-01-19 11:23:06 +0000
  • 3b382a8884 - Move pam_namespace to pam-extra due to systemd dependencies Thorsten Kukuk 2024-01-19 11:13:37 +0000
  • 538371760f - Add post 1.6.0 release fixes for pam_env and pam_unix: - pam_unix-fix-password-aging-disabled.patch Thorsten Kukuk 2024-01-19 09:49:30 +0000
  • bafc211753 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=286 Thorsten Kukuk 2024-01-19 09:34:45 +0000
  • f0eb90949b - Add post 1.6.0 release fixes for pam_env: - pam_env-fix-enable-vendordir-fallback.patch - pam_env-fix_vendordir.patch - pam_env-remove-escaped-newlines.patch Thorsten Kukuk 2024-01-19 09:33:12 +0000
  • e2402ccf1b OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=284 Thorsten Kukuk 2024-01-18 17:01:37 +0000
  • 37a6bd3211 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=283 Thorsten Kukuk 2024-01-18 16:36:00 +0000
  • 089f3fa0f4 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=282 Thorsten Kukuk 2024-01-18 16:22:56 +0000
  • 182f702c59 - disable-pam_env-test.patch: disable tst-pam_env-retval.c as it is broken Thorsten Kukuk 2024-01-18 16:09:06 +0000
  • e352b2c661 - Update to version 1.6.0 - Added support of configuration files with arbitrarily long lines. - build: fixed build outside of the source tree. - libpam: added use of getrandom(2) as a source of randomness if available. - libpam: fixed calculation of fail delay with very long delays. - libpam: fixed potential infinite recursion with includes. - libpam: implemented string to number conversions validation when parsing controls in configuration. - pam_access: added quiet_log option. - pam_access: fixed truncation of very long group names. - pam_canonicalize_user: new module to canonicalize user name. - pam_echo: fixed file handling to prevent overflows and short reads. - pam_env: added support of '\' character in environment variable values. - pam_exec: allowed expose_authtok for password PAM_TYPE. - pam_exec: fixed stack overflow with binary output of programs. - pam_faildelay: implemented parameter ranges validation. - pam_listfile: changed to treat \r and \n exactly the same in configuration. - pam_mkhomedir: hardened directory creation against timing attacks. - Please note that using *at functions leads to more open file handles during creation. - pam_namespace: fixed potential local DoS (CVE-2024-22365). - pam_nologin: fixed file handling to prevent short reads. - pam_pwhistory: helper binary is now built only if SELinux support is enabled. - pam_pwhistory: implemented reliable usernames handling when remembering passwords. - pam_shells: changed to allow shell entries with absolute paths only. - pam_succeed_if: fixed treating empty strings as numerical value 0. - pam_unix: added support of disabled password aging. - pam_unix: synchronized password aging with shadow. Thorsten Kukuk 2024-01-18 09:18:10 +0000
  • 6ea3349808 Accepting request 1108086 from Linux-PAM Ana Guerrero 2023-09-01 12:19:14 +0000
  • add873f61e Accepting request 1105450 from home:kukuk:no-utmp Thorsten Kukuk 2023-08-23 09:38:24 +0000
  • f7d843d9b6 Accepting request 1102711 from Linux-PAM Dominique Leuenberger 2023-08-09 15:23:52 +0000
  • 8fc5e81cde - pam_access backports from upstream: - pam_access-doc-IPv6-link-local.patch: Document only partial supported IPv6 link local addresses - pam_access-hostname-debug.patch: Don't print error if we cannot resolve a hostname, does not need to be a hostname - pam_shells-fix-econf-memory-leak.patch: Free econf keys variable - disable-examples.patch: Don't build examples Thorsten Kukuk 2023-08-07 10:24:04 +0000
  • 99cb8ac03c Accepting request 1085766 from Linux-PAM Dominique Leuenberger 2023-05-13 15:16:51 +0000
  • 341833cbf9 Accepting request 1085746 from home:kukuk:cleanup Valentin Lefebvre 2023-05-09 16:04:51 +0000
  • a121788e00 Accepting request 1080766 from Linux-PAM Dominique Leuenberger 2023-04-21 12:15:28 +0000
  • 81568528fd Accepting request 1080765 from home:kukuk:cleanup Thorsten Kukuk 2023-04-20 10:12:45 +0000
  • e1066a3a40 Accepting request 1078636 from home:kukuk:cleanup Thorsten Kukuk 2023-04-12 11:48:48 +0000
  • f6b50ba88e Accepting request 1078360 from home:kukuk:cleanup Thorsten Kukuk 2023-04-11 08:24:03 +0000
  • d77629b88f Accepting request 1073099 from Linux-PAM Dominique Leuenberger 2023-03-22 21:29:20 +0000
  • d8677436cd - Add common-session-nonlogin and postlogin-* pam.d config files for https://github.com/SUSE/pam-config/pull/16, pam_lastlog2 and upcoming pam_wtmpdb. Thorsten Kukuk 2023-03-20 10:36:11 +0000
  • 9408d86815 Accepting request 1072045 from Linux-PAM Dominique Leuenberger 2023-03-18 23:30:06 +0000
  • b0799e0d72 Accepting request 1070768 from home:gbelinassi Valentin Lefebvre 2023-03-15 09:05:09 +0000
  • 006a604923 Accepting request 1060842 from Linux-PAM Dominique Leuenberger 2023-01-27 09:15:11 +0000
  • 7d61bc6b2a Accepting request 1060632 from home:schubi2 Valentin Lefebvre 2023-01-25 10:56:16 +0000
  • a42fcc6da5 Accepting request 1045205 from Linux-PAM Dominique Leuenberger 2022-12-25 14:14:17 +0000
  • a19e1ad91c - Also obsolete pam_unix-32bit to have clean upgrade path. Dominique Leuenberger 2022-12-24 13:32:42 +0000
  • e4217a82b6 Accepting request 1043315 from home:kukuk:tiu Thorsten Kukuk 2022-12-16 10:31:29 +0000
  • 0d564d8dbe Accepting request 1043306 from home:kukuk:tiu Thorsten Kukuk 2022-12-16 09:50:49 +0000
  • dbcb16eb1c Accepting request 1041656 from Linux-PAM Dominique Leuenberger 2022-12-10 20:17:22 +0000
  • 5aa4f5ad81 Accepting request 1041655 from home:kukuk:tiu Thorsten Kukuk 2022-12-08 14:52:25 +0000
  • cdda66e64b Accepting request 1037575 from Linux-PAM Dominique Leuenberger 2022-12-06 13:22:41 +0000
  • f8d6ec4fd6 Accepting request 1037574 from home:kukuk:tiu Thorsten Kukuk 2022-11-23 12:21:53 +0000
  • 8eaae8ce63 Accepting request 1010468 from Linux-PAM Dominique Leuenberger 2022-10-15 14:34:52 +0000
  • 7c469f81fb Accepting request 1010229 from home:schubi2 Thorsten Kukuk 2022-10-13 11:58:41 +0000
  • a7257563cb Accepting request 1010118 from home:schubi2 Thorsten Kukuk 2022-10-12 09:48:57 +0000
  • 7f7e9a36aa Accepting request 984917 from Linux-PAM Dominique Leuenberger 2022-07-07 10:56:53 +0000
  • 99fd8d508e Accepting request 983463 from home:kukuk:tiu Thorsten Kukuk 2022-06-17 15:30:56 +0000
  • c8e4e2b50f Accepting request 982382 from home:kukuk:tiu Thorsten Kukuk 2022-06-13 08:55:58 +0000
  • 41ae53b4d4 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=261 Thorsten Kukuk 2022-06-01 12:00:32 +0000
  • d59ee3f1e1 - Move PAM config files from /usr/etc/pam.d to /usr/lib/pam.d Thorsten Kukuk 2022-06-01 11:43:49 +0000
  • 18053db418 Accepting request 961066 from Linux-PAM Dominique Leuenberger 2022-03-14 18:33:58 +0000
  • 656f9b5474 Accepting request 961064 from home:kukuk:tiu Thorsten Kukuk 2022-03-11 11:29:42 +0000
  • e11a0c3af1 Accepting request 940244 from Linux-PAM Dominique Leuenberger 2021-12-17 22:54:22 +0000
  • 945f25a7ae Accepting request 940243 from home:kukuk:tiu Thorsten Kukuk 2021-12-13 13:17:12 +0000
  • 297cc4140e Accepting request 934494 from Linux-PAM Dominique Leuenberger 2021-12-02 21:30:03 +0000
  • 4b7b9d93e4 Accepting request 934493 from home:kukuk:tiu Thorsten Kukuk 2021-11-29 09:46:08 +0000
  • 16f5bfc375 Accepting request 933489 from home:kukuk:tiu Thorsten Kukuk 2021-11-24 15:07:30 +0000
  • 3139982e02 Accepting request 933454 from home:kukuk:tiu Thorsten Kukuk 2021-11-24 14:34:36 +0000
  • 30c0969bef Accepting request 933444 from home:kukuk:tiu Thorsten Kukuk 2021-11-24 13:43:37 +0000
  • b078a3cfed Accepting request 932273 from Linux-PAM Dominique Leuenberger 2021-11-21 22:51:34 +0000
  • 343fbe4278 Accepting request 931923 from home:sbrabec:branches:Base:System Thorsten Kukuk 2021-11-18 14:13:26 +0000
  • 1af762f779 Accepting request 928945 from Linux-PAM Dominique Leuenberger 2021-11-06 17:13:02 +0000
  • b73acde402 Accepting request 928857 from home:gmbr3:Active Josef Möllers 2021-11-03 07:33:24 +0000
  • 6f28f708b6 Accepting request 924878 from home:jmoellers:branches:Linux-PAM Josef Möllers 2021-10-18 07:41:15 +0000
  • ab36e21a01 Accepting request 923464 from home:jmoellers:branches:Linux-PAM Josef Möllers 2021-10-11 06:28:05 +0000
  • 34a306b1ac Accepting request 919240 from Linux-PAM Dominique Leuenberger 2021-09-20 21:31:43 +0000
  • bdff5d34ca - Rename motd.tmpfiles to pam.tmpfiles - Add /run/faillock directory Thorsten Kukuk 2021-09-15 13:55:27 +0000
  • b84cd6c705 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=248 Thorsten Kukuk 2021-09-10 11:49:52 +0000
  • 3aaba5773b - pam-login_defs-check.sh: adjust for new login.defs variable usages pam_tally2 has been removed upstream, remove pam_tally2-removal.patch Thorsten Kukuk 2021-09-10 10:28:05 +0000
  • dc65a6a40a Accepting request 917897 from home:jmoellers:branches:Linux-PAM Thorsten Kukuk 2021-09-10 09:48:01 +0000
  • ab4c48fada Accepting request 911843 from Linux-PAM Richard Brown 2021-08-18 06:55:09 +0000
  • c6cae773e2 - pam_umask-usergroups-login_defs.patch: Deprecate pam_umask explicit "usergroups" option and instead read it from login.def's "USERGROUP_ENAB" option if umask is only defined there. [bsc#1189139] Thorsten Kukuk 2021-08-12 14:45:10 +0000
  • 39b8fe8e87 Accepting request 909931 from home:pgajdos Thorsten Kukuk 2021-08-09 08:32:39 +0000
  • b414537429 Accepting request 906153 from Linux-PAM Dominique Leuenberger 2021-07-17 21:36:20 +0000
  • 4139f4902b OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=243 Thorsten Kukuk 2021-07-13 13:53:02 +0000
  • 0fc7ab76cc - revert-check_shadow_expiry.diff: revert wrong CRYPT_SALT_METHOD_LEGACY check. Thorsten Kukuk 2021-07-13 13:43:07 +0000
  • 089ed3e485 Accepting request 903070 from home:lnussel:usrmove Thorsten Kukuk 2021-07-09 12:12:20 +0000
  • c680360a30 Accepting request 902310 from Linux-PAM Dominique Leuenberger 2021-06-29 20:42:46 +0000
  • dd0389449b Accepting request 902295 from home:gmbr3:Active Josef Möllers 2021-06-25 09:44:49 +0000
  • 850b664d5a Accepting request 899928 from Linux-PAM Dominique Leuenberger 2021-06-20 17:37:47 +0000
  • 9563615f52 Accepting request 899457 from home:jmoellers:branches:Linux-PAM Josef Möllers 2021-06-14 12:34:37 +0000
  • 9a6bc49f24 Accepting request 894273 from home:jmoellers:branches:Linux-PAM Josef Möllers 2021-05-25 06:24:45 +0000
  • 55bb007d97 Accepting request 892225 from home:jmoellers:branches:Linux-PAM Josef Möllers 2021-05-17 06:51:34 +0000
  • ab3a3e3593 Accepting request 883611 from Linux-PAM Dominique Leuenberger 2021-04-14 08:09:27 +0000
  • 24e9b7b6ee Accepting request 883597 from home:jmoellers:branches:Linux-PAM Thorsten Kukuk 2021-04-07 13:01:25 +0000
  • 9080c178e7 Accepting request 882509 from home:jmoellers:branches:Linux-PAM Josef Möllers 2021-04-01 08:02:50 +0000
  • 5da065288f Accepting request 873577 from Linux-PAM Richard Brown 2021-02-22 13:22:42 +0000
  • fadf030a46 - Add missing conflicts for pam_unix-nis Thorsten Kukuk 2021-02-18 22:17:30 +0000
  • 2d6d13afab Accepting request 872796 from home:kukuk:etc Thorsten Kukuk 2021-02-16 10:35:18 +0000
  • 5e8c266a79 Accepting request 872794 from home:kukuk:etc Thorsten Kukuk 2021-02-16 10:28:19 +0000
  • d9e1d25c3f Accepting request 856633 from Linux-PAM Dominique Leuenberger 2020-12-21 09:22:01 +0000
  • 9f34df244a Accepting request 854846 from home:lnussel:usrmove Thorsten Kukuk 2020-12-17 08:06:56 +0000
  • c34d7c280a Accepting request 851278 from Linux-PAM Dominique Leuenberger 2020-12-03 17:37:59 +0000
  • 070ad9f4c2 Accepting request 851800 from home:lnussel:usrmove Thorsten Kukuk 2020-12-03 13:58:29 +0000
  • 34431add7d - Update to 1.5.1 - pam_unix: fixed CVE-2020-27780 - authentication bypass when a user doesn't exist and root password is blank [bsc#1179166] - pam_faillock: added nodelay option to not set pam_fail_delay - pam_wheel: use pam_modutil_user_in_group to check for the group membership with getgrouplist where it is available Thorsten Kukuk 2020-11-27 09:37:31 +0000
  • 5048cec3be Accepting request 849468 from Linux-PAM Dominique Leuenberger 2020-11-23 14:36:12 +0000