Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-26 | Fix circular dependency error with autoconf 2.6.3. | Andreas Schneider | 1 | -0/+2 | |
Signed-off-by: Andreas Schneider <anschneider@suse.de> | |||||
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 | 4 | -1/+94 | |
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 | 4 | -1/+16 | |
2008-11-01 | Remove sys_chroot() - libreplace already provides an alternative. | Jelmer Vernooij | 2 | -2/+5 | |
2008-11-01 | Move sys_realpath() to libreplace. | Jelmer Vernooij | 4 | -1/+18 | |
2008-11-01 | Move sys_lchown() to libreplace. | Jelmer Vernooij | 4 | -1/+14 | |
2008-11-01 | Move sys_symlink() to libreplace. | Jelmer Vernooij | 4 | -1/+16 | |
2008-11-01 | Move sys_readlink() to libreplace. | Jelmer Vernooij | 4 | -1/+14 | |
2008-11-01 | Move sys_link to libreplace. | Jelmer Vernooij | 4 | -1/+15 | |
2008-11-01 | Move sys_chown() to rep_chown(). | Jelmer Vernooij | 4 | -1/+20 | |
2008-10-27 | Fix definition of environ on Mac OS X (bugzilla: #5412). | Jelmer Vernooij | 2 | -0/+10 | |
2008-10-27 | Remove duplicate check for volatile, move all utime-checks to | Jelmer Vernooij | 2 | -2/+6 | |
libreplace. | |||||
2008-10-21 | Fix AC_SEARCH_LIBS_EXT() usage. | Jelmer Vernooij | 1 | -3/+2 | |
2008-10-20 | Fix crypto test. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-20 | Don't assume crypt.h is present even if crypt() is. | Jelmer Vernooij | 2 | -0/+3 | |
2008-10-19 | Use _EXT version of autoconf macro. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-19 | Make sure crypt libs get included. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-18 | Move ufc to libreplace. | Jelmer Vernooij | 4 | -0/+784 | |
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-22 | libreplace: move main() out of testsuite.c | Stefan Metzmacher | 3 | -12/+38 | |
metze | |||||
2008-09-19 | Fix standalone builds adjusting to new relative path. | Simo Sorce | 5 | -6/+31 | |
Add shared-build target to libreplace. Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build. | |||||
2008-09-17 | Fix merged build. | Jelmer Vernooij | 1 | -0/+2 | |
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 65 | -0/+14655 | |