Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make /sysroot path configurable. | Richard Jones | 2009-07-18 | 1 | -5/+2 |
| | | | | | | | | | Currently /sysroot is hard-coded throughout the daemon code. This patch turns the path into a variable so that we can change it in future, for example to allow standalone mode to be implemented. This patch was tested by running all the C API tests successfully. | ||||
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Add mkdtemp command. | Richard W.M. Jones | 2009-06-24 | 1 | -0/+30 |
| | |||||
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 1 | -5/+5 |
| | |||||
* | Fix mkdir-p if directory exists (RHBZ#503133). | Richard W.M. Jones | 2009-05-29 | 1 | -0/+11 |
| | |||||
* | Added test suite. | Richard Jones | 2009-04-11 | 1 | -1/+26 |
| | |||||
* | New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown | Richard Jones | 2009-04-10 | 1 | -0/+167 |