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_access
/
pam_access.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pam_access: fix group name match regression
Dmitry V. Levin
2024-11-27
1
-1
/
+1
*
pam_access: rework resolving of tokens as hostname
Thorsten Kukuk
2024-11-18
1
-2
/
+70
*
pam_access: always match local address
Iker Pedrosa
2024-10-22
1
-2
/
+28
*
build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIR
Dmitry V. Levin
2024-08-26
1
-3
/
+3
*
build: rename SCONFIGDIR config.h macro to SCONFIG_DIR
Dmitry V. Levin
2024-08-25
1
-2
/
+2
*
pam_access: support UID and GID in access.conf
Matthew Luckam
2024-08-13
1
-4
/
+57
*
modules: enclose macro parameter
Christian Göttsche
2024-02-22
1
-1
/
+1
*
pam_access: do not call pam_sm_authenticate
Dmitry V. Levin
2024-01-13
1
-12
/
+18
*
pam_access: add quiet_log option
Andreas Vögele
2024-01-13
1
-2
/
+8
*
pam_access: avoid group name truncation
Tobias Stoeckmann
2024-01-08
1
-7
/
+5
*
pam_access: use getline
Tobias Stoeckmann
2024-01-03
1
-7
/
+12
*
pam_access: reserve space for dot character
Tobias Stoeckmann
2023-12-19
1
-1
/
+1
*
pam_access: fix nul byte handling in config
Tobias Stoeckmann
2023-12-18
1
-0
/
+2
*
treewide: fix typos
Tobias Stoeckmann
2023-12-18
1
-1
/
+1
*
treewide: store strlen results in size_t
Tobias Stoeckmann
2023-12-14
1
-6
/
+6
*
modules: cast to unsigned char for character handling function
Christian Göttsche
2023-08-07
1
-1
/
+1
*
pam_access: make non-resolveable hostname a debug output (#590)
Thorsten Kukuk
2023-08-04
1
-1
/
+2
*
modules: make use of secure memory erasure
Christian Göttsche
2023-02-28
1
-2
/
+1
*
pam_access: use vendor specific access.conf as fallback
Stefan Schubert
2022-06-30
1
-18
/
+117
*
pam_access: handle hostnames in access.conf
Thorsten Kukuk
2022-03-11
1
-19
/
+76
*
modules: move SCONFIGDIR-based macro definitions from Makefile.am to the sour...
Dmitry V. Levin
2022-01-23
1
-0
/
+3
*
pam_access: clean up the remote host matching code
Tomas Mraz
2021-04-12
1
-16
/
+28
*
modules: downgrade syslog level for pam_get_user errors
Dmitry V. Levin
2020-05-22
1
-1
/
+1
*
modules: do not check user name for emptyness before passing it to pam_moduti...
Dmitry V. Levin
2020-05-16
1
-2
/
+1
*
modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESS
Dmitry V. Levin
2020-05-15
1
-1
/
+1
*
modules: remove PAM_SM_* macros
Dmitry V. Levin
2020-05-03
1
-14
/
+2
*
pam_access, pam_issue: do not assume that getdomainname always exists
Dmitry V. Levin
2020-04-15
1
-0
/
+3
*
Fix various typos found using codespell tool
Dmitry V. Levin
2020-03-28
1
-4
/
+4
*
modules/pam_access: use pam_str_skip_prefix
Dmitry V. Levin
2020-03-19
1
-9
/
+11
*
Fix remaining clang -Wcast-align compilation warnings
Dmitry V. Levin
2020-03-19
1
-0
/
+6
*
modules/pam_access: fix compilation warning
Dmitry V. Levin
2020-03-19
1
-0
/
+4
*
pam_access: Fix (IPv6) address prefix size matching
msalle
2020-01-02
1
-1
/
+3
*
Fix or suppress various warnings when compiling with -Wall -Wextra
Tomas Mraz
2019-12-16
1
-1
/
+1
*
pam_access: support parsing files in /etc/security/access.d/*.conf
Tomas Mraz
2017-05-31
1
-2
/
+29
*
Properly test for strtol() failure to find any digits.
Josef Moellers
2017-02-09
1
-1
/
+1
*
pam_access: First check for the (group) match.
Tomas Mraz
2016-11-01
1
-4
/
+4
*
Remove "--enable-static-modules" option and support from
Thorsten Kukuk
2016-03-29
1
-21
/
+6
*
Remove YP dependencies from pam_access, they were never used
Thorsten Kukuk
2016-03-23
1
-8
/
+0
*
pam_access: Avoid uninitialized access of line.
Tomas Mraz
2014-08-13
1
-2
/
+2
*
pam_access: fix debug level logging (ticket #19)
Dmitry V. Levin
2013-11-20
1
-1
/
+1
*
pam_access: better not change the default function used to get domain name.
Tomas Mraz
2013-04-12
1
-3
/
+3
*
pam_access: fix typo in ifdef
Walter de Jong
2013-01-18
1
-1
/
+1
*
Fix whitespace issues
Dmitry V. Levin
2011-10-26
1
-4
/
+4
*
If getdomainname() fails or domainname not set use NULL as domain in innetgr().
Tomas Mraz
2011-10-10
1
-5
/
+3
*
Add hostname resolution cache.
Tomas Mraz
2011-10-10
1
-19
/
+35
*
Fix the split on @ in the user field. (Red Hat Bug #732081)
Tomas Mraz
2011-08-25
1
-1
/
+4
*
Initialize the fake_item from item.
Tomas Mraz
2011-06-15
1
-0
/
+1
*
Relevant BUGIDs: #3035919, #3002340, #3037155
Thorsten Kukuk
2010-08-04
1
-1
/
+2
*
Relevant BUGIDs: 2892189
Tomas Mraz
2009-11-18
1
-3
/
+8
*
Relevant BUGIDs:
Thorsten Kukuk
2009-06-30
1
-4
/
+22
[next]