nate e5267d9c1b Fix race condition in pw caused by multiple instances of pwd_mkdb being
run at the same time.

Notes:
    The fileupdate function is still somewhat broken.  Instead of
    returning a failure code if it can't modify the original file it
    renames the .new file and continues as though nothing is wrong.
    This will cause the lock on the original file to be lost and could
    lead to a similar race condition.  I left that portion of the code
    alone since I feel that the maintainer of the code would have a
    better concept of how he wants to handle errors in that function
    than I do.

PR:		bin/6787
Submitted by:	Craig Spannring <cts@internetcds.com>
1998-07-16 17:18:25 +00:00
..
1997-09-01 06:12:37 +00:00
1998-06-07 18:38:32 +00:00
1998-06-29 17:25:46 +00:00
1998-07-06 20:28:08 +00:00
1998-06-10 12:33:41 +00:00
1998-05-01 15:51:23 +00:00
1997-09-17 06:29:23 +00:00
1998-06-27 21:29:35 +00:00
1998-06-10 12:34:27 +00:00
1997-09-19 06:27:30 +00:00
1997-07-06 07:38:36 +00:00
1997-10-12 11:51:25 +00:00
1997-09-25 06:38:17 +00:00
1998-06-14 20:05:27 +00:00
1998-07-15 06:37:07 +00:00
1998-05-03 05:10:23 +00:00
1997-10-06 11:38:30 +00:00
1998-06-09 05:14:43 +00:00
1998-07-14 08:28:15 +00:00
1998-03-12 12:54:25 +00:00
1998-07-06 20:28:08 +00:00
1998-06-09 20:19:59 +00:00
1998-04-02 13:20:15 +00:00
1997-10-13 11:06:30 +00:00
1997-10-20 12:43:03 +00:00
1998-06-29 17:54:29 +00:00
1998-07-06 20:28:08 +00:00
1997-10-27 07:53:22 +00:00
1998-06-29 18:15:21 +00:00
1998-06-06 15:37:23 +00:00
1998-05-24 15:07:04 +00:00