mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-28 11:44:09 -04:00
bumped changelog version
This commit is contained in:
parent
405880e63b
commit
19d7e1af5d
2 changed files with 86 additions and 0 deletions
|
@ -1,3 +1,83 @@
|
|||
commit 405880e63b92319626332d083a6c5ad5101dbf77
|
||||
Author: Patrick Schleizer <adrelanos@whonix.org>
|
||||
Date: Sun May 18 06:44:42 2025 -0400
|
||||
|
||||
handle case of non-existence of /proc/cmdline
|
||||
|
||||
commit 88235cc97b8b54f3fe78d6ad76f64326e8b53f3e
|
||||
Author: Patrick Schleizer <adrelanos@whonix.org>
|
||||
Date: Sun May 18 06:44:04 2025 -0400
|
||||
|
||||
refactoring
|
||||
|
||||
commit 601ea77b005d18b57a85e0701f3981edd61b7881
|
||||
Author: Patrick Schleizer <adrelanos@whonix.org>
|
||||
Date: Sun May 18 06:42:39 2025 -0400
|
||||
|
||||
end-of-options
|
||||
|
||||
commit d8feca12768441b0499ead7cc9f9bce4e89b1edf
|
||||
Author: Patrick Schleizer <adrelanos@whonix.org>
|
||||
Date: Sun May 18 06:41:41 2025 -0400
|
||||
|
||||
printf
|
||||
|
||||
commit 7f2ba0980d17360fc014c6a412fc4ee57e1032fd
|
||||
Author: Patrick Schleizer <adrelanos@whonix.org>
|
||||
Date: Sun May 18 06:40:50 2025 -0400
|
||||
|
||||
refactoring
|
||||
|
||||
commit 4d1f8c44d28895587abce586ed5b2fe354544f6a
|
||||
Merge: 341dce3 e478750
|
||||
Author: Patrick Schleizer <adrelanos@whonix.org>
|
||||
Date: Sun May 18 06:36:08 2025 -0400
|
||||
|
||||
Merge remote-tracking branch 'github-kicksecure/master'
|
||||
|
||||
commit e478750814798f3d9aa60354b6cecbb84769ed53
|
||||
Merge: 341dce3 91a76db
|
||||
Author: Patrick Schleizer <adrelanos@whonix.org>
|
||||
Date: Sun May 18 06:35:23 2025 -0400
|
||||
|
||||
Merge pull request #305 from DMHalford/pam-info-failed_login_counter-fix
|
||||
|
||||
Prevent erroneous "Login blocked after [negative number] attempts" errors
|
||||
|
||||
commit 91a76db66bb496ba4650ada38df31636297738cf
|
||||
Author: DMHalford <161769419+DMHalford@users.noreply.github.com>
|
||||
Date: Thu May 15 15:42:50 2025 -0400
|
||||
|
||||
Prevent erroneous "Login blocked after [negative number] attempts" errors
|
||||
|
||||
For root, faillock appears to always* return an empty string (i.e. no table headers are present), yielding a zero-initialized pam_faillock_output_count and thus resulting in the calculation of a negative failed_login_counter value.
|
||||
|
||||
This can cause erroneous errors of the form "ERROR: Login blocked after [negative number] attempts" during sudo-ing and screen unlocking.
|
||||
|
||||
This commit modifies the initialization of failed_login_counter such that it cannot be negative and prevents the display of these incorrect warnings.
|
||||
|
||||
* Only rudimentary local tests were conducted
|
||||
|
||||
commit 6c3be9ced071e73e78451c82e8def9c5a5b02598
|
||||
Author: DMHalford <161769419+DMHalford@users.noreply.github.com>
|
||||
Date: Thu May 15 15:06:10 2025 -0400
|
||||
|
||||
Prevent erroneous "Login blocked after [negative number] attempts" errors
|
||||
|
||||
For root, faillock appears to always* return an empty string (i.e. no table headers are present), yielding a zero-initialized pam_faillock_output_count and thus resulting in the calculation of a negative failed_login_counter value.
|
||||
|
||||
This can cause erroneous errors of the form "ERROR: Login blocked after [negative number] attempts" during sudo-ing and screen unlocking.
|
||||
|
||||
This commit modifies the initialization of failed_login_counter such that it cannot be negative and prevents the display of these incorrect warnings.
|
||||
|
||||
* Only rudimentary tests were conducted
|
||||
|
||||
commit 341dce33fb806ab03822470e6af91604662c22dd
|
||||
Author: Patrick Schleizer <adrelanos@whonix.org>
|
||||
Date: Fri Apr 25 09:54:23 2025 +0000
|
||||
|
||||
bumped changelog version
|
||||
|
||||
commit 06e1e44b0039807baa862102b12fc5e199c3ccb3
|
||||
Author: Patrick Schleizer <adrelanos@whonix.org>
|
||||
Date: Fri Apr 25 05:51:21 2025 -0400
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
security-misc (3:45.3-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version (local package).
|
||||
|
||||
-- Patrick Schleizer <adrelanos@whonix.org> Tue, 20 May 2025 11:40:27 +0000
|
||||
|
||||
security-misc (3:45.2-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version (local package).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue