summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...samba-3.5.1Karolin Seeger2010-03-081-61/+4
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-02-101-4/+61
* s3: make sys_posix_fallocate more genericBjörn Jacke2009-12-141-4/+4
* s3: check if glibc has broken posix_fallocateBjörn Jacke2009-12-081-1/+1
* s3: Fix explicit stat64 supportVolker Lendecke2009-12-081-3/+12
* s3: prefer posix_fallocate for doing "strict allocate"Björn Jacke2009-12-081-0/+14
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-12-081-10/+14
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-261-0/+7
* s3: Fix a memleak in sys_popenVolker Lendecke2009-11-261-0/+1
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-11-261-1/+1
* Refactor the use of create_time and change time to goJeremy Allison2009-08-101-2/+2
* Fix a typo reading uninitialized memory. Caught by valgrind.Jeremy Allison2009-07-171-3/+1
* Rename update_stat_ex_writetime() -> update_stat_ex_mtime()Jeremy Allison2009-07-081-2/+2
* The migration to struct stat_ex broke the calculation ofJeremy Allison2009-07-081-14/+58
* When faking a create time, use the full timespec values, not time_t.Jeremy Allison2009-07-081-61/+63
* s3: correct check for usleep value boundariesBjörn Jacke2009-06-031-1/+1
* Attempt to fix the build on NetBSDVolker Lendecke2009-05-261-0/+6
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-9/+216
* Fix some nonempty blank linesVolker Lendecke2009-05-141-23/+23
* Refactored sys_fork() and sys_pid() into shared util librarySteven Danneman2009-02-231-29/+0
* More warning fixes for Solaris.Jeremy Allison2009-02-231-2/+1
* Add code to test write_data_iov a bitVolker Lendecke2008-12-291-0/+11
* Add sys_writevVolker Lendecke2008-12-291-0/+14
* Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij2008-11-011-153/+0
|\
| * Remove sys_dl*() - stubs are already provided by libreplace.Jelmer Vernooij2008-11-011-40/+0
| * Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij2008-11-011-18/+0
| * Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-011-15/+0
| * Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-011-19/+0
| * Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-011-14/+0
| * Move sys_readlink() to libreplace.Jelmer Vernooij2008-11-011-14/+0
| * Move sys_link to libreplace.Jelmer Vernooij2008-11-011-14/+0
| * Move sys_chown() to rep_chown().Jelmer Vernooij2008-11-011-19/+0
* | Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-011-10/+0
|/
* Fix Bug #5285. (libcap header mismatch)Günther Deschner2008-05-281-0/+5
* Some systems do not have XATTR_ definedVolker Lendecke2008-01-201-5/+0
* Many systems don't have sa_len as part of struct sockaddr.Jeremy Allison2007-12-091-1/+1
* Choose a better default for sockaddr length.James Peach2007-12-091-1/+1
* Fix connect(2) callers to use correct sockaddr size.James Peach2007-12-091-0/+18
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-1/+0
* Remove workaround for broken capabilites.h from lib/system.c - now in lib/rep...Michael Adam2007-12-031-18/+0
* 1. lib/system.c (xattr code for Solaris) could not beTomoki AONO2007-11-261-3/+6
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-101-4/+0
* remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher2007-11-091-77/+0
* Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison2007-11-021-0/+24
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* Move to protocol independent code in most of lib/util_sock.cJeremy Allison2007-10-151-43/+0
* r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfoJeremy Allison2007-10-101-4/+4
* r25172: Remove commented out code we will never enable.Jeremy Allison2007-10-101-172/+0
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-0/+4
* r24547: Fix #4897, patch from David S. Collier-Brown <davecb@spamcop.net> -- ...Volker Lendecke2007-10-101-6/+6