summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Make clogger.Logger a little more reasonable.Devan Goodwin2009-10-301-8/+20
* Remove unused imports of sub_process.Devan Goodwin2009-10-257-9/+0
* Correct indentation on background reposync and check for empty list.Ian Alexander2009-10-241-4/+8
* web ui: move sessions directory to /var (trac #499)Cristian Ciupitu2009-10-231-2/+2
* small typo-type fixSinisa Vujic2009-10-201-2/+2
* Further work on Java code generator.Michael DeHaan2009-10-095-144/+139
* use deepcopy to copy system interfaces to prevent modifying the original syst...Peter Vreman2009-10-021-2/+3
* Fix checks WRT SELinuxMichael DeHaan2009-10-021-3/+2
* Make cobbler check better report on SELinux contexts to set, and alsoMichael DeHaan2009-10-011-6/+29
* Make cobbler reposync --only=N sync only that repo.Michael DeHaan2009-10-011-0/+3
* Work around mod_python scoping bug (RHEL 4/5 only) with utils.uniquifyMichael DeHaan2009-10-011-1/+27
* Fix checkbox field for virt_auto_bootMichael DeHaan2009-10-011-2/+2
* Remove acl_engine reference from authz_configfileMichael DeHaan2009-09-301-2/+2
* Merge branch 'release20'Michael DeHaan2009-09-301-17/+24
|\
| * Support python-netaddr >= 0.7.Devan Goodwin2009-09-301-4/+24
| * Drop the _CIDR object, unused outside of obsolete subdir.Devan Goodwin2009-09-301-13/+0
* | Merge branch 'release20'Michael DeHaan2009-09-282-2/+5
|\|
| * Fix the dumpvars command for 2.0 to eliminate traceback and also printMichael DeHaan2009-09-282-2/+5
* | Merge branch 'release20'Michael DeHaan2009-09-282-2/+2
|\|
| * Unhide fieldsMichael DeHaan2009-09-282-2/+2
| * Unhide per-system post install kernel optionsMichael DeHaan2009-09-281-1/+1
* | Unhide per-system post install kernel optionsMichael DeHaan2009-09-281-1/+1
* | Merge branch 'release20'Michael DeHaan2009-09-281-3/+2
|\|
| * Fix code in cobbler check that reports if dhcpd is installed, also updateMichael DeHaan2009-09-281-3/+2
| * Look for memtest files in tftpboot, not tftpboot/images, so that pxegen.pyMichael DeHaan2009-09-281-3/+3
* | Look for memtest files in tftpboot, not tftpboot/images, so that pxegen.pyMichael DeHaan2009-09-281-3/+3
* | Merge branch 'release20'Michael DeHaan2009-09-2810-37/+56
|\|
| * / is valid char in many input fields, dont allow ..Bill Peck2009-09-251-1/+1
| * fix in_place error edit commandBill Peck2009-09-241-1/+1
| * make_tftpboot, create base dirs for yaboot, elilo, pxelinux, etc..Bill Peck2009-09-232-22/+32
| * get distro name, not objectBill Peck2009-09-231-1/+1
| * execute power commands through shell, this allows us to chain command togethe...Bill Peck2009-09-231-2/+5
| * use get_conceptual_parent(), distro may not be defined on inherited itemsBill Peck2009-09-231-4/+3
| * move initialization code into item_distro, use get_conceptual_parent() to fin...Bill Peck2009-09-232-3/+6
| * fix missing errno import and fix legacy netboot-enabled calls for xmlrpcBill Peck2009-09-231-3/+5
| * pxelocal.template makes elilo halt, use ia64 specific templateBill Peck2009-09-231-0/+2
| * add rhel6 as a valid osversionBill Peck2009-09-231-1/+1
* | CouchDB serializer. Create /etc/cobbler/use.couch to enable. Not forwardMichael DeHaan2009-09-225-23/+54
* | Initial work on a prototype couchdb serializerMichael DeHaan2009-09-222-0/+219
|/
* Some image-object fixesMichael DeHaan2009-09-182-2/+3
* duplication checks in set_dns/mac/hostname are skipped if the field is emptyPeter Vreman2009-09-161-3/+3
* dhcpd.conf instead of dhcp.confPeter Vreman2009-09-161-3/+3
* Remove debug printMichael DeHaan2009-09-141-2/+0
* Add logger to subprocess executionStephan Huiser2009-09-141-1/+1
* Remove unused fileMichael DeHaan2009-09-141-83/+0
* Disable 'rescue' creation code as it appears to be having some problemsMichael DeHaan2009-09-141-18/+23
* Fix checkbox display of fields (missing comma)Michael DeHaan2009-09-111-1/+1
* Fix profile creation logic such that we don't try to create subprofiles for b...Michael DeHaan2009-09-111-1/+1
* Fix error message when tftpd config file is not foundMichael DeHaan2009-08-281-5/+1
* Merge commit 'lflaks/master'Michael DeHaan2009-08-271-2/+2
|\