summaryrefslogtreecommitdiffstats
path: root/m_struct.c
Commit message (Expand)AuthorAgeFilesLines
* options: get rid of ambiguous option parsingwm42012-08-051-1/+1
* options: revert passing around talloc contextswm42012-08-041-1/+1
* Remove dead codewm42012-08-011-36/+0
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-1/+1
* options: make option struct the talloc parent of optionsUoti Urpala2012-07-161-1/+1
* options: simplify option parsing/setting machineryUoti Urpala2012-05-081-7/+0
* options: change option parsing to use bstrUoti Urpala2011-07-291-5/+6
* options: indicate ambiguous option parameters explicitlyUoti Urpala2011-07-291-1/+1
* Make more option-parsing related function arguments const.reimar2010-02-251-1/+1
* Add license header to all top-level files missing them.diego2010-01-301-0/+17
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-5/+5
* correct const usage in the option handling code so that tables can berfelker2007-11-091-9/+9
* cosmetics: misc typo fixesdiego2007-07-281-1/+1
* marks several read-only string parameters which aren't modified inside the ca...reynaldo2006-07-151-2/+2
* Doxygen attack!albeu2006-04-241-0/+4
* 1000lalex2003-08-291-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-7/+0
* Typo fixalbeu2003-04-021-1/+1
* A struct setter. It allow you to setup struct from some useralbeu2002-11-121-0/+119