summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* swrap: check whether an address:port is already in use in swrap_bind()Michael Adam2014-06-051-0/+7
* swrap: implement check_addr_port_in_use()Michael Adam2014-06-051-0/+83
* swrap: fix AF_UNSPEC special case in swrap_bind()Michael Adam2014-06-051-0/+20
* swrap: extend input checks in swrap_bind()Michael Adam2014-06-051-2/+49
* swrap: add check for rpc/rpc.h - needed on freebsd for bindresvportMichael Adam2014-06-052-0/+4
* swrap: Add support for bindresvport().Andreas Schneider2014-06-052-0/+88
* swrap: Add missing family check in bind().Andreas Schneider2014-06-051-0/+5
* swrap: Setup myname in swrap_socket() for getsockname().Andreas Schneider2014-06-051-0/+35
* swrap: Make sure cmbuf is not NULL.Andreas Schneider2014-06-051-1/+1
* swrap: We need to pass a pointer-pointer to not leak memory.Andreas Schneider2014-06-051-11/+11
* swrap: Support more socket options in getsockopt().Andreas Schneider2014-06-051-5/+46
* swrap: Call swrap_msghdr_filter_cmsghdr in swrap_sendmsg_before().Andreas Schneider2014-06-051-2/+31
* swrap: Add swrap_msghdr_filter_cmsg_pktinfo().Andreas Schneider2014-06-051-7/+26
* swrap: Add swrap_sendmsg_filter_cmsg_socket().Andreas Schneider2014-06-051-1/+35
* swrap: Add swrap_sendmsg_copy_cmsg().Andreas Schneider2014-06-051-1/+41
* swrap: Add swrap_sendmsg_filter_cmsghdr().Andreas Schneider2014-06-051-0/+27
* swrap: Implement support for IP_RECVDSTADDR on BSD.Andreas Schneider2014-06-051-1/+22
* swrap: Check if the in_pktinfo structure is available.Andreas Schneider2014-06-052-1/+6
* swrap: Silence a warning on OpenIndiana.Andreas Schneider2014-06-051-0/+2
* swrap: Properly cache the handle also in LIBC_SO case.Pino Toscano2014-06-051-0/+2
* swrap: Truncate the address if the buffer is to small.Andreas Schneider2014-06-051-2/+14
* swrap: Process control messages in recvmsg().Andreas Schneider2014-06-051-1/+40
* swrap: Call swrap_msghdr_socket_info in swrap_recvmsg_after().Andreas Schneider2014-06-051-5/+17
* swrap: Add swrap_msghdr_socket_info().Andreas Schneider2014-06-051-0/+11
* swrap: Add swrap_msghdr_add_pktinfo().Andreas Schneider2014-06-051-0/+65
* swrap: Add swrap_msghdr_add_cmsghdr().Andreas Schneider2014-06-051-0/+71
* swrap: Add IP_PKTINFO support in setsockopt.Andreas Schneider2014-06-051-0/+21
* waf: Add check for HAVE_STRUCT_IN6_PKTINFO.Andreas Schneider2014-06-051-0/+5
* swrap: Correctly set the bind iface address on connect().Andreas Schneider2014-06-051-0/+57
* swrap: use LIBC_SO from GNU libc, if availablePino Toscano2014-06-052-0/+9
* librpc: Fix a "ignoring asprintf return" warningVolker Lendecke2014-06-051-4/+5
* ctdb:server: fix DEBUG message for wrong event script options.Michael Adam2014-06-051-2/+3
* WAF: use libsystemd-daemon only if linking actually succeedsAlexander Bokovoy2014-06-051-1/+2
* Add YouCompleteMe config.Andreas Schneider2014-06-051-0/+317
* s3:vfs_afsacl fix compiler warningsChristian Ambach2014-06-041-2/+1
* vfs_afsacl: remove unused includesChristian Ambach2014-06-041-2/+1
* waf: fixup build with fake kaserver enabledChristian Ambach2014-06-042-0/+4
* waf: add --with-fake-kaserver optionChristian Ambach2014-06-042-1/+14
* s3:lib/afs move afs_settoken.c to common lib dirChristian Ambach2014-06-049-20/+42
* s3:lib/afs move afs.c to common lib dirChristian Ambach2014-06-049-17/+59
* s3-winbind: Use strlcpy to avoid log entry.Andreas Schneider2014-06-041-1/+4
* docs: Update RoadmapAndrew Bartlett2014-06-041-8/+7
* s3-rpc_server: Use C99 types in rpc_pipes.hAndrew Bartlett2014-06-041-4/+4
* s4-messaging: Make header guard less genericAndrew Bartlett2014-06-041-2/+2
* winbind: Fix template homedir to match source3Andrew Bartlett2014-06-043-5/+5
* make winbindd work in "samba4" member server modesAndrew Bartlett2014-06-041-1/+2
* s3-param: Add lp_dnsdomain() for use by winbinddAndrew Bartlett2014-06-042-0/+2
* winbindd: Use rpc_pipe_open_interface() so that winbindd uses the correct rpc...Andrew Bartlett2014-06-042-12/+33
* s3-rpc_server: Give log messages on failureAndrew Bartlett2014-06-041-0/+2
* winbindd: Remove pointless if statementAndrew Bartlett2014-06-041-14/+10