summaryrefslogtreecommitdiff
path: root/res/res_clialiases.c
AgeCommit message (Expand)Author
2010-03-16Include an extra newline after "Aliased CLI command" to get back the prompt.Sean Bright
2010-01-11Pass NULL for the ao2_callback function pointer instead of duplicating cb_true.Sean Bright
2009-10-06Recorded merge of revisions 222152 via svnmerge from Kevin P. Fleming
2009-05-06Make the code that prevents an infinite loop from happening into a case insen...Joshua Colp
2009-05-06Fix an infinite loop with tab completion of CLI aliases that reference themse...Joshua Colp
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-10Fix reloads of aliased CLI commands. Due to changes done to turn it into a si...Joshua Colp
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-12- Make alias->real_cmd point to the allocated space outside alias->alias.Eliel C. Sardanons
2008-11-12Fix a bug caused by using sizeof(pointer) instead of sizeof(the struct)Russell Bryant
2008-11-12This commit does two things:Michiel van Baak