summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples/VFS/skel_transparent.c: typo fixesBjörn Jacke2019-10-311-1/+1
* dynconfig/wscript: typo fixesBjörn Jacke2019-10-311-5/+5
* s3:smbclient added ABI signature filePuran Chand2019-10-301-0/+188
* s4: torture: Add additional smbc_readdirplus2() tests into readdirplus_seek().Jeremy Allison2019-10-301-11/+104
* s4: torture Add a test for smbc_readdirplus2()Jeremy Allison2019-10-302-1/+140
* s3: libsmb: Added new API smbc_readdirplus2()Jeremy Allison2019-10-307-1/+149
* s3: libsmb: Add missing ino field to internal struct smbc_dirplus_list.Jeremy Allison2019-10-302-0/+2
* s3: libsmb: Move setting all struct stat fields into setup_stat().Jeremy Allison2019-10-302-14/+33
* s3: libsmb: Move setting st->st_ino into setup_stat.Jeremy Allison2019-10-302-9/+9
* s3: libsmb: Change generate_inode()/setup_stat() to modern coding standards.Jeremy Allison2019-10-302-26/+27
* s3: utils: smbtree. Ensure we don't call cli_RNetShareEnum() on an SMB1 conne...Jeremy Allison2019-10-301-0/+5
* s3: libsmb: Ensure we don't call cli_RNetShareEnum() on an SMB1 connection.Jeremy Allison2019-10-301-1/+6
* s3:smb2_server: add message mid to SMB2 request done log messageRalph Boehme2019-10-301-2/+7
* s3:smb2_server: modernize a debug statementRalph Boehme2019-10-301-5/+6
* lib/adouble: pass filesize to ad_unpack()Ralph Boehme2019-10-302-4/+3
* lib/adouble: drop ad_data reallocate logicRalph Boehme2019-10-301-23/+23
* lib/adouble: README.Coding fix: multi-line if expressionRalph Boehme2019-10-301-1/+2
* lib/adouble: fix a long lineRalph Boehme2019-10-301-1/+5
* torture: expand test "vfs.fruit.resource fork IO" to check sizeRalph Boehme2019-10-302-0/+32
* CVE-2019-14833 dsdb: send full password to check password scriptBjörn Baumbach2019-10-292-7/+24
* CVE-2019-14833: Use utf8 characters in the unacceptable passwordAndrew Bartlett2019-10-292-1/+2
* CVE-2019-10218 - s3: libsmb: Protect SMB2 client code from evil server return...Jeremy Allison2019-10-291-0/+7
* CVE-2019-10218 - s3: libsmb: Protect SMB1 client code from evil server return...Jeremy Allison2019-10-292-0/+78
* libnet_join: add SPNs for additional-dns-hostnames entriesIsaac Boukris2019-10-252-1/+36
* docs-xml: add "additional dns hostnames" smb.conf optionIsaac Boukris2019-10-251-0/+11
* libnet_join_set_machine_spn: simplify adding uniq spn to arrayIsaac Boukris2019-10-251-33/+23
* libnet_join_set_machine_spn: simplify memory handlingIsaac Boukris2019-10-251-32/+42
* libnet_join_set_machine_spn: improve style and make a bit room for indentationIsaac Boukris2019-10-251-48/+47
* libnet_join: build dnsHostName from netbios name and lp_dnsdomain()Isaac Boukris2019-10-252-22/+16
* s4:dirsync: fix interaction of dirsync and extended_dn controlsStefan Metzmacher2019-10-242-4/+18
* s4:tests/dirsync: add tests for dirsync with extended_dnStefan Metzmacher2019-10-242-0/+32
* s3: remove now unneeded call to cmdline_messaging_context()Ralph Boehme2019-10-249-23/+0
* s3:dbwrap: initialize messaging before getting the ctdb connectionRalph Boehme2019-10-241-1/+7
* waf: Symlink the compile database to the source dir for clangdAndreas Schneider2019-10-242-0/+10
* waf: Create clang compilation databaseAndreas Schneider2019-10-241-0/+2
* ctdb-tests: Add vacuuming testsMartin Schwenke2019-10-249-0/+1011
* ctdb-tests: Add handling of process clean-up on a cluster nodeMartin Schwenke2019-10-241-0/+28
* ctdb-tests: Factor out function check_cattdb_num_records()Martin Schwenke2019-10-242-10/+34
* ctdb-tests: Add ctdb-db-test toolMartin Schwenke2019-10-242-0/+796
* ctdb-client: Factor out function client_db_tdb()Martin Schwenke2019-10-242-16/+25
* ctdb-daemon: Implement DB_VACUUM controlMartin Schwenke2019-10-243-0/+103
* ctdb-vacuum: Only schedule next vacuum event if vacuuuming is scheduledMartin Schwenke2019-10-241-3/+12
* ctdb-daemon: Factor out code to create vacuuming childMartin Schwenke2019-10-241-48/+86
* ctdb-vacuum: Simplify recording of in-progress vacuuming childMartin Schwenke2019-10-242-13/+9
* ctdb-protocol: Add marshalling for control DB_VACUUMMartin Schwenke2019-10-247-2/+71
* ctdb-protocol: Add marshalling for struct ctdb_db_vacuumMartin Schwenke2019-10-245-0/+92
* ctdb-protocol: Add new control CTDB_CONTROL_DB_VACUUMMartin Schwenke2019-10-241-0/+8
* ctdb-vacuum: Avoid processing any more packetsAmitay Isaacs2019-10-241-3/+0
* ctdb-daemon: Avoid memory leak when packet is deferredAmitay Isaacs2019-10-241-1/+2
* ctdb-recoverd: No need for database detach handlerAmitay Isaacs2019-10-242-43/+0