Age | Commit message (Expand) | Author | Files | Lines |
2011-10-27 | Include uid_wrapper correctly. | Andreas Schneider | 1 | -1/+0 |
2011-10-14 | Fix sys_fseek wrapper | Brad Smith | 1 | -0/+2 |
2011-10-06 | s3: Use the uid_wrapper | Volker Lendecke | 1 | -0/+1 |
2011-06-10 | Export init_stat_ex_from_stat for use in VFS modules. | Richard Sharpe | 1 | -6/+6 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 |
2011-06-01 | Change sys_getcd() to take no arguments and always return malloc'ed memory (o... | Jeremy Allison | 1 | -7/+34 |
2011-05-31 | lib/util Move sys_memalign into lib/util/system.c | Andrew Bartlett | 1 | -36/+0 |
2011-05-04 | Fold null terminator into listlen length, change to strlcpy. | Jeremy Allison | 1 | -6/+4 |
2011-05-03 | s3-system: move LOCK_ defines to lib/system.c | Günther Deschner | 1 | -0/+9 |
2011-05-03 | lib/util Move more network utility functions from source3 into lib/util | Andrew Bartlett | 1 | -71/+0 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/passwd.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/capability.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/syslog.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | lib/util/util_pw: share sys_get{pw,gr} group of calls. | Günther Deschner | 1 | -44/+0 |
2011-02-26 | dirfd doesn't exist in some platforms. | Jeremy Allison | 1 | -2/+4 |
2011-02-14 | s3: move some defines to a better place. | Günther Deschner | 1 | -0/+11 |
2011-02-10 | s3-system: fix malloc/talloc mismatch in sys_popen(). | Günther Deschner | 1 | -1/+1 |
2011-02-09 | Fix up some buildfarm warnings. | Jeremy Allison | 1 | -1/+1 |
2011-02-08 | Add fdopendir(). | Jeremy Allison | 1 | -0/+16 |
2010-12-21 | Added call out to a Linux-compatible fallocate() when we need to extend a file | Jeremy Allison | 1 | -0/+35 |
2010-12-19 | s3: FreeBSD has getpeereid(), use it | Volker Lendecke | 1 | -0/+4 |
2010-12-15 | Fix read/write calls over sockets to cope with EAGAIN/EWOULDBLOCK for non-blo... | Jeremy Allison | 1 | -10/+38 |
2010-08-01 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2010-06-09 | s3: fix calculation of st_blocks in init_stat_ex_from_stat | Björn Jacke | 1 | -1/+1 |
2010-06-07 | s3: fix build on platforms without st_blocks and st_blksize stat struct members | Björn Jacke | 1 | -0/+9 |
2010-03-08 | Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to... | Karolin Seeger | 1 | -61/+4 |
2010-02-18 | s3: optimize strict allocate for XFS on IRIX | Björn Jacke | 1 | -0/+25 |
2010-01-26 | Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond... | Jeremy Allison | 1 | -4/+61 |
2009-12-08 | s3: make sys_posix_fallocate more generic | Björn Jacke | 1 | -4/+4 |
2009-12-05 | s3: Fix explicit stat64 support | Volker Lendecke | 1 | -3/+12 |
2009-12-04 | s3: check if glibc has broken posix_fallocate | Björn Jacke | 1 | -1/+1 |
2009-12-02 | s3: prefer posix_fallocate for doing "strict allocate" | Björn Jacke | 1 | -0/+14 |
2009-11-29 | s3: Pass the "fake dir create times" parameter to sys_*stat | Volker Lendecke | 1 | -10/+14 |
2009-11-17 | Remove "store create time" code, cause create time to be stored | Jeremy Allison | 1 | -0/+7 |
2009-11-15 | s3: Fix a memleak in sys_popen | Volker Lendecke | 1 | -0/+1 |
2009-10-06 | s3: Add access_mask to the flock VFS call | Abhidnya P Chirmule | 1 | -1/+1 |
2009-08-10 | Refactor the use of create_time and change time to go | Jeremy Allison | 1 | -2/+2 |
2009-07-17 | Fix a typo reading uninitialized memory. Caught by valgrind. | Jeremy Allison | 1 | -3/+1 |
2009-07-08 | Rename update_stat_ex_writetime() -> update_stat_ex_mtime() | Jeremy Allison | 1 | -2/+2 |
2009-07-08 | The migration to struct stat_ex broke the calculation of | Jeremy Allison | 1 | -14/+58 |
2009-07-08 | When faking a create time, use the full timespec values, not time_t. | Jeremy Allison | 1 | -61/+63 |
2009-06-03 | s3: correct check for usleep value boundaries | Björn Jacke | 1 | -1/+1 |
2009-05-26 | Attempt to fix the build on NetBSD | Volker Lendecke | 1 | -0/+6 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -9/+216 |
2009-05-14 | Fix some nonempty blank lines | Volker Lendecke | 1 | -23/+23 |
2009-02-23 | Refactored sys_fork() and sys_pid() into shared util library | Steven Danneman | 1 | -29/+0 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 1 | -2/+1 |
2008-12-29 | Add code to test write_data_iov a bit | Volker Lendecke | 1 | -0/+11 |
2008-12-29 | Add sys_writev | Volker Lendecke | 1 | -0/+14 |