summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: version 1.1.24ldb-1.1.24Ralph Boehme2015-12-094-1/+269
* CVE-2015-5330: ldb_dn_explode: copy strings by length, not terminatorsDouglas Bagnall2015-12-091-2/+7
* CVE-2015-5330: next_codepoint_handle_ext: don't short-circuit UTF16 low bytesDouglas Bagnall2015-12-091-1/+4
* CVE-2015-5330: strupper_talloc_n_handle(): properly count charactersDouglas Bagnall2015-12-091-1/+2
* CVE-2015-5330: Fix handling of unicode near string endingsDouglas Bagnall2015-12-094-14/+25
* CVE-2015-5330: ldb_dn_escape_value: use known string length, not strlen()Douglas Bagnall2015-12-091-4/+8
* CVE-2015-5330: ldb_dn: simplify and fix ldb_dn_escape_internal()Douglas Bagnall2015-12-091-28/+18
* CVE-2015-3223: lib: ldb: Use memmem binary search, not strstr text search.Jeremy Allison2015-12-091-4/+13
* CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", lengt...Jeremy Allison2015-12-091-1/+15
* lib/param: handle (ignore) substitution variable in smb.confQuentin Gibeaux2015-12-091-0/+18
* libdns: Small cleanupVolker Lendecke2015-12-081-2/+0
* libdns: Convert dns_udp_request to 0/errnoVolker Lendecke2015-12-083-23/+24
* libdns: Properly set ENOMEMVolker Lendecke2015-12-081-0/+1
* libdns: tsocket returns -1 and sets errnoVolker Lendecke2015-12-081-3/+3
* lib: Use GUID_buf_string in discover_dc_dnsVolker Lendecke2015-12-081-7/+3
* lib: Lift lp_disable_netbios one levelVolker Lendecke2015-12-081-4/+8
* lib: make debug_dsdcinfo_flags staticVolker Lendecke2015-12-082-2/+1
* lib: Avoid a includes.hVolker Lendecke2015-12-081-1/+2
* Revert "s3: smbd: Tear down global_smbXsrv_client in the correct order."Jeremy Allison2015-12-071-0/+1
* samba-tool: user create examples show 'add' instead of 'create'Rowland Penny2015-12-071-4/+4
* samba-tool: fsmo.py throws an uncaught exception if noRowland Penny2015-12-061-1/+2
* ntlm_auth: Add --offline-logonWolfgang Ocker2015-12-052-1/+16
* docs-xml: Document range parameter for idmap_autoridChristof Schmitt2015-12-041-0/+15
* ctdb-ipalloc: Rename top level IP allocation algorithm functionsMartin Schwenke2015-12-041-6/+6
* ctdb-ipalloc: Rename ctdb_takeover_run_core() to ipalloc()Martin Schwenke2015-12-045-14/+14
* ctdb-ipalloc: Fold force_rebalance_candidates into IP allocation stateMartin Schwenke2015-12-042-15/+19
* ctdb-ipalloc: Fold all IPs list into IP allocation stateMartin Schwenke2015-12-042-90/+69
* ctdb-ipalloc: Tidy up some of the IP allocation functionsMartin Schwenke2015-12-041-68/+71
* ctdb-daemon: Don't delete connection information for released IPMartin Schwenke2015-12-041-1/+11
* ctdb-daemon: Move VNN lookup out of ctdb_remove_tcp_connection()Martin Schwenke2015-12-041-11/+25
* ctdb-daemon: Do not process tickle updates for hosted IP addressesMartin Schwenke2015-12-041-0/+7
* ctdb-docs: Rewrite event script documentationMartin Schwenke2015-12-042-126/+169
* ctdb-scripts: Add exportfs cache to NFS Linux kernel calloutMartin Schwenke2015-12-042-4/+31
* ctdb-recoverd: Drop function unban_all_nodes()Martin Schwenke2015-12-041-33/+0
* ctdb-daemon: Drop handling of ban control sent to unexpected nodeMartin Schwenke2015-12-041-21/+4
* ldb torture: Test ldb unpacking and printingAdrian Cochrane2015-12-041-0/+333
* ldb: Move ldb_(un)pack_data into ldb_module.h for testingAdrian Cochrane2015-12-042-11/+12
* ldb: Fix installation of _ldb_text.pyAndreas Schneider2015-12-041-5/+5
* Fix little typo in README fileGuillaume Gomez2015-12-041-1/+1
* Fix propagation of LDB errors through TDB.Adrian Cochrane2015-12-044-44/+85
* ldb: Fix bug triggered by having an empty message in database during search.Adrian Cochrane2015-12-042-5/+34
* clitar: cope with functions of older versions of libarchiveBjörn Jacke2015-12-033-5/+16
* selftest: fix tar test with Pax format archivesBjörn Jacke2015-12-031-1/+5
* client: Fix parameter mixupVolker Lendecke2015-12-021-1/+1
* vfs: remove posix_flags hack, bump interface version to 34Ralph Boehme2015-12-012-6/+5
* s4:torture:vfs_fruit: add a test for POSIX renameRalph Boehme2015-12-011-0/+201
* vfs_fruit: enable POSIX directory rename semanticsRalph Boehme2015-12-011-0/+7
* vfs_fruit: add a flag that tracks whether use of AAPL was negotiatedRalph Boehme2015-12-011-9/+17
* s3:smbd: file_struct: seperate POSIX directory rename cap from POSIX openRalph Boehme2015-12-012-2/+4
* s3:smbd: convert file_struct.posix_open to a bitmap with flagsRalph Boehme2015-12-0110-19/+33