summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Charles Duffy's patch to add a --no-daemonize option to cobbler, as well as s...Michael DeHaan2008-11-131-8/+32
* Some changes to the blender function to remove a certain class of parsing/ble...Michael DeHaan2008-09-221-21/+30
* Apply patchset from Partha to /usr/bin/cobbler-setupMichael DeHaan2008-09-221-127/+75
* Apply Partha's patch to add /usr/bin/cobbler/setup which is a program to help...Michael DeHaan2008-09-171-0/+501
* Add external nodes codeMichael DeHaan2008-09-081-0/+22
* Missing colon.Michael DeHaan2008-07-241-1/+1
* sort in a python 2.3 compliant wayMichael DeHaan2008-07-241-1/+3
* Apply John V's latest work on bash completion scriptMichael DeHaan2008-07-241-4/+3
* Patch to make cobbler exit codes work as expectedMichael DeHaan2008-07-241-1/+2
* Make cobbler-completion work with no argsMichael DeHaan2008-07-231-1/+7
* Add completion scriptMichael DeHaan2008-07-231-0/+120
* Reinstating findks.cgi support, this time as mod_python.Michael DeHaan2008-07-171-5/+6
* Merge branch 'master' into develMichael DeHaan2008-06-251-0/+5
|\
| * Make cobblerd close file handlesMichael DeHaan2008-06-251-0/+5
* | This change allows the mod_python aspects to work if the http_port is not 80....Michael DeHaan2008-06-162-2/+9
|/
* Support "fake" query string URLs to support xend's esoteric parser that doesn...Michael DeHaan2008-04-231-0/+22
* Apply unicode changes to webui alsoMichael DeHaan2008-04-232-4/+4
* Services operations are now happy with unicode data.Michael DeHaan2008-04-231-2/+3
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-187-574/+67
* kssendmac does not make this information available at the time of this wgetMichael DeHaan2008-04-181-11/+5
* Fix install trigger back since the modifications also were not pulling in the...Michael DeHaan2008-04-171-2/+2
* (A) The Python-yaml open source code that we had been using apparently didn't...Michael DeHaan2008-04-171-2/+3
* Replaced the existing cobbler pre/post install triggers system with a much mo...Michael DeHaan2008-04-151-7/+27
* Better kerberos support. See the Wiki.Michael DeHaan2008-04-142-57/+23
* fix changelogMichael DeHaan2008-04-081-1/+1
* Fix bug in module loader to allow non-serializer modules to be loadedMichael DeHaan2008-03-121-1/+1
* Getting ready for 0.8.2 releaseMichael DeHaan2008-03-073-94/+15
* Misc UpdatesMichael DeHaan2008-03-041-0/+125
* Added change_profile.cgi, which allows changing profiles via wget's soMichael DeHaan2008-03-031-0/+146
* Fix findks script to match new APIMichael DeHaan2008-03-031-1/+7
* Make WebUI do recursive deletes for distros/profiles.Michael DeHaan2008-01-311-1/+1
* Make WebUI use Apache logging mechanisms, also remove unreferenced cookie code.Michael DeHaan2007-12-131-0/+1
* API and web svc now use seperate logging, and logging is greatly enhanced and...Michael DeHaan2007-12-101-1/+1
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-061-8/+12
* Disable RPM AutoReq to avoid slurping in an unpackaged Perl module that we onlyMichael DeHaan2007-12-061-0/+1
* Some initial work on kerberos authentication via a helper program, some work ...Michael DeHaan2007-12-051-0/+54
* Fixes + changelog.Michael DeHaan2007-12-051-2/+4
* Work on making the default service authenticator grok Apache htdigest files.Michael DeHaan2007-12-051-108/+0
* mod_python version of webui now operational at http://server/cobbler/web with...Michael DeHaan2007-12-051-22/+37
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now activ...Michael DeHaan2007-12-041-26/+96
* First start of pluggable authn/authz system for remote API + web interface,Michael DeHaan2007-12-031-0/+72
* Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-292-1/+73
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-1/+1
* Initial bits of code to make CLI modular, and use new object system for defin...Michael DeHaan2007-11-191-2/+1
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess /...Michael DeHaan2007-10-291-14/+12
* Change localhost to 127.0.0.1, just in case.Michael DeHaan2007-09-201-1/+1
* Move all CGI scripts to a cobbler subdirectory under cgi-bin for namespacing.Michael DeHaan2007-09-191-0/+0
* Upgrading cookie and token handling and brining it inside of CobblerWeb.pyMichael DeHaan2007-09-171-23/+8
* Commit Al Tobey's auth patches to the Web UI.Michael DeHaan2007-09-171-10/+75
* remove module import (AT patch)Michael DeHaan2007-09-141-1/+0