summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* buildtools: Add perl vendorlib configure option.Andreas Schneider2014-03-061-0/+10
* buildtools: Rename perl vendorarch configure option.Andreas Schneider2014-03-061-4/+9
* Revert "pidl: Install pidl files corrently."Andreas Schneider2014-03-062-30/+4
* Revert "waf: Add option to specify perl vendor dir."Andreas Schneider2014-03-063-10/+1
* Revert "pidl: Make perl(Parse:Yapp:Driver) installation optional."Andreas Schneider2014-03-062-29/+2
* ctdb-vacuum: fix delete list counts in delete_marshall_traverse_firstMichael Adam2014-03-061-0/+2
* ctdb-vacuum: fix possible cause for delelete_list processing counts left reco...Michael Adam2014-03-061-0/+16
* ctdb-vacuum: systematize counters into various structsMichael Adam2014-03-061-109/+123
* ctdb-vacuum: remove unused counter vdata->totalMichael Adam2014-03-061-3/+0
* ctdb-vacuum: make ctdb_process_delete_list() voidMichael Adam2014-03-061-19/+6
* ctdb-vacuum: make ctdb_process_vacuum_fetch_lists() void.Michael Adam2014-03-061-7/+4
* ctdb-vacuum: make ctdb_vacuum_traverse_db() void.Michael Adam2014-03-061-8/+4
* ctdb-vacuum: don't stop in process_vacuum_fetch_lists when sending to one nod...Michael Adam2014-03-061-1/+0
* ctdb-vacuum: catch and log errors to traverse the delete list in ctdb_process...Michael Adam2014-03-061-6/+18
* ctdb-vacuum: catch and log error of traverse in ctdb_process_delete_queue()Michael Adam2014-03-061-1/+8
* ctdb-vacuum: use tdb_parse_record instead of tdb_fetch in delete_marshall_tra...Michael Adam2014-03-061-26/+8
* ctdb-vacuum: simplify delete_marshall_traverse_first: use tdb_nullMichael Adam2014-03-061-5/+2
* ctdb-vacuum: remove VacuumLimit criterion for triggering a repackMichael Adam2014-03-061-5/+1
* ctdb-vacuum: treat value 0 of tunable VacuumLimit as turning off repackingMichael Adam2014-03-061-1/+1
* ctdb-vacuum: add consistency check for counts at end of process_delete_list()Michael Adam2014-03-061-0/+14
* ctdb-vacuum: log error if records are left for deletion after ctdb_process_de...Michael Adam2014-03-061-0/+8
* ctdb-vacuum: use tdb_parse_record instead of tdb_fetch in delete_record_trave...Michael Adam2014-03-061-23/+7
* ctdb-vacuum: update comment for ctdb_process_delete_queueMichael Adam2014-03-061-2/+3
* ctdb-vacuum: rename ctdb_vacuum_db_fast --> ctdb_process_delete_queueMichael Adam2014-03-061-3/+3
* ctdb-vacuum: update comment for ctdb_vacuum_traverse_dbMichael Adam2014-03-061-1/+0
* ctdb-vacuum: rename ctdb_vacuum_db_full --> ctdb_vacuum_traverse_dbMichael Adam2014-03-061-3/+3
* ctdb-vacuum: change full db traverse vacuuming to fill delete queueMichael Adam2014-03-061-30/+18
* ctdb-vacuum: run the fast vacuum after the db traverseMichael Adam2014-03-061-2/+2
* ctdb-vacuum: rename private->private_data in repack_traverseMichael Adam2014-03-061-2/+3
* ctdb-vacuum: rename private->private_data in vacuum_traverseMichael Adam2014-03-061-2/+4
* ctdb-vacuum: extract check for full vacuum run out of ctdb_vacuum_db_full()Michael Adam2014-03-061-9/+6
* ctdb-vacuum: add consistency check for counts to ctdb_vacuum_db_fast()Michael Adam2014-03-061-0/+15
* ctdb-vacuum: use tdb_parse_record instead of tdb_fetch in delete_queue_traver...Michael Adam2014-03-061-16/+19
* ctdb-vacuum: simplify delete_record_traverse() - free treats NULLMichael Adam2014-03-061-3/+1
* ctdb-vacuum: simplify delete_queue_traverse() - free treats NULL pointers.Michael Adam2014-03-061-3/+2
* ctdb-vacuum: reduce indentation in delete_queue_traverseMichael Adam2014-03-061-6/+7
* ctdb-vacuum: treat value 0 of tunable RepackLimit as turned off.Michael Adam2014-03-061-7/+9
* ctdb-vacuum: fix treatment of remaining records and statistics in delete_reco...Michael Adam2014-03-061-24/+16
* ctdb-vacuum: cast freelist_size in comparison.Michael Adam2014-03-061-1/+2
* ctdb-vacuum: improve output of delete list statisticsMichael Adam2014-03-061-5/+5
* s3:smb2_server: avoid talloc_zero_array() in smbd_smb2_request_setup_out()Stefan Metzmacher2014-03-062-4/+12
* s3:smb2_server: don't assume that req->out.vector is always a valid talloc po...Stefan Metzmacher2014-03-051-4/+4
* s3:smb2_server: avoid talloc_zero_array() in smbd_smb2_request_error_ex()Stefan Metzmacher2014-03-051-6/+2
* s3:smb2_server: optimize smbd_smb2_generate_outbody() for the common caseStefan Metzmacher2014-03-052-0/+7
* s3:smb2_write: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-1/+1
* s3:smb2_tcon: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-2/+2
* s3:smb2_setinfo: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-1/+1
* s3:smb2_sesssetup: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-2/+2
* s3:smb2_read: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-1/+1
* s3:smb2_notify: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-1/+1