Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | order in regex character classes matters | Chris St. Pierre | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | bcfg2-lint: fixed username regex | Chris St. Pierre | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | Packages: fixed overzealous deduplication of packages that removed essential ↵ | Chris St. Pierre | 2013-02-22 | 1 | -6/+8 |
| | | | | and group packages | ||||
* | Frame: Sort unmanaged entries | Sol Jerome | 2013-02-21 | 1 | -1/+2 |
| | | | | | | Thanks Chris for the lambda magic. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Metadata: prevent overwriting of clients.xml with xinclude | Chris St. Pierre | 2013-02-21 | 1 | -1/+1 |
| | |||||
* | better error message when rendering a template that failed to parse | Chris St. Pierre | 2013-02-21 | 1 | -0/+4 |
| | |||||
* | fixed option description for bcfg2-crypt passphrase option | Chris St. Pierre | 2013-02-21 | 1 | -1/+1 |
| | |||||
* | fixed unit tests using long ints for py3k | Chris St. Pierre | 2013-02-20 | 1 | -0/+7 |
| | |||||
* | wrote unit tests for base client Tool classes | Chris St. Pierre | 2013-02-20 | 4 | -72/+98 |
| | |||||
* | SELinux: Fix resolution of extra entries | Sol Jerome | 2013-02-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-lint: Fixed erroneous detection of multiple default groups (#1142) | Chris St. Pierre | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | removed debugging | Chris St. Pierre | 2013-02-14 | 1 | -10/+0 |
| | |||||
* | better Genshi syntax lint checker | Chris St. Pierre | 2013-02-14 | 2 | -19/+57 |
| | |||||
* | fixed checking Genshi templates for comments (#1141) | Chris St. Pierre | 2013-02-14 | 2 | -1/+2 |
| | |||||
* | fixed unit tests | Chris St. Pierre | 2013-02-13 | 1 | -7/+4 |
| | |||||
* | Defaults: change to GoalValidator to apply defaults after structures are ↵ | Chris St. Pierre | 2013-02-13 | 1 | -19/+10 |
| | | | | bound (#1136) | ||||
* | bcfg2-test: test for clients with no entries | Chris St. Pierre | 2013-02-08 | 1 | -0/+3 |
| | |||||
* | Cfg: better error handling from verifiers, :test | Chris St. Pierre | 2013-02-08 | 2 | -7/+14 |
| | |||||
* | Core: deduplicated some error handling code | Chris St. Pierre | 2013-02-08 | 1 | -9/+7 |
| | |||||
* | Packages: fixed several bugs that could cause duplicate Package entries | Chris St. Pierre | 2013-02-06 | 2 | -14/+18 |
| | |||||
* | get VCS revision in a more resilient way | Chris St. Pierre | 2013-02-01 | 1 | -5/+19 |
| | |||||
* | YUM: Set logger to info for pkg verify failures | Sol Jerome | 2013-01-30 | 1 | -7/+8 |
| | | | | | | | | If the loglevel is set to debug, then a user running the client without -d will not be informed why the client is asking them to install Package entries which may already be installed (but are not verifying). Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Batch deletes for sqlite | Tim Laszlo | 2013-01-30 | 1 | -1/+7 |
| | |||||
* | Batch adding entries to interactions for sqlite | Tim Laszlo | 2013-01-30 | 1 | -1/+5 |
| | |||||
* | Version bump to 1.3.0rc2v1.3.0rc2 | Sol Jerome | 2013-01-29 | 2 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SSLCA: fixed appending chain certs | Chris St. Pierre | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | Remove distinct from query. Sqlite has no support | Tim Laszlo | 2013-01-29 | 1 | -2/+5 |
| | |||||
* | add old schema to migration | Tim Laszlo | 2013-01-29 | 2 | -0/+7 |
| | |||||
* | fixed unit tests | Chris St. Pierre | 2013-01-29 | 1 | -2/+7 |
| | |||||
* | TemplateHelper: import helper modules with munged names to avoid collisions | Chris St. Pierre | 2013-01-29 | 1 | -2/+16 |
| | |||||
* | bcfg2-test: various improvements | Chris St. Pierre | 2013-01-28 | 1 | -11/+40 |
| | | | | | - avoided hang on Ctrl-C - better output formatting and verbosity | ||||
* | Decisions: fix thinko | Chris St. Pierre | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Reporting: Fix text size discrepancy in grid view | Sol Jerome | 2013-01-24 | 1 | -1/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | don't treat "encrypt" setting as an encryption passphrase | Chris St. Pierre | 2013-01-24 | 1 | -1/+4 |
| | |||||
* | Git: fixed overly verbose error reporting | Chris St. Pierre | 2013-01-24 | 1 | -18/+12 |
| | |||||
* | Git: fetch refs before checking out a ref on Git.Update | Chris St. Pierre | 2013-01-24 | 1 | -0/+7 |
| | |||||
* | Git: log output of GitPython commands | Chris St. Pierre | 2013-01-24 | 1 | -3/+8 |
| | |||||
* | Packages: removed unnecessary nested functions | Chris St. Pierre | 2013-01-23 | 1 | -42/+41 |
| | |||||
* | Packages: only convert package entry to tuple if yum libraries are used | Chris St. Pierre | 2013-01-23 | 1 | -0/+6 |
| | |||||
* | Packages: fixed bug with display of package entries that have been converted ↵ | Chris St. Pierre | 2013-01-23 | 1 | -3/+3 |
| | | | | to tuples | ||||
* | fixed syntax errors for py < 2.5 | Chris St. Pierre | 2013-01-18 | 2 | -2/+4 |
| | |||||
* | Properties: fixed lax/strict decryption setting with no crypto libs installed | Chris St. Pierre | 2013-01-18 | 1 | -21/+19 |
| | |||||
* | GroupPatterns: improved PackedDigitRange and tests | Chris St. Pierre | 2013-01-18 | 1 | -4/+3 |
| | |||||
* | POSIXUsers: set managed uid/gid range | Chris St. Pierre | 2013-01-18 | 2 | -8/+115 |
| | | | | | | | | Added options to set a range (whitelist or blacklist) of managed uids/gids so that accounts in LDAP (e.g.) do not get flagged as "extra" entries. Request: http://article.gmane.org/gmane.comp.sysutils.bcfg2.devel/4629 | ||||
* | read default Path metadata from config file properly | Chris St. Pierre | 2013-01-17 | 1 | -1/+3 |
| | |||||
* | Made a few encryption things simpler: | Chris St. Pierre | 2013-01-17 | 3 | -29/+33 |
| | | | | | | * Only one strict/lax setting, in [encryption], rather than separate settings in [properties] and [sshkeys] * No longer necessary to enable encryption on each Properties file | ||||
* | testsuite: fixed tests for decryption in Properties/CfgPrivateKeyCreator | Chris St. Pierre | 2013-01-16 | 2 | -13/+13 |
| | |||||
* | get default metadata for Path entries from config file given on command line | Chris St. Pierre | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'getparent' of https://github.com/zenazn/bcfg2 | Sol Jerome | 2013-01-15 | 1 | -9/+10 |
|\ | | | | | | | | | | | | | | | From the pull request: getparent() only works if you have lxml.etree installed—xml.etree in the Python standard library (the fallback include) doesn't support this method. | ||||
| * | Avoid use of lxml-only getparent() | Carl Jackson | 2013-01-14 | 1 | -9/+10 |
| | |