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
*
pam_access: fix group name match regression
Dmitry V. Levin
2024-11-27
1
-1
/
+1
*
pam_access: rework resolving of tokens as hostname
Thorsten Kukuk
2024-11-18
3
-17
/
+105
*
build: drop autotools support
Dmitry V. Levin
2024-10-23
1
-39
/
+0
*
pam_access: clarify `LOCAL` keyword behaviour
Iker Pedrosa
2024-10-22
1
-11
/
+6
*
pam_access: always match local address
Iker Pedrosa
2024-10-22
1
-2
/
+28
*
meson: build Linux-PAM using meson
Dmitry V. Levin
2024-09-10
1
-0
/
+1
*
build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIR
Dmitry V. Levin
2024-08-26
1
-3
/
+3
*
build: rename SCONFIGDIR config.h macro to SCONFIG_DIR
Dmitry V. Levin
2024-08-25
1
-2
/
+2
*
pam_access: support UID and GID in access.conf
Matthew Luckam
2024-08-13
2
-6
/
+65
*
modules: enclose macro parameter
Christian Göttsche
2024-02-22
1
-1
/
+1
*
libpam_internal: supply debug functionality
Tobias Stoeckmann
2024-01-24
1
-1
/
+2
*
modules: add pamc headers to the search path only when needed
Tobias Stoeckmann
2024-01-21
1
-2
/
+1
*
pam_access: do not call pam_sm_authenticate
Dmitry V. Levin
2024-01-13
1
-12
/
+18
*
pam_access: add quiet_log option
Andreas Vögele
2024-01-13
2
-3
/
+24
*
treewide: strictly separate builddir and srcdir
Tobias Stoeckmann
2024-01-12
1
-1
/
+1
*
pam_access: avoid group name truncation
Tobias Stoeckmann
2024-01-08
1
-7
/
+5
*
pam_access: use getline
Tobias Stoeckmann
2024-01-03
1
-7
/
+12
*
pam_access: reserve space for dot character
Tobias Stoeckmann
2023-12-19
1
-1
/
+1
*
pam_access: fix nul byte handling in config
Tobias Stoeckmann
2023-12-18
1
-0
/
+2
*
treewide: fix typos
Tobias Stoeckmann
2023-12-18
1
-1
/
+1
*
treewide: store strlen results in size_t
Tobias Stoeckmann
2023-12-14
1
-6
/
+6
*
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
[next]