summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Add support for fence_bladecenter power controlJames Laska2008-11-193-2/+3
* Add support for fence_lparJames Laska2008-11-192-2/+2
* fixed error message typoJames Laska2008-11-191-2/+3
* Correct set_power_id typoJames Laska2008-11-191-1/+1
* Updated the cobbler replicate code so that it uses the higher level APIs -- i...Michael DeHaan2008-11-181-5/+19
* Merge commit 'origin/devel' into develJames Laska2008-11-181-0/+1
|\
| * Fix potential exception when init scripts are missing, though really that's a...Michael DeHaan2008-11-181-0/+1
* | Merge commit 'origin/devel' into develJames Laska2008-11-1812-45/+118
|\|
| * keep changelog updatedMichael DeHaan2008-11-181-6/+17
| * Expose the extended version information over XMLRPC, and update the web inter...Michael DeHaan2008-11-182-8/+11
| * Add a --version command to cobbler which works by writing the file for /var/l...Michael DeHaan2008-11-189-31/+90
* | Correct the append_line logic for ppc64 systems. Add and remove PXE targets ...James Laska2008-11-181-37/+19
* | Merge commit 'origin/devel' into develJames Laska2008-11-186-16/+26
|\|
| * PV's patch to add the version number to Cobbler Web. This may breakMichael DeHaan2008-11-182-2/+14
| * Remove reference to default_interface in system codeMichael DeHaan2008-11-181-1/+0
| * PV's patch to the web interface, and also some CLI reorderingMichael DeHaan2008-11-181-5/+5
| * This field is no longer used.Michael DeHaan2008-11-181-1/+0
| * Apply Peter Vreman's patch to add more intf0 -> eth0 renaming logicMichael DeHaan2008-11-183-8/+8
* | PPC is strange. RHEL provides a 'ppc' tree that is intended only for ppc64 s...James Laska2008-11-182-9/+17
|/
* Added some code that recommends installing cman (but does not require it) whe...Michael DeHaan2008-11-171-0/+8
* fix power default (Peter Vreman's patch)Michael DeHaan2008-11-171-1/+1
* Add the regular expression module to the list of allowed modules, as it's use...Michael DeHaan2008-11-141-1/+1
* Security upgradesMichael DeHaan2008-11-141-0/+1
* Two security things -- restrict python imports within cheetah code, allow pow...Michael DeHaan2008-11-145-11/+50
* Two things to add security features to the power feature -- untaint import, a...Michael DeHaan2008-11-143-1/+12
* Misc fixes to power mgmtMichael DeHaan2008-11-142-4/+4
* Work on adding power management to the webapp (seems solid now), and also col...Michael DeHaan2008-11-145-11/+21
* Add power management fields to webappMichael DeHaan2008-11-141-2/+14
* Apply Mike McCune's changes to authn_spacewalk.pyMichael DeHaan2008-11-141-21/+9
* More work on power management feature.Michael DeHaan2008-11-144-31/+37
* Package the power management templates, continued work on power management codeMichael DeHaan2008-11-141-3/+12
* Working on adding power management codeMichael DeHaan2008-11-146-11/+239
* Merge commit 'jlaska_fpo/devel' into develMichael DeHaan2008-11-145-12/+74
|\
| * Merge commit 'origin/devel' into develJames Laska2008-11-132-25/+30
| |\
| * | Add support for network booting PowerPC systems.James Laska2008-11-131-3/+59
| * | Add support for importing ppc distros.James Laska2008-11-131-6/+8
| * | Propogate yaboot network boot support changes.James Laska2008-11-131-0/+4
| * | Add ppc as a valid architecture.James Laska2008-11-131-2/+2
| * | Added fedora10 as a valid 'redhat' os versionJames Laska2008-11-131-1/+1
* | | Merge commit 'jp2/debian' into develMichael DeHaan2008-11-131-0/+4
|\ \ \ | |_|/ |/| |
| * | Added detection hack for ubuntu 8.10 IntrepidIbexJavier Palacios2008-11-131-0/+4
* | | In the API, make the bonding setting either master, slave, or na/blank. In t...Michael DeHaan2008-11-131-0/+4
* | | Bonding settings are now saved by the webapp.Michael DeHaan2008-11-132-25/+26
| |/ |/|
* | Also be more tolerant with hyphens in interface editingMichael DeHaan2008-11-131-2/+3
* | Remove some more references to intf0Michael DeHaan2008-11-131-5/+5
* | Update test code to use the new interface names.Michael DeHaan2008-11-131-22/+22
* | Charles Duffy's patch to add a --no-daemonize option to cobbler, as well as s...Michael DeHaan2008-11-133-7/+10
* | In the event of accidental creation of a eth0 and a intf0 at the same time, d...Michael DeHaan2008-11-121-1/+1
* | Auto-rename interfaces to ethN from old-style internal storage of intfNMichael DeHaan2008-11-122-9/+22
|/
* Remove default interface fieldMichael DeHaan2008-11-121-27/+23