Age | Commit message (Expand) | Author | Files | Lines |
2012-09-04 | s3: in sys_popen(), add a debug message for failed fork | Michael Adam | 1 | -0/+1 |
2012-09-04 | s3: in sys_popen(), add a debug message for failed extract_args() | Michael Adam | 1 | -0/+1 |
2012-09-04 | s3: in sys_popen(), untangle function call from result check | Michael Adam | 1 | -1/+3 |
2012-09-04 | s3: in sys_popen(), untangle assigment from check and add a debug message in ... | Michael Adam | 1 | -1/+4 |
2012-09-04 | s3: in sys_popen(), improve call to pipe and report error to debug | Michael Adam | 1 | -1/+5 |
2012-09-04 | s3: in sys_popen(), validate input before opening the pipe. | Michael Adam | 1 | -5/+5 |
2012-09-04 | s3: in sys_popen(), fix a debug message | Michael Adam | 1 | -1/+1 |
2012-08-17 | s3: add a debug message for failed execv in sys_popen() | Michael Adam | 1 | -1/+6 |
2012-07-18 | s3-aio: Remove unused VFS functions and more | Volker Lendecke | 1 | -148/+0 |
2012-07-18 | s3: Make smbd/aio.c not depend on aio.h anymore | Volker Lendecke | 1 | -0/+4 |
2012-06-28 | Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. | Jeremy Allison | 1 | -4/+5 |
2012-06-19 | Revert "s3-lib Remove unused sys_fcntl_long()" | Stefan Metzmacher | 1 | -0/+14 |
2012-06-06 | build: Rationalise AIO support in configure, ensure on by default | Andrew Bartlett | 1 | -3/+3 |
2012-06-02 | lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c | Andrew Bartlett | 1 | -678/+0 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -5/+5 |
2012-04-05 | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -37/+0 |
2012-04-05 | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -64/+0 |
2012-04-05 | s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -29/+0 |
2012-04-05 | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -51/+0 |
2012-04-05 | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove sys_rewinddir wrapper | Andrew Bartlett | 1 | -8/+0 |
2012-04-05 | build: Remove sys_closedir wrapper | Andrew Bartlett | 1 | -10/+0 |
2012-04-05 | build: Remove sys_telldir wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_seekdir wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_readdir wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_opendir wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_fopen wrapper | Andrew Bartlett | 1 | -10/+0 |
2012-04-05 | build: Remove sys_open wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_creat wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove fallback call to sys_open as HAVE_CREAT is not actually checked... | Andrew Bartlett | 1 | -8/+0 |
2012-04-05 | build: Remove sys_ftell wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_lseek wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_ftruncate wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more | Andrew Bartlett | 1 | -143/+44 |
2012-03-24 | use usleep rather than sys_usleep in various places, in anticipation of uslee... | Jelmer Vernooij | 1 | -34/+0 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 1 | -1/+1 |
2012-02-17 | lib/util: Remove unused sys_sendto() | Andrew Bartlett | 1 | -18/+0 |
2012-02-17 | lib/util: Remove unused sys_recv() | Andrew Bartlett | 1 | -18/+0 |
2012-02-17 | s3-lib Remove unused sys_fcntl_long() | Andrew Bartlett | 1 | -14/+0 |
2012-02-17 | s3-lib Remove unused sys_fseek() | Andrew Bartlett | 1 | -17/+0 |
2012-02-02 | s3: Use ARRAY_SIZE in bsd_attr_list | Volker Lendecke | 1 | -1/+1 |
2012-01-06 | Comment out sys_get_number_of_cores() as we're no longer using this. | Jeremy Allison | 1 | -0/+2 |
2012-01-06 | Add a sys_get_number_of_cores() function that calls sysconf or sysctl | Jeremy Allison | 1 | -0/+49 |
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 |