summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * VERSION: Disable git snapshots for the 4.5.2 release.samba-4.5.2Karolin Seeger2016-12-061-1/+1
| * WHATSNEW: Add release notes for Samba 4.5.2.Karolin Seeger2016-12-061-2/+100
| * printing: Fix building with CUPS version older than 1.7Andreas Schneider2016-12-061-0/+6
* | printing: Fix building with CUPS version older than 1.7Andreas Schneider2016-12-061-0/+6
* | VERSION: Bump version up to 4.5.3...Karolin Seeger2016-12-021-2/+2
* | VERSION: Disable git snapshots for the 4.5.2 release.Karolin Seeger2016-12-021-1/+1
* | WHATSNEW: Add release notes for Samba 4.5.2.Karolin Seeger2016-12-021-2/+100
|/
* s3/smbd: fix the last resort check that sets the file type attributeJeremy Allison2016-12-011-6/+4
* nss_wins: Fix errno values for HOST_NOT_FOUNDAndreas Schneider2016-11-301-2/+1
* samba_tool/fsmo: Allocate RID Set when seizing RID managerGarming Sam2016-11-302-3/+27
* python-libnet: Use new NTSTATUSError, WERRORError and DsExtendedError exceptionsAndrew Bartlett2016-11-302-15/+103
* python: Add DsExtendedError ExceptionAndrew Bartlett2016-11-302-0/+9
* pyerrors: Add PyErr_Set{WERROR,HRESULT,NTSTATUS}_and_string()Andrew Bartlett2016-11-301-0/+15
* python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett2016-11-303-3/+36
* 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
* dbcheck: Correctly initialise keep_transaction in missing_parent testAndrew Bartlett2016-11-301-1/+1
* dbcheck: confirm RID Set presence and consistencyClive Ferreira2016-11-302-1/+132
* dsdb: Add python hooks to allocate a RID set and allocate a RID poolAndrew Bartlett2016-11-306-3/+154
* tests/ridalloc_exop: Add a new suite of tests for RID allocationGarming Sam2016-11-304-163/+729
* objectclass_attrs: Only abort on a missing attribute when an attribute is bot...Clive Ferreira2016-11-302-7/+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-302-0/+77
* objectclass_attrs: correctly indent a commentClive Ferreira2016-11-301-6/+7
* selftest: Ensure we catch errors from samba-tool domain tombstones expungeAndrew Bartlett2016-11-301-1/+1
* dbcheck: Correct message for orphaned backlinksAndrew Bartlett2016-11-301-4/+4
* dbcheck: Be more careful with link checksAndrew Bartlett2016-11-302-10/+23
* selftest: Add test for link and deleted link behaviour in dbcheckAndrew Bartlett2016-11-307-0/+288
* upgradeprovision: Remove objectCategory from constructed attrsGarming Sam2016-11-301-1/+1
* collect_tombstones: Allow links to recycled objects to be deletedGarming Sam2016-11-302-3/+3
* tombstones-expunge: Add a test for deleting links to recycled objectsGarming Sam2016-11-305-8/+27
* 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
* lib:torture: Make variables constAndreas Schneider2016-11-301-4/+4
* s3:spoolss: Add support for COPY_FROM_DIRECTORY in AddPrinterDriverExAndreas Schneider2016-11-303-20/+96
* 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
* ctdb-recovery: Avoid NULL dereference in failure caseAmitay Isaacs2016-11-221-0/+1
* ctdb-locking: Reset real-time priority in lock helperAmitay Isaacs2016-11-211-0/+2
* 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-185-22/+22
* build: Fix build with perl on debian sid.Andrew Bartlett2016-11-161-1/+2
* ctdb-tests: Add tests for updated Debian style Samba start/stopMartin Schwenke2016-11-164-3/+33
* ctdb-scripts: Fix Debian init in samba eventscriptMathieu Parent2016-11-161-2/+2
* s3-printing: Allow printer names longer than 16 charsAndreas Schneider2016-11-141-18/+37
* s3-printing: Correctly encode CUPS printer URIsAndreas Schneider2016-11-141-18/+110