summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert all uses of uint32/16/8 to _t in source3/groupdb.Richard Sharpe2015-05-142-7/+7
* namequery: Fix a missing TALLOC_FREEVolker Lendecke2015-05-141-0/+1
* Fix the uint32/16/8 stuff in two proto.h files I missed.Richard Sharpe2015-05-132-12/+12
* Convert all uses of uint32/16/8 to _t in source3/auth.Richard Sharpe2015-05-133-10/+10
* Convert uint32/16/8 to _t in source3/libnet.Richard Sharpe2015-05-132-9/+9
* Convert all uint32/16/8 to _t in source3/client.Richard Sharpe2015-05-135-31/+31
* Convert a couple of uint32s to _t that I missed in source3/utils.Richard Sharpe2015-05-131-1/+1
* Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe2015-05-1322-131/+131
* Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe2015-05-1316-60/+60
* Convert all uint32/16/8 to _t in source3/locking.Richard Sharpe2015-05-133-6/+6
* namequery: namequery: suppress bogus warning "resolve_name: unknown name swit...Volker Lendecke2015-05-131-14/+47
* ctdb-doc: Document externally managed public IP addressesMartin Schwenke2015-05-132-2/+111
* ctdb-tests: Add tickle test for external public address handlingMartin Schwenke2015-05-131-0/+102
* ctdb-scripts: New eventscript 10.externalMartin Schwenke2015-05-132-0/+50
* ctdb-daemon: Move release of all IPs to startupMartin Schwenke2015-05-132-3/+3
* ctdb-daemon: Never release all IPs when DisableIPFailover is setMartin Schwenke2015-05-132-3/+5
* ctdb-scripts: Drop all public IP addresses from 10.interfaceMartin Schwenke2015-05-135-4/+4
* ctdb-daemon: Don't update IP tree if DisableIPFailover is setMartin Schwenke2015-05-131-1/+6
* ctdb-daemon: Mark interfaces as "up" by defaultMartin Schwenke2015-05-131-14/+2
* ctdb-daemon: Skip "IP on interface" checks if DisableIPFailover is setMartin Schwenke2015-05-131-3/+3
* ctdb-daemon: Improve readability of code by nesting if-statementsMartin Schwenke2015-05-131-6/+10
* libads: record service ticket endtime for sealed ldap connectionsUri Simchoni2015-05-131-0/+23
* dbwrap: Remove an unused variableVolker Lendecke2015-05-131-2/+0
* lib: Remove unused hex_encode()Volker Lendecke2015-05-132-19/+2
* ntlm_auth: Remove two uses of hex_encode()Volker Lendecke2015-05-131-10/+8
* lib: Make sid_binstring_hex use TALLOCVolker Lendecke2015-05-133-8/+6
* lib: Simplify sid_binstring_hex()Volker Lendecke2015-05-131-5/+2
* Add IPv6 support for determining FQDN during ADS join.David Holder2015-05-121-21/+33
* Add IPv6 support to ADS client side LDAP connects. Corrected format for IPv6 ...David Holder2015-05-121-1/+7
* Convert all uint32/16/8 to _t in a couple of include files.Richard Sharpe2015-05-122-3/+3
* Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe2015-05-1215-82/+82
* Convert all (remaining) uses of uint32/16/8 to _t in source3/printing.Richard Sharpe2015-05-126-49/+49
* Convert all uses of uint32/16/8 to _t in source3/registry.Richard Sharpe2015-05-128-42/+42
* Convert all uses of uint32/16/8 to _t in source3/rpc_server.Richard Sharpe2015-05-124-10/+10
* Convert all uses of uint32/16/8 to _t in source3/rpc_client.Richard Sharpe2015-05-126-16/+16
* Convert all uint32/16/8 to _t in source3/rpcclient.Richard Sharpe2015-05-128-82/+82
* Convert all uses of uint32/16/8 to _t in source3/torture.Richard Sharpe2015-05-127-53/+53
* Change all uses of uint32 to uint32_t in vfs.h. This is part of a general cle...Richard Sharpe2015-05-122-30/+30
* ctdb-daemon: Remove obsolete IPv4 only controlsAmitay Isaacs2015-05-125-317/+49
* ctdb-daemon: Remove older data structure that supports only IPv4 addressesAmitay Isaacs2015-05-124-46/+7
* ctdb-daemon: Fix typo in debug messageMartin Schwenke2015-05-101-1/+1
* ctdb-daemon: Initialise eventscript status earlierMartin Schwenke2015-05-101-4/+4
* ctdb-daemon: Make ctdb_event_script_args() terminate if no scriptsMartin Schwenke2015-05-101-0/+1
* ctdb-daemon: Drop interface monitoringMartin Schwenke2015-05-102-48/+0
* ctdb-common: Reimplement external tracing using ctdb_set_helper()Martin Schwenke2015-05-101-3/+5
* ctdb-scripts: Drop update of public address configuration from config.tdbMartin Schwenke2015-05-101-22/+0
* ctdb-recoverd: Short circuit takeover run if no nodes are RUNNINGMartin Schwenke2015-05-101-0/+17
* ctdb-recoverd: Remove redundant condition when checking recovery lockMartin Schwenke2015-05-101-6/+4
* ctdb-recoverd: Simplify using TALLOC_FREE()Martin Schwenke2015-05-101-2/+1
* ctdb-recoverd: Drop redundant condition in election handlerMartin Schwenke2015-05-101-2/+1