index
:
pam.git
debian
dev
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
pam_env
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: drop autotools support
Dmitry V. Levin
2024-10-23
2
-47
/
+0
*
meson: build Linux-PAM using meson
Dmitry V. Levin
2024-09-10
1
-0
/
+1
*
build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIR
Dmitry V. Levin
2024-08-26
2
-4
/
+4
*
build: rename SCONFIGDIR config.h macro to SCONFIG_DIR
Dmitry V. Levin
2024-08-25
1
-1
/
+1
*
pam_env: do not add libpam_internal/include to include search path twice
Dmitry V. Levin
2024-08-23
1
-1
/
+0
*
build: parametrize libtool subdirectory
Dmitry V. Levin
2024-08-22
1
-16
/
+16
*
libpam_internal: introduce pam_econf_readconfig
Stefan Schubert
2024-07-02
2
-6
/
+6
*
pam_env: fix error handling in econf_read_file
Dmitry V. Levin
2024-05-19
1
-4
/
+4
*
pam_env: fix NULL dereference on error path in econf_read_file
Dmitry V. Levin
2024-05-19
1
-1
/
+1
*
doc: fix uses of non-neutral gender pronouns
Aura Herrero Ruiz
2024-04-02
1
-1
/
+1
*
pam_env: document when the module is executed
Thorsten Kukuk
2024-03-31
1
-2
/
+19
*
modules: drop redundant return at end of void functions
Christian Göttsche
2024-02-22
1
-1
/
+0
*
libpam_internal: introduce pam_line
Tobias Stoeckmann
2024-02-06
2
-8
/
+9
*
libpam_internal: supply debug functionality
Tobias Stoeckmann
2024-01-24
1
-1
/
+2
*
modules: add pamc headers to the search path only when needed
Tobias Stoeckmann
2024-01-21
1
-2
/
+2
*
pam_env: remove escaped newlines from econf lines
Tobias Stoeckmann
2024-01-18
1
-0
/
+23
*
pam_env: fix --enable-vendordir fallback logic
Dmitry V. Levin
2024-01-18
1
-11
/
+11
*
pam_env: check VENDORDIR after config.h inclusion
Tobias Stoeckmann
2024-01-18
1
-9
/
+9
*
treewide: remove unused defines
Tobias Stoeckmann
2024-01-13
1
-3
/
+0
*
pam_env: allow escaping of escape character
Tobias Stoeckmann
2024-01-12
2
-3
/
+3
*
pam_env: fix Makefile.am dependencies
Tobias Stoeckmann
2024-01-12
1
-1
/
+1
*
treewide: strictly separate builddir and srcdir
Tobias Stoeckmann
2024-01-12
1
-1
/
+1
*
pam_env: use _pam_assemble_line
Tobias Stoeckmann
2024-01-05
1
-100
/
+14
*
pam_env: skip _expand_arg if possible
Tobias Stoeckmann
2024-01-05
1
-0
/
+7
*
pam_env: extend test for escaped newlines
Tobias Stoeckmann
2024-01-05
1
-1
/
+3
*
pam_env: allow very long variable expansions
Tobias Stoeckmann
2024-01-05
2
-40
/
+123
*
treewide: fix typos in comments
Tobias Stoeckmann
2024-01-05
1
-1
/
+1
*
pam_env: use strndup
Tobias Stoeckmann
2024-01-02
1
-12
/
+8
*
pam_env: reduce variable visibility
Tobias Stoeckmann
2024-01-02
1
-9
/
+9
*
pam_env: remove cast
Tobias Stoeckmann
2024-01-02
1
-2
/
+2
*
pam_env: fix debug and error messages
Tobias Stoeckmann
2024-01-02
1
-5
/
+5
*
pam_env: reduce stack usage
Tobias Stoeckmann
2024-01-02
1
-7
/
+3
*
pam_env: fix memory leak
Tobias Stoeckmann
2024-01-01
2
-1
/
+3
*
treewide: fix typos in comments and documentation
Tobias Stoeckmann
2023-12-18
1
-1
/
+1
*
pam_env: use printf type annotation for size_t
Benny Baumann
2023-11-13
1
-1
/
+1
*
pam_env: force format string to be constant
Benny Baumann
2023-11-13
1
-1
/
+1
*
pam_env: remove function prefix in debug messages
Tobias Stoeckmann
2023-11-12
1
-3
/
+3
*
pam_env: remove allocator sizeof operator mismatch
Christian Göttsche
2023-08-07
1
-2
/
+2
*
modules: cast to unsigned char for character handling function
Christian Göttsche
2023-08-07
1
-1
/
+1
*
fix a grammar mistake
Mark Huang
2023-04-20
1
-1
/
+1
*
modules: make use of secure memory erasure
Christian Göttsche
2023-02-28
1
-13
/
+25
*
pam_env: use helper to free string list
Christian Göttsche
2023-02-28
1
-2
/
+1
*
pam_env: override undefined pointer after asprintf failure
Christian Göttsche
2023-02-28
1
-0
/
+1
*
build: use <vendordir>/security directory for installation if it has been set
Stefan Schubert
2023-02-07
1
-0
/
+4
*
pam_env: do not assume in tests that VENDORDIR is /usr/etc
Dmitry V. Levin
2023-02-04
1
-13
/
+35
*
pam_env: do not hardcode /usr/etc into tests
Dmitry V. Levin
2023-02-03
1
-12
/
+18
*
pam_env: do not hardcode /usr/etc into documentation
Dmitry V. Levin
2023-02-02
1
-3
/
+3
*
pam_env: fix VENDOR_DEFAULT_ETC_ENVFILE
Dmitry V. Levin
2023-02-01
1
-1
/
+1
*
doc: Update PAM documentation from DockBook 4 to DocBook 5
Stefan Schubert
2022-12-16
3
-70
/
+46
*
pam_env: Use vendor specific pam_env.conf and environment as fallback
Stefan Schubert
2022-12-14
6
-43
/
+388
[next]