Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TOOLS: Use file descriptor to avoid races when creating a home directory | Ondrej Kos | 2013-02-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | When creating a home directory, the destination tree can be modified in various ways while it is being constructed because directory permissions are set before populating the directory. This can lead to file creation and permission changes outside the target directory tree, using hard links. This security problem was assigned CVE-2013-0219 https://fedorahosted.org/sssd/ticket/1782 | ||||
* | Fix const cast warnings in tests | Stephen Gallagher | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | Suppress some 'unchecked return value' warnings | Sumit Bose | 2010-09-28 | 1 | -6/+13 |
| | |||||
* | Add --with-test-dir option to configure | Stephen Gallagher | 2010-03-04 | 1 | -0/+3 |
| | | | | | | All 'make check' tests will chdir() into this directory before running the suite. This provides the option of having temporary files generated in a tmpfs or ramdisk | ||||
* | Check and set permissions on SBUS sockets | Sumit Bose | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Rename server/ directory to src/ | Stephen Gallagher | 2010-02-18 | 1 | -0/+323 |
Also update BUILD.txt |