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: 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
*
pam_access: document IPv6 link-local addresses (#582)
Thorsten Kukuk
2023-08-03
2
-1
/
+14
*
modules: make use of secure memory erasure
Christian Göttsche
2023-02-28
1
-2
/
+1
*
build: use <vendordir>/security directory for installation if it has been set
Stefan Schubert
2023-02-07
1
-0
/
+4
*
doc: Update PAM documentation from DockBook 4 to DocBook 5
Stefan Schubert
2022-12-16
3
-69
/
+46
*
pam_access: use vendor specific access.conf as fallback
Stefan Schubert
2022-06-30
2
-19
/
+145
*
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
2
-2
/
+4
*
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
*
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
[next]