summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'ed25519' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-05-121-1/+8
|\ \ \
| * | | Fix long line.Gordon Messmer2016-04-011-1/+2
| * | | Generate ed25519 keys.Gordon Messmer2016-03-311-1/+7
| |/ /
* / / doc: Update Arch Linux name and package informationJonathan Steel2016-03-301-1/+1
|/ /
* | Merge branch 'setup-options' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-03-037-9/+13
|\ \
| * | Set ssl_cns option to the expected name in setup.Gordon Messmer2016-02-221-0/+1
| * | Correct the name of the service_mode option.Gordon Messmer2016-02-172-5/+5
| * | Correct the name of the server's location option.Gordon Messmer2016-02-172-4/+4
| * | Add dest= arg to fix option that is referenced as cfg_validation.Gordon Messmer2016-02-171-0/+1
| * | Add dest= arg to fix LDAP options.Gordon Messmer2016-02-171-0/+2
* | | Merge branch 'fix/lint-templatehelper' of https://github.com/AlexanderS/bcfg2Sol Jerome2016-01-271-1/+1
|\ \ \
| * | | Lint/TemplateHelper: Fix parametersAlexander Sulfrian2015-11-181-1/+1
| | |/ | |/|
* | | Merge branch 'rpm-install-missing' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-01-271-1/+1
|\ \ \
| * | | Fix reference to rpm_install_missing option.Gordon Messmer2016-01-191-1/+1
| | |/ | |/|
* | | Merge branch 'client-secontext' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-01-201-2/+2
|\ \ \
| * | | Only set wanted_secontext if we have a value to setGordon Messmer2015-11-191-1/+1
| * | | bcfg2 server sends a complete SELinux context, but we only need the type. Tr...Gordon Messmer2015-11-181-1/+1
| |/ /
* | | Merge branch 'tests-secontext' of https://github.com/gordonmessmer/bcfg2Sol Jerome2016-01-202-2/+2
|\ \ \
| * | | Fix SELinux option parsing.Gordon Messmer2015-11-192-2/+2
| |/ /
* | / Client/Tools: Fix error if no pkg handledAlexander Sulfrian2015-11-172-2/+2
| |/ |/|
* | Version bump to 1.4.0pre2Sol Jerome2015-11-132-2/+2
* | Merge pull request #301 from AlexanderS/feature/systemd-extraChris St. Pierre2015-10-201-0/+14
|\ \
| * | Client/Tools/Systemd: Find extra entriesAlexander Sulfrian2015-07-271-0/+14
* | | Info: EventDebug, Update and Quit are now command classesAlexander Sulfrian2015-10-131-17/+26
* | | Options: Add possibility to have aliases for commandsAlexander Sulfrian2015-10-131-12/+20
* | | DefaultACL: Deny remote access to expire_metadata_cacheAlexander Sulfrian2015-10-131-1/+2
* | | Info: expirecache only for interactive shellAlexander Sulfrian2015-10-131-0/+1
* | | Info: Fix expirecache subcommandAlexander Sulfrian2015-10-131-5/+4
* | | Options: Add possibility to have interactive only SubcommandsAlexander Sulfrian2015-10-131-5/+14
* | | Info: Fix bcfg2-info shellAlexander Sulfrian2015-10-131-25/+47
* | | Options: Really reparse the argument list of SubcommandsAlexander Sulfrian2015-10-131-0/+1
* | | Admin: Add expirecache commandAlexander Sulfrian2015-10-132-0/+34
* | | Merge pull request #309 from AlexanderS/fix/report-filtersChris St. Pierre2015-10-131-12/+31
|\ \ \
| * | | Reporting: Do not fail, if no interactions foundAlexander Sulfrian2015-09-181-12/+31
| | |/ | |/|
* | | Merge pull request #299 from AlexanderS/fix/cachingChris St. Pierre2015-10-058-23/+76
|\ \ \
| * | | Properties: Expire the metadata cache during reload of the filesAlexander Sulfrian2015-07-271-11/+30
| * | | Probes: Use core.metadata_cache instead of Bcfg2.Server.CacheAlexander Sulfrian2015-07-271-7/+8
| * | | AWSTags: Expire metadata cache at start of client runAlexander Sulfrian2015-07-271-0/+5
| * | | PuppetENC: Fix cache expirationAlexander Sulfrian2015-07-271-1/+1
| * | | GroupLogic: Expire metadata cache on config file changesAlexander Sulfrian2015-07-271-1/+12
| * | | SSHbase: Expire metadata cache on pubkey eventAlexander Sulfrian2015-07-271-0/+4
| * | | Ohai: Expire metadata cache, if ohai data changesAlexander Sulfrian2015-07-271-1/+6
| * | | TemplateHelper: Expire metadata cache on FileMonitor eventAlexander Sulfrian2015-07-271-2/+10
| | |/ | |/|
* | | Merge branch 'fix/django1.7' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-10-0127-2131/+2942
|\ \ \
| * | | Reporting: Add django.setup()Alexander Sulfrian2015-09-291-0/+3
| * | | Reporting: Replace get_template_from_string() for django 1.8Alexander Sulfrian2015-09-231-2/+9
| * | | DBSettings: XViewMiddleware was moved into another packageAlexander Sulfrian2015-09-231-2/+8
| * | | Reporting: Replace _meta.get_all_field_names() for django 1.8Alexander Sulfrian2015-09-231-1/+11
| * | | Reports: Add explicit default valueAlexander Sulfrian2015-09-231-1/+1
| * | | Reports: Fix InternalDatabaseVersionAlexander Sulfrian2015-09-232-14/+23