aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_md5.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-20fix logic for n+101 jumpsrussell1-2/+2
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-1/+2
2005-11-07application doc updatekpfleming1-1/+1
2005-11-06make jumping optional, make an exit status var, use args parsing macros (issu...russell1-20/+41
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-2/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+3
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-2/+6
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-2/+5
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+16
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming1-4/+3
2005-06-06the last round of file version tagskpfleming1-3/+8
2005-05-04add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)kpfleming1-0/+12
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-8/+8
2005-03-12Create experimental new options API, various cleanupsmarkster1-4/+5
2005-02-19Add checking capability to MD5 (bug #3619)markster1-7/+66
2005-02-18Add OEJ's md5 app (bug #3604)markster1-0/+86