summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Package the cobbler manpage as html as well as a docs page. Fix a broken doc...Michael DeHaan2007-09-192-3/+3
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-192-4/+7
* Arch and breed in the WUI are now radio buttons, plus a workaround for an iss...Michael DeHaan2007-09-181-0/+9
* Add sync support to WUIMichael DeHaan2007-09-182-4/+26
* Adding rename and copy support to the Web UI.Michael DeHaan2007-09-181-11/+56
* Implement deletes in WebUI, some fixes to backend RW XMLRPC API to serialize ...Michael DeHaan2007-09-182-10/+47
* Make cookies be session cookies + some backend cleanup.Michael DeHaan2007-09-182-40/+42
* Upgrading cookie and token handling and brining it inside of CobblerWeb.pyMichael DeHaan2007-09-172-57/+120
* Commit Al Tobey's auth patches to the Web UI.Michael DeHaan2007-09-172-40/+110
* Fix method in WUI.Michael DeHaan2007-09-171-1/+1
* Fix URL on kickstart listing page.Michael DeHaan2007-09-141-1/+1
* Kickstart listing is back in the WUI, with a backend method to get the exhaus...Michael DeHaan2007-09-142-21/+69
* More RPM tweakingMichael DeHaan2007-09-141-2/+2
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-143-5/+21
* Repos are now added to the WebUI.Michael DeHaan2007-09-144-7/+78
* Adds a empty.tmpl file that shows up when a list contains 0 items.Michael DeHaan2007-09-132-13/+25
* Adds edit capability to distro and profile objects, plus some random hacking...Michael DeHaan2007-09-133-64/+107
* Adding ability to save/edit/add profiles to Web UI.Michael DeHaan2007-09-131-3/+51
* Checking in other modifications to templates, setup files, etc.Michael DeHaan2007-09-121-4/+31
* Add additional fields to WebUI for profile editing/viewing.Michael DeHaan2007-09-121-0/+2
* Renaming the _add template to be _edit so things are consistant + some misc h...Michael DeHaan2007-09-121-23/+31
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-123-61/+121
* As ifarch doesn't work in noarch RPMs, do not include syslinux as a hard requ...Michael DeHaan2007-09-121-1/+4
* Apply Al Tobey's patchset to Cobbler Web UI.Michael DeHaan2007-09-124-93/+92
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ...Michael DeHaan2007-09-116-1/+489
* Fix up the new XMLRPC examples.Michael DeHaan2007-09-112-15/+1
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-116-49/+506
* Added demo_connect.py for working out how to best connect to the https:// int...root2007-09-101-0/+59
* Read-write service should only be bound to localhost.Michael DeHaan2007-09-101-1/+1
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-102-4/+22
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ...Michael DeHaan2007-09-103-147/+416
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-074-22/+50
* Convert argument to string before testing.Michael DeHaan2007-09-071-1/+1
* Ben Riggs patch to allow for reposyncs of explicit repos + tweakMichael DeHaan2007-09-064-24/+29
* Allow for serialization modules to be selected by changing /etc/cobbler/modul...Michael DeHaan2007-09-061-1/+13
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-057-52/+36
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-051-1/+1
|\
| * Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/cobblerroot2007-09-055-203/+32
| |\
| * | Fix typing bug.root2007-09-051-1/+1
* | | Working on pluggable serializers.root2007-09-057-92/+232
| |/ |/|
* | removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-055-202/+31
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-09-052-2/+39
|\|
| * changelog + docsroot2007-09-041-0/+11
| * Add some extra debug output to point users at the problem when there is a syntaxroot2007-09-041-2/+7
| * Make cobbler not fetch the kickstart when it may be external and CGI based.root2007-09-041-3/+12
| * Adding code to save the kickstart file as /root/anaconda.ksroot2007-09-041-0/+12
* | Fix dhcpd.conf rendering bug.Michael DeHaan2007-09-051-1/+1
|/
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-313-9/+51
* Allow "cobbler import" to deal with the new F8 tree renames. (Grr...)Michael DeHaan2007-08-301-1/+1
* Fix auto-repo attachment for RHEL5Michael DeHaan2007-08-291-10/+5