summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [CHEF-3809] Attached missing win32 CloseHandle functionKeith Shook2013-02-072-1/+9
* Release 11.2.0-clientBryan McLellan2013-02-061-1/+1
* 11.2.0.rc.111.2.0.rc.1Bryan McLellan2013-02-061-1/+1
* development version bumpBryan McLellan2013-02-061-1/+1
* Ensure a Chef::User object is returned from #reregisterSteven Danna2013-02-061-0/+1
* Add validation of password length to the user-create plugin.Steven Danna2013-02-061-0/+6
* Use same name validations as used by the server in user model.Steven Danna2013-02-061-1/+1
* Chef::User.list should handle responses from Hosted/Private ChefSteven Danna2013-02-061-6/+26
* Update knife-configure to create user rather than client.Steven Danna2013-02-061-13/+16
* Add user commands to knife.Steven Danna2013-02-066-0/+339
* Add Chef::User classSteven Danna2013-02-061-0/+161
* bump version and regen docs11.0.0danielsdeleo2013-02-011-1/+1
* bump to 11.0.0 rc 0, regen docs11.0.0.rc.0danielsdeleo2013-02-011-1/+1
* version bump to 11.0.0.beta.2, regen docs11.0.0.beta.2danielsdeleo2013-01-291-1/+1
* [CHEF-3806] add attribute value debugdanielsdeleo2013-01-291-0/+28
* also clear set_unless_present in reset_cacheLamont Granquist2013-01-291-0/+1
* the set_unless state is bleeding from call to call...Lamont Granquist2013-01-291-0/+5
* bump to 11.0.0.beta.1 releasedanielsdeleo2013-01-281-1/+1
* [CHEF-3799] fixes TypeError for puts on VividMashdanielsdeleo2013-01-281-1/+8
* Fixing unit/functional test expectationsPrajaktaPurohit2013-01-281-1/+1
* Ading/Editing commentsPrajaktaPurohit2013-01-281-4/+7
* Fixing formattingPrajaktaPurohit2013-01-281-2/+2
* Adding delete_key_ex function to also be able to delete 64bit keys by a 32bit...PrajaktaPurohit2013-01-281-10/+18
* fix errors when merging deeply nested valuesdanielsdeleo2013-01-251-15/+20
* make merge between precedence overwrite arraysdanielsdeleo2013-01-251-3/+3
* add hash-only merge to deep mergedanielsdeleo2013-01-251-0/+26
* [CHEF-3793] fix missing requires, add smoke test for knifedanielsdeleo2013-01-243-0/+3
* CHEF-3792: Fix cruft referring to chef-recipeBryan McLellan2013-01-241-2/+2
* Merge pull request #597 from opscode/chef-3467-11Adam Edwards2013-01-241-0/+28
|\
| * CHEF-3467: Cookbook file resource permissions not inherited from parent on Wi...adamedx2013-01-181-0/+28
* | Merge branch 'CHEF-3068'danielsdeleo2013-01-241-2/+6
|\ \
* | | [CHEF-3783] some cookbooks rely on DataQuery being defined on resourcedanielsdeleo2013-01-231-0/+2
* | | remove cruft code.danielsdeleo2013-01-235-40/+4
* | | [CHEF-3783] Make deprecated constants availabledanielsdeleo2013-01-2311-9/+87
* | | Fix typo: privilage -> privilegesersut2013-01-224-12/+12
* | | Do the windows admin privilege check only on the windows versions that it is ...sersut2013-01-222-8/+23
* | | Include windows admin privilege check in chef-solo as well.sersut2013-01-222-2/+2
* | | Tests for the windows admin privilege check logic.sersut2013-01-221-21/+24
* | | Actual logic for doing administrator privilege check for windows.sersut2013-01-224-5/+60
* | | Introducing windows_admin_check and config option to make it fatal.sersut2013-01-226-0/+46
* | | version bump to 11.0.0 beta 0; regen docs11.0.0.beta.0danielsdeleo2013-01-211-1/+1
* | | remove duplicated method from mergedanielsdeleo2013-01-211-5/+0
* | | Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-1725-203/+349
|\ \ \ | |/ / | | / | |/ |/|
* | [CHEF-3571] code rename chef-recipe -> chef-applydanielsdeleo2013-01-171-6/+6
* | [CHEF-3571] file rename chef-recipe -> chef-applydanielsdeleo2013-01-172-1/+1
* | CHEF-3571 add chef-recipe commandBryan Berry2013-01-173-2/+163
* | [CHEF-3497] apply config in the desired orderdanielsdeleo2013-01-141-29/+52
* | [CHEF-3497] don't configure in Knife#initializedanielsdeleo2013-01-141-2/+2
* | Update stubbing order within config specChris Roberts2013-01-141-1/+1
* | Isolate knife config file location methodology. Use new locate method when co...Chris Roberts2013-01-111-27/+38