summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #61 from jblaine/patch-1HEADmasterDaniel Pittman2011-08-251-1/+1
|\
| * Removed spurious "exec" from a debug stringJeff Blaine2011-08-251-1/+1
|/
* Merge branch '2.7.x'Nick Lewis2011-08-24104-420/+225
|\
| * Merge pull request #53 from joshcooper/ticket/2.7.x/8662-root-on-windowsNick Lewis2011-08-227-28/+175
| |\
| | * (#8662) Don't manage internal file permissions on WindowsJosh Cooper2011-08-222-1/+24
| | * (#8662) Skip user and group resources when applying settings on WindowsJosh Cooper2011-08-222-0/+20
| | * (#8662) Fix Puppet.features.root? on WindowsJosh Cooper2011-08-222-1/+103
| | * (#8662) Break circular feature dependencyJosh Cooper2011-08-221-26/+28
| * | Merge pull request #52 from joshcooper/maint/2.7.x/ssl-file-spec-test-failureNick Lewis2011-08-221-2/+4
| |\ \
| | * | maint: Stub spec test so directory is not created unnecessarilyJosh Cooper2011-08-221-2/+4
| |/ /
| * | Merge remote-tracking branch 'jhelwig/add-missing-commit-for-ruby-1.8.5-compa...Josh Cooper2011-08-194-7/+12
| |\ \ | | |/ | |/|
| | * Don't use non-1.8.5-compatible methods 'Object#tap' and 'Dir.mktmpdir'Nick Lewis2011-08-194-7/+12
| |/
| * Merge branch 'backport-windows-work-to-2.7' into 2.7.xJosh Cooper2011-08-19159-1535/+2270
| |\
| | * maint: Fix build break due to recent merge from 2.7.x to masterJosh Cooper2011-08-192-3/+7
| | * Fix posix exec provider spec failures on WindowsNick Lewis2011-08-191-3/+5
| | * (#5495) Remove dead Windows-specific code from posix exec providerNick Lewis2011-08-191-5/+3
| | * Stop trying to make config directories in Windows specsNick Lewis2011-08-191-1/+1
| | * (#8272) Add missing tests for Windows service provider methods.Cameron Thomas2011-08-192-6/+41
| | * (#8409) Add a default group provider for WindowsNick Lewis2011-08-192-0/+127
| | * (#8408) Add a default user provider for WindowsNick Lewis2011-08-192-0/+181
| | * (#8408/8409) Add a Windows ADSI helper moduleNick Lewis2011-08-193-0/+483
| | * (#8663) Exclude exec timeout test on WindowsJosh Cooper2011-08-191-1/+2
| | * (#8663) Exclude git rev-parse HEAD spec test on WindowsJosh Cooper2011-08-191-1/+2
| | * Check for the appropriate permissions in File type tests on WindowsJacob Helwig2011-08-191-6/+8
| | * Remove :fails_on_windows from file type tests that no longer fail on WindowsJacob Helwig2011-08-191-7/+5
| | * Disable file bucket diffing tests on WindowsJacob Helwig2011-08-191-1/+1
| | * Always put a slash between the checksum and path in filebucket URLsJacob Helwig2011-08-192-3/+4
| | * Treat Windows absolute paths as absolute pathsJacob Helwig2011-08-196-222/+192
| | * Consolidate test logic determining if a registered file is in the temp directoryJacob Helwig2011-08-191-10/+8
| | * Clarify logic and error messages when initializing Puppet::FileBucket::FileJacob Helwig2011-08-192-6/+12
| | * Disable symlink related file tests on WindowsJacob Helwig2011-08-191-2/+2
| | * (#8644) Host provider on WindowsJosh Cooper2011-08-194-5/+8
| | * (#8660) Fix destdir option on WindowsJosh Cooper2011-08-191-6/+16
| | * (#8660) Default config dir to %PROGRAMDATA% on WindowsJosh Cooper2011-08-193-4/+7
| | * (#8663) Disable spec tests for unsupported functionality on WindowsJosh Cooper2011-08-196-11/+11
| | * (#8663) Drive letters are not valid absolute paths on WindowsJosh Cooper2011-08-191-3/+2
| | * (#8663) Update the run_mode spec test on Windows to match the codeJosh Cooper2011-08-191-3/+7
| | * (#8663) The ssh_authorized_key type is not supported on WindowsJosh Cooper2011-08-191-1/+1
| | * (#8663) Reenable spec tests on Windows that now passJosh Cooper2011-08-193-3/+3
| | * (#8392) Disable master related tests on WindowsJacob Helwig2011-08-192-2/+2
| | * (#8272) Allow disabled Windows services to be startedNick Lewis2011-08-192-0/+40
| | * (#8272) Refactor specs for Windows service providerNick Lewis2011-08-191-58/+32
| | * (#8272) Use symbols instead of booleans for enabled property on WindowsNick Lewis2011-08-192-4/+4
| | * (#8272) Fixup logging in Windows service providerNick Lewis2011-08-191-7/+3
| | * Fix issue with forward and backslashes in Windows pathsJosh Cooper2011-08-195-4/+13
| | * Disable spec tests for unsupported functionality on WindowsJosh Cooper2011-08-1910-27/+26
| | * Update certificate spec tests for WindowsJosh Cooper2011-08-197-44/+42
| | * Add basic service provider for WindowsCameron Thomas2011-08-195-1/+258
| | * Regexp escape substituted commands in Windows wrapper scriptCameron Thomas2011-08-191-1/+3
| | * Rework Puppet::Util::Cacher to only expire using TTLsNick Lewis2011-08-1916-267/+89