summaryrefslogtreecommitdiff
path: root/modules/pam_access
Commit message (Expand)AuthorAgeFilesLines
* 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
* modules/pam_access: fix compilation warningDmitry V. Levin2020-03-191-0/+4
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-271-0/+2
* pam_access: Fix (IPv6) address prefix size matchingmsalle2020-01-021-1/+3
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-181-1/+1
* Fix or suppress various warnings when compiling with -Wall -WextraTomas Mraz2019-12-161-1/+1
* pam_access: Add note about spaces around ':' in access.conf(5)Tomas Mraz2017-09-061-0/+12
* pam_access: support parsing files in /etc/security/access.d/*.confTomas Mraz2017-05-313-3/+39
* 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 spaces in examples for access.conf.Tomas Mraz2016-05-112-25/+25
* 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-232-10/+2
* Clarify pam_access docs re PAM service names and X $DISPLAY value testing.Thorsten Kukuk2015-03-242-10/+35
* 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
* Use libpam.la/libpam_misc.la to link with -lpam/-lpam_miscDmitry V. Levin2011-10-281-1/+1
* Update .gitignore filesDmitry V. Levin2011-10-271-9/+0
* Rename all .cvsignore files to .gitignoreDmitry V. Levin2011-10-271-0/+0
* 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