aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_lastlog
Commit message (Expand)AuthorAgeFilesLines
* build: drop autotools supportDmitry V. Levin2024-10-231-37/+0
* meson: build Linux-PAM using mesonDmitry V. Levin2024-09-101-0/+1
* Include pam_i18n.h where i18n definitions are requiredDmitry V. Levin2024-08-211-0/+1
* configure.ac: do not check for lastlog.h, utmp.h, and utmpx.hDmitry V. Levin2024-08-131-5/+1
* doc: fix uses of non-neutral gender pronounsAura Herrero Ruiz2024-04-022-3/+3
* libpam_internal: supply debug functionalityTobias Stoeckmann2024-01-241-1/+2
* modules: add pamc headers to the search path only when neededTobias Stoeckmann2024-01-211-2/+1
* pam_lastlog: do not call pam_sm_authenticateDmitry V. Levin2024-01-131-4/+10
* treewide: strictly separate builddir and srcdirTobias Stoeckmann2024-01-121-1/+1
* pam_lastlog: ensure correct argument type when printing debug outputBenny Baumann2023-11-141-1/+1
* 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-5/+5
* build: use <vendordir>/security directory for installation if it has been setStefan Schubert2023-02-071-0/+4
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-162-63/+46
* pam_lastlog: fix file lockingDavin Shearer2022-11-071-10/+26
* pam_lastlog: check localtime_r() return valueIker Pedrosa2022-09-271-6/+6
* Fix grammar: replace "an user" with "a user" everywhereDmitry V. Levin2020-11-241-1/+1
* modules: downgrade syslog level for errors related to pam_get_userDmitry V. Levin2020-05-221-1/+1
* modules: downgrade syslog level for pam_get_user errorsDmitry V. Levin2020-05-221-1/+1
* modules: do not check user name for emptyness before passing it to pam_moduti...Dmitry V. Levin2020-05-161-1/+1
* modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESSDmitry V. Levin2020-05-151-2/+1
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-13/+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-2/+2
* 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-4/+3
* 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 tests in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-1/+1
* Fix various typos found using codespell toolDmitry V. Levin2020-03-281-3/+3
* modules/pam_lastlog: use pam_str_skip_prefixDmitry V. Levin2020-03-191-7/+12
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-271-0/+2
* Miscellaneous grammar fixesSteve Langasek2020-01-151-1/+1
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-181-1/+2
* pam_lastlog: document the 'unlimited' optionCarlos Santos2019-09-121-0/+18
* pam_lastlog: prevent crash due to reduced 'fsize' limitCarlos Santos2019-09-121-9/+57
* pam_lastlog: Improve silent option documentationNir Soffer2019-01-101-0/+1
* pam_lastlog: Respect PAM_SILENT flagNir Soffer2019-01-101-5/+6
* pam_lastlog: Limit lastlog file use by LASTLOG_UID_MAX option in login.defs.Tomas Mraz2018-12-202-2/+50
* Unification and cleanup of syslog log levels.Tomas Mraz2016-06-301-6/+6
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-21/+5
* Add checks for localtime() returning NULL.Tomas Mraz2016-03-041-6/+6
* pam_lastlog: Properly clean up last_login structure before use.Tomas Mraz2014-08-051-2/+2
* pam_lastlog: fix format stringDmitry V. Levin2013-11-201-1/+2
* pam_lastlog: Do not fail on short read if btmp is corrupted.Tomas Mraz2013-03-221-0/+4
* pam_lastlog: Never lock out the root account.Tomas Mraz2012-04-302-1/+9
* pam_lastlog: add possibility to lock out inactive users in auth or accountTomas Mraz2012-04-172-32/+224
* Use libpam.la/libpam_misc.la to link with -lpam/-lpam_miscDmitry V. Levin2011-10-281-1/+1
* Update .gitignore filesDmitry V. Levin2011-10-271-8/+0