summaryrefslogtreecommitdiff
path: root/ctdb/common/system_linux.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-common: Initialise socket addresses before reading into themMartin Schwenke2017-09-191-0/+3
* ctdb-common: Save errno before closing file to keep debug accurateMartin Schwenke2016-08-171-2/+7
* ctdb-common: Fix CID 1362728 Unchecked return value from libraryMartin Schwenke2016-08-171-2/+11
* ctdb-common: Fix CID 1362729 Unchecked return value from libraryMartin Schwenke2016-08-171-3/+0
* ctdb-common: Consistently use strlcpy() on interface namesMartin Schwenke2016-08-031-3/+3
* ctdb-common: Fix CID 1125553 Buffer not null terminated (BUFFER_SIZE_WARNING)Martin Schwenke2016-08-031-1/+1
* ctdb-daemon: Use lib/util functions instead of redefinitionsAmitay Isaacs2016-06-081-2/+3
* ctdb-common: Use correct macro for checking Ethernet hardware familyMartin Schwenke2016-05-261-2/+2
* ctdb-system: Fix typo in ctdb_get_peer_pidAmitay Isaacs2016-04-231-1/+1
* ctdb-system: Return window size and RST bit when reading TCP packetsMartin Schwenke2016-04-011-3/+16
* ctdb-common: For AF_PACKET socket types, protocol is in network orderAmitay Isaacs2016-03-041-3/+3
* ctdb-common: Use documented names for protocol family in socket()Amitay Isaacs2016-02-021-4/+4
* ctdb-common: Protocol argument must be in host order for socket() callAmitay Isaacs2016-02-021-4/+4
* ctdb: Fix CID 1347319 Unchecked return valueVolker Lendecke2016-01-081-1/+7
* ctdb-system: Use protocol/protocol.h instead of ctdb_private.hAmitay Isaacs2015-11-251-1/+1
* ctdb: Remove unused ctdb_set_process_nameChristof Schmitt2015-11-181-12/+0
* ctdb-system: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* Fix various spelling errorsMathieu Parent2015-11-061-2/+2
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-2/+7
* ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs2015-10-301-0/+2
* ctdb-system: Remove unused system specific callsAmitay Isaacs2015-08-071-177/+0
* ctdb: Fix 1125553 Buffer not null terminatedVolker Lendecke2015-03-101-1/+1
* ctdb-daemon: Gratuitous ARP equivalent for IPv6 is neighbor advertisementMartin Schwenke2014-12-051-15/+34
* ctdb-common: Coverity fixesAmitay Isaacs2013-11-191-10/+10
* common: Null terminate process name string so valgrind doesn't complainAmitay Isaacs2013-08-141-0/+1
* IPv6 neighbor solicit cleanupSumit Bose2013-07-111-7/+8
* common/system: Add ctdb_set_process_name() functionAmitay Isaacs2013-07-101-0/+11
* common: Add routines to get process and lock informationAmitay Isaacs2012-10-201-0/+179
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* Return the peer_pid properly to the callerRonnie Sahlberg2011-12-061-1/+1
* Move platform-specific code to common/system_*Mathieu Parent2011-12-061-0/+12
* system_linux: correctly cast sockaddr_in6 to sockaddr for sendto() in ctdb_sy...Michael Adam2011-11-261-1/+3
* system_linux: correctly cast sockaddr_in to sockaddr in ctdb_sys_send_tcp()Michael Adam2011-11-261-1/+3
* Check interfaces: when reading the public addresses file to create the vnn listRonnie Sahlberg2011-09-061-0/+22
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* Drop the debug level for logging fd creation to DEBUG_DEBUGRonnie Sahlberg2010-02-041-2/+2
* lower the debug levels for the "create FD messages" so we dont fill up the logs.Ronnie Sahlberg2009-10-211-1/+1
* add logging everytime we create a filedescriptor in the main ctdb daemonRonnie Sahlberg2009-10-151-0/+7
* change the socket we use for sending grautious ARPs from AF_INET/SOCK_PACKET ...Ronnie Sahlberg2009-05-211-11/+32
* move common code of system_linux.c and system_aix.c into new system_common.cMichael Adam2009-02-281-51/+0
* ctdb_sys_have_ip: don't overwrite input data (setting port to 0)Stefan Metzmacher2009-01-191-1/+3
* Fix verification of IP allocation with ipv6 addresses on Linux.Michael Adam2009-01-191-1/+8
* fix a bug in the tcp socketkiller for ipv6Ronnie Sahlberg2008-08-201-1/+1
* fix the ipv6 checksum calculation for pseudoheader so that it actually worksRonnie Sahlberg2008-08-191-46/+112
* initial ipv6 patchRonnie Sahlberg2008-08-191-39/+69
* convert handling of gratious arps and their controls and helpers toRonnie Sahlberg2008-06-041-79/+81
* Start implementing support for ipv6.Ronnie Sahlberg2008-05-141-62/+108
* Add a missing includeRonnie Sahlberg2008-05-141-1/+1
* add a checksum routine for tcp over ipv6Ronnie Sahlberg2008-05-141-0/+24
* merge from ronnieAndrew Tridgell2008-02-041-11/+11