Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: Add DAC_OVERRIDE capability support | Abhidnya Joshi | 2013-12-16 | 1 | -0/+4 |
| | | | | | Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Christof Schmitt <cs@samba.org> | ||||
* | debug: remove unused sys_adminlog | David Disseldorp | 2013-11-20 | 1 | -25/+0 |
| | | | | | | | | | | printing.c was the last user of this syslog wrapper. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Wed Nov 20 10:19:32 CET 2013 on sn-devel-104 | ||||
* | s3:lib/system fix build on AIX 7 | Christian Ambach | 2013-08-02 | 1 | -3/+12 |
| | | | | | | | | | | | AIX uses struct stat64 with struct timespec64, so direct assignment does not work any more. Pair-Programmed-With: Volker Lendecke <vl@samba.org> Signed-off-by: Christian Ambach <ambi@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Fri Aug 2 09:47:43 CEST 2013 on sn-devel-104 | ||||
* | Remove dependency on detection of HAVE_DIRFD for use of fdopendir(). | Jeremy Allison | 2013-04-12 | 1 | -3/+1 |
| | | | | | | | | Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri Apr 12 16:21:10 CEST 2013 on sn-devel-104 | ||||
* | s3: in sys_popen(), add a debug message for failed fork | Michael Adam | 2012-09-04 | 1 | -0/+1 |
| | | | | | Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 4 22:17:30 CEST 2012 on sn-devel-104 | ||||
* | s3: in sys_popen(), add a debug message for failed extract_args() | Michael Adam | 2012-09-04 | 1 | -0/+1 |
| | |||||
* | s3: in sys_popen(), untangle function call from result check | Michael Adam | 2012-09-04 | 1 | -1/+3 |
| | |||||
* | s3: in sys_popen(), untangle assigment from check and add a debug message in ↵ | Michael Adam | 2012-09-04 | 1 | -1/+4 |
| | | | | failure case | ||||
* | s3: in sys_popen(), improve call to pipe and report error to debug | Michael Adam | 2012-09-04 | 1 | -1/+5 |
| | |||||
* | s3: in sys_popen(), validate input before opening the pipe. | Michael Adam | 2012-09-04 | 1 | -5/+5 |
| | |||||
* | s3: in sys_popen(), fix a debug message | Michael Adam | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | s3: add a debug message for failed execv in sys_popen() | Michael Adam | 2012-08-17 | 1 | -1/+6 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s3-aio: Remove unused VFS functions and more | Volker Lendecke | 2012-07-18 | 1 | -148/+0 |
| | | | | Signed-off-by: Jeremy Allison <jra@samba.org> | ||||
* | s3: Make smbd/aio.c not depend on aio.h anymore | Volker Lendecke | 2012-07-18 | 1 | -0/+4 |
| | | | | Signed-off-by: Jeremy Allison <jra@samba.org> | ||||
* | Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. | Jeremy Allison | 2012-06-28 | 1 | -4/+5 |
| | | | | | | Will allow thread-specific credentials to be added by modifying the central definitions. Deliberately left the setXX[ug]id() call in popt as this is not used in Samba. | ||||
* | Revert "s3-lib Remove unused sys_fcntl_long()" | Stefan Metzmacher | 2012-06-19 | 1 | -0/+14 |
| | | | | | | | | This reverts commit 846a697e20478798288afb43cdb7a9f389a15c69. This is still used in source3/smbd/oplock_irix.c metze | ||||
* | build: Rationalise AIO support in configure, ensure on by default | Andrew Bartlett | 2012-06-06 | 1 | -3/+3 |
| | | | | | | | | | With this change, the define to check for AIO is HAVE_AIO, consistant with other subsystems. It is now also on by default in the autoconf build, as it has been for waf. Andrew Bartlett | ||||
* | lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c | Andrew Bartlett | 2012-06-02 | 1 | -678/+0 |
| | | | | | | | This also moves all the still-used configure tests etc. The unused OSF API is also removed at this time. Andrew Bartlett | ||||
* | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 2012-04-06 | 1 | -5/+5 |
| | | | | | | | | | Now that we always require a 64 bit off_t, we no longer need SMB_OFF_T. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 6 01:47:43 CEST 2012 on sn-devel-104 | ||||
* | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 2012-04-05 | 1 | -37/+0 |
| | | | | | | | If this is ever needed again, it would be more appropriate as an options argument to removexattr. Andrew Bartlett | ||||
* | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 2012-04-05 | 1 | -64/+0 |
| | | | | | | | If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett | ||||
* | s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure | Andrew Bartlett | 2012-04-05 | 1 | -29/+0 |
| | | | | | | | If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett | ||||
* | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 2012-04-05 | 1 | -51/+0 |
| | |||||
* | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | build: Remove sys_rewinddir wrapper | Andrew Bartlett | 2012-04-05 | 1 | -8/+0 |
| | |||||
* | build: Remove sys_closedir wrapper | Andrew Bartlett | 2012-04-05 | 1 | -10/+0 |
| | |||||
* | build: Remove sys_telldir wrapper | Andrew Bartlett | 2012-04-05 | 1 | -9/+0 |
| | |||||
* | build: Remove sys_seekdir wrapper | Andrew Bartlett | 2012-04-05 | 1 | -9/+0 |
| | |||||
* | build: Remove sys_readdir wrapper | Andrew Bartlett | 2012-04-05 | 1 | -9/+0 |
| | |||||
* | build: Remove sys_opendir wrapper | Andrew Bartlett | 2012-04-05 | 1 | -9/+0 |
| | |||||
* | build: Remove sys_fopen wrapper | Andrew Bartlett | 2012-04-05 | 1 | -10/+0 |
| | |||||
* | build: Remove sys_open wrapper | Andrew Bartlett | 2012-04-05 | 1 | -9/+0 |
| | |||||
* | build: Remove sys_creat wrapper | Andrew Bartlett | 2012-04-05 | 1 | -9/+0 |
| | |||||
* | build: Remove fallback call to sys_open as HAVE_CREAT is not actually ↵ | Andrew Bartlett | 2012-04-05 | 1 | -8/+0 |
| | | | | checked for | ||||
* | build: Remove sys_ftell wrapper | Andrew Bartlett | 2012-04-05 | 1 | -9/+0 |
| | |||||
* | build: Remove sys_lseek wrapper | Andrew Bartlett | 2012-04-05 | 1 | -9/+0 |
| | |||||
* | build: Remove sys_ftruncate wrapper | Andrew Bartlett | 2012-04-05 | 1 | -9/+0 |
| | |||||
* | build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more | Andrew Bartlett | 2012-04-05 | 1 | -143/+44 |
| | |||||
* | use usleep rather than sys_usleep in various places, in anticipation of ↵ | Jelmer Vernooij | 2012-03-24 | 1 | -34/+0 |
| | | | | usleep moving to libreplace. | ||||
* | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 2012-03-24 | 1 | -1/+1 |
| | | | | | | | | | The performance of these is minimal (these days) and they can return invalid results when used as part of applications that do not use sys_fork(). Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 24 21:55:41 CET 2012 on sn-devel-104 | ||||
* | lib/util: Remove unused sys_sendto() | Andrew Bartlett | 2012-02-17 | 1 | -18/+0 |
| | | | | | | | | | Found by callcatcher. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 17 13:48:05 CET 2012 on sn-devel-104 | ||||
* | lib/util: Remove unused sys_recv() | Andrew Bartlett | 2012-02-17 | 1 | -18/+0 |
| | | | | | | Found by callcatcher. Andrew Bartlett | ||||
* | s3-lib Remove unused sys_fcntl_long() | Andrew Bartlett | 2012-02-17 | 1 | -14/+0 |
| | |||||
* | s3-lib Remove unused sys_fseek() | Andrew Bartlett | 2012-02-17 | 1 | -17/+0 |
| | |||||
* | s3: Use ARRAY_SIZE in bsd_attr_list | Volker Lendecke | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Comment out sys_get_number_of_cores() as we're no longer using this. | Jeremy Allison | 2012-01-06 | 1 | -0/+2 |
| | |||||
* | Add a sys_get_number_of_cores() function that calls sysconf or sysctl | Jeremy Allison | 2012-01-06 | 1 | -0/+49 |
| | | | | and tunes the aio threads. | ||||
* | Include uid_wrapper correctly. | Andreas Schneider | 2011-10-27 | 1 | -1/+0 |
| | |||||
* | Fix sys_fseek wrapper | Brad Smith | 2011-10-14 | 1 | -0/+2 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3: Use the uid_wrapper | Volker Lendecke | 2011-10-06 | 1 | -0/+1 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> |