| Commit message (Expand) | Author | Age | Files | Lines |
* | s3: Fix a C++ warning | Volker Lendecke | 2010-08-01 | 1 | -1/+1 |
* | s3: fix calculation of st_blocks in init_stat_ex_from_stat | Björn Jacke | 2010-06-09 | 1 | -1/+1 |
* | s3: fix build on platforms without st_blocks and st_blksize stat struct members | Björn Jacke | 2010-06-07 | 1 | -0/+9 |
* | Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to... | Karolin Seeger | 2010-03-08 | 1 | -61/+4 |
* | s3: optimize strict allocate for XFS on IRIX | Björn Jacke | 2010-02-18 | 1 | -0/+25 |
* | Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond... | Jeremy Allison | 2010-01-26 | 1 | -4/+61 |
* | s3: make sys_posix_fallocate more generic | Björn Jacke | 2009-12-08 | 1 | -4/+4 |
* | s3: Fix explicit stat64 support | Volker Lendecke | 2009-12-05 | 1 | -3/+12 |
* | s3: check if glibc has broken posix_fallocate | Björn Jacke | 2009-12-04 | 1 | -1/+1 |
* | s3: prefer posix_fallocate for doing "strict allocate" | Björn Jacke | 2009-12-02 | 1 | -0/+14 |
* | s3: Pass the "fake dir create times" parameter to sys_*stat | Volker Lendecke | 2009-11-29 | 1 | -10/+14 |
* | Remove "store create time" code, cause create time to be stored | Jeremy Allison | 2009-11-17 | 1 | -0/+7 |
* | s3: Fix a memleak in sys_popen | Volker Lendecke | 2009-11-15 | 1 | -0/+1 |
* | s3: Add access_mask to the flock VFS call | Abhidnya P Chirmule | 2009-10-06 | 1 | -1/+1 |
* | Refactor the use of create_time and change time to go | Jeremy Allison | 2009-08-10 | 1 | -2/+2 |
* | Fix a typo reading uninitialized memory. Caught by valgrind. | Jeremy Allison | 2009-07-17 | 1 | -3/+1 |
* | Rename update_stat_ex_writetime() -> update_stat_ex_mtime() | Jeremy Allison | 2009-07-08 | 1 | -2/+2 |
* | The migration to struct stat_ex broke the calculation of | Jeremy Allison | 2009-07-08 | 1 | -14/+58 |
* | When faking a create time, use the full timespec values, not time_t. | Jeremy Allison | 2009-07-08 | 1 | -61/+63 |
* | s3: correct check for usleep value boundaries | Björn Jacke | 2009-06-03 | 1 | -1/+1 |
* | Attempt to fix the build on NetBSD | Volker Lendecke | 2009-05-26 | 1 | -0/+6 |
* | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 2009-05-26 | 1 | -9/+216 |
* | Fix some nonempty blank lines | Volker Lendecke | 2009-05-14 | 1 | -23/+23 |
* | Refactored sys_fork() and sys_pid() into shared util library | Steven Danneman | 2009-02-23 | 1 | -29/+0 |
* | More warning fixes for Solaris. | Jeremy Allison | 2009-02-23 | 1 | -2/+1 |
* | Add code to test write_data_iov a bit | Volker Lendecke | 2008-12-29 | 1 | -0/+11 |
* | Add sys_writev | Volker Lendecke | 2008-12-29 | 1 | -0/+14 |
* | Merge branch 'master' of /home/jelmer/samba3 | Jelmer Vernooij | 2008-11-01 | 1 | -153/+0 |
|\ |
|
| * | Remove sys_dl*() - stubs are already provided by libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -40/+0 |
| * | Remove sys_chroot() - libreplace already provides an alternative. | Jelmer Vernooij | 2008-11-01 | 1 | -18/+0 |
| * | Move sys_realpath() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -15/+0 |
| * | Move sys_lchown() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -19/+0 |
| * | Move sys_symlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -14/+0 |
| * | Move sys_readlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -14/+0 |
| * | Move sys_link to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -14/+0 |
| * | Move sys_chown() to rep_chown(). | Jelmer Vernooij | 2008-11-01 | 1 | -19/+0 |
* | | Use dup2() replacement from libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -10/+0 |
|/ |
|
* | Fix Bug #5285. (libcap header mismatch) | Günther Deschner | 2008-05-28 | 1 | -0/+5 |
* | Some systems do not have XATTR_ defined | Volker Lendecke | 2008-01-20 | 1 | -5/+0 |
* | Many systems don't have sa_len as part of struct sockaddr. | Jeremy Allison | 2007-12-09 | 1 | -1/+1 |
* | Choose a better default for sockaddr length. | James Peach | 2007-12-09 | 1 | -1/+1 |
* | Fix connect(2) callers to use correct sockaddr size. | James Peach | 2007-12-09 | 1 | -0/+18 |
* | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 2007-12-07 | 1 | -1/+0 |
* | Remove workaround for broken capabilites.h from lib/system.c - now in lib/rep... | Michael Adam | 2007-12-03 | 1 | -18/+0 |
* | 1. lib/system.c (xattr code for Solaris) could not be | Tomoki AONO | 2007-11-26 | 1 | -3/+6 |
* | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 2007-11-10 | 1 | -4/+0 |
* | remove faked_create_user() BUILD_FARM hack as we have nss_wrapper now | Stefan Metzmacher | 2007-11-09 | 1 | -77/+0 |
* | Fix Solaris by ensuring we use the IPv4 or IPv6 length | Jeremy Allison | 2007-11-02 | 1 | -0/+24 |
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -2/+2 |
* | Move to protocol independent code in most of lib/util_sock.c | Jeremy Allison | 2007-10-15 | 1 | -43/+0 |