summaryrefslogtreecommitdiffstats
path: root/lib/replace/replace.c
Commit message (Expand)AuthorAgeFilesLines
* lib/replace: fix rep_strtoull() prototypeStefan Metzmacher2010-10-231-1/+1
* replace: use a wrapper around strtoll if it didn't behave as expectedMatthieu Patou2010-10-221-2/+48
* libreplace: clock_gettime sets errnoBjörn Jacke2010-09-101-1/+2
* libreplace: add clock_gettime replacement function for systems that don't hav...Björn Jacke2010-08-311-0/+21
* s4-waf: use the libreplace strerror_r if neededAndrew Tridgell2010-03-291-4/+9
* libreplace: strerror_r() is needed by heimdal on solaris8Andrew Tridgell2010-03-261-0/+8
* libreplace: fixed declaration of dprintf() on FreeBSDAndrew Tridgell2010-03-241-2/+2
* replace: added get_current_dir_name()Andrew Tridgell2010-03-051-0/+12
* Spelling fixes for libreplace.Brad Hards2010-02-221-1/+1
* libreplace: added replacements for dprintf() and vdprintf()Andrew Tridgell2010-02-111-0/+31
* libreplace: Fix a C++ warningVolker Lendecke2010-01-231-2/+2
* libreplace: some systems don't have memmem()Andrew Tridgell2010-01-021-0/+23
* Error out at runtime when seteuid/setresuid or setegid/setresgid are notJelmer Vernooij2009-04-201-2/+4
* Only define waitpid replacement if wait4 is available. (It isn't onJelmer Vernooij2009-04-201-1/+1
* Cope with the fact that only _mkdir() exists on Windows and that itJelmer Vernooij2009-04-201-0/+4
* Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij2008-11-011-0/+52
|\
| * Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2008-11-011-2/+0
| * Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-011-0/+11
| * Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-011-0/+8
| * Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-011-0/+8
| * Move sys_readlink() to libreplace.Jelmer Vernooij2008-11-011-0/+7
| * Move sys_link to libreplace.Jelmer Vernooij2008-11-011-0/+8
| * Move sys_chown() to rep_chown().Jelmer Vernooij2008-11-011-0/+13
* | Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-011-0/+9
|/
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+616