summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-23Refactored sys_fork() and sys_pid() into shared util librarySteven Danneman1-29/+0
2009-02-23More warning fixes for Solaris.Jeremy Allison1-2/+1
2008-12-29Add code to test write_data_iov a bitVolker Lendecke1-0/+11
2008-12-29Add sys_writevVolker Lendecke1-0/+14
2008-11-01Merge branch 'master' of /home/jelmer/samba3Jelmer Vernooij1-153/+0
2008-11-01Use dup2() replacement from libreplace.Jelmer Vernooij1-10/+0
2008-11-01Remove sys_dl*() - stubs are already provided by libreplace.Jelmer Vernooij1-40/+0
2008-11-01Remove sys_chroot() - libreplace already provides an alternative.Jelmer Vernooij1-18/+0
2008-11-01Move sys_realpath() to libreplace.Jelmer Vernooij1-15/+0
2008-11-01Move sys_lchown() to libreplace.Jelmer Vernooij1-19/+0
2008-11-01Move sys_symlink() to libreplace.Jelmer Vernooij1-14/+0
2008-11-01Move sys_readlink() to libreplace.Jelmer Vernooij1-14/+0
2008-11-01Move sys_link to libreplace.Jelmer Vernooij1-14/+0
2008-11-01Move sys_chown() to rep_chown().Jelmer Vernooij1-19/+0
2008-05-28Fix Bug #5285. (libcap header mismatch)Günther Deschner1-0/+5
2008-01-20Some systems do not have XATTR_ definedVolker Lendecke1-5/+0
2007-12-09Many systems don't have sa_len as part of struct sockaddr.Jeremy Allison1-1/+1
2007-12-09Choose a better default for sockaddr length.James Peach1-1/+1
2007-12-09Fix connect(2) callers to use correct sockaddr size.James Peach1-0/+18
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-1/+0
2007-12-03Remove workaround for broken capabilites.h from lib/system.c - now in lib/rep...Michael Adam1-18/+0
2007-11-261. lib/system.c (xattr code for Solaris) could not beTomoki AONO1-3/+6
2007-11-10Always define PATH_MAX. Makes code simpler (removesJeremy Allison1-4/+0
2007-11-09remove faked_create_user() BUILD_FARM hack as we have nss_wrapper nowStefan Metzmacher1-77/+0
2007-11-02Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison1-0/+24
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-15Move to protocol independent code in most of lib/util_sock.cJeremy Allison1-43/+0
2007-10-10r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfoJeremy Allison1-4/+4
2007-10-10r25172: Remove commented out code we will never enable.Jeremy Allison1-172/+0
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-0/+4
2007-10-10r24547: Fix #4897, patch from David S. Collier-Brown <davecb@spamcop.net> -- ...Volker Lendecke1-6/+6
2007-10-10r24304: patch from Bjoern JAcke <bj@SerNet.DE>:Stefan Metzmacher1-0/+242
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23658: One pstring a day....Volker Lendecke1-16/+39
2007-10-10r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS.James Peach1-4/+4
2007-10-10r23566: Fix the sys_bsd_setgroups function. The actual workaround was inactive.Michael Adam1-3/+1
2007-10-10r23475: Fix the prototype for sys_broken_setgroups and log *BSD group listJames Peach1-2/+2
2007-10-10r23470: Fix supplementary group list truncation for *BSD. We need to passJames Peach1-2/+8
2007-10-10r23393: Support BSD group semantics by making sure that the effective GID is ...James Peach1-25/+101
2007-10-10r23105: Add lchown to the vfs layer. We need this in the POSIX code.Jeremy Allison1-0/+19
2007-10-10r21725: Fix for memalign used without test guards. WasJeremy Allison1-7/+22
2007-10-10r21526: Fix stray character in sys_memalign() that is onlyGerald Carter1-1/+1
2007-10-10r21525: Go ahead and checkin the mlock() & memalign() fixes soGerald Carter1-0/+21
2007-10-10r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough1-0/+25
2007-10-10r19241: compile xattr wrappers on mac os 10Stefan Metzmacher1-0/+52
2007-10-10r19102: fix typo, thanks derrell!Stefan Metzmacher1-1/+1
2007-10-10r19101: add sys_recv() wrapperStefan Metzmacher1-1/+14
2007-10-10r17630: Looks like getpeerid() is a system function onJeremy Allison1-1/+1
2007-10-10r17610: Added the ability for firefox to drive the winbinddJeremy Allison1-0/+25