aboutsummaryrefslogtreecommitdiff
path: root/cfg.c
Commit message (Expand)AuthorAge
* Add some additional debug logging.Nicholas Marriott2013-03-05
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* Need to set clients in context before changing their reference count.Nicholas Marriott2013-02-20
* Don't try to print unterminated strings when loading configuration file.Nicholas Marriott2013-02-19
* load_cfg can actually use the same context now they are reference counted.Nicholas Marriott2013-02-18
* Add functions to allocate and free command contexts rather than doing it all onNicholas Marriott2013-02-18
* No more lint means no more ARGSUSED.Nicholas Marriott2013-02-17
* Fix a couple of memory leaks, from Romain Francoise.Nicholas Marriott2013-02-16
* Merge branch 'obsd-master'Thomas Adam2012-12-31
|\
| * Change load_cfg to fix a crash reported by jasper.Nicholas Marriott2012-12-13
* | Merge branch 'obsd-master'Thomas Adam2012-12-08
|\|
| * Use strlcat not strncat in load_cfg and some other trivial tidying fromNicholas Marriott2012-12-06
| * Fix return value of load_cfg, from Thomas Adam.Nicholas Marriott2012-11-27
* | Merge branch 'obsd-master'Thomas Adam2012-11-27
|\|
| * Correctly aggregate together errors from nested config files (withNicholas Marriott2012-11-27
* | Merge branch 'obsd-master'Thomas Adam2012-11-22
|\|
| * Use a utility function for common code to show errors in config file,Nicholas Marriott2012-11-19
| * Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Ignore line continuation when escaped as \\, from Simon Nicolussi.Nicholas Marriott2012-05-17
| * Support \ for line continuation in the configuration file, from JuliusNicholas Marriott2011-08-24
| * Allow the config file parser and source-file to return "don't exit" toNicholas Marriott2010-12-29
| * Fix an out-of-date comment.Nicholas Marriott2010-05-25
| * Use the array.h code for the causes list.Nicholas Marriott2010-02-06
| * Instead of bailing out on the first configuration file error, carry on,Nicholas Marriott2010-02-06
| * Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
| * tabs are better; ok nicmTheo Deraadt2009-10-26
| * When using source-file, run the commands in the context of the source-fileNicholas Marriott2009-08-23
| * The cursession member in struct cmd_ctx is always either curclient->session orNicholas Marriott2009-08-23
| * Don't leak in the (rare) case of an invalid command at the end of a file notNicholas Marriott2009-08-09
| * Don't babysit people and let them try to load /dev/zero or (more useful)Nicholas Marriott2009-07-30
| * Unused prototypes. Found by lint, no binary change.Nicholas Marriott2009-06-25
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1113:Tiago Cunha2012-05-22
* Sync OpenBSD patchset 951:Tiago Cunha2011-08-25
* Expand the Id keyword. Tiago Cunha2011-07-09
* Sync OpenBSD patchset 811:Tiago Cunha2010-12-30
* Sync OpenBSD patchset 704:Tiago Cunha2010-06-06
* Sync OpenBSD patchset 640:Tiago Cunha2010-02-08
* Sync OpenBSD patchset 635:Tiago Cunha2010-02-08
* Sync OpenBSD patchset 567:Tiago Cunha2009-11-28
* Sync OpenBSD patchset 467:Tiago Cunha2009-10-28
* Sync OpenBSD patchset 290:Tiago Cunha2009-08-24
* Sync OpenBSD patchset 289:Tiago Cunha2009-08-24
* Sync OpenBSD patchset 233:Tiago Cunha2009-08-09
* Sync OpenBSD patchset 206:Tiago Cunha2009-07-30
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
* Unused prototypes. Found by lint, no binary change.Nicholas Marriott2009-06-25