1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/lib/tsocket
Stefan Metzmacher cc75ff1a37 tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un)
sizeof(struct sockaddr_storage) generates EINVAL.

metze
2009-05-01 17:38:24 +02:00
..
config.mk tsocket: fix dependecies 2009-05-01 17:38:22 +02:00
tsocket_bsd.c tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un) 2009-05-01 17:38:24 +02:00
tsocket_guide.txt lib/tsocket: add tsocket_guide.txt section with specific details about bsd style sockets 2009-03-19 16:25:58 +01:00
tsocket_helpers.c tsocket: remove tsocket_context related stuff 2009-05-01 17:38:21 +02:00
tsocket_internal.h tsocket: remove tsocket_context related stuff 2009-05-01 17:38:21 +02:00
tsocket.c tsocket: return EINVAL when tdgram_sendto_send() is used with len == 0 2009-05-01 17:38:23 +02:00
tsocket.h tsocket: remove tsocket_context related stuff 2009-05-01 17:38:21 +02:00