index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
/
system.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-2
/
+2
*
Move to protocol independent code in most of lib/util_sock.c
Jeremy Allison
2007-10-15
1
-43
/
+0
*
r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfo
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r25172: Remove commented out code we will never enable.
Jeremy Allison
2007-10-10
1
-172
/
+0
*
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r24547: Fix #4897, patch from David S. Collier-Brown <davecb@spamcop.net> -- ...
Volker Lendecke
2007-10-10
1
-6
/
+6
*
r24304: patch from Bjoern JAcke <bj@SerNet.DE>:
Stefan Metzmacher
2007-10-10
1
-0
/
+242
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23658: One pstring a day....
Volker Lendecke
2007-10-10
1
-16
/
+39
*
r23576: Fix some confusion between HAVE_BROKEN_GETGROUPS and USE_BSD_SETGROUPS.
James Peach
2007-10-10
1
-4
/
+4
*
r23566: Fix the sys_bsd_setgroups function. The actual workaround was inactive.
Michael Adam
2007-10-10
1
-3
/
+1
*
r23475: Fix the prototype for sys_broken_setgroups and log *BSD group list
James Peach
2007-10-10
1
-2
/
+2
*
r23470: Fix supplementary group list truncation for *BSD. We need to pass
James Peach
2007-10-10
1
-2
/
+8
*
r23393: Support BSD group semantics by making sure that the effective GID is ...
James Peach
2007-10-10
1
-25
/
+101
*
r23105: Add lchown to the vfs layer. We need this in the POSIX code.
Jeremy Allison
2007-10-10
1
-0
/
+19
*
r21725: Fix for memalign used without test guards. Was
Jeremy Allison
2007-10-10
1
-7
/
+22
*
r21526: Fix stray character in sys_memalign() that is only
Gerald Carter
2007-10-10
1
-1
/
+1
*
r21525: Go ahead and checkin the mlock() & memalign() fixes so
Gerald Carter
2007-10-10
1
-0
/
+21
*
r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to
Jim McDonough
2007-10-10
1
-0
/
+25
*
r19241: compile xattr wrappers on mac os 10
Stefan Metzmacher
2007-10-10
1
-0
/
+52
*
r19102: fix typo, thanks derrell!
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r19101: add sys_recv() wrapper
Stefan Metzmacher
2007-10-10
1
-1
/
+14
*
r17630: Looks like getpeerid() is a system function on
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r17610: Added the ability for firefox to drive the winbindd
Jeremy Allison
2007-10-10
1
-0
/
+25
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-0
/
+78
*
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
2007-10-10
1
-0
/
+30
*
r14600: Refactor capability interface from being IRIX-specific to using only
James Peach
2007-10-10
1
-54
/
+68
*
r13566: Fix EA support for AIX.
Günther Deschner
2007-10-10
1
-0
/
+24
*
r11845: Removed error code list as it isn't correct for Linux.
Jeremy Allison
2007-10-10
1
-8
/
+0
*
r11841: Fix #3262 from Timur Bakeyev to improve reporting on FreeBSD DOS
Jeremy Allison
2007-10-10
1
-33
/
+41
*
r11732: Remember to return early if -1 returned from *BSD EA call.
Jeremy Allison
2007-10-10
1
-0
/
+12
*
r11383: Patch from Alex Masterov <alex@infobit.ru> to fix
Jeremy Allison
2007-10-10
1
-3
/
+83
*
r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...
Jeremy Allison
2007-10-10
1
-6
/
+6
*
r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typo
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r7963: Add aio support to 3.0.
Jeremy Allison
2007-10-10
1
-0
/
+158
*
r6681: updating copyrights (see bug 2546)
Gerald Carter
2007-10-10
1
-1
/
+2
*
r6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur Bakeyev...
Jeremy Allison
2007-10-10
1
-9
/
+183
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to
Jeremy Allison
2007-10-10
1
-0
/
+65
*
r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASIC
Jeremy Allison
2007-10-10
1
-0
/
+26
*
* Fix sys_chown() when no chown() is presend
Stefan Metzmacher
2004-01-15
1
-0
/
+2
*
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
Jeremy Allison
2004-01-06
1
-0
/
+41
*
Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked to
Jeremy Allison
2004-01-05
1
-3
/
+3
*
wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...
Gerald Carter
2003-10-01
1
-3
/
+5
*
add IRIX EA support
Herb Lewis
2003-08-15
1
-1
/
+158
*
Use filedes as first argument to fsetxattr, not the undefined variable 'path'...
Jelmer Vernooij
2003-06-06
1
-1
/
+1
*
Get ready for EA code... Add Linux interface.
Jeremy Allison
2003-06-05
1
-0
/
+125
*
dlysym takes a const char *.
Jeremy Allison
2003-03-03
1
-1
/
+1
[next]