summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "script/release.sh: use 8 byte gpg key ids"samba-4.4.6Karolin Seeger2016-09-221-6/+6
* VERSION: Disable git snapshots for the 4.4.6 release.Karolin Seeger2016-09-221-1/+1
* WHATSNEW: Add release notes for Samba 4.4.6.Karolin Seeger2016-09-221-2/+149
* ctdb-recovery-helper: Add missing initialisation of ban_creditsAmitay Isaacs2016-09-211-0/+1
* lib: poll_funcs : poll_funcs_context_slot_find can select the wrong slot to r...Jeremy Allison2016-09-211-1/+13
* lib/poll_funcs: free contexts in poll_funcs_state_destructor()Jeremy Allison2016-09-211-0/+3
* vfs_acl_xattr|tdb: enforced settings when ignore system acls=yesRalph Boehme2016-09-215-2/+74
* docs: document vfs_acl_xattr|tdb enforced settingsRalph Boehme2016-09-212-0/+18
* vfs_acl_common: use DBG_LEVEL and remove function prefixes in DEBUG statementsRalph Boehme2016-09-211-42/+30
* s4/torture: tests for vfs_acl_xattr default ACL stylesRalph Boehme2016-09-215-2/+328
* vfs_acl_common: Windows style default ACLRalph Boehme2016-09-211-0/+76
* vfs_acl_xattr|tdb: add option to control default ACL styleRalph Boehme2016-09-213-6/+92
* vfs_acl_common: check for ignore_system_acls before fetching filesystem ACLRalph Boehme2016-09-211-42/+54
* vfs_acl_common: move stat stuff to a helper functionRalph Boehme2016-09-211-31/+48
* vfs_acl_tdb|xattr: use a config handleRalph Boehme2016-09-213-10/+54
* vfs_acl_common: move the ACL blob validation to a helper functionRalph Boehme2016-09-211-88/+122
* vfs_acl_common: simplify ACL logic, cleanup and talloc hierarchyRalph Boehme2016-09-211-72/+63
* vfs_acl_common: remove redundant NULL assignmentRalph Boehme2016-09-211-2/+0
* vfs_acl_common: rename pdesc_next to psd_fsRalph Boehme2016-09-211-18/+18
* vfs_acl_common: rename psd to psd_blob in get_nt_acl_internal()Ralph Boehme2016-09-211-30/+30
* Revert "vfs_acl_xattr: objects without NT ACL xattr"Ralph Boehme2016-09-211-4/+39
* vfs_shadow_copy: handle non-existant files and wildcardsUri Simchoni2016-09-212-3/+30
* selftest: test listing directories inside snapshotsUri Simchoni2016-09-212-6/+36
* selftest: check file readability in shadow_copy2 testUri Simchoni2016-09-211-6/+36
* selftest: add content to files created during shadow_copy2 testUri Simchoni2016-09-211-12/+14
* ctdb-ipalloc: Fix cumulative takeover timeoutMartin Schwenke2016-09-211-10/+17
* ctdb-ipalloc: Use a cumulative timeout for takeover run stagesMartin Schwenke2016-09-211-3/+12
* smbd: Reset O_NONBLOCK on open filesVolker Lendecke2016-09-191-0/+19
* ctdb-recovery: Terminate if recovery fails without any banning creditsAmitay Isaacs2016-09-191-0/+2
* ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control requestAmitay Isaacs2016-09-161-10/+4
* s3/smbd: in call_trans2qfilepathinfo call lstat when dealing with posix pathn...Ralph Boehme2016-09-161-3/+4
* ctdb-packaging: Fix systemd network dependencyMartin Schwenke2016-09-161-1/+1
* ctdb-daemon: Don't steal control structure before synchronous replyMartin Schwenke2016-09-132-6/+9
* ctdb-daemon: Handle failure immediately, do housekeeping laterMartin Schwenke2016-09-131-10/+9
* ctdb-daemon: Schedule running of callback if there are no event scriptsMartin Schwenke2016-09-131-1/+63
* s3-util: Fix asking for username and password in smbget.Andreas Schneider2016-09-131-14/+12
* ctdb-daemon: When releasing an IP, update PNN in callbackMartin Schwenke2016-09-131-5/+14
* ctdb-daemon: Rename takeover_callback_state -> release_ip_callback_stateMartin Schwenke2016-09-131-12/+12
* ctdb-daemon: Use release_ip_post() when releasing all IP addressesMartin Schwenke2016-09-131-10/+9
* ctdb-daemon: Factor out new function release_ip_post()Martin Schwenke2016-09-131-18/+27
* ctdb-daemon: Do not copy address for RELEASE_IP messageMartin Schwenke2016-09-131-10/+5
* ctdb-daemon: Do not update the VNN state on RELEASE_IP failureMartin Schwenke2016-09-131-3/+15
* ctdb-daemon: Try to release IP address even if interface is unknownMartin Schwenke2016-09-131-3/+0
* ctdb-takeover: Inform clients when dropping all IP addressesAmitay Isaacs2016-09-131-0/+11
* ctdb-takeover: Do not kill smbd processes on releasing IPAmitay Isaacs2016-09-131-42/+0
* idmap: centrally check that unix IDs returned by the idmap backends are in rangeMichael Adam2016-09-131-0/+4
* idmap: don't generally forbid id==0 from idmap_unix_id_is_in_range()Michael Adam2016-09-131-5/+0
* smbd: allow reading files based on FILE_EXECUTE access rightUri Simchoni2016-09-132-5/+18
* smbd: look only at handle readability for COPYCHUNK destUri Simchoni2016-09-132-2/+10
* s4-smbtorture: pin copychunk exec right behaviorUri Simchoni2016-09-132-25/+75