summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* Rename anamon.py -> anamonJames Laska2009-03-091-1/+1
|
* Modify build scripts to not install the pycs and pyos for anamon. This ↵Michael DeHaan2009-03-061-1/+2
| | | | | | | | could probably be better done by changing anamon to not end in ".py", as RPM is trying to be too smart for it's own good (I think) Conflicts: cobbler.spec
* Adding zpxe.rexx and snippet to packagingJames Laska2009-02-201-0/+1
|
* Add anamon.py %pre script into aux/anamon.pyJames Laska2008-12-111-0/+1
|
* Add a --version command to cobbler which works by writing the file for ↵Michael DeHaan2008-11-181-0/+1
| | | | | | | /var/lib/cobbler/version at build time, including git hash info since the version during development may not be as definitive as the package version
* Add yaboot-1.3.14 binary built from yaboot.git repository (see ↵James Laska2008-11-131-0/+1
| | | | http://yaboot.ozlabs.org).
* Upgrade to elilo 3.8Michael DeHaan2008-10-151-1/+1
|
* Apply patchset from Partha to /usr/bin/cobbler-setupMichael DeHaan2008-09-221-1/+1
|
* Apply Partha's patch to add /usr/bin/cobbler/setup which is a program to ↵Michael DeHaan2008-09-171-0/+1
| | | | help create settings and modules.conf, there are a few small bugs in this but it's mostly done. I've reworked the code for style/output somewhat and also added RPM packaging.
* Add Javier P's patch to add "cobbler import" support for Debian. Also ↵Michael DeHaan2008-09-121-0/+1
| | | | tweaked Andrew Brown's system cloner a bit and added packaging for the debian sample.seed file.
* Apply Dan G's changes to move cheetah macros to a user editable fileMichael DeHaan2008-09-021-0/+1
|
* Lots of work on the acl module, still need to test some niche cases and ensureMichael DeHaan2008-08-281-0/+1
| | | | the authz_configfile still works, though ownership is looking pretty good at this point with ACL's tacked on after normal authz approval
* In-progress work on making bash-completion script not need to run cobbler by ↵Michael DeHaan2008-07-231-0/+1
| | | | teaching it about a much lighter weight script that reads a pre-generated list of options.
* Various image changes + bash completion scriptMichael DeHaan2008-07-151-0/+1
|
* Abstract out sync code into it's constituent parts, plus some packaging ↵Michael DeHaan2008-04-181-0/+1
| | | | changes that I left out earlier.
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-6/+1
| | | | under mod_python, kickstart templating code now moved out of sync function.
* Fix manifest.in to add missing file, remove one file no longer used.Michael DeHaan2008-04-151-2/+1
|
* Better kerberos support. See the Wiki.Michael DeHaan2008-04-141-1/+0
|
* Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-0/+1
|
* Patch to allow overriding gpgcheck, +version bumpMichael DeHaan2008-03-101-1/+0
|
* Some initial work on kerberos authentication via a helper program, some work ↵Michael DeHaan2007-12-051-0/+1
| | | | | | on making the API have access to the log files and logging everything done there. The logging work, as well as kerb testing, are incomplete at this point, though authn_configfile works fine.
* Packaging fixupsMichael DeHaan2007-12-051-0/+1
|
* Work on making the default service authenticator grok Apache htdigest files.Michael DeHaan2007-12-051-3/+1
|
* First start of pluggable authn/authz system for remote API + web interface,Michael DeHaan2007-12-031-0/+1
| | | | using Apache modules.
* Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-291-1/+1
|
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-0/+1
|
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵Michael DeHaan2007-10-301-1/+1
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-301-1/+1
|
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-291-0/+1
| | | | file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)).
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵Michael DeHaan2007-10-291-0/+1
| | | | / etc
* Service restarting has been abstracted out of the action_sync code, and is ↵Michael DeHaan2007-10-191-0/+1
| | | | | | | | | | now a trigger. This commit adds pre/post sync triggers, for scripting of arbitrary actions. The idea is that a cobbler user can now modify the restart-services script to rsync DHCP configurations to a remote box and instead restart them there, for hosting DHCP on a different box. Or do anything else that might be required. The restart-services trigger will ship in the cobbler RPM. Users can modify it at will and it is marked as config(noreplace) so upgrades will not affect it.
* Package the cobbler manpage as html as well as a docs page. Fix a broken ↵Michael DeHaan2007-09-191-0/+2
| | | | docstring in action_sync.py
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-1/+1
| | | | | In addition, the webui is now just "webui.cgi" in that directory. RPMs and setup.py also updated.
* Permissions cleanup and moving settings to be packaged in the RPM.root2007-09-141-0/+1
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-111-0/+4
| | | | TBA.
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-101-0/+1
|
* Allow for serialization modules to be selected by changing ↵Michael DeHaan2007-09-061-0/+1
| | | | /etc/cobbler/modules.conf
* Not using NEWS file anymore.Michael DeHaan2007-08-301-1/+1
|
* Set permissions on /var/lib/cobbler/cobbler_hosts by installingMichael DeHaan2007-08-101-0/+1
| | | | the file in RPM so dnsmasq can read it.
* Implement PXE boot loop prevention feature using a CGI script that speaks to ↵Michael DeHaan2007-08-031-0/+1
| | | | | | a special function in cobblerd.
* Added a SNIPPET::foo feature which can do the equivalent of %include in ↵Michael DeHaan2007-07-271-0/+1
| | | | | | | | | kickstart without the need for a wget and http hosting. Snippets live in /var/lib/cobbler/snippets -- Cobbler ships with only one snippet now (as a demo), though users can create as many as they want.
* Adding kickstart serving CGI script.Michael DeHaan2007-07-091-0/+1
| | | | Also fixing one error in the utils module.
* add missing file to MANIFEST.inMichael DeHaan2007-07-031-1/+1
|
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-0/+1
| | | | Bumped revision to 0.5.1.
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-12/+6
|
* Adding missing file to MANIFEST.inMichael DeHaan2007-05-241-0/+1
|
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-3/+4
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.
* Kickstart tracking now mines the apache logs rather than relying on theMichael DeHaan2007-04-111-0/+1
| | | | | | | | | | | | | | | watcher.py mod_python script, so there is room for greater platform compatibility. A cgi-based more-portable alternative to watcher is still desirable. Since apache logs are cycled more frequently than cobbler logs, this does mean that we lose a bit of granularity with regards to start/stop times, though this can presumably be refined. Last request time (the most important bit) is still solid. Need to verify that Apache log time parsing (strptime) isn't doing anything strange with time zones as cobbler is logging GMT. I suspect it might and that would affect results and state detection.
* Tags + added template file to manifest.inMichael DeHaan2007-03-221-0/+1
|
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-191-13/+15
| | | | feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.