summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib: Fix blank line endingsVolker Lendecke2014-12-093-55/+55
* lib: Fix a typoVolker Lendecke2014-12-091-1/+1
* s3:locking: Change the data model for leases_db to cope with dynamic path ren...Jeremy Allison2014-12-095-73/+161
* s3:locking: pass down servicepath to leases_db_add()Jeremy Allison2014-12-093-2/+8
* s3:locking: Add new utility function leases_db_copy_file_ids()Jeremy Allison2014-12-092-0/+25
* s3:locking: prepare the data model for leases_db to cope with dynamic path re...Jeremy Allison2014-12-091-0/+7
* s3:locking: pass servicename_new to leases_db_rename()Jeremy Allison2014-12-093-0/+3
* vfs: Add missing include for sys_pread() in cacheprime module.Andreas Schneider2014-12-081-0/+1
* smbd: Add missing include for iov_buflen().Andreas Schneider2014-12-081-0/+1
* socket_wrapper: Add missing prototype check for eventfd.Andreas Schneider2014-12-081-0/+5
* s4-tests/env_loadparm: Throw KeyError in case SMB_CONF_PATHKamen Mazdrashki2014-12-081-1/+1
* s4-ldap: Pass on-wire transmitted control down the chainKamen Mazdrashki2014-12-081-1/+1
* s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-084-15/+16
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-11/+11
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-5/+12
* lib: Simplify load_case_tables_library()Volker Lendecke2014-12-081-8/+9
* smbd: Use read_data() in notify_inotifyVolker Lendecke2014-12-071-5/+6
* lib: Add a simple read_data call without NTSTATUSVolker Lendecke2014-12-072-0/+23
* lib: Make write_data take a const void *Volker Lendecke2014-12-072-2/+2
* lib: Split out write_data[_iov]Volker Lendecke2014-12-0718-85/+156
* lib: Split out iov_buf[len]Volker Lendecke2014-12-077-46/+104
* lib: read_data->read_data_ntstatusVolker Lendecke2014-12-077-11/+13
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-0720-96/+158
* ctdb: ctdb_protocol.h references struct sockaddrVolker Lendecke2014-12-071-0/+2
* Fix signed/unsigned comparisonsVolker Lendecke2014-12-073-4/+4
* ctdbd_conn: Accept msgs to all registered srvidsVolker Lendecke2014-12-071-5/+38
* rwrap: Bump version to 1.1.0.Andreas Schneider2014-12-061-1/+1
* rwrap: Don't dereference NULL when skipping broken records.Jakub Hrozek2014-12-051-6/+6
* rwrap: Support asking for A via CNAMEJakub Hrozek2014-12-051-0/+7
* rwrap: Recursively add additional dataJakub Hrozek2014-12-051-20/+119
* rwrap: Make the rwrap_fake_* functions only fake RRs.Jakub Hrozek2014-12-051-81/+62
* rwrap: CNAME record can recurse into A, AAAA or CNAMEJakub Hrozek2014-12-051-0/+21
* rwrap: SRV record can recurse into A or AAAA.Jakub Hrozek2014-12-051-8/+47
* rwrap: Use the rwrap_fake_rr structure instead of raw uint8_t pointers.Jakub Hrozek2014-12-051-136/+143
* rwrap: Add data structures and functions to represent and manipulate RRs.Jakub Hrozek2014-12-051-7/+173
* rwrap: Correctly calculate the response size and return it.Andreas Schneider2014-12-051-67/+71
* rwrap: Handle trailing dot in dns names.Andreas Schneider2014-12-051-8/+20
* rwrap: Compare dns names case insensitive.Jakub Hrozek2014-12-051-1/+1
* lib: Add resolv_wrapper version 1.0.0.Andreas Schneider2014-12-054-0/+1473
* selftest: Add the normal dns name as an alias for the main DC.Andreas Schneider2014-12-051-2/+7
* testprogs: Set functional domain level to 2003.Andreas Schneider2014-12-051-1/+1
* ctdb-tests: Need to drop public IPs in kill-failover testsMartin Schwenke2014-12-053-3/+49
* ctdb-daemon: Gratuitous ARP equivalent for IPv6 is neighbor advertisementMartin Schwenke2014-12-051-15/+34
* ctdb-tests: More debug on SSH failureMartin Schwenke2014-12-051-4/+9
* ctdb-tests: Make tcpdump output more verboseMartin Schwenke2014-12-051-1/+1
* ctdb-tests: Use ip neigh command instead of arpMartin Schwenke2014-12-054-11/+16
* ctdb-tests: Generalise the gratarp and tickle sniffing code for IPv6Martin Schwenke2014-12-051-3/+77
* ctdb-tests: Match IPv6 connections in netstat outputMartin Schwenke2014-12-051-1/+1
* ctdb-tests: Use ping_wrapper to do relevant ping or ping6Martin Schwenke2014-12-053-3/+10
* ctdb-tests: Extend regexps to handle IPv6 address matchingMartin Schwenke2014-12-051-2/+2