aboutsummaryrefslogtreecommitdiffstats
path: root/main/config.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-18Plug a memory leak when reading configs with their comments.seanbright1-8/+15
2009-09-16Properly deal with quotes in the arguments of '#exec' includes.tilghman1-9/+18
2009-04-21Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glo...dbailey1-8/+1
2008-08-25Fix the logic in config_text_file_save so that if anmmichelson1-3/+5
2008-07-18Textual clarificationtilghman1-1/+1
2008-06-03(closes issue #11594)jpeeler1-0/+4
2008-03-19(closes issue #11442)murf1-10/+21
2008-02-25Allow the use of #include and #exec in situations where the max include depth...qwell1-1/+2
2007-12-14There are a lot of existing systems that #include non-existent files. So, torussell1-2/+11
2007-12-13If a typo is found in a config file, we previous continued on with what was a...qwell1-1/+1
2007-11-12If two config writes collide, file corruption could result. Use a mkstemp() ...tilghman1-9/+22
2007-11-06closes issue #8786 - where the [catname](!) and [catname](othercat1,othercat2...murf1-7/+66
2007-08-06Fix an issue with using UpdateConfig (manager action) where escaped semicolonsqwell1-3/+2
2007-08-03Changed the behavior of sip's realtime_peer function to match the correspondi...mmichelson1-0/+8
2007-06-14Merged revisions 69469 via svnmerge from qwell1-1/+1
2007-05-07Don't remove configuration from memory just because one section failed.oej1-1/+0
2007-04-26Merged revisions 61958 via svnmerge from file1-0/+2
2007-04-20Fix the UpdateConfig manager action to properly treat "variables" and "objects"russell1-39/+26
2007-03-26Fix for 9257; by eliminating the globals in main/config.c, we make it thread-...murf1-64/+65
2007-02-02Merged revisions 53117 via svnmerge from file1-1/+1
2007-01-16It is possible for the config pointer to be NULL here, so it needs to berussell1-1/+1
2007-01-10Fix parsing when using something like ldap settings. (done by anthonyl)file1-1/+4
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-1/+0
2007-01-04Only free comments and line buffer once we reach the first level. (issue #867...file1-12/+20
2006-11-15Merged revisions 47686,47688-47689 via svnmerge from kpfleming1-1/+7
2006-11-15Merged revisions 47682 via svnmerge from kpfleming1-3/+3
2006-11-13This solves bug 8342, whereby a crash occurs under certain circumstances whil...murf1-1/+1
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-2/+2
2006-11-01Cleanups suggested by Russell.murf1-31/+32
2006-10-26Fix config comment code preservation code (thanks murf!)markster1-10/+165
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-3/+3
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-5/+5
2006-09-18merge qwell's CLI verbification workkpfleming1-4/+12
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-0/+10
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+1235