aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_access
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-183-17/+105
* build: drop autotools supportDmitry V. Levin2024-10-231-39/+0
* pam_access: clarify `LOCAL` keyword behaviourIker Pedrosa2024-10-221-11/+6
* pam_access: always match local addressIker Pedrosa2024-10-221-2/+28
* meson: build Linux-PAM using mesonDmitry V. Levin2024-09-101-0/+1
* 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-132-6/+65
* modules: enclose macro parameterChristian Göttsche2024-02-221-1/+1
* libpam_internal: supply debug functionalityTobias Stoeckmann2024-01-241-1/+2
* modules: add pamc headers to the search path only when neededTobias Stoeckmann2024-01-211-2/+1
* pam_access: do not call pam_sm_authenticateDmitry V. Levin2024-01-131-12/+18
* pam_access: add quiet_log optionAndreas Vögele2024-01-132-3/+24
* treewide: strictly separate builddir and srcdirTobias Stoeckmann2024-01-121-1/+1
* 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
* pam_access: document IPv6 link-local addresses (#582)Thorsten Kukuk2023-08-032-1/+14
* modules: make use of secure memory erasureChristian Göttsche2023-02-281-2/+1
* build: use <vendordir>/security directory for installation if it has been setStefan Schubert2023-02-071-0/+4
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-163-69/+46
* pam_access: use vendor specific access.conf as fallbackStefan Schubert2022-06-302-19/+145
* 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-232-2/+4
* 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
* modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTSDmitry V. Levin2020-05-031-2/+3
* modules/*/Makefile.am: rename man_MANS to dist_man_MANSDmitry V. Levin2020-05-031-2/+2
* modules/*/Makefile.am: add dist_ prefix to *_DATADmitry V. Levin2020-05-031-3/+3
* modules/*/Makefile.am: remove $(secureconf_DATA) from EXTRA_DISTDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: replace README with $(DATA) in EXTRA_DISTDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: reorder lines to promote uniformityDmitry V. Levin2020-04-271-6/+1
* build: move README prerequisites rule from modules/*/Makefile.am to Make.xml....Dmitry V. Levin2020-04-271-1/+0
* modules/*/Makefile.am: list prerequisites of README target uniformlyDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: list secureconf_DATA files in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: list tests in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-1/+1
* pam_access, pam_issue: do not assume that getdomainname always existsDmitry V. Levin2020-04-151-0/+3
* pam_access: add an example of using groups in access.conf to permit accessLucas Ramage2020-04-071-0/+6
* 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