summaryrefslogtreecommitdiffstats
path: root/cfg.c
AgeCommit message (Expand)Author
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-29Merge branch 'obsd-master'Thomas Adam
2014-10-27Move cfg_causes local into cfg.c and remove struct causelist.nicm
2014-08-09Add compat/fparseln() for non-BSD systemsThomas Adam
2014-08-09Merge branch 'obsd-master'Thomas Adam
2014-06-25Handle escaped back slashes and missing new lines at end of line by usingtobias
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-17Remove some unnecessary includes and fix a typo.nicm
2013-11-14Merge branch 'obsd-master'Thomas Adam
2013-10-20Do not run any command line command from the client which starts thenicm
2013-03-25Add some additional debug logging.Nicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-22Need to set clients in context before changing their reference count.Nicholas Marriott
2013-03-22load_cfg can actually use the same context now they are reference counted.Nicholas Marriott
2013-03-22Don't try to print unterminated strings when loading configuration file.Nicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-03-21Fix a couple of memory leaks, from Romain Francoise.Nicholas Marriott
2013-03-05Add some additional debug logging.Nicholas Marriott
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-02-20Need to set clients in context before changing their reference count.Nicholas Marriott
2013-02-19Don't try to print unterminated strings when loading configuration file.Nicholas Marriott
2013-02-18load_cfg can actually use the same context now they are reference counted.Nicholas Marriott
2013-02-18Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2013-02-16Fix a couple of memory leaks, from Romain Francoise.Nicholas Marriott
2012-12-31Merge branch 'obsd-master'Thomas Adam
2012-12-13Change load_cfg to fix a crash reported by jasper.Nicholas Marriott
2012-12-08Merge branch 'obsd-master'Thomas Adam
2012-12-06Use strlcat not strncat in load_cfg and some other trivial tidying fromNicholas Marriott
2012-11-27Fix return value of load_cfg, from Thomas Adam.Nicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27Correctly aggregate together errors from nested config files (withNicholas Marriott
2012-11-22Merge branch 'obsd-master'Thomas Adam
2012-11-19Use a utility function for common code to show errors in config file,Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1151:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-05-22Sync OpenBSD patchset 1113:Tiago Cunha
2012-05-17Ignore line continuation when escaped as \\, from Simon Nicolussi.Nicholas Marriott
2011-08-25Sync OpenBSD patchset 951:Tiago Cunha
2011-08-24Support \ for line continuation in the configuration file, from JuliusNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2010-12-30Sync OpenBSD patchset 811:Tiago Cunha
2010-12-29Allow the config file parser and source-file to return "don't exit" toNicholas Marriott
2010-06-06Sync OpenBSD patchset 704:Tiago Cunha
2010-05-25Fix an out-of-date comment.Nicholas Marriott
2010-02-08Sync OpenBSD patchset 640:Tiago Cunha
2010-02-08Sync OpenBSD patchset 635:Tiago Cunha
2010-02-06Use the array.h code for the causes list.Nicholas Marriott