1998-07-05 Jeremy D. Zawodny * AcctInfo.pm: Minor doc update regarding the "read-only" nature of things. * README: Added the "Mailing List" section. * AcctInfo.pm: Fixed a typo. :-( * AcctInfo.pm: Added notes to POD about reading the README file. * README: Added the "Recent Developments" section to document the new global flags, $EXPERIMENTAL and $PARANOID. Also changed some wording and spell-checked. * AcctInfo.pm: Updated documentation for the $PARANOID and $EXPERIMENTAL flags. * AcctInfo.pm: Added PARANOID and EXPERIMENTAL flags. PARANOID doesn't do anything yet. It's reserved for use in the near future when it will operate as a flag to ensure that all possible sanity checks are peformed when modifying files (like /etc/passwd, /etc/shadow, and so on). EXPERIMENTAL doesn't do anything yet either. It's reserved for use in the VERY NEAR future when it will let the user turn on experimental code, such as updating /etc/passwd when it is still considered BETA. * Wishlist: Added the entry about PARANOID and EXPERIMENTAL variables becoming local and more easily changed by the user. * index.html: Added references. * index.html: New file. * Wishlist: Added reference. * README: Added refs. * Wishlist: Removed the .forward file wish, since it has been coded. Added the "Intelligent caching of /etc/passwd and /etc/shadow" item after some of my testing showed how much faster it could make things. * AcctInfo.pm: Added SetRealName. Added SetName as a synonym for SetRealName. Added GetName as a synonym for GetRealName. * README: Updated version number. Added "change_user.pl" reference. * AcctInfo.pm: Coded update_passwd(). Prototyped make_passwd_line(). Prototyped make_shadow_line(). 1998-07-04 Jeremy D. Zawodny * AcctInfo.pm: Added Commit method. Added stubs for update_passwd, update_shadow. Added update_forward method. * AcctInfo.pm: Code cleanup. Spacing, comments, etc. No functionality change. * AcctInfo.pm: Added support for getting .forward file info via GetForward. 1998-06-27 Jeremy D. Zawodny * AcctInfo.pm: Cleaned up formatting. Updated docs. * Wishlist, README: Spelling checked. * Wishlist: Write /etc/passwd, /etc/shadow, and quota stuff. * Wishlist: .forward files * Wishlist: New file. * test.pl: Fixed test formatting. * test.pl: New file. * AcctInfo.pm: Added the varaible list to the POD section. * README: Added user_detail.pl reference. * README: New file. 1998-06-22 Jeremy D. Zawodny * AcctInfo.pm: Misc. formatting fixes. 1998-06-21 Jeremy D. Zawodny * AcctInfo.pm: Fixed shadow password file path. * AcctInfo.pm: Fixed revsision info. * AcctInfo.pm: Added vesion tag. * AcctInfo.pm: Put under RCS control. * AcctInfo.pm: New file.