aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_access/pam_access.c
Commit message (Expand)AuthorAgeFilesLines
* pam_access: fix group name match regressionDmitry V. Levin2024-11-271-1/+1
* pam_access: rework resolving of tokens as hostnameThorsten Kukuk2024-11-181-2/+70
* pam_access: always match local addressIker Pedrosa2024-10-221-2/+28
* build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIRDmitry V. Levin2024-08-261-3/+3
* build: rename SCONFIGDIR config.h macro to SCONFIG_DIRDmitry V. Levin2024-08-251-2/+2
* pam_access: support UID and GID in access.confMatthew Luckam2024-08-131-4/+57
* modules: enclose macro parameterChristian Göttsche2024-02-221-1/+1
* pam_access: do not call pam_sm_authenticateDmitry V. Levin2024-01-131-12/+18
* pam_access: add quiet_log optionAndreas Vögele2024-01-131-2/+8
* pam_access: avoid group name truncationTobias Stoeckmann2024-01-081-7/+5
* pam_access: use getlineTobias Stoeckmann2024-01-031-7/+12
* pam_access: reserve space for dot characterTobias Stoeckmann2023-12-191-1/+1
* pam_access: fix nul byte handling in configTobias Stoeckmann2023-12-181-0/+2
* treewide: fix typosTobias Stoeckmann2023-12-181-1/+1
* treewide: store strlen results in size_tTobias Stoeckmann2023-12-141-6/+6
* modules: cast to unsigned char for character handling functionChristian Göttsche2023-08-071-1/+1
* pam_access: make non-resolveable hostname a debug output (#590)Thorsten Kukuk2023-08-041-1/+2
* modules: make use of secure memory erasureChristian Göttsche2023-02-281-2/+1
* pam_access: use vendor specific access.conf as fallbackStefan Schubert2022-06-301-18/+117
* pam_access: handle hostnames in access.confThorsten Kukuk2022-03-111-19/+76
* modules: move SCONFIGDIR-based macro definitions from Makefile.am to the sour...Dmitry V. Levin2022-01-231-0/+3
* pam_access: clean up the remote host matching codeTomas Mraz2021-04-121-16/+28
* modules: downgrade syslog level for pam_get_user errorsDmitry V. Levin2020-05-221-1/+1
* modules: do not check user name for emptyness before passing it to pam_moduti...Dmitry V. Levin2020-05-161-2/+1
* modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESSDmitry V. Levin2020-05-151-1/+1
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-14/+2
* pam_access, pam_issue: do not assume that getdomainname always existsDmitry V. Levin2020-04-151-0/+3
* Fix various typos found using codespell toolDmitry V. Levin2020-03-281-4/+4
* modules/pam_access: use pam_str_skip_prefixDmitry V. Levin2020-03-191-9/+11
* Fix remaining clang -Wcast-align compilation warningsDmitry V. Levin2020-03-191-0/+6
* modules/pam_access: fix compilation warningDmitry V. Levin2020-03-191-0/+4
* pam_access: Fix (IPv6) address prefix size matchingmsalle2020-01-021-1/+3
* Fix or suppress various warnings when compiling with -Wall -WextraTomas Mraz2019-12-161-1/+1
* pam_access: support parsing files in /etc/security/access.d/*.confTomas Mraz2017-05-311-2/+29
* Properly test for strtol() failure to find any digits.Josef Moellers2017-02-091-1/+1
* pam_access: First check for the (group) match.Tomas Mraz2016-11-011-4/+4
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-21/+6
* Remove YP dependencies from pam_access, they were never usedThorsten Kukuk2016-03-231-8/+0
* pam_access: Avoid uninitialized access of line.Tomas Mraz2014-08-131-2/+2
* pam_access: fix debug level logging (ticket #19)Dmitry V. Levin2013-11-201-1/+1
* pam_access: better not change the default function used to get domain name.Tomas Mraz2013-04-121-3/+3
* pam_access: fix typo in ifdefWalter de Jong2013-01-181-1/+1
* Fix whitespace issuesDmitry V. Levin2011-10-261-4/+4
* If getdomainname() fails or domainname not set use NULL as domain in innetgr().Tomas Mraz2011-10-101-5/+3
* Add hostname resolution cache.Tomas Mraz2011-10-101-19/+35
* Fix the split on @ in the user field. (Red Hat Bug #732081)Tomas Mraz2011-08-251-1/+4
* Initialize the fake_item from item.Tomas Mraz2011-06-151-0/+1
* Relevant BUGIDs: #3035919, #3002340, #3037155Thorsten Kukuk2010-08-041-1/+2
* Relevant BUGIDs: 2892189Tomas Mraz2009-11-181-3/+8
* Relevant BUGIDs:Thorsten Kukuk2009-06-301-4/+22