]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Added additional checks for mailbox / password beginning with '*' character
authorMatthew Jordan <mjordan@digium.com>
Tue, 12 Jul 2011 19:10:34 +0000 (19:10 +0000)
committerMatthew Jordan <mjordan@digium.com>
Tue, 12 Jul 2011 19:10:34 +0000 (19:10 +0000)
commitcafd418c4624e1afdbb7db982a807d642dd53b37
tree4915fcd802ef19f3e9593fe87b1c961aad6c0c50
parent1344d03e6b2a33e63d83880acce65683f1fe93b1
Added additional checks for mailbox / password beginning with '*' character

A bug existed such that if a user entered a password with '*', and the extension 'a' did not exist, an invalid mailbox would be created and the user authenticated.  The code was changed to prevent this from occurring, and to prevent users from having mailboxes or passwords defined that begin with the '*' character.

(closes issue ASTERISK-17443)
Reported by: Kevin Scott Adams
Tested by: Matt Jordan

Review: https://reviewboard.asterisk.org/r/1316/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@327852 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c