1
0
Fork 0
mirror of https://github.com/linux-pam/linux-pam.git synced 2026-09-20 01:59:42 +00:00
Linux PAM (Pluggable Authentication Modules for Linux) project
  • C 94.5%
  • Meson 3.1%
  • Shell 1.4%
  • Perl 0.7%
  • Yacc 0.2%
Find a file
Dmitry V. Levin f5a50902ab pam_namespace: remove unused strncat
* modules/pam_namespace/pam_namespace.c (get_user_data): Remove unused
strncat() of user_name into idata->ruser in the PAM_RUSER branch as
the shared code path below unconditionally fills idata->ruser from
pwd->pw_name.
2026-08-31 08:00:00 +00:00
.github/workflows .github: add gcc-15 jobs 2026-05-29 08:00:00 +00:00
aux meson: build Linux-PAM using meson 2024-09-10 08:00:00 +00:00
ChangeLog.old Move all historic changelog files to a top-level ChangeLog.old directory 2024-05-15 08:00:00 +00:00
ci ci/build.sh: add support for empty VENDORDIR 2026-02-05 08:00:00 +00:00
conf build: drop autotools support 2024-10-23 08:00:00 +00:00
doc doc: Fix grammar 2026-08-31 08:00:00 +00:00
examples check_user: use pam_unix.so as example config 2025-08-20 14:16:58 +02:00
libpam pam_userdb: fix password comparison timing leak 2026-06-30 10:00:00 +00:00
libpam_internal treewide: cleanup: use pam_asprintf() instead of asprintf() 2025-02-25 08:29:03 +00:00
libpam_misc treewide: cleanup: use pam_asprintf() instead of asprintf() 2025-02-25 08:29:03 +00:00
libpamc treewide: cleanup: use pam_asprintf() instead of malloc followed by sprintf() 2025-02-25 08:29:03 +00:00
maint maint: update release procedure 2025-06-16 08:00:00 +00:00
modules pam_namespace: remove unused strncat 2026-08-31 08:00:00 +00:00
po po: update translations using Weblate (Hebrew) 2026-06-30 18:00:00 +00:00
tests build: drop autotools support 2024-10-23 08:00:00 +00:00
xtests build: drop autotools support 2024-10-23 08:00:00 +00:00
.gitattributes build: drop autotools support 2024-10-23 08:00:00 +00:00
AUTHORS AUTHORS: update the list of current maintainers 2025-02-18 08:57:25 +01:00
COPYING Fix whitespace issues 2011-10-26 23:56:54 +00:00
Copyright Fix whitespace issues 2011-10-26 23:56:54 +00:00
meson.build meson: do not undefine _FILE_OFFSET_BITS for 64-bit platforms 2026-01-28 13:40:27 -05:00
meson_options.txt meson_options: set default vendordir (#933) 2025-08-26 15:57:11 +02:00
NEWS Prepare for 1.7.2 release 2026-01-21 08:00:00 +00:00
pgp.keys.asc pgp.keys.asc: update 2026-01-22 08:00:00 +00:00
README README: replace autotools-based instructions with meson-based ones 2024-10-23 08:00:00 +00:00
zanata.xml Project registered at Zanata (fedora.zanata.org) for translations. 2016-04-14 17:48:03 +02:00

Hello!

Thanks for downloading Linux-PAM.

NOTES:

How to use it is as follows:

Please look at the ci/install-dependencies.sh for the necessary
prerequisite packages to be able to build the Linux-PAM. The script
is targeted at Debian based Linux distributions so the package
names and availability might differ on other distributions.

First, configure the build using meson setup:

      mkdir build
      meson setup <your-options> build

Then compile:

      meson compile -C build

To make sure everything was compiled correct, run:

      meson test -C build

If a test fails, you should not continue to install this build.
These tests require a suitable file /etc/pam.d/other; if necessary,
create such a file containing, e.g., these five lines (not indented)

	#%PAM-1.0
	auth	 required	pam_deny.so
	account	 required	pam_deny.so
	password required	pam_deny.so
	session	 required	pam_deny.so


Note, if you are worried - don't even think about doing the next line
(most Linux distributions already support PAM out of the box, so if
something goes wrong with installing the code from this version your
box may stop working..)

      meson install -C build

That said, please report problems to the bug reporting database
at https://github.com/linux-pam/linux-pam/issues .

To generate manual pages from the XML source files you need the
docbook-xsl stylesheets in version 1.69.1 or newer, older versions had
a bug which generates a broken layout.