| Commit message (Expand) | Author | Age | Files | Lines |
* | Various spelling fixes | Arthur de Jong | 2019-09-17 | 1 | -2/+2 |
* | Mark case blocks without break statement | Arthur de Jong | 2018-02-17 | 1 | -1/+2 |
* | Support substituting expresions of type ${var:offset:length} | Giovanni Mascellani | 2016-06-03 | 1 | -0/+51 |
* | Refactor out expression parsing to functions | Arthur de Jong | 2016-05-24 | 1 | -68/+101 |
* | update the trimming expressions code to follow the new co... | Arthur de Jong | 2013-03-03 | 1 | -44/+26 |
* | allow trimming expressions with ${foo#bar} syntax in nslcd | Thorsten Glaser | 2013-03-03 | 1 | -0/+62 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 1 | -72/+75 |
* | allow attribute options in attribute mapping expressions | Arthur de Jong | 2012-10-19 | 1 | -1/+1 |
* | handle expressions where the expander function returns NU... | Arthur de Jong | 2011-06-05 | 1 | -0/+4 |
* | switch variable expander function type name because _t su... | Arthur de Jong | 2011-05-13 | 1 | -5/+5 |
* | small code improvements | Arthur de Jong | 2011-03-19 | 1 | -1/+2 |
* | also don't expand variables in rest of ${var:+rest} expre... | Arthur de Jong | 2010-08-14 | 1 | -3/+12 |
* | do not expand variables in rest of ${var:-rest} expressio... | Arthur de Jong | 2010-08-14 | 1 | -5/+18 |
* | implement attribute mapping using shell-like expressions | Arthur de Jong | 2009-12-28 | 1 | -0/+207 |