Add support for command aliases
[ganeti-local] / lib / utils.py
2007-12-27 Alexander SchreiberAllow instance MAC address to be set.
2007-12-19 Iustin PopMake utils.RunCmd() deal with interleaved stdout/stderr
2007-11-29 Iustin PopReplace hardcoded lock dir
2007-11-29 Iustin PopMake utils.RunCmd log failures when using debug
2007-11-22 Michael HanselmannSort list returned by ListVisibleFiles.
2007-11-20 Michael HanselmannMake sure aliases written to /etc/hosts are unique.
2007-11-20 Michael HanselmannAdd function to return list with unique elements.
2007-11-12 Iustin PopFix another breakage in SetEtcHostsEntry
2007-11-12 Michael HanselmannCall fsync() after modifying /etc/hosts.
2007-11-12 Michael HanselmannFix functions for /etc/hosts.
2007-11-12 Michael HanselmannRollback commit 356.
2007-11-12 Michael HanselmannAdd functions for known_hosts files.
2007-11-12 Michael HanselmannAdd missing descriptions to {Add,Remove}EtcHostsEntry.
2007-11-09 Michael HanselmannUse new functions to modify /etc/hosts.
2007-11-09 Michael HanselmannAdd functions to modify /etc/hosts.
2007-11-09 Michael HanselmannCleanup temporary file in RemoveAuthorizedKey.
2007-11-05 Iustin PopMiscellaneous style fixes
2007-11-05 Michael HanselmannRename utils.GetUUID to utils.NewUUID.
2007-10-28 Guido TrotterImport two itertools recipes
2007-10-12 Iustin PopAdd a generic write file function
2007-10-12 Iustin PopEnhance GetHomeDir to accept either names or UIDs
2007-10-11 Michael HanselmannUse the kernel's ability to generate UUIDs.
2007-10-11 Iustin PopAdd small function to read the homedir of a user
2007-10-10 Alexander SchreiberRemove fping as a dependency for Ganeti.
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-08 Michael HanselmannAdd function to list files in a directory, excluding...
2007-09-27 Michael HanselmannPrevent race condition in CreateBackup().
2007-09-21 Iustin PopRemove requirement that host names are FQDN
2007-09-19 Iustin PopChange resolved hostname from dict to a class
2007-09-17 Alexander SchreiberCleanup up selective imports for utils and utils unit...
2007-09-17 Alexander SchreiberAdded TcpPing to do ping-alike via TCP connect(2) with...
2007-09-12 Michael HanselmannChange the way how locales are overridden:
2007-09-11 Iustin PopFilters out LANG and LC_* on RunCmd
2007-09-05 Michael HanselmannAdd function to get all local IP addresses, will be...
2007-09-03 Iustin PopSwitch utils.RunCmd from popen2 to subprocess
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-16 Iustin PopInitial commit.