aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_authenticate.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-05- Add more <see-also> based on TFOT.eliel1-0/+4
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-1/+3
2008-11-01Merge changes from team/group/appdocsxmlrussell1-26/+47
2008-10-18 Give app_authenticate the ability to select a prompt other than the default. bweschke1-1/+10
2008-04-21This removes an invalid warning message for an incorrectly entered pin, but m...jpeeler1-3/+1
2008-02-19len already contains the position we want to examine, if we move one left aga...file1-2/+2
2008-02-09whitespace fixes only.mvanbaak1-7/+7
2008-02-01Comparison, not set :) Thanks mvanbaak.qwell1-1/+1
2008-02-01Move an feof() call to before the fgets().qwell1-2/+2
2008-02-01Merged revisions 101818 via svnmerge from russell1-1/+5
2008-02-01simplify some code, tweak formatting, and reduce indentationrussell1-21/+27
2008-02-01reduce a level of indentationrussell1-51/+55
2007-12-26Use defined return values in load_module in more places.qwell1-1/+3
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-3/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-09-19Clean up code in app_authenticate.file1-54/+44
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-1/+1
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-8/+2
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-8/+1
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!russell1-13/+4
2006-09-08Merged revisions 42421 via svnmerge from tilghman1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-18/+8
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+1
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-14/+8
2006-04-11normalize code preparing for loader changesrizzo1-3/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-01-21on this pass, only remove duplicate log messagesrussell1-3/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+5
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-5/+0
2006-01-05Added feature from bug #5053, allowing for mogorman1-30/+69
2005-12-30update doxygen docs to specify authorsrussell1-0/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10clean up some application descriptions to use more gooder Englishrussell1-20/+18
2005-11-07application doc updatekpfleming1-5/+4
2005-11-06issue #5605russell1-0/+1
2005-11-06alphabetize option listsrussell1-1/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-0/+4
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming1-2/+1
2005-08-23fix buglets in new authentication code (issue #4860)kpfleming1-3/+3
2005-08-05Fix newline issue (bug #4632)markster1-2/+7
2005-08-01fix warning (bug #4807)russell1-1/+1
2005-07-25add MD5-hash matching (bug #4764, with mods)kpfleming1-6/+32
2005-06-06the last round of file version tagskpfleming1-6/+10