aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-04-16do away with legacy crypt typesHEADmasterTimo Weingärtner
it is the responsibility of libcrypt to implement crypt types
2014-03-06enable large file supportTimo Weingärtner
this should make some tests for LFS happy; we don't use sizes of or offsets in files here
2013-09-28Makefile: add target changelog-from-gitTimo Weingärtner
needs moreutils
2013-05-27separate DESTDIR and PAM_LIB_DIRTimo Weingärtner
2013-05-12major overhaulTimo Weingärtner
* merge fgetpwnam into pam_sm_authenticate * handle empty password field * fix a fd and memory leak if pwdfile opening succeeds but locking fails * use crypt_r (enabled via USE_CRYPT_R) * rely on crypt() to handle newer crypt variants (including "good" md5 crypt) * make bigcrypt and broken md5 crypt optional * add some const's
2013-04-25apply visibility patch by Peter PalfraderTimo Weingärtner
2013-04-25rework Makefile for standalone buildingTimo Weingärtner
if this is ever integrated into pam it will be autotools anyways use ?= and += to better work with distribution's build systems
2002-06-09Added -lcrypt again.Charl Botha
2002-05-11Fixed md5 crypting + ssl bug.Charl Botha
2001-07-14Integrated patch for 2 second delay at incorrect password.v0.95Charl Botha
Fixed minor build warnings (added _BSD_SOURCE define).
2001-04-17Updated for Linux-PAM-0.75. Released 0.7.Charl Botha
1999-08-05This commit was generated by cvs2svn to compensate for changes in r2,Charl Botha
which included commits to RCS files with non-trunk default branches.