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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTS
Dmitry V. Levin
2020-05-03
1
-2
/
+3
*
modules/*/Makefile.am: rename man_MANS to dist_man_MANS
Dmitry V. Levin
2020-05-03
1
-2
/
+2
*
modules/*/Makefile.am: add dist_ prefix to *_DATA
Dmitry V. Levin
2020-05-03
1
-3
/
+3
*
modules/*/Makefile.am: remove $(secureconf_DATA) from EXTRA_DIST
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/*/Makefile.am: replace README with $(DATA) in EXTRA_DIST
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/*/Makefile.am: reorder lines to promote uniformity
Dmitry V. Levin
2020-04-27
1
-6
/
+1
*
build: move README prerequisites rule from modules/*/Makefile.am to Make.xml....
Dmitry V. Levin
2020-04-27
1
-1
/
+0
*
modules/*/Makefile.am: list prerequisites of README target uniformly
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/*/Makefile.am: list secureconf_DATA files in EXTRA_DIST uniformly
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/*/Makefile.am: list tests in EXTRA_DIST uniformly
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
pam_access, pam_issue: do not assume that getdomainname always exists
Dmitry V. Levin
2020-04-15
1
-0
/
+3
*
pam_access: add an example of using groups in access.conf to permit access
Lucas Ramage
2020-04-07
1
-0
/
+6
*
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
*
configure.ac: add --enable-doc option
Fabrice Fontaine
2020-01-27
1
-0
/
+2
*
pam_access: Fix (IPv6) address prefix size matching
msalle
2020-01-02
1
-1
/
+3
*
Do not use CFLAGS for warning flags set from configure
Tomas Mraz
2019-12-18
1
-1
/
+1
*
Fix or suppress various warnings when compiling with -Wall -Wextra
Tomas Mraz
2019-12-16
1
-1
/
+1
*
pam_access: Add note about spaces around ':' in access.conf(5)
Tomas Mraz
2017-09-06
1
-0
/
+12
*
pam_access: support parsing files in /etc/security/access.d/*.conf
Tomas Mraz
2017-05-31
3
-3
/
+39
*
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 spaces in examples for access.conf.
Tomas Mraz
2016-05-11
2
-25
/
+25
*
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
2
-10
/
+2
*
Clarify pam_access docs re PAM service names and X $DISPLAY value testing.
Thorsten Kukuk
2015-03-24
2
-10
/
+35
*
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
*
Use libpam.la/libpam_misc.la to link with -lpam/-lpam_misc
Dmitry V. Levin
2011-10-28
1
-1
/
+1
*
Update .gitignore files
Dmitry V. Levin
2011-10-27
1
-9
/
+0
*
Rename all .cvsignore files to .gitignore
Dmitry V. Levin
2011-10-27
1
-0
/
+0
*
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
*
2011-06-14 Thorsten Kukuk <kukuk@thkukuk.de>
Thorsten Kukuk
2011-06-14
1
-2
/
+2
*
Relevant BUGIDs: #3035919, #3002340, #3037155
Thorsten Kukuk
2010-08-04
1
-1
/
+2
*
Relevant BUGIDs: 2892189
Tomas Mraz
2009-11-18
2
-4
/
+14
*
Relevant BUGIDs:
Thorsten Kukuk
2009-06-30
1
-4
/
+22
*
Relevant BUGIDs:
Thorsten Kukuk
2009-06-28
1
-1
/
+2
*
Relevant BUGIDs:
Tomas Mraz
2009-06-01
1
-2
/
+2
[next]