summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* flush input buffers before accepting stdinChris St. Pierre2012-11-126-32/+72
|
* added generate-manpages.bash to tools READMEChris St. Pierre2012-11-081-0/+3
|
* Packages: fixed yum cachefiles propertyChris St. Pierre2012-11-081-1/+1
|
* Metadata: improved error message from address resolution failure during ↵Chris St. Pierre2012-11-081-3/+4
| | | | client authn
* SSLCA: improved error, debug messagesChris St. Pierre2012-11-081-4/+16
|
* man: Migrate generate-manpages.bash to sphinxSol Jerome2012-11-0723-1629/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: made format of man page option lists consistentChris St. Pierre2012-11-0721-1694/+2215
|
* Updated screenshotsTim Laszlo2012-11-0711-11/+50
|
* Check if linkentry is not noneTim Laszlo2012-11-071-1/+1
|
* doc: fixed typoChris St. Pierre2012-11-071-1/+1
|
* POSIX: fix detection of ACLs on entry without pylibacl installedChris St. Pierre2012-11-071-3/+2
|
* POSIX: ensure that automatically-created parent dirs have appropriate +x permsChris St. Pierre2012-11-072-17/+41
|
* doc: Fix paths in man pagesSol Jerome2012-11-065-18/+18
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add man pages to html documentationSol Jerome2012-11-062-0/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add man pages to Sphinx documentationSol Jerome2012-11-0611-21/+1868
| | | | | | | | | | | | This allows you to generate our manpages directly from the Sphinx documentation. This commit is more or less copied directly from the current man pages. The goal is to integrate these more closely with the current Sphinx documentation via include directives to prevent duplication and keep all documentation consistent. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Properties: allow lax decryption, where failure to decrypt an element is not ↵Chris St. Pierre2012-11-063-4/+36
| | | | fatal and parsing of that file continues
* removed unused importChris St. Pierre2012-11-061-1/+0
|
* improved SSLCA cert.xml/key.xml docsChris St. Pierre2012-11-061-2/+68
|
* added SSLCA option to append chain cert to cert (e.g., for Nginx)Chris St. Pierre2012-11-061-11/+15
|
* added XML schemas for SSLCA key/cert filesChris St. Pierre2012-11-063-98/+125
|
* bcfg2-build-reports: Remove deprecated ping optionsSol Jerome2012-11-051-15/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed git plugin interface to git commandsChris St. Pierre2012-11-021-2/+4
|
* Fixed inversion of category-group pairs from Connector plugins inChris St. Pierre2012-11-012-7/+14
| | | | ClientMetadata.categories
* git: ignore rope metadataChris St. Pierre2012-11-011-0/+3
|
* Version bump to 1.3.0pre2v1.3.0pre2Sol Jerome2012-10-3013-17/+32
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Add bcfg2-selinux spec file for changelogSol Jerome2012-10-301-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Fix BuildRoot for prereleasesSol Jerome2012-10-301-0/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2{,-selinux}.spec: Fix BuildRootSol Jerome2012-10-302-10/+0
| | | | | | | This should work in SUSE as well according to http://fox-eye.appspot.com/bugzilla.novell.com/728682. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* export.py: Add bcfg2-selinux spec file updatesSol Jerome2012-10-302-7/+34
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* log to stderr, not stdoutChris St. Pierre2012-10-301-2/+2
|
* fixed names of bcfg2-lint comment typesChris St. Pierre2012-10-303-10/+11
|
* fixed some POSIX unit testsChris St. Pierre2012-10-301-4/+6
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-3015-267/+332
| | | | directory than the repo root
* fix ClientVersions tests when Django not installedChris St. Pierre2012-10-291-1/+1
|
* Reporting: Only display profile if presentTim Laszlo2012-10-291-0/+2
|
* Reporting: remove experimentalTim Laszlo2012-10-291-1/+0
|
* Reporting: Allow interactions without a profileTim Laszlo2012-10-294-8/+161
|
* fixed unit testsChris St. Pierre2012-10-295-13/+23
|
* removed straggling references to DBStatsChris St. Pierre2012-10-293-17/+2
|
* fixed repeat processing of probe dataChris St. Pierre2012-10-291-9/+10
|
* documented potential thread contention issues when using sqliteChris St. Pierre2012-10-292-9/+15
|
* added database locking to MetadataChris St. Pierre2012-10-293-16/+24
|
* Core: populate sources listTim Laszlo2012-10-291-0/+1
|
* Probes/DatabaseBackend: add a thread lock for databases that cannot handle ↵Tim Laszlo2012-10-263-0/+33
| | | | multiple writes
* Metadata: only write to the database when a change occursTim Laszlo2012-10-261-5/+9
|
* tools: Add migrate_perms_to_mode toolSol Jerome2012-10-262-0/+72
| | | | | | | Helps users to migrate their repositories from the perms attribute to mode. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* migrate_info: Remove trailing whitespaceSol Jerome2012-10-261-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* remove print statementChris St. Pierre2012-10-261-1/+0
|
* fixed Metadata unit testsChris St. Pierre2012-10-262-11/+60
|
* set profile group from Connector groups if not set initially; set from ↵Chris St. Pierre2012-10-261-0/+11
| | | | default group if not set by Connectors