index
:
pam.git
debian
dev
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
pam_faillock
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: drop autotools support
Dmitry V. Levin
2024-10-23
2
-57
/
+0
*
meson: build Linux-PAM using meson
Dmitry V. Levin
2024-09-10
1
-0
/
+1
*
build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIR
Dmitry V. Levin
2024-08-26
1
-2
/
+2
*
build: rename SCONFIGDIR config.h macro to SCONFIG_DIR
Dmitry V. Levin
2024-08-25
1
-1
/
+1
*
build: parametrize libtool subdirectory
Dmitry V. Levin
2024-08-22
1
-13
/
+13
*
Include pam_i18n.h where i18n definitions are required
Dmitry V. Levin
2024-08-21
2
-0
/
+2
*
pam_faillock: fix compilation warning
Dmitry V. Levin
2024-08-16
1
-6
/
+12
*
pam_faillock: silence compilation warning
Dmitry V. Levin
2024-07-28
1
-1
/
+2
*
pam_faillock: close the audit socket after use
Iker Pedrosa
2024-05-23
1
-0
/
+1
*
pam_faillock: drop duplicate include
Christian Göttsche
2024-02-22
1
-1
/
+0
*
modules: enclose macro parameter
Christian Göttsche
2024-02-22
1
-1
/
+1
*
modules: add pamc headers to the search path only when needed
Tobias Stoeckmann
2024-01-21
1
-2
/
+1
*
treewide: remove unused defines
Tobias Stoeckmann
2024-01-13
1
-1
/
+0
*
treewide: strictly separate builddir and srcdir
Tobias Stoeckmann
2024-01-12
1
-1
/
+1
*
pam_faillock: use getline
Tobias Stoeckmann
2024-01-03
1
-3
/
+5
*
pam_faillock: do not truncate arguments
Tobias Stoeckmann
2024-01-02
1
-7
/
+11
*
treewide: use asprintf to construct strings
Tobias Stoeckmann
2023-12-19
1
-9
/
+7
*
modules: cast to unsigned char for character handling function
Christian Göttsche
2023-08-07
1
-4
/
+4
*
pam_faillock: free handle in test
Christian Göttsche
2023-08-07
1
-0
/
+1
*
pam_faillock: fix formatting of audit messages
Steve Grubb
2023-08-04
1
-2
/
+2
*
build: use <vendordir>/security directory for installation if it has been set
Stefan Schubert
2023-02-07
1
-0
/
+4
*
doc: Update PAM documentation from DockBook 4 to DocBook 5
Stefan Schubert
2022-12-16
4
-114
/
+89
*
pam_faillock: fix typo in usage diagnostics
Dmitry V. Levin
2022-11-11
1
-1
/
+1
*
pam_faillock: avoid logging an erroneous consecutive login failure message
Deepak Das
2022-11-07
1
-3
/
+5
*
pam_faillock: Clarify missing user faillock files after reboot
Deepak Das
2022-11-07
2
-0
/
+10
*
faillock: add support to print login failure info in legacy format
Shreenidhi Shedi
2022-07-01
2
-11
/
+66
*
faillock: refactor faillock info printing code
Shreenidhi Shedi
2022-07-01
1
-21
/
+31
*
faillock: error out if user does not exist
Shreenidhi Shedi
2022-07-01
1
-1
/
+5
*
faillock: load configuration from file
Iker Pedrosa
2022-05-24
6
-33
/
+109
*
pam_faillock: move config to its own file
Iker Pedrosa
2022-05-24
5
-230
/
+322
*
pam_faillock: add a test of return values
Stefan Schubert
2022-02-04
2
-1
/
+123
*
pam_faillock: use vendor specific faillock.conf as fallback
Stefan Schubert
2022-02-01
3
-1
/
+29
*
modules: use SCONFIGDIR macro
Dmitry V. Levin
2022-01-23
1
-1
/
+1
*
Check the return value of localtime in faillock (#421)
pyllyukko
2022-01-12
1
-0
/
+5
*
pam_faillock: remove confusing comment
Dmitry V. Levin
2021-07-20
1
-1
/
+0
*
pam_faillock: convert spaces to tab to keep code style
chuanqin
2021-03-25
1
-3
/
+2
*
faillock: create tallydir before creating tallyfile
Changqing Li
2021-01-27
1
-0
/
+3
*
faillock: Use pluralization via dngettext or fallback
Kolja
2021-01-25
1
-1
/
+16
*
Fix grammar: replace "an user" with "a user" everywhere
Dmitry V. Levin
2020-11-24
1
-1
/
+1
*
faillock: Add a nodelay option
Tavian Barnes
2020-11-12
2
-1
/
+17
*
pam_faillock: fix unread store statement
ikerexxe
2020-11-03
1
-1
/
+1
*
pam_faillock: fix invalid error message
Mikhail Labiuk
2020-10-13
1
-3
/
+9
*
build: rename PIE_* AC_SUBST variables to EXE_*
Dmitry V. Levin
2020-08-07
1
-2
/
+2
*
pam_faillock: add faillock executable to gitignore
ikerexxe
2020-06-26
1
-0
/
+1
*
pam_faillock: change /run/faillock/$USER permissions to 0660
ikerexxe
2020-06-17
1
-1
/
+13
*
pam_faillock: fix build on musl
Fabrice Fontaine
2020-06-15
1
-38
/
+1
*
modules: downgrade syslog level for errors related to pam_get_user
Dmitry V. Levin
2020-05-22
1
-2
/
+2
*
pam_faillock: Document return values forwarded from pam_get_user
Dmitry V. Levin
2020-05-15
1
-0
/
+17
*
pam_faillock: return PAM_INCOMPLETE when pam_get_user returns PAM_CONV_AGAIN
Dmitry V. Levin
2020-05-15
2
-1
/
+10
*
modules: remove PAM_SM_* macros
Dmitry V. Levin
2020-05-03
1
-4
/
+0
[next]