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_localuser
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: drop autotools support
Dmitry V. Levin
2024-10-23
1
-39
/
+0
*
meson: build Linux-PAM using meson
Dmitry V. Levin
2024-09-10
1
-0
/
+1
*
build: parametrize libtool subdirectory
Dmitry V. Levin
2024-08-22
1
-3
/
+3
*
modules: add pamc headers to the search path only when needed
Tobias Stoeckmann
2024-01-21
1
-2
/
+1
*
pam_localuser: do not call pam_sm_authenticate
Dmitry V. Levin
2024-01-13
1
-11
/
+21
*
treewide: strictly separate builddir and srcdir
Tobias Stoeckmann
2024-01-12
1
-1
/
+1
*
libpam: treat NUL in passwd files correctly
Tobias Stoeckmann
2023-12-06
1
-2
/
+2
*
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
-45
/
+28
*
Move check_user_in_passwd from pam_localuser.c to pam_modutil
Fabrice Fontaine
2020-06-15
1
-84
/
+2
*
pam_localuser: add a test for return values
Dmitry V. Levin
2020-05-22
2
-1
/
+148
*
pam_localuser: refactor pam_sm_authenticate
Dmitry V. Levin
2020-05-22
1
-56
/
+63
*
pam_localuser: downgrade syslog level for errors related to user input
Dmitry V. Levin
2020-05-22
1
-3
/
+3
*
pam_localuser: re-format pam_sm_* function declarations
Dmitry V. Levin
2020-05-21
1
-10
/
+7
*
pam_localuser: remove unused includes
Dmitry V. Levin
2020-05-21
1
-10
/
+1
*
pam_localuser: forward error values returned by pam_get_user
Dmitry V. Levin
2020-05-21
2
-2
/
+21
*
pam_localuser: return PAM_INCOMPLETE when pam_get_user returns PAM_CONV_AGAIN
Dmitry V. Levin
2020-05-21
2
-4
/
+15
*
pam_localuser: open the passwd file after user name validation
Dmitry V. Levin
2020-05-21
1
-12
/
+7
*
pam_localuser: use BUFSIZ as the line buffer size
Dmitry V. Levin
2020-05-21
1
-1
/
+1
*
pam_localuser: handle long lines in passwd files properly
Dmitry V. Levin
2020-05-21
1
-3
/
+32
*
pam_localuser: get rid of a temporary buffer
Dmitry V. Levin
2020-05-21
1
-6
/
+10
*
pam_localuser: log unrecognized options
Dmitry V. Levin
2020-05-21
1
-0
/
+8
*
pam_localuser: return PAM_SERVICE_ERR instead of PAM_SYSTEM_ERR
Dmitry V. Levin
2020-05-21
1
-3
/
+3
*
pam_localuser: reject user names that are too long
Dmitry V. Levin
2020-05-21
1
-0
/
+6
*
pam_localuser: reject user names containing a colon
Dmitry V. Levin
2020-05-21
1
-0
/
+9
*
modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESS
Dmitry V. Levin
2020-05-15
1
-1
/
+1
*
modules: remove PAM_SM_* macros
Dmitry V. Levin
2020-05-03
1
-2
/
+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 tests in EXTRA_DIST uniformly
Dmitry V. Levin
2020-04-27
1
-1
/
+1
*
modules/pam_localuser: use pam_str_skip_prefix
Dmitry V. Levin
2020-03-19
1
-2
/
+5
*
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
*
pam_localuser: Correct the example in documentation.
Tomas Mraz
2017-04-11
1
-2
/
+2
*
pam_localuser: Correct documentation of return value.
Tomas Mraz
2017-04-11
1
-3
/
+3
*
Remove "--enable-static-modules" option and support from
Thorsten Kukuk
2016-03-29
1
-22
/
+6
*
Use libpam.la/libpam_misc.la to link with -lpam/-lpam_misc
Dmitry V. Levin
2011-10-28
1
-1
/
+1
*
Update .gitignore files
Dmitry V. Levin
2011-10-27
1
-10
/
+0
*
Rename all .cvsignore files to .gitignore
Dmitry V. Levin
2011-10-27
1
-0
/
+0
*
Relevant BUGIDs:
Thorsten Kukuk
2009-06-28
1
-3
/
+3
*
Relevant BUGIDs:
Tomas Mraz
2009-06-01
1
-1
/
+1
*
Relevant BUGIDs:
Thorsten Kukuk
2008-08-18
1
-4
/
+4
*
Relevant BUGIDs: Debian bug #470137
Steve Langasek
2008-07-27
1
-1
/
+1
*
Relevant BUGIDs:
Thorsten Kukuk
2008-01-08
3
-126
/
+2
*
Relevant BUGIDs:
Thorsten Kukuk
2007-09-02
1
-2
/
+2
[next]