summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* CVE-2016-2125: s4:gensec_gssapi: don't use GSS_C_DELEG_FLAG by defaultStefan Metzmacher2016-12-091-1/+1
* CVE-2016-2125: s4:scripting: don't use GSS_C_DELEG_FLAG in nsupdate-gssStefan Metzmacher2016-12-091-1/+1
* python-libnet: Use new NTSTATUSError, WERRORError and DsExtendedError exceptionsAndrew Bartlett2016-11-301-14/+102
* pyerrors: Add PyErr_Set{WERROR,HRESULT,NTSTATUS}_and_string()Andrew Bartlett2016-11-301-0/+15
* python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett2016-11-301-3/+12
* dsdb: Catch errors in extended operations (like allocating a RID Set)Andrew Bartlett2016-11-301-2/+19
* dsdb: Rework DSDB code to use WERRORAndrew Bartlett2016-11-304-70/+89
* dsdb: Create RID Set as SYSTEMAndrew Bartlett2016-11-301-2/+6
* dsdb: Add python hooks to allocate a RID set and allocate a RID poolAndrew Bartlett2016-11-305-3/+146
* tests/ridalloc_exop: Add a new suite of tests for RID allocationGarming Sam2016-11-303-163/+723
* objectclass_attrs: Only abort on a missing attribute when an attribute is bot...Clive Ferreira2016-11-301-6/+17
* typo: supprise -> surpriseClive Ferreira2016-11-301-1/+1
* tests/getnc_exop: Finish a comment in getnc_exop.pyGarming Sam2016-11-301-1/+1
* tests/getnc_exop: Improve the ridalloc test by performing an alloc against a ...Bob Campbell2016-11-301-0/+76
* objectclass_attrs: correctly indent a commentClive Ferreira2016-11-301-6/+7
* selftest: Add test for link and deleted link behaviour in dbcheckAndrew Bartlett2016-11-304-0/+92
* upgradeprovision: Remove objectCategory from constructed attrsGarming Sam2016-11-301-1/+1
* collect_tombstones: Allow links to recycled objects to be deletedGarming Sam2016-11-301-2/+3
* tombstones-expunge: Add a test for deleting links to recycled objectsGarming Sam2016-11-303-8/+17
* s4:torture: Fix cleanup of the secrets object in session_key testAndreas Schneider2016-11-301-17/+23
* s4:torture: Normalizes names in session_key testAndreas Schneider2016-11-301-1/+1
* s4:torture: Strip trailing whitespaces in session_key.cAndreas Schneider2016-11-301-29/+29
* s4:torture: Add tortue test for AddPrinterDriverEx with COPY_FROM_DIRECTORYAndreas Schneider2016-11-301-2/+165
* doc: Add doxygen for functions in srv_keytab.cGarming Sam2016-11-301-0/+47
* s4-auth: Don't check for NULL saltPrincipal if it doesn't need itGarming Sam2016-11-301-6/+6
* s4-torture: add spoolss_SetPrinter ndr test to validate secdesc_ptrGünther Deschner2016-11-181-0/+57
* spoolss: Use correct values for secdesc and devmode pointersGünther Deschner2016-11-182-8/+8
* provision: Add support for BIND 9.11.xAmitay Isaacs2016-11-031-0/+3
* dlz-bind: Add support for BIND 9.11.xAmitay Isaacs2016-11-032-0/+37
* dlz-bind: Set DNS_CLIENTINFO_VERSION based on BIND versionAmitay Isaacs2016-11-031-1/+7
* dlz-bind: Fix initialization of DLZ_DLOPEN_AGEAmitay Isaacs2016-11-031-1/+4
* dlz-bind: Fix preprocessor checks for BIND versionsAmitay Isaacs2016-11-031-8/+8
* HEIMDAL:lib/krb5: destroy a memory ccache on reinitStefan Metzmacher2016-10-201-17/+35
* dbcheck: assert uSNChanged values in release-4-5-0-pre1Garming Sam2016-10-203-0/+219
* tests: Skip a test for reveal internals for passing WindowsGarming Sam2016-10-201-1/+6
* tests: Check that USN bumps when modifying a linked attrGarming Sam2016-10-201-0/+21
* tests: Assert vanishing links doesn't bump USNGarming Sam2016-10-201-0/+20
* rpmd: Skip bump of USN when vanishing forward linksGarming Sam2016-10-201-0/+12
* rpmd: Add a TODO regarding the additional work performedGarming Sam2016-10-201-0/+10
* rpmd: Remove the seq_num check for skipping additional workGarming Sam2016-10-201-7/+0
* rpmd: Add the ldb error string to a debugGarming Sam2016-10-201-2/+3
* torture: Remove unnecessary whitespaceGarming Sam2016-10-201-1/+1
* copyright: Add the missing notices for garbage collect tombstonesBob Campbell2016-10-201-0/+2
* dsdb: refactor part of garbage_collect_tombstones into new functionBob Campbell2016-10-201-169/+216
* kcc: Fix a -Werror,-Wformat-security errorVolker Lendecke2016-10-201-1/+1
* gc_tombstones: Typo fixGarming Sam2016-10-201-1/+1
* dsdb: Do not check isDeleted as a possible linkAndrew Bartlett2016-10-201-0/+5
* lib/ldb-samba: Add test for DSDB_MATCH_FOR_EXPUNGE match ruleAndrew Bartlett2016-10-201-0/+47
* dsdb: Add comments to dsdb_garbage_collect_tombstones()Andrew Bartlett2016-10-201-1/+29
* selftest: Add test for 'samba-tool tombstones expunge'Andrew Bartlett2016-10-208-0/+86