| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* modules/pam_issue/pam_issue.c (pam_sm_authenticate): Free issue_prompt
before assigning a new string.
|
|
|
|
|
|
|
|
|
| |
The case in which protect_dir() returns an error and the flag
POLYDIR_CREATE (flag "create" in namespace.conf) is not set was
not handled. Therefore, the program continued without a polydir
and returned later on failed mount(2) or stat(2) calls.
Signed-off-by: Olivier Bal-Petre <olivier.bal-petre@ssi.gouv.fr>
|
| |
|
|
|
|
|
|
|
|
| |
These should all be native programs found on the build machine. We
should not try to execute them via QEMU. Users would therefore expect to
configure them using the native file, not the cross file.
See https://mesonbuild.com/Reference-manual_functions.html#find_program.
|
|
|
|
|
|
|
|
|
| |
Given that the crypt_data storage passed to crypt_r is cleared
afterwards, there is no point in clearing the string returned by
crypt_r. This also fixes the issue with those crypt_r implementations
that can return a pointer to read-only memory.
Resolves: https://github.com/linux-pam/linux-pam/issues/866
|
|
|
|
|
|
|
|
| |
When build is configured with a custom prefix, ignore the value of
systemdsystemunitdir pkgconfig variable if it doesn't start with that
custom prefix.
Resolves: https://github.com/linux-pam/linux-pam/issues/863
|
|
|
|
|
|
|
|
| |
When configured using -Dpam-debug=true, _pam_unix_approve_pass prints
a diagnostic message with addresses of password strings. Apparently,
since the times predating the git history of the project in this
diagnostic message the addresses of the old and new passwords were
mixed up.
|
|
|
|
|
|
|
|
|
|
|
|
| |
sizeof is meant for *types*, and in case of cross compiling
the test program produced by it has incorrect syntax
__NR_keyctl something;
and will always fail to compile.
* meson.build: Use cc.get_define() instead of cc.sizeof() to check for
preprocessor symbols.
Co-authored-by: Dmitry V. Levin <ldv@strace.io>
|
|
|
|
|
|
|
| |
* modules/pam_access/pam_access.c (group_match): Fix the order
of arguments passed to group_name_or_gid_match.
Resolves: https://github.com/linux-pam/linux-pam/issues/860
|
|
|
|
|
|
|
|
|
|
| |
The systemd functionality used here is also supported by elogind.
Introduce elogind meson option that could be used to enable logind
support in pam_issue, pam_limits, and pam_timestamp via elogind.
When elogind support is enabled, search for libelogind as well
and use the appropriate headers.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* modules/pam_access/pam_access.c: separate resolving of IP addresses
from hostnames. Don't resolve TTYs or display variables as hostname
(#834).
Add "nodns" option to disallow resolving of tokens as hostname.
* modules/pam_access/pam_access.8.xml: document nodns option
* modules/pam_access/access.conf.5.xml: document that hostnames should
be written as FQHN.
|
|
|
|
|
|
|
| |
While building any documentation requires xsltproc, only the PDF
documentation requires fop, which is dependency-heavy, and not always
available (e.g. it is not included in RHEL). This allows the HTML
documentation to be built while skipping the PDFs.
|
|
|
|
|
|
|
| |
Add 'native: true' to the build config of padout.
Resolves: https://github.com/linux-pam/linux-pam/issues/850
Signed-off-by: Sietse <sietse@wizdom.nu>
|
|
|
|
|
|
| |
Currently translated at 100.0% (101 of 101 strings).
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/id/
|
|
|
|
| |
Resolves: https://github.com/linux-pam/linux-pam/issues/847
|
|
|
|
| |
* maint/README-release: Update.
|
|
|
|
| |
Complements: 613e59dca703 ("build: drop autotools support")
|
|
|
|
|
|
|
|
|
|
| |
* meson.build: Raise project version to 1.7.0.
* po/meson.build: Likewise.
* po/Linux-PAM.pot (Project-Id-Version): Likewise.
* libpam/include/security/_pam_types.h (__LINUX_PAM_MINOR__): Update.
* NEWS: Update.
Resolves: https://github.com/linux-pam/linux-pam/issues/844
|
|
|
|
| |
There is no point in supporting two different build systems.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* modules/pam_access/access.conf.5.xml: `LOCAL` keyword behaviour
explanation was focused on the development internals. Let's clarify it
by rephrasing it to something a sysadmin can understand.
Resolves: https://issues.redhat.com/browse/RHEL-39943
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* modules/pam_access/pam_access.c: match the local address regardless of
the IP version in use.
In some circumstances the `localhost` may be translated to IPv4 or IPv6,
but the configuration file only indicated the address for one of the two
versions. Since the originating value is set in `PAM_RHOST` and PAM has
no control over it, let's match the local addresses regardless of the IP
version in use.
Resolves: https://issues.redhat.com/browse/RHEL-23018
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
|
|
|
|
|
| |
* ci/meson-build.sh: Check that "git status" does not report
any differences or untracked files.
|
|
|
|
|
| |
Move DESTDIR inside the build tree to reduce the number of top level
directories used for tests.
|
|
|
|
|
|
| |
This also prevents a potential NULL pointer dereference in
pam_get_authtok_internal and pam_get_authtok_verify when
the pamh argument they access is set to NULL.
|
|
|
|
|
|
|
|
| |
gdbm_close() used to return void, later it was changed to return int.
We cannot assume either way and have to check whether gdbm_close()
returns int.
Fixes: 45c2c496dcf8 ("pam_userdb: enable GDBM support")
|
|
|
|
|
|
| |
Regenerate po/Linux-PAM.pot and po/*.po using "meson compile
Linux-PAM-update-po" command. This essentially updates the line numbers
and timestamps.
|
| |
|
|
|
|
|
|
| |
Currently translated at 100.0% (101 of 101 strings).
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/ko/
|
|
|
|
|
|
| |
Currently translated at 100.0% (101 of 101 strings).
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/ko/
|
|
|
|
|
|
| |
Currently translated at 100.0% (101 of 101 strings).
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/ja/
|
|
|
|
|
|
| |
Currently translated at 100.0% (101 of 101 strings).
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/ga/
|
|
|
|
|
|
| |
Currently translated at 100.0% (101 of 101 strings).
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/fr/
|
|
|
|
|
|
| |
Currently translated at 97.0% (98 of 101 strings).
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/nn/
|
|
|
|
|
|
| |
Currently translated at 100.0% (101 of 101 strings).
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/sl/
|
| |
|
| |
|
|
|
|
|
| |
Even though ubuntu-latest is still ubuntu-22.04 yet, let's move on
by switching builder jobs to ubuntu-24.04.
|
|
|
|
|
| |
These clang versions suddenly disappeared from ubuntu-22.04 repository,
and it is unlikely that old clang jobs will be missed anyway.
|
|
|
|
|
|
| |
When creating a socket pipe for communication between the parent and the
child process, each of these two processes should keep just one of these
socket pipe descriptors.
|
|
|
|
| |
Resolves: https://github.com/linux-pam/linux-pam/issues/829
|
|
|
|
|
|
|
|
| |
At the end of the loop the iterator `i` can be equal to
`PAM_MAX_RESP_SIZE`, which will cause an index call outside the array
in the `input[i] = '\0';`
Signed-off-by: Dmitry V. Levin <ldv@strace.io>
|
|
|
|
|
| |
If vendordir is enabled, the distribution provided configuration files
should be below this directory and not in /etc.
|
|
|
|
|
| |
Mark a few files and directories with export-ignore attribute so that
they won't be added to archive files.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
On my non-representative hardware, the full build using autotools
(./autogen.sh && CFLAGS=-O2 ./configure && make -j`nproc` && make -j`nproc` install)
takes about 45 seconds.
On the same hardware, the full build using meson
(meson setup -Doptimization=2 dir && meson compile -C dir && meson install -C dir)
takes just about 7.5 seconds.
|