Age | Commit message (Expand) | Author | Files | Lines |
2008-05-28 | Fix Bug #5285. (libcap header mismatch) | Günther Deschner | 1 | -0/+5 |
2008-01-20 | Some systems do not have XATTR_ defined | Volker Lendecke | 1 | -5/+0 |
2007-12-09 | Many systems don't have sa_len as part of struct sockaddr. | Jeremy Allison | 1 | -1/+1 |
2007-12-09 | Choose a better default for sockaddr length. | James Peach | 1 | -1/+1 |
2007-12-09 | Fix connect(2) callers to use correct sockaddr size. | James Peach | 1 | -0/+18 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 1 | -1/+0 |
2007-12-03 | Remove workaround for broken capabilites.h from lib/system.c - now in lib/rep... | Michael Adam | 1 | -18/+0 |
2007-11-26 | 1. lib/system.c (xattr code for Solaris) could not be | Tomoki AONO | 1 | -3/+6 |
2007-11-10 | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 1 | -4/+0 |
2007-11-09 | remove faked_create_user() BUILD_FARM hack as we have nss_wrapper now | Stefan Metzmacher | 1 | -77/+0 |
2007-11-02 | Fix Solaris by ensuring we use the IPv4 or IPv6 length | Jeremy Allison | 1 | -0/+24 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -2/+2 |
2007-10-15 | Move to protocol independent code in most of lib/util_sock.c | Jeremy Allison | 1 | -43/+0 |
2007-10-10 | r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfo | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r25172: Remove commented out code we will never enable. | Jeremy Allison | 1 | -172/+0 |
2007-10-10 | r25117: The mega-patch Jerry was waiting for. Remove all pstrings from | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r24547: Fix #4897, patch from David S. Collier-Brown <davecb@spamcop.net> -- ... | Volker Lendecke | 1 | -6/+6 |
2007-10-10 | r24304: patch from Bjoern JAcke <bj@SerNet.DE>: | Stefan Metzmacher | 1 | -0/+242 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23658: One pstring a day.... | Volker Lendecke | 1 | -16/+39 |
2007-10-10 | r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS. | James Peach | 1 | -4/+4 |
2007-10-10 | r23566: Fix the sys_bsd_setgroups function. The actual workaround was inactive. | Michael Adam | 1 | -3/+1 |
2007-10-10 | r23475: Fix the prototype for sys_broken_setgroups and log *BSD group list | James Peach | 1 | -2/+2 |
2007-10-10 | r23470: Fix supplementary group list truncation for *BSD. We need to pass | James Peach | 1 | -2/+8 |
2007-10-10 | r23393: Support BSD group semantics by making sure that the effective GID is ... | James Peach | 1 | -25/+101 |
2007-10-10 | r23105: Add lchown to the vfs layer. We need this in the POSIX code. | Jeremy Allison | 1 | -0/+19 |
2007-10-10 | r21725: Fix for memalign used without test guards. Was | Jeremy Allison | 1 | -7/+22 |
2007-10-10 | r21526: Fix stray character in sys_memalign() that is only | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r21525: Go ahead and checkin the mlock() & memalign() fixes so | Gerald Carter | 1 | -0/+21 |
2007-10-10 | r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to | Jim McDonough | 1 | -0/+25 |
2007-10-10 | r19241: compile xattr wrappers on mac os 10 | Stefan Metzmacher | 1 | -0/+52 |
2007-10-10 | r19102: fix typo, thanks derrell! | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19101: add sys_recv() wrapper | Stefan Metzmacher | 1 | -1/+14 |
2007-10-10 | r17630: Looks like getpeerid() is a system function on | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17610: Added the ability for firefox to drive the winbindd | Jeremy Allison | 1 | -0/+25 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -0/+78 |
2007-10-10 | r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based | James Peach | 1 | -0/+30 |
2007-10-10 | r14600: Refactor capability interface from being IRIX-specific to using only | James Peach | 1 | -54/+68 |
2007-10-10 | r13566: Fix EA support for AIX. | Günther Deschner | 1 | -0/+24 |
2007-10-10 | r11845: Removed error code list as it isn't correct for Linux. | Jeremy Allison | 1 | -8/+0 |
2007-10-10 | r11841: Fix #3262 from Timur Bakeyev to improve reporting on FreeBSD DOS | Jeremy Allison | 1 | -33/+41 |
2007-10-10 | r11732: Remember to return early if -1 returned from *BSD EA call. | Jeremy Allison | 1 | -0/+12 |
2007-10-10 | r11383: Patch from Alex Masterov <alex@infobit.ru> to fix | Jeremy Allison | 1 | -3/+83 |
2007-10-10 | r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN... | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typo | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r7963: Add aio support to 3.0. | Jeremy Allison | 1 | -0/+158 |
2007-10-10 | r6681: updating copyrights (see bug 2546) | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur Bakeyev... | Jeremy Allison | 1 | -9/+183 |