summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib/async_req: do not install async_connect_send_test.Günther Deschner2015-12-011-1/+2
* libcli/smb: fix BUFFER_OVERFLOW handling in tstream_smbXcli_npStefan Metzmacher2015-12-011-3/+10
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb1cli_readx*Stefan Metzmacher2015-12-011-18/+35
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_query_info*Stefan Metzmacher2015-12-011-5/+19
* libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_read*Stefan Metzmacher2015-12-011-5/+21
* libcli/smb: make sure we have a body size of 0x31 before dereferencing an ioc...Stefan Metzmacher2015-12-011-37/+47
* smbd: Fix a commentVolker Lendecke2015-12-011-1/+1
* smbd: Simplify a boolean expressionVolker Lendecke2015-12-011-1/+1
* smbd: Fix a typoVolker Lendecke2015-12-011-1/+1
* librpc: Fix a possible array out of bounds accessAndreas Schneider2015-12-011-1/+1
* lib: Fix an array subscript is above array bounds errorAndreas Schneider2015-12-011-1/+6
* s3:talloc_dict: fix a SIGBUS when dereferencing unaligned pointersRalph Boehme2015-11-301-2/+5
* lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Stefan Metzmacher2015-11-302-130/+151
* docs: change pdbedit --set-nt-hash to be consistentGarming Sam2015-11-301-1/+1
* passdb: Change ABI version to 0.24.2Garming Sam2015-11-302-1/+314
* pdb: add a blackbox test for setting password with hashGarming Sam2015-11-301-0/+7
* Add --set-nt-hash option to pdbedit to update user password from nt-hash hexs...Alberto Maria Fiaschi2015-11-304-12/+76
* s3:torture: add traverse testing to LOCAL-RBTREEStefan Metzmacher2015-11-271-0/+39
* dbwrap_rbt: fix modifying the db during traverseStefan Metzmacher2015-11-271-47/+57
* dbwrap_rbt: add nested traverse protectionStefan Metzmacher2015-11-271-31/+40
* dbwrap_rbt: use talloc_zero_size() instead of a partial ZERO_STRUCT()Stefan Metzmacher2015-11-271-3/+1
* docs: Fix some typos in the idmap backend section.Karolin Seeger2015-11-261-10/+5
* ctdb-protocol: Fix marshalling for struct ctdb_rec_dataAmitay Isaacs2015-11-252-20/+13
* ctdb-protocol: Add API to extract ctdb_ltdb_header from TDB_DATAAmitay Isaacs2015-11-252-0/+17
* ctdb-protocol: Fix marshalling of struct ctdb_public_ip_listAmitay Isaacs2015-11-252-1/+10
* ctdb-protocol: Fix marshalling of struct ctdb_addr_infoAmitay Isaacs2015-11-252-9/+28
* ctdb-protocol: Do not expect a reply for SHUTDOWN controlAmitay Isaacs2015-11-251-1/+1
* ctdb-protocol: Add marshalling for TDB_DATAAmitay Isaacs2015-11-254-0/+48
* ctdb-protocol: Add utility function ctdb_sock_addr_to_stringAmitay Isaacs2015-11-252-0/+30
* ctdb-system: Use protocol/protocol.h instead of ctdb_private.hAmitay Isaacs2015-11-257-7/+7
* ctdb-include: Make client header self containedAmitay Isaacs2015-11-251-0/+3
* ctdb-include: Make protocol headers self containedAmitay Isaacs2015-11-252-0/+4
* s3: smbd: Tear down global_smbXsrv_client in the correct order.Jeremy Allison2015-11-251-1/+0
* s3: docs: Fix "strict rename" doc to match code.Jeremy Allison2015-11-241-3/+12
* s3: smbd: Change semantics of strict rename to search the file open db.Jeremy Allison2015-11-243-2/+14
* s3: smbd: have_file_open_below() fails to enumerate open files below an open ...Jeremy Allison2015-11-241-4/+9
* smbd:dir: remove an extra empty line in files_below_forall()Michael Adam2015-11-241-1/+0
* build:wafsamba: Ensure that check_group_ordering can be overriddenThomas Nagy2015-11-241-2/+2
* build:wafsamba: Ensure that target clones get a different nameThomas Nagy2015-11-241-0/+1
* build:wafsamba: Specify whether node objects or flat lists in ant_globThomas Nagy2015-11-243-4/+4
* samba-tool: replace use of os.popenUri Simchoni2015-11-231-3/+11
* libads: Fix picky const warning with krb5_set_password_using_ccacheAndreas Schneider2015-11-231-3/+10
* gensec: Fix picky unused variable errorsAndreas Schneider2015-11-231-1/+3
* auth: Fix picky const warnings in gssapi_pacAndreas Schneider2015-11-231-2/+10
* s4-auth: Fix picky unused variable warningAndreas Schneider2015-11-231-0/+4
* krb5_wrap: Fix picky const compiler warningsAndreas Schneider2015-11-231-2/+3
* selftest: Fix Samba::bindir_path() with a valid directory.Andreas Schneider2015-11-231-1/+1
* dbwrap_tdb: Fix a typoVolker Lendecke2015-11-231-1/+1
* ctdb-ipalloc: Drop unnecessary struct ctdb_ipflagsMartin Schwenke2015-11-231-18/+21
* ctdb-ipalloc: Move memory allocation into ipalloc_state_init()Martin Schwenke2015-11-231-15/+15