summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/v4-1-test^' into v4-1-stablesamba-4.1.10Karolin Seeger2014-07-28166-881/+83520
|\
| * VERSION: Disable git snapshots for the 4.1.10 release.Karolin Seeger2014-07-281-1/+1
| * WHATSNEW: Add release notes for Samba 4.1.10.Karolin Seeger2014-07-281-2/+149
| * ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory()Stefan Metzmacher2014-07-191-1/+6
| * s3: SMB2 : Fix leak of blocking lock records in the database.Jeremy Allison2014-07-191-0/+1
| * s3: smb2: Simplify logic in reprocess_blocked_smb2_lock().Jeremy Allison2014-07-191-30/+25
| * s3: smb2: Remove unused code from remove_pending_lock().Jeremy Allison2014-07-191-13/+0
| * selftest/knownfail: ignore samba3.smb2.oplock.exclusive5 failures in v4-1-*Stefan Metzmacher2014-07-171-0/+1
| * smbd: Remove 2 indentation levelsVolker Lendecke2014-07-171-11/+11
| * s3: smbd - Prevent file truncation on an open that fails with share mode viol...Jeremy Allison2014-07-171-2/+20
| * s4:dsdb/repl_meta_data: make sure objectGUID can't be deletedStefan Metzmacher2014-07-151-3/+3
| * selftest: teardown the environments also on getting SIGPIPEStefan Metzmacher2014-07-151-10/+15
| * libwbclient: allow only one initial_blob/challenge_blob in wbcCredentialCache()Stefan Metzmacher2014-07-151-9/+19
| * s3: libwbclient: Don't break out of loop too soon - find all parameters.Jeremy Allison2014-07-151-2/+0
| * s4:dsdb/samldb: don't allow 'userParameters' to be modified over LDAP for nowStefan Metzmacher2014-07-151-0/+18
| * dbcheck: Add check and test for various invalid userParameters valuesAndrew Bartlett2014-07-152-0/+244
| * dsdb: Always store and return the userParameters as a array of LE 16-bit valuesAndrew Bartlett2014-07-153-23/+84
| * dsdb: Set syntax of userParameters to binary string, not unicode stringAndrew Bartlett2014-07-152-0/+12
| * torture4: Make raw.lock.multilock fail after 20 secondsVolker Lendecke2014-07-151-1/+1
| * torture4: Adapt comment to codeVolker Lendecke2014-07-151-1/+1
| * s4: smbtorture: Add multi-lock test. Regression test for bug #10684.Jeremy Allison2014-07-151-0/+97
| * s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock ...Jeremy Allison2014-07-151-17/+80
| * s3: smbd: Locking - treat lock timeout the same as any other error.Jeremy Allison2014-07-151-53/+38
| * s3: smbd: Locking - add and use utility function lock_timed_out().Jeremy Allison2014-07-151-3/+21
| * s3: smbd: Locking - convert to using utility macro used elsewhere.Jeremy Allison2014-07-151-2/+1
| * s4:dsdb/extended_dn_in: don't force DSDB_SEARCH_SHOW_RECYCLEDStefan Metzmacher2014-07-151-17/+20
| * s4:dsdb/kcc: use SHOW_RECYCLED instead of SHOW_DELETED in when deleting tombs...Stefan Metzmacher2014-07-151-1/+1
| * s4:dsdb/schema_load: make error message more verboseStefan Metzmacher2014-07-151-1/+2
| * dbcheck: Ensure dbcheck can operate with --attrs setAndrew Bartlett2014-07-152-1/+6
| * kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-07-1512-25/+6
| * dsdb: Specify no event context to smb_krb5_init_context() in dsdbAndrew Bartlett2014-07-153-4/+6
| * dsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_search*()Andrew Bartlett2014-07-151-0/+13
| * dsdb: Do not permit nested event loops when in a transaction, use a nested ev...Andrew Bartlett2014-07-151-13/+80
| * dsdb: Rename private_data to rootdse_private_data in rootdseAndrew Bartlett2014-07-151-8/+8
| * dsdb: Add more tests for DN+String and DN+Binary comparisonsAndrew Bartlett2014-07-151-0/+14
| * selftest: Add tests for dbcheck detection and removal of partial objectsAndrew Bartlett2014-07-1534-3/+80719
| * dsdb: Make it harder to corrupt the database by requiring DBCHECK or RELAX fo...Andrew Bartlett2014-07-152-10/+32
| * build: Exclude source4/selftest/provisions/release-4-1-0rc3 from the tarballAndrew Bartlett2014-07-151-1/+1
| * dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistencyAndrew Bartlett2014-07-151-18/+13
| * dbchecker: verify and fix broken dn valuesStefan Metzmacher2014-07-151-0/+94
| * dbchecker: make the deleted objects container detection more genericStefan Metzmacher2014-07-151-2/+8
| * dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett2014-07-155-112/+191
| * dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett2014-07-159-48/+41
| * samba-tool dbcheck: handle missing objectClassFelix Botner2014-07-151-0/+31
| * dsdb: Improve missing objectClass handlingAndrew Bartlett2014-07-151-13/+13
| * dsdb: Improve errors and checks for missing objectClass valuesAndrew Bartlett2014-07-151-2/+9
| * dsdb: Clarify how the DSDB_REPL_FLAG_PRIORITISE_INCOMING flag worksAndrew Bartlett2014-07-151-5/+13
| * dsdb: Do not update notify_uSN until the transaction is genuinely committed t...Andrew Bartlett2014-07-151-7/+7
| * dsdb: Further assert that we always have an objectClass and an rDNAndrew Bartlett2014-07-151-32/+118
| * dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantitiesAndrew Bartlett2014-07-151-4/+18