Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-22 | Avoid using deprecated form of AC_CHECK_TYPE. | Brad Hards | 1 | -0/+12 | |
libreplace makes use of an older form of AC_CHECK_TYPE which basically provides a fallback definition for the type if it isn't available. http://www.gnu.org/software/hello/manual/autoconf/Obsolete-Macros.html#Obsolete-Macros shows why this isn't a good idea (its not so important, except for pointer types). This patch partly addresses the issue. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-01-31 | lib/replace: move MAXHOSTNAMELEN to system/network.h | Stefan Metzmacher | 1 | -12/+0 | |
Some platforms define it in netdb.h, so we should define the replace after including metdb.h. metze | |||||
2009-01-22 | lib/replace: add defines to let the callers find out if pwrite and pread are ↵ | Stefan Metzmacher | 1 | -0/+6 | |
thread/fork safe metze | |||||
2008-11-02 | Samba3: Remove more configure tests already done by libreplace. | Jelmer Vernooij | 1 | -1/+9 | |
2008-11-01 | Fix return type of readlink(). | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-01 | Merge branch 'master' of /home/jelmer/samba3 | Jelmer Vernooij | 1 | -0/+35 | |
Conflicts: lib/replace/README lib/replace/libreplace.m4 lib/replace/replace.c source3/include/proto.h source3/lib/system.c | |||||
2008-11-01 | Use dup2() replacement from libreplace. | Jelmer Vernooij | 1 | -0/+5 | |
2008-11-01 | Remove sys_chroot() - libreplace already provides an alternative. | Jelmer Vernooij | 1 | -0/+5 | |
2008-11-01 | Move sys_realpath() to libreplace. | Jelmer Vernooij | 1 | -0/+5 | |
2008-11-01 | Move sys_lchown() to libreplace. | Jelmer Vernooij | 1 | -0/+4 | |
2008-11-01 | Move sys_symlink() to libreplace. | Jelmer Vernooij | 1 | -0/+6 | |
2008-11-01 | Move sys_readlink() to libreplace. | Jelmer Vernooij | 1 | -0/+5 | |
2008-11-01 | Move sys_link to libreplace. | Jelmer Vernooij | 1 | -0/+5 | |
2008-11-01 | Move sys_chown() to rep_chown(). | Jelmer Vernooij | 1 | -0/+5 | |
2008-10-27 | Fix definition of environ on Mac OS X (bugzilla: #5412). | Jelmer Vernooij | 1 | -0/+9 | |
2008-10-20 | Don't assume crypt.h is present even if crypt() is. | Jelmer Vernooij | 1 | -0/+2 | |
2008-10-18 | Move ufc to libreplace. | Jelmer Vernooij | 1 | -0/+7 | |
2008-10-14 | Define inttypes macros if not provided by system. | Jelmer Vernooij | 1 | -0/+48 | |
2008-10-14 | Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others) | Jelmer Vernooij | 1 | -0/+1 | |
from inttypes.h. | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -0/+582 | |