head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.03.07.00.32.00;	author mharo;	state dead;
branches;
next	1.1;

1.1
date	2001.02.11.21.26.53;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.2.1

* Update master sites
* Use bzip2 distfiles instead of gzip
* Add WITHOUT_PAM support.
* Add the quota and wrap (TCP Wrappers support) modules.

Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@--- contrib/mod_sqlpw.c.old	Sun Feb 11 19:52:06 2001
+++ contrib/mod_sqlpw.c	Sun Feb 11 19:53:42 2001
@@@@ -302,8 +302,6 @@@@
   if (!g.homedir)
     return DECLINED (cmd);
 
-  if (!g.pw.pw_name)
-    {
       g.pw.pw_name = pstrdup(session.pool, cmd->argv[0]);
       if (g.sql_uid)
 	g.pw.pw_uid = atoi (_uservar (cmd, cmd->argv[0], g.sql_uid) ? : "0");
@@@@ -323,7 +321,6 @@@@
       /* FIXME: unnecessary mysqlism */
       mysql_escape_string (g.user, g.pw.pw_name, strlen (g.pw.pw_name));
       g.user[ARBITRARY_MAX - 1] = 0;
-    }
 
   return mod_create_data (cmd, &g.pw);
 }
@


1.1
log
@update to 1.2.0rc3

Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@@

