]> scripts.mit.edu Git - wizard.git/history - wizard/shell.py
Fix kernel buffer overflow by avoiding passing --debug to subprocesses.
[wizard.git] / wizard / shell.py
2013-07-20  Edward Z. YangFix kernel buffer overflow by avoiding passing --debug...
2010-06-05  Edward Z. YangUpdate documentation.
2010-05-30  Alex DehnertAdd support for a working dir in wizard.shell
2010-03-03  Edward Z. YangOnly perform safe call if root.
2009-12-26  Edward Z. YangMassively refactor upgrade script into an object.
2009-12-26  Edward Z. YangFix some bugs that Xavid found.
2009-10-16  Edward Z. YangRefactor Deployment into Working/Production copies.
2009-10-15  Edward Z. YangRename logging and base args, fix pylint errors.
2009-10-03  Edward Z. YangImplement 'wizard restore'.
2009-08-24  Edward Z. YangImplement mass-upgrade.
2009-08-23  Edward Z. YangRefactor out common mass operations to command module.
2009-08-22  Edward Z. YangRefactor common parts from mass_migrate.
2009-08-21  Edward Z. YangMerge branch 'master' of /mit/ezyang/wizard
2009-08-21  Edward Z. YangRefactor, increase error coverage, more sanity checks.
2009-08-20  Edward Z. YangRefactoring.
2009-08-20  Edward Z. YangEnhancements from our first migration.
2009-08-19  Edward Z. YangFix bugs, add better logging.
2009-08-19  Edward Z. YangUpdate migration semantics to work better.
2009-08-19  Edward Z. YangFix numerous bugs from our test runs.
2009-08-19  Edward Z. YangFix miscellaneous bugs in migration code.
2009-08-19  Edward Z. YangAlternative strategy: chown the log file before droppin...
2009-08-19  Edward Z. YangFix permissions problem when logging.
2009-08-19  Edward Z. YangFix minor bug with environment passing.
2009-08-19  Edward Z. YangMake logging not retarded. Fix tests.
2009-08-19  Edward Z. YangMove priviledge dropping code from mass-migrate to migrate.
2009-08-18  Edward Z. YangRename/remove commands and modules.
2009-08-15  Edward Z. YangDocument usage advice for eval in ParallelShell.
2009-08-14  Edward Z. YangRefactor upgrade script, create Shell.eval()
2009-08-13  Edward Z. YangGeneralize some util functions.
2009-08-13  Edward Z. YangUpdate documentation.
2009-08-07  Edward Z. YangImplement 'wizard install', with other improvements.
2009-08-07  Edward Z. YangRough draft of installation functionality.
2009-08-02  Edward Z. YangDocument wizard.shell, and fix bug in massmigrate.
2009-08-01  Edward Z. YangImplement virtual merging, and stdin in the shell.
2009-07-31  Edward Z. YangFix wizard -> wizard_bin bug, fix dry run, create ...
2009-07-30  Edward Z. YangRefactor to get rid of _package.py using __import__ magic.
2009-07-02  Edward Z. YangAdd advanced Git commit message fields.
2009-07-01  Edward Z. YangFix missing util prefix, pwd import and str+int concate...
2009-06-29  Edward Z. YangSome more minor refactoring.
2009-06-29  Edward Z. YangMassive refactoring for readability (thanks geofft!)
2009-06-29  Edward Z. YangComments, refinements and extra debugging statements.
2009-06-29  Edward Z. YangFix possibly vulnerable ldap code to use better kernel...
2009-06-29  Edward Z. YangAdd comments on possible ways to fix theoretical 64KB...
2009-06-28  Edward Z. YangDrastically improve written log output.
2009-06-28  Edward Z. YangRename lib/wizard to wizard for compactness.