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_userdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: drop autotools support
Dmitry V. Levin
2024-10-23
1
-38
/
+0
*
build: check gdbm_close return type
Dmitry V. Levin
2024-10-15
1
-0
/
+5
*
meson: build Linux-PAM using meson
Dmitry V. Levin
2024-09-10
1
-0
/
+1
*
pam_userdb: don't overwrite free'd memory
Keith Turner - C72473
2024-09-10
1
-7
/
+3
*
Include pam_i18n.h where i18n definitions are required
Dmitry V. Levin
2024-08-21
1
-0
/
+1
*
modules: add pamc headers to the search path only when needed
Tobias Stoeckmann
2024-01-21
1
-2
/
+1
*
pam_userdb: cleanse crypt data
Christian Göttsche
2024-01-21
1
-0
/
+1
*
modules: zero out crypt_r(3) data before usage
Christian Göttsche
2024-01-21
1
-2
/
+1
*
treewide: strictly separate builddir and srcdir
Tobias Stoeckmann
2024-01-12
1
-1
/
+1
*
pam_userdb: enable GDBM support
Iker Pedrosa
2023-07-17
1
-12
/
+78
*
modules: make use of secure memory erasure
Christian Göttsche
2023-02-28
1
-2
/
+5
*
build: use <vendordir>/security directory for installation if it has been set
Stefan Schubert
2023-02-07
1
-0
/
+4
*
doc: Update PAM documentation from DockBook 4 to DocBook 5
Stefan Schubert
2022-12-16
2
-58
/
+41
*
Remove support for legacy xcrypt
Björn Esser
2021-06-14
1
-3
/
+1
*
pam_userdb: Prevent garbage characters from db
Stanislav Zidek
2021-04-21
2
-23
/
+36
*
Fix grammar: replace "an user" with "a user" everywhere
Dmitry V. Levin
2020-11-24
1
-1
/
+1
*
modules: downgrade syslog level for pam_get_user errors
Dmitry V. Levin
2020-05-22
1
-2
/
+4
*
modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESS
Dmitry V. Levin
2020-05-15
1
-2
/
+2
*
modules: remove PAM_SM_* macros
Dmitry V. Levin
2020-05-03
1
-12
/
+2
*
modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTS
Dmitry V. Levin
2020-05-03
1
-2
/
+3
*
modules/*/Makefile.am: rename man_MANS to dist_man_MANS
Dmitry V. Levin
2020-05-03
1
-2
/
+2
*
modules/*/Makefile.am: add dist_ prefix to *_DATA
Dmitry V. Levin
2020-05-03
1
-2
/
+2
*
modules/*/Makefile.am: replace README with $(DATA) in EXTRA_DIST
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/*/Makefile.am: reorder lines to promote uniformity
Dmitry V. Levin
2020-04-27
1
-2
/
+1
*
build: move README prerequisites rule from modules/*/Makefile.am to Make.xml....
Dmitry V. Levin
2020-04-27
1
-1
/
+0
*
modules/*/Makefile.am: list prerequisites of README target uniformly
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/*/Makefile.am: list manual pages in EXTRA_DIST uniformly
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/*/Makefile.am: list tests in EXTRA_DIST uniformly
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/*/Makefile.am: remove manual pages from noinst_DATA
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
build: move pam_userdb build condition to modules/Makefile.am
Dmitry V. Levin
2020-04-26
1
-8
/
+4
*
modules/pam_userdb: use pam_str_skip_icase_prefix
Dmitry V. Levin
2020-03-19
1
-6
/
+9
*
configure.ac: add --enable-doc option
Fabrice Fontaine
2020-01-27
1
-0
/
+2
*
Do not use CFLAGS for warning flags set from configure
Tomas Mraz
2019-12-18
1
-1
/
+2
*
Unification and cleanup of syslog log levels.
Tomas Mraz
2016-06-30
1
-1
/
+1
*
Remove "--enable-static-modules" option and support from
Thorsten Kukuk
2016-03-29
1
-20
/
+3
*
Use crypt_r if available in pam_userdb and in pam_unix.
Tomas Mraz
2015-04-07
1
-5
/
+15
*
pam_userdb: document that .db suffix should not be used
Tomas Mraz
2014-03-20
1
-2
/
+3
*
Fix gratuitous use of strdup and x_strdup
Dmitry V. Levin
2014-01-27
2
-4
/
+1
*
pam_userdb: fix password hash comparison
Dmitry V. Levin
2014-01-27
1
-3
/
+6
*
pam_userdb: Allow also modern password hashes supported by crypt().
Tomas Mraz
2013-02-07
1
-6
/
+2
*
Use libpam.la/libpam_misc.la to link with -lpam/-lpam_misc
Dmitry V. Levin
2011-10-28
1
-1
/
+1
*
Fix usage of LIBADD, LDADD and LDFLAGS
Dmitry V. Levin
2011-10-28
1
-2
/
+2
*
Update .gitignore files
Dmitry V. Levin
2011-10-27
1
-8
/
+0
*
Rename all .cvsignore files to .gitignore
Dmitry V. Levin
2011-10-27
1
-0
/
+0
*
Fix whitespace issues
Dmitry V. Levin
2011-10-26
4
-10
/
+7
*
Relevant BUGIDs:
Thorsten Kukuk
2010-05-27
1
-0
/
+1
*
Relevant BUGIDs:
Thorsten Kukuk
2009-06-28
1
-5
/
+9
*
Relevant BUGIDs:
Thorsten Kukuk
2008-11-30
1
-1
/
+3
*
Relevant BUGIDs:
Thorsten Kukuk
2008-08-18
1
-4
/
+4
*
Relevant BUGIDs: Debian bug #470137
Steve Langasek
2008-07-27
1
-1
/
+1
[next]