aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_env/pam_env.c
Commit message (Expand)AuthorAgeFilesLines
* build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIRDmitry V. Levin2024-08-261-2/+2
* build: rename SCONFIGDIR config.h macro to SCONFIG_DIRDmitry V. Levin2024-08-251-1/+1
* libpam_internal: introduce pam_econf_readconfigStefan Schubert2024-07-021-4/+3
* 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
* modules: drop redundant return at end of void functionsChristian Göttsche2024-02-221-1/+0
* libpam_internal: introduce pam_lineTobias Stoeckmann2024-02-061-7/+7
* 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-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: allow very long variable expansionsTobias Stoeckmann2024-01-051-37/+119
* 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-011-0/+2
* 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
* 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
* pam_env: fix VENDOR_DEFAULT_ETC_ENVFILEDmitry V. Levin2023-02-011-1/+1
* pam_env: Use vendor specific pam_env.conf and environment as fallbackStefan Schubert2022-12-141-37/+261
* pam_env: _parse_line: fix quoteflg handledValentin Lefebvre2022-12-011-1/+2
* pam_env: reorder definitions of static functions to avoid forward declarationsDmitry V. Levin2022-04-241-268/+263
* modules: move SCONFIGDIR-based macro definitions from Makefile.am to the sour...Dmitry V. Levin2022-01-231-0/+2
* pam_env: deprecation notice of reading the user environmentTomas Mraz2020-11-051-0/+3
* pam_env: allow environment files without EOL at EOFTomas Mraz2020-11-041-1/+1
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-14/+2
* Fix various typos found using codespell toolDmitry V. Levin2020-03-281-2/+2
* modules/pam_env: use pam_str_skip_prefixDmitry V. Levin2020-03-191-21/+24
* pam_env: Change the default to not read the user .pam_environment fileTomas Mraz2020-02-241-1/+1
* pam_env: code cleanupsTomas Mraz2020-02-241-19/+37
* Unification and cleanup of syslog log levels.Tomas Mraz2016-06-301-5/+5
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-22/+6
* pam_env: expand @{HOME} and @{SHELL} and enhance documentationThorsten Kukuk2015-03-251-1/+14
* pam_env: abort when encountering an overflowed environment variable expansionKees Cook2011-10-141-0/+3
* pam_env: correctly count leading whitespace when parsing environment fileKees Cook2011-10-141-1/+4
* Fix missing dereference.Tomas Mraz2011-08-231-3/+3
* 2011-05-30 Thorsten Kukuk <kukuk@thkukuk.de>Thorsten Kukuk2011-05-301-11/+20
* revert preceding patch; under discussion, no consensusSteve Langasek2010-10-111-1/+1