summaryrefslogtreecommitdiffstats
path: root/source/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...samba-3.3.12Karolin Seeger2010-03-081-61/+4
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-02-241-4/+61
* More warning fixes for Solaris.Jeremy Allison2009-02-241-2/+1
* Add code to test write_data_iov a bitVolker Lendecke2009-01-021-0/+11
* Add sys_writevVolker Lendecke2009-01-021-0/+14
* 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
* r24304: patch from Bjoern JAcke <bj@SerNet.DE>:Stefan Metzmacher2007-10-101-0/+242
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23658: One pstring a day....Volker Lendecke2007-10-101-16/+39
* r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS.James Peach2007-10-101-4/+4
* r23566: Fix the sys_bsd_setgroups function. The actual workaround was inactive.Michael Adam2007-10-101-3/+1
* r23475: Fix the prototype for sys_broken_setgroups and log *BSD group listJames Peach2007-10-101-2/+2
* r23470: Fix supplementary group list truncation for *BSD. We need to passJames Peach2007-10-101-2/+8
* r23393: Support BSD group semantics by making sure that the effective GID is ...James Peach2007-10-101-25/+101
* r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison2007-10-101-0/+19
* r21725: Fix for memalign used without test guards. WasJeremy Allison2007-10-101-7/+22
* r21526: Fix stray character in sys_memalign() that is onlyGerald Carter2007-10-101-1/+1
* r21525: Go ahead and checkin the mlock() & memalign() fixes soGerald Carter2007-10-101-0/+21
* r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough2007-10-101-0/+25
* r19241: compile xattr wrappers on mac os 10Stefan Metzmacher2007-10-101-0/+52
* r19102: fix typo, thanks derrell!Stefan Metzmacher2007-10-101-1/+1
* r19101: add sys_recv() wrapperStefan Metzmacher2007-10-101-1/+14
* r17630: Looks like getpeerid() is a system function onJeremy Allison2007-10-101-1/+1
* r17610: Added the ability for firefox to drive the winbinddJeremy Allison2007-10-101-0/+25
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+78
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2007-10-101-0/+30
* r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach2007-10-101-54/+68
* r13566: Fix EA support for AIX.Günther Deschner2007-10-101-0/+24
* r11845: Removed error code list as it isn't correct for Linux.Jeremy Allison2007-10-101-8/+0
* r11841: Fix #3262 from Timur Bakeyev to improve reporting on FreeBSD DOSJeremy Allison2007-10-101-33/+41
* r11732: Remember to return early if -1 returned from *BSD EA call.Jeremy Allison2007-10-101-0/+12
* r11383: Patch from Alex Masterov <alex@infobit.ru> to fixJeremy Allison2007-10-101-3/+83
* r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2007-10-101-2/+2