index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
socket
/
socket_unix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4831: added udp support to our generic sockets library.
Andrew Tridgell
1
-4
/
+5
2007-10-10
r4753: added the ability for the generic socket library to handle async
Andrew Tridgell
1
-10
/
+29
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r3482: fixed a warning and an error from the IRIX 6.4 build
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3450: portability fixes
Andrew Tridgell
1
-20
/
+20
2007-10-10
r3314: added a option "socket:testnonblock" to the generic socket code. If
Andrew Tridgell
1
-4
/
+3
2007-10-10
r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...
Andrew Tridgell
1
-0
/
+8
2007-10-10
r3304: changed the API to lib/socket/ a little.
Andrew Tridgell
1
-18
/
+7
2007-10-10
r3279: Removed MSG_DONTWAIT flags as many platform don't have it.
Andrew Tridgell
1
-9
/
+0
2007-10-10
r3278: - rewrote the client side rpc connection code to use lib/socket/
Andrew Tridgell
1
-25
/
+1
2007-10-10
r3184: don't setup socket options on unix domain sockets (our smb.conf socket...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r3183: moved the unlink of the messaging unixdom socket to the messaging dest...
Andrew Tridgell
1
-9
/
+0
2007-10-10
r3169: unlink() is called on the listening unix socket every time a child pro...
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r3020: better error handling in socket_unix
Andrew Tridgell
1
-50
/
+43
2007-10-10
r3016: - converted the events code to talloc
Andrew Tridgell
1
-0
/
+10
2007-10-10
r3013: added support for unix domain sockets in the generic socket library. I
Andrew Tridgell
1
-0
/
+319