Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-06 | Isolation: allowed the use of credentials with unpriv userns. | Tiago Natel | 1 | -0/+6 | |
The setuid/setgid syscalls requires root capabilities but if the kernel supports unprivileged user namespace then the child process has the full set of capabilities in the new namespace, then we can allow setting "user" and "group" in such cases (this is a common security use case). Tests were added to ensure user gets meaningful error messages for uid/gid mapping misconfigurations. | |||||
2017-11-21 | Tests: move existing tests to "src" folder. | Andrey Zelenkov | 1 | -0/+0 | |
2017-10-05 | Improved applications versions handling. | Valentin Bartenev | 1 | -0/+4 | |
2017-08-30 | Lib unit tests have been renamed to tests. | Igor Sysoev | 1 | -26/+27 | |
2017-07-14 | Restored arc4random unit test after 59fc46dd5e1d. | Ruslan Ermilov | 1 | -2/+0 | |
2017-06-19 | Memory pools refactoring. | Igor Sysoev | 1 | -3/+6 | |
2017-05-12 | Fixed building test on Solaris | Max Romanov | 1 | -1/+1 | |
2017-03-14 | Fixed unit tests building broken by the previous commit. | Igor Sysoev | 1 | -0/+3 | |
2017-03-01 | HTTP parser. | Valentin Bartenev | 1 | -0/+4 | |
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -4/+0 | |