summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:locking: remove dead code from brl_get_locks_readonly()Stefan Metzmacher2014-10-311-50/+28
* s3:locking: Change from ndr_pull_struct_blob() to ndr_pull_struct_blob_all() ...Volker Lendecke2014-10-311-2/+2
* s4:torture/smb2: test rename dir deny with open filesVolker Lendecke2014-10-312-0/+98
* s3:smbd: Don't rename a dir with files open underneathVolker Lendecke2014-10-311-1/+120
* selftest:Samba3: use "strict rename = yes"Jeremy Allison2014-10-311-0/+1
* s3:param: Add new option "strict rename".Jeremy Allison2014-10-313-0/+35
* s3:locking: allow early return for share_entry_forall()Volker Lendecke2014-10-314-36/+49
* s3:locking: Introduce share_mode_forallVolker Lendecke2014-10-312-28/+68
* s3:locking: Rename share_mode_forall->share_entry_forallVolker Lendecke2014-10-314-9/+9
* libcli: Make sure status is initialized.Andreas Schneider2014-10-311-1/+1
* torture: Make sure server_type isn't used uninitialized.Andreas Schneider2014-10-311-1/+1
* s3-libsmb: Make sure the stat structure is initialized.Andreas Schneider2014-10-311-1/+1
* s3-rpcclient: Make sure current_nt_hash is initialized.Andreas Schneider2014-10-311-1/+3
* ctdb-includes: Reorder includes.h more logicallyMartin Schwenke2014-10-311-7/+8
* 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