summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-includes: Remove unused idtree.hMartin Schwenke2014-10-311-11/+0
* ctdb-includes: Clean up includes.hMartin Schwenke2014-10-311-21/+0
* build: fix check for subunit file when selftest prefix is givenMichael Adam2014-10-301-2/+3
* script: fix display of ten slowest tests if < 10 tests are run.Michael Adam2014-10-301-1/+1
* script/show_testsuite_time: error out if number argument is not a decimal numberMichael Adam2014-10-301-0/+3
* s3:loadparm: fix a comment typoMichael Adam2014-10-301-1/+1
* selftest: only use Options.options.SELFTEST_PREFIX if it's not the defaultStefan Metzmacher2014-10-301-3/+6
* selftest: Fake the hostname.Andreas Schneider2014-10-301-0/+5
* Don't drop any error codes just because we think there cannot be any errors w...root2014-10-301-0/+3
* spoolss: remove unused fill_job_info3()David Disseldorp2014-10-301-21/+0
* spoolss: fix jobid in level 3 EnumJobs responseDavid Disseldorp2014-10-301-23/+33
* spoolss: fix jobid in level 2 GetJob and EnumJobs responsesDavid Disseldorp2014-10-301-14/+36
* spoolss: fix jobid in level 1 GetJob and EnumJobs responsesDavid Disseldorp2014-10-301-12/+36
* spoolss: fix GetJob jobid lookupsDavid Disseldorp2014-10-301-5/+32
* printing: add jobid_to_sysjob helper functionDavid Disseldorp2014-10-302-18/+53
* dns: Fix a compile warning by casting explicitlyKai Blin2014-10-302-5/+5
* dbwrap: Avoid "includes.h" in dbwrap_cache.cVolker Lendecke2014-10-301-3/+4
* dbwrap: Add some required #includes to dbwrap.hVolker Lendecke2014-10-301-0/+3
* lib: loadparm.h uses TALLOC_CTXVolker Lendecke2014-10-301-0/+1
* dbwrap: Avoid an unnecessary #includeVolker Lendecke2014-10-301-5/+1
* torture/spoolss: cleanup print_job_enum test jobsDavid Disseldorp2014-10-291-0/+10
* s3-nmbd: Fix netbios name truncation.Jeremy Allison2014-10-291-8/+68
* autobuild: check whether ctdbd has been installed in the samba-ctdb targetMichael Adam2014-10-281-0/+1
* build: adapt comments for the clustering choiceMichael Adam2014-10-281-3/+1
* build: further simplify --with-cluster-support case in configureMichael Adam2014-10-281-16/+1
* autobuild: adapt samba-ctdb target does not need a separate ctdb build any moreMichael Adam2014-10-281-6/+1
* ctdb: Rename CTDB_VERSION to CTDB_PROTOCOLAmitay Isaacs2014-10-288-21/+19
* build: Simplify check for building with ctdbAmitay Isaacs2014-10-282-22/+6
* build: Remove configure checks for ctdb headersAmitay Isaacs2014-10-284-106/+2
* ctdb: Rename ctdb socket variable from CTDB_PATH to CTDB_SOCKETAmitay Isaacs2014-10-285-7/+7
* build: Remove configure option --with-ctdb-dirAmitay Isaacs2014-10-281-8/+1
* build: Remove checks for ctdb featuresAmitay Isaacs2014-10-284-209/+0
* build: Remove configure option --enable-old-ctdbAmitay Isaacs2014-10-281-18/+6
* ctdb-logging: Add logging via UDP logging using RFC5424Martin Schwenke2014-10-284-4/+82
* ctdb-logging: Add logging via UDP to 127.0.0.1:514 to syslog backendMartin Schwenke2014-10-285-8/+98
* ctdb-logging: Add non-blocking Unix domain logging to syslog backendMartin Schwenke2014-10-284-8/+193
* ctdb-logging: New option CTDB_LOGGING, remove CTDB_LOGFILE, CTDB_SYSLOGMartin Schwenke2014-10-2815-75/+177
* ctdb-logging: Replace logd code with a basic syslog(3) implementationMartin Schwenke2014-10-284-224/+10
* ctdb-logging: Simplify file logging timestamping with timeval_str_buf()Martin Schwenke2014-10-281-9/+7
* ctdb-logging: Separate out syslog and file logging backendsMartin Schwenke2014-10-287-294/+387
* ctdb-logging: Rework debug level parsingMartin Schwenke2014-10-285-49/+59
* ctdb-logging: Remove ctdb element from struct ctdb_log_stateMartin Schwenke2014-10-282-7/+3
* ctdb-logging: Remove log member from struct ctdb_contextMartin Schwenke2014-10-282-13/+11
* ctdb-logging: Rename ctdb_log_handler() to ctdb_child_log_handler()Martin Schwenke2014-10-281-4/+5
* ctdb-logging: Remove debug levels DEBUG_ALERT and DEBUG_CRITMartin Schwenke2014-10-286-15/+7
* ctdb-logging: Remove DEBUG_EMERGMartin Schwenke2014-10-286-36/+16
* ctdb-test: Remove unused function check_ctdb_logfile()Martin Schwenke2014-10-281-13/+0
* ctdb-logging: Add missing newline when logging to fileMartin Schwenke2014-10-281-1/+1
* spoolss: fix handling of bad EnumJobs levelsDavid Disseldorp2014-10-281-1/+6
* torture/spoolss: test EnumJobs with an invalid levelDavid Disseldorp2014-10-281-0/+71