K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-06-24T17:18:04.000000Z K 7 svn:log V 588 Merge in a couple of fixes from the HEAD: pw_yp.c: - Fix silly bug in copy_yp_pass(). - In yp_submit(), use the password from the pw struct passed in as an argument instead of calling getpwnam() to find it: for one thing this is unnecessary since we already have the crypted password, and for another it cause us to pick the wrong password in the event that the user exists both in the local database and in YP. edit.c: - Change shell restriction policy: if the shell field isn't restricted and it's valid, or if the the user is root, allow the shell field to be edited. END