aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_env
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* pam_env: add a test of return valuesStefan Schubert2022-03-112-1/+203
* modules: move SCONFIGDIR-based macro definitions from Makefile.am to the sour...Dmitry V. Levin2022-01-232-1/+3
* pam_env: fix example in pam_env.conf.5 for setting variabletheslimshaney2021-03-081-1/+1
* pam_env: deprecation notice of reading the user environmentTomas Mraz2020-11-052-0/+8
* pam_env: allow environment files without EOL at EOFTomas Mraz2020-11-041-1/+1
* pam_env: fix a typo in doc of pam_env.confDDoSolitary2020-10-271-1/+1
* pam_env: clarify user_readenv optionikerexxe2020-06-251-1/+4
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-14/+2
* modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTSDmitry V. Levin2020-05-031-2/+3
* modules/*/Makefile.am: rename man_MANS to dist_man_MANSDmitry V. Levin2020-05-031-2/+2
* modules/*/Makefile.am: add dist_ prefix to *_DATADmitry V. Levin2020-05-031-4/+4
* pam_env: remove environment from EXTRA_DISTDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: remove $(secureconf_DATA) from EXTRA_DISTDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: replace README with $(DATA) in EXTRA_DISTDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: reorder lines to promote uniformityDmitry V. Levin2020-04-271-3/+1
* build: move README prerequisites rule from modules/*/Makefile.am to Make.xml....Dmitry V. Levin2020-04-271-1/+0
* modules/*/Makefile.am: list prerequisites of README target uniformlyDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: list secureconf_DATA files in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: list tests in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-1/+1
* 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-242-4/+4
* pam_env: code cleanupsTomas Mraz2020-02-241-19/+37
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-271-0/+2
* Miscellaneous spelling fixesSteve Langasek2020-01-151-1/+1
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-181-1/+1
* Fixed a grammer mistakevkwitshana2019-02-191-1/+1
* 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: Document the /etc/environment file.Tomas Mraz2016-02-173-3/+17
* pam_env: expand @{HOME} and @{SHELL} and enhance documentationThorsten Kukuk2015-03-253-19/+46
* Use libpam.la/libpam_misc.la to link with -lpam/-lpam_miscDmitry V. Levin2011-10-281-1/+1