Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spelling fixes for libreplace. | Brad Hards | 2010-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | ||||
* | libreplace: added replacements for dprintf() and vdprintf() | Andrew Tridgell | 2010-02-11 | 1 | -0/+31 |
| | | | | | | these are very useful for writing files with formatted writes Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | libreplace: Fix a C++ warning | Volker Lendecke | 2010-01-23 | 1 | -2/+2 |
| | |||||
* | libreplace: some systems don't have memmem() | Andrew Tridgell | 2010-01-02 | 1 | -0/+23 |
| | | | | added rep_memmem() and a testsuite | ||||
* | Error out at runtime when seteuid/setresuid or setegid/setresgid are not | Jelmer Vernooij | 2009-04-20 | 1 | -2/+4 |
| | | | | | | available. This means it's possible to compile libreplace when these functions are not available and use it, as long as this particular function is not used. | ||||
* | Only define waitpid replacement if wait4 is available. (It isn't on | Jelmer Vernooij | 2009-04-20 | 1 | -1/+1 |
| | | | | Windows.) | ||||
* | Cope with the fact that only _mkdir() exists on Windows and that it | Jelmer Vernooij | 2009-04-20 | 1 | -0/+4 |
| | | | | doesn't take a mode argument. | ||||
* | Merge branch 'master' of /home/jelmer/samba3 | Jelmer Vernooij | 2008-11-01 | 1 | -0/+52 |
|\ | | | | | | | | | | | | | | | | | Conflicts: lib/replace/README lib/replace/libreplace.m4 lib/replace/replace.c source3/include/proto.h source3/lib/system.c | ||||
| * | Remove sys_chroot() - libreplace already provides an alternative. | Jelmer Vernooij | 2008-11-01 | 1 | -2/+0 |
| | | |||||
| * | Move sys_realpath() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+11 |
| | | |||||
| * | Move sys_lchown() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+8 |
| | | |||||
| * | Move sys_symlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+8 |
| | | |||||
| * | Move sys_readlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+7 |
| | | |||||
| * | Move sys_link to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+8 |
| | | |||||
| * | Move sys_chown() to rep_chown(). | Jelmer Vernooij | 2008-11-01 | 1 | -0/+13 |
| | | |||||
* | | Use dup2() replacement from libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+9 |
|/ | |||||
* | Move common libraries from root to lib/. | Jelmer Vernooij | 2008-09-17 | 1 | -0/+616 |