aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_env
Commit message (Expand)AuthorAgeFilesLines
* build: drop autotools supportDmitry V. Levin2024-10-232-47/+0
* meson: build Linux-PAM using mesonDmitry V. Levin2024-09-101-0/+1
* build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIRDmitry V. Levin2024-08-262-4/+4
* build: rename SCONFIGDIR config.h macro to SCONFIG_DIRDmitry V. Levin2024-08-251-1/+1
* pam_env: do not add libpam_internal/include to include search path twiceDmitry V. Levin2024-08-231-1/+0
* build: parametrize libtool subdirectoryDmitry V. Levin2024-08-221-16/+16
* libpam_internal: introduce pam_econf_readconfigStefan Schubert2024-07-022-6/+6
* pam_env: fix error handling in econf_read_fileDmitry V. Levin2024-05-191-4/+4
* pam_env: fix NULL dereference on error path in econf_read_fileDmitry V. Levin2024-05-191-1/+1
* doc: fix uses of non-neutral gender pronounsAura Herrero Ruiz2024-04-021-1/+1
* pam_env: document when the module is executedThorsten Kukuk2024-03-311-2/+19
* modules: drop redundant return at end of void functionsChristian Göttsche2024-02-221-1/+0
* libpam_internal: introduce pam_lineTobias Stoeckmann2024-02-062-8/+9
* libpam_internal: supply debug functionalityTobias Stoeckmann2024-01-241-1/+2
* modules: add pamc headers to the search path only when neededTobias Stoeckmann2024-01-211-2/+2
* pam_env: remove escaped newlines from econf linesTobias Stoeckmann2024-01-181-0/+23
* pam_env: fix --enable-vendordir fallback logicDmitry V. Levin2024-01-181-11/+11
* pam_env: check VENDORDIR after config.h inclusionTobias Stoeckmann2024-01-181-9/+9
* treewide: remove unused definesTobias Stoeckmann2024-01-131-3/+0
* pam_env: allow escaping of escape characterTobias Stoeckmann2024-01-122-3/+3
* pam_env: fix Makefile.am dependenciesTobias Stoeckmann2024-01-121-1/+1
* treewide: strictly separate builddir and srcdirTobias Stoeckmann2024-01-121-1/+1
* pam_env: use _pam_assemble_lineTobias Stoeckmann2024-01-051-100/+14
* pam_env: skip _expand_arg if possibleTobias Stoeckmann2024-01-051-0/+7
* pam_env: extend test for escaped newlinesTobias Stoeckmann2024-01-051-1/+3
* pam_env: allow very long variable expansionsTobias Stoeckmann2024-01-052-40/+123
* treewide: fix typos in commentsTobias Stoeckmann2024-01-051-1/+1
* pam_env: use strndupTobias Stoeckmann2024-01-021-12/+8
* pam_env: reduce variable visibilityTobias Stoeckmann2024-01-021-9/+9
* pam_env: remove castTobias Stoeckmann2024-01-021-2/+2
* pam_env: fix debug and error messagesTobias Stoeckmann2024-01-021-5/+5
* pam_env: reduce stack usageTobias Stoeckmann2024-01-021-7/+3
* pam_env: fix memory leakTobias Stoeckmann2024-01-012-1/+3
* treewide: fix typos in comments and documentationTobias Stoeckmann2023-12-181-1/+1
* pam_env: use printf type annotation for size_tBenny Baumann2023-11-131-1/+1
* pam_env: force format string to be constantBenny Baumann2023-11-131-1/+1
* pam_env: remove function prefix in debug messagesTobias Stoeckmann2023-11-121-3/+3
* pam_env: remove allocator sizeof operator mismatchChristian Göttsche2023-08-071-2/+2
* modules: cast to unsigned char for character handling functionChristian Göttsche2023-08-071-1/+1
* fix a grammar mistakeMark Huang2023-04-201-1/+1
* modules: make use of secure memory erasureChristian Göttsche2023-02-281-13/+25
* pam_env: use helper to free string listChristian Göttsche2023-02-281-2/+1
* pam_env: override undefined pointer after asprintf failureChristian Göttsche2023-02-281-0/+1
* build: use <vendordir>/security directory for installation if it has been setStefan Schubert2023-02-071-0/+4
* pam_env: do not assume in tests that VENDORDIR is /usr/etcDmitry V. Levin2023-02-041-13/+35
* pam_env: do not hardcode /usr/etc into testsDmitry V. Levin2023-02-031-12/+18
* pam_env: do not hardcode /usr/etc into documentationDmitry V. Levin2023-02-021-3/+3
* pam_env: fix VENDOR_DEFAULT_ETC_ENVFILEDmitry V. Levin2023-02-011-1/+1
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-163-70/+46
* pam_env: Use vendor specific pam_env.conf and environment as fallbackStefan Schubert2022-12-146-43/+388