Age | Commit message (Expand) | Author | Files | Lines |
2012-08-21 | build: Remove special case for the build farm | Andrew Bartlett | 1 | -1/+1 |
2012-06-28 | Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. | Jeremy Allison | 3 | -29/+30 |
2012-06-28 | Add missing setresgid() wrapper. | Jeremy Allison | 1 | -0/+1 |
2011-10-27 | Include uid_wrapper correctly. | Andreas Schneider | 2 | -3/+6 |
2011-10-27 | uid_wrapper: Add uwrap_setresgid(). | Andreas Schneider | 2 | -0/+24 |
2011-10-27 | uid_wrapper: Fix build on UNIX platforms. | Andreas Schneider | 1 | -0/+10 |
2011-10-27 | uid_wrapper: Handle euid and egid 0. | Andreas Schneider | 1 | -7/+29 |
2011-10-27 | uid_wrapper: Make sure we have initialized the wrapper. | Andreas Schneider | 1 | -0/+2 |
2011-10-27 | uid_wrapper: Fix prototypes. | Andreas Schneider | 1 | -2/+2 |
2011-10-07 | uid_wrapper: Add uwrap_setresuid(). | Andreas Schneider | 2 | -0/+17 |
2011-10-07 | uid_wrapper: Add uwrap_setregid(). | Andreas Schneider | 2 | -0/+17 |
2011-10-07 | uid_wrapper: Add uwrap_setreuid(). | Andreas Schneider | 2 | -0/+17 |
2011-10-06 | s3: Use the uid_wrapper | Volker Lendecke | 1 | -0/+3 |
2011-10-06 | uid_wrapper: We have talloc_array_length, no need for an explicit length | Volker Lendecke | 1 | -9/+9 |
2011-02-18 | uid-wrapper: handle uwrap_enabled() as a macro | Andrew Tridgell | 1 | -0/+2 |
2010-11-12 | s4-waf: Only enable various wrappers if they're actually used. | Jelmer Vernooij | 1 | -1/+2 |
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -9/+0 |
2010-10-23 | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 2 | -5/+6 |
2010-10-21 | wrapper: make socket_wrapper, uid_wrapper and nss_wrapper private libs | Andrew Tridgell | 1 | -4/+5 |
2010-10-20 | uid_wrapper: The gid wrapper does not require a destructor | Volker Lendecke | 1 | -2/+2 |
2010-04-18 | s4-waf: put the --xxx-wrapper options in 'developer options' group | Andrew Tridgell | 1 | -1/+2 |
2010-04-06 | s4-waf: added a --enable-selftest option as a shortcut | Andrew Tridgell | 1 | -1/+3 |
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ... | Andrew Tridgell | 2 | -0/+4 |
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+9 |
2010-04-06 | build: added wrapper options | Andrew Tridgell | 1 | -0/+11 |
2010-02-05 | s4:UID wrapper - Make it work on older distributions | Matthias Dieter Wallnöfer | 2 | -4/+20 |
2009-08-05 | fixed a uid_wrapper bug that caused a segv in the RAW-ACLS test | Andrew Tridgell | 1 | -8/+15 |
2009-08-05 | make the UID_WRAPPER skip checks at runtime | Andrew Tridgell | 2 | -0/+9 |
2009-08-05 | added a uid_wrapper library | Andrew Tridgell | 4 | -0/+233 |