summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix string conversion for Python 3py3-serverJonah Brüchert2024-05-231-1/+1
* Remove broken django version checksJonah Brüchert2024-05-231-5/+1
* encode the string data before writing in CfgKonstantin L. Metlov2024-04-201-1/+1
* Run 2to3 on the entire projectJonah Brüchert2024-04-1922-58/+58
* SSLCA: SSLCAFormat is now a GeneratorAlexander Sulfrian2022-02-141-20/+27
* SSLCA: Verify all certsAlexander Sulfrian2022-02-141-9/+11
* SSLCA: Add generator for custom cert/key formatsAlexander Sulfrian2022-02-141-0/+116
* SSLCA: Allow to create self signed certificatesAlexander Sulfrian2022-02-141-10/+16
* Cfg: Block for FAM events after creating filesAlexander Sulfrian2022-01-302-3/+4
* SSLCA: root_ca is a BooleanOptionAlexander Sulfrian2022-01-301-2/+1
* Merge branch 'packages'Alexander Sulfrian2022-01-2315-43/+406
|\
| * PkgVars: Add support for multiple valuesAlexander Sulfrian2022-01-232-4/+10
| * PkgVars: Add new plugin to set vars for packagesAlexander Sulfrian2022-01-234-7/+92
| * Packages: Allow to filter provided packagesAlexander Sulfrian2022-01-231-1/+6
| * Packages: Add possibility to customize User-AgentAlexander Sulfrian2022-01-231-4/+10
| * Packages: Add repo options to additional_dataAlexander Sulfrian2022-01-231-0/+2
| * Packages: Add 'pin' attributeAlexander Sulfrian2022-01-231-2/+5
| * Packages: Add priority to sources and sort themAlexander Sulfrian2022-01-232-2/+9
| * Packages: Add "pyapt" source typeAlexander Sulfrian2022-01-173-9/+105
| * Packages: Support different compression methodsAlexander Sulfrian2022-01-1710-20/+173
* | Merge branch 'fix/partial-chain-validation'Alexander Sulfrian2022-01-161-7/+4
|\ \
| * | SSLCA: Fix certificate validationAlexander Sulfrian2022-01-161-7/+4
| |/
* | Packages: Add 'dummy' packages backendAlexander Sulfrian2022-01-162-1/+36
* | Packages: Ignore unicode errors in pkgng metadataAlexander Sulfrian2022-01-161-3/+1
* | Bundler: Use BoundBundle for the RequiredBundlesAlexander Sulfrian2022-01-161-1/+1
|/
* Do not encode py3 strings to utf-8 again. Compat.unicode matches strings and ...xschlef2019-07-181-1/+2
* Merge branch 'feature/ldap-enhancements' of https://github.com/AlexanderS/bcfg2Sol Jerome2017-08-312-80/+96
|\
| * Server/Plugins/Ldap: Fix module nameAlexander Sulfrian2017-03-211-1/+2
| * Server/Plugins/Ldap: Support arbitrary ldap optionsAlexander Sulfrian2017-03-211-2/+7
| * Server/Plugins/Ldap: Support specifying the ldap uriAlexander Sulfrian2017-03-211-6/+12
| * Server/Plugins/Ldap: Cache the results of the Ldap queriesAlexander Sulfrian2017-03-211-17/+52
| * Server/Plugins/Ldap: Add missing argumentAlexander Sulfrian2017-03-211-1/+2
| * Server/Plugins/Ldap: Use CallableDictAlexander Sulfrian2017-03-211-14/+28
| * Server/Plugin: Move OnDemandDict to helpersAlexander Sulfrian2017-03-211-49/+3
* | Probes: Remove wrong lineAlexander Sulfrian2017-03-221-1/+0
|/
* Merge pull request #373 from AlexanderS/fix/django1.9/report-collectorAlexander Sulfrian2017-01-102-21/+16
|\
| * DBSettings: Call django.setup() right after configuring the settingsAlexander Sulfrian2016-11-282-21/+16
* | Server/Plugins/NagiosGen: Remove the list conversionAlexander Sulfrian2016-11-231-5/+3
* | Server/Plugins/NagiosGen: Always include default groupAlexander Sulfrian2016-11-231-1/+1
|/
* Merge pull request #368 from solj/fix-ssl-futurewarningAlexander Sulfrian2016-11-211-2/+2
|\
| * Cfg: Fix SSLCA key generationSol Jerome2016-11-181-2/+2
* | Packages: Cleanup pkgnamesAlexander Sulfrian2016-11-173-1/+4
|/
* Merge branch 'pacman' of https://github.com/0/bcfg2Sol Jerome2016-09-151-14/+128
|\
| * Packages/Pac: Handle groupsDmitri Iouchtchenko2016-09-121-1/+38
| * Packages/Pac: Parse dependenciesDmitri Iouchtchenko2016-09-121-13/+90
* | Packages: Strip ':any' suffix from APT dependenciesDmitri Iouchtchenko2016-09-081-0/+11
|/
* Add support for rawurl in AptRonak Buch2016-08-171-3/+7
* Server/Plugins/Ldap: Module should be importable without the python-ldapAlexander Sulfrian2016-08-171-6/+11
* Server/Plugins/Metadata: Initialize django _before_ creating modelsAlexander Sulfrian2016-08-171-3/+3
* Server/Plugins/Probes: Initialize django before useAlexander Sulfrian2016-08-171-0/+5