Changes to gnats/gnats/ChangeLog
Yngve Svendsen <[email protected]> Mon, 14 Oct 2002 07:42:25 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/ChangeLog diff -c gnats/gnats/ChangeLog:1.268 gnats/gnats/ChangeLog:1.269 *** gnats/gnats/ChangeLog:1.268 Sat Oct 12 19:02:53 2002 --- gnats/gnats/ChangeLog Mon Oct 14 07:42:25 2002 *************** *** 1,3 **** --- 1,26 ---- + 2002-10-14 Pankaj K. Garg <[email protected]> + + * gnatsd.access: Say a bit more about password encryption methods. + Mention empty passwords. Say that default access level is + `listdb', not `edit'. Change example entry to set blank password + for view access. + + * gnats.texi (gnatsd.user_access): Say a bit more about password + encryption methods. Amend examples to illustrate the use of blank + passwords. Demonstrate the new fall-through mechanism for + password matching. + + * gnatsd.c (password_match): Clean up password matching. Handle + blank passwords. + (findUserAccessLevel): If the password given during the login is + not blank and doesn't match the correct password, deny access. + + * cmds.c (GNATS_user): Handle case where a blank password has been + given by user. Change usage message to allow for blank passwords. + (gnatsdChdb): Handle blank passwords. + (GNATS_chdb): Allow for one, two or three arguments to CHDB. + (GNATS_help): Amend help text for CHDB and USER. + 2002-10-13 Yngve Svendsen <[email protected]> * mail-agent.sh: Redirect mail-agent output to /dev/null. Fixes