+2005-09-27 Thorsten Kukuk <kukuk@suse.de>
+
+ * NEWS: Document removal of pam_radius.
+ * autogen.sh: Make configure script executeable.
+
+ * conv/pam_conv1/Makefile (EXTRA_DIST): Removed lex.yy.c
+ (lex.yy.c): Fixed out of tree build.
+
+ * conv/pam_conv1/pam_conv.y: Fix main prototype.
+
+ * README: Adjust.
+
2005-09-26 Tomas Mraz <t8m@centrum.cz>
* NEWS: Add a few missing entries from CHANGELOG.
- * AUTHORS: Fixed entries for Toady and me
+ * AUTHORS: Fixed entries for Toady and me.
* Makefile.am (M4_FILES): Fixed out of tree build.
* doc/specs/Makefile.am (EXTRA_DIST): Removed lex.yy.c
* libpam: Add pam_prompt,pam_vprompt,pam_error,pam_verror,pam_info
and pam_vinfo functions for use by modules as extension
* libpam: Add pam_syslog function for unified syslog messages from
- PAM modules.
+ PAM modules
* libpam: Moved functions from pammodutil to libpam
* pam_umask: New module for setting umask from GECOS field, /etc/login.defs
or /etc/default/login
* pam_limits: Fix regression from RLIMIT_NICE support (wrong limit
values for other limits are applied)
* pam_access: Support for NULL tty - matches ALL and NONE keywords
-* pam_lastlog: Enable log to wtmp by default. Add "nowtmp" option.
+* pam_lastlog: Enable log to wtmp by default. Add "nowtmp" option
+* pam_radius: This module was removed
-#
-# $Id$
-#
Hello!
That said, please report problems to the bug reporting database
on sourceforge.net.
-
-Andrew Morgan
-<morgan@kernel.org>
-<agmorgan@users.sourceforge.net>
aclocal -I m4
automake --add-missing --copy
autoreconf
+chmod 755 configure
CLEANFILES = *~
-EXTRA_DIST = README lex.yy.c
+EXTRA_DIST = README
noinst_PROGRAMS = pam_conv1
pam_conv.c: lex.yy.c
lex.yy.c: pam_conv.lex
- $(LEX) pam_conv.lex
+ $(LEX) $(srcdir)/pam_conv.lex
fprintf(stderr, "\n");
}
-int main(int argc, char *argv[])
+int main(void)
{
if (mkdir(PAM_D, PAM_D_MODE) != 0) {
yyerror(PAM_D " already exists.. aborting");