summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-02s3:lib/system fix build on AIX 7Christian Ambach1-3/+12
2013-04-12Remove dependency on detection of HAVE_DIRFD for use of fdopendir().Jeremy Allison1-3/+1
2012-09-04s3: in sys_popen(), add a debug message for failed forkMichael Adam1-0/+1
2012-09-04s3: in sys_popen(), add a debug message for failed extract_args()Michael Adam1-0/+1
2012-09-04s3: in sys_popen(), untangle function call from result checkMichael Adam1-1/+3
2012-09-04s3: in sys_popen(), untangle assigment from check and add a debug message in ...Michael Adam1-1/+4
2012-09-04s3: in sys_popen(), improve call to pipe and report error to debugMichael Adam1-1/+5
2012-09-04s3: in sys_popen(), validate input before opening the pipe.Michael Adam1-5/+5
2012-09-04s3: in sys_popen(), fix a debug messageMichael Adam1-1/+1
2012-08-17s3: add a debug message for failed execv in sys_popen()Michael Adam1-1/+6
2012-07-18s3-aio: Remove unused VFS functions and moreVolker Lendecke1-148/+0
2012-07-18s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke1-0/+4
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison1-4/+5
2012-06-19Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher1-0/+14
2012-06-06build: Rationalise AIO support in configure, ensure on by defaultAndrew Bartlett1-3/+3
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett1-678/+0
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-5/+5
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett1-37/+0
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett1-64/+0
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett1-29/+0
2012-04-05s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett1-51/+0
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_rewinddir wrapperAndrew Bartlett1-8/+0
2012-04-05build: Remove sys_closedir wrapperAndrew Bartlett1-10/+0
2012-04-05build: Remove sys_telldir wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_seekdir wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_readdir wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_opendir wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_fopen wrapperAndrew Bartlett1-10/+0
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_creat wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove fallback call to sys_open as HAVE_CREAT is not actually checked...Andrew Bartlett1-8/+0
2012-04-05build: Remove sys_ftell wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_lseek wrapperAndrew Bartlett1-9/+0
2012-04-05build: Remove sys_ftruncate wrapperAndrew Bartlett1-9/+0
2012-04-05build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett1-143/+44
2012-03-24use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij1-34/+0
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-02-17lib/util: Remove unused sys_sendto()Andrew Bartlett1-18/+0
2012-02-17lib/util: Remove unused sys_recv()Andrew Bartlett1-18/+0
2012-02-17s3-lib Remove unused sys_fcntl_long()Andrew Bartlett1-14/+0
2012-02-17s3-lib Remove unused sys_fseek()Andrew Bartlett1-17/+0
2012-02-02s3: Use ARRAY_SIZE in bsd_attr_listVolker Lendecke1-1/+1
2012-01-06Comment out sys_get_number_of_cores() as we're no longer using this.Jeremy Allison1-0/+2
2012-01-06Add a sys_get_number_of_cores() function that calls sysconf or sysctlJeremy Allison1-0/+49
2011-10-27Include uid_wrapper correctly.Andreas Schneider1-1/+0
2011-10-14Fix sys_fseek wrapperBrad Smith1-0/+2
2011-10-06s3: Use the uid_wrapperVolker Lendecke1-0/+1
2011-06-10Export init_stat_ex_from_stat for use in VFS modules.Richard Sharpe1-6/+6
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1