+20011029
+ - (tim) [TODO defines.h loginrec.c] Change the references to configure.in
+ to configure.ac
+
20011028
- (djm) Avoid bug in Solaris PAM libs
- (djm) Disconnect if no tty and PAM reports password expired
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1626 2001/10/28 18:10:22 stevesk Exp $
+$Id: ChangeLog,v 1.1627 2001/10/30 02:50:39 tim Exp $
- Create a Documentation/ directory?
Clean up configure/makefiles:
-- Clean up configure.in - There are a few double #defined variables
+- Clean up configure.ac - There are a few double #defined variables
left to do. HAVE_LOGIN is one of them. Consider NOT looking for
information in wtmpx or utmpx or any of that stuff if it's not detected
from the start
- HP-UX: Provide DEPOT package scripts.
(gilbert.r.loomis@saic.com)
-$Id: TODO,v 1.44 2001/10/08 02:53:55 mouring Exp $
+$Id: TODO,v 1.45 2001/10/30 02:50:40 tim Exp $
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.73 2001/10/22 00:53:59 tim Exp $ */
+/* $Id: defines.h,v 1.74 2001/10/30 02:50:40 tim Exp $ */
/* Necessary headers */
* Define this to use pipes instead of socketpairs for communicating with the
* client program. Socketpairs do not seem to work on all systems.
*
- * configure.in sets this for a few OS's which are known to have problems
+ * configure.ac sets this for a few OS's which are known to have problems
* but you may need to set it yourself
*/
/* #define USE_PIPES 1 */
symbols for the platform.
Use logintest to check which symbols are defined before modifying
- configure.in and loginrec.c. (You have to build logintest yourself
+ configure.ac and loginrec.c. (You have to build logintest yourself
with 'make logintest' as it's not built by default.)
Otherwise, patches to the specific method(s) are very helpful!
#include "log.h"
#include "atomicio.h"
-RCSID("$Id: loginrec.c,v 1.37 2001/10/26 15:56:56 mouring Exp $");
+RCSID("$Id: loginrec.c,v 1.38 2001/10/30 02:50:40 tim Exp $");
#ifdef HAVE_UTIL_H
# include <util.h>