summaryrefslogtreecommitdiffstats
path: root/ctdb/common/system_linux.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-1/+1
* merge from tridgeRonnie Sahlberg2007-09-131-81/+2
|\
| * we don't need the is_loopback logic in ctdb any moreAndrew Tridgell2007-09-131-82/+2
| * - use struct sockaddr_in more consistently instead of string addressesAndrew Tridgell2007-09-101-8/+5
* | merged patch from tridgeRonnie Sahlberg2007-09-101-8/+5
|\ \ | |/ |/|
* | change the signature to ctdb_sys_have_ip() to also return:Ronnie Sahlberg2007-09-101-2/+84
|/
* merge from volkerAndrew Tridgell2007-08-221-2/+4
* zero out the sa struct to supress a valgrind errorRonnie Sahlberg2007-08-151-0/+2
* add some support for controlling Linux or AIX in the makefileRonnie Sahlberg2007-07-141-0/+381