Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move back to using per-thread credentials on Linux. Fixes the glibc native ↵ | Jeremy Allison | 2012-06-29 | 1 | -9/+41 |
| | | | | | | | | | | | | | AIO lost wakeup problem. See this post: https://lists.samba.org/archive/samba-technical/2012-June/085101.html for details. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Jun 29 03:57:45 CEST 2012 on sn-devel-104 | ||||
* | Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. | Jeremy Allison | 2012-06-28 | 1 | -0/+182 |
Will allow thread-specific credentials to be added by modifying the central definitions. Deliberately left the setXX[ug]id() call in popt as this is not used in Samba. |