summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Release bump for 0.8.0Michael DeHaan2008-02-151-2/+2
* Fix permissions on reposyncMichael DeHaan2008-02-141-1/+1
* Nicer error reporting when user doesn't have permissions on the log filesMichael DeHaan2008-02-131-1/+7
* Added additional needed args to higher level API methods, also made higher le...Michael DeHaan2008-02-131-5/+17
* Added in a possible workaround for a user problem with source_repos in an upg...Michael DeHaan2008-02-132-2/+7
* Add vmware as a legal virt type (implementation TBA soon).Michael DeHaan2008-01-312-2/+2
* Sort 'cobbler list' outputMichael DeHaan2008-01-311-1/+10
* Make WebUI do recursive deletes for distros/profiles.Michael DeHaan2008-01-312-4/+4
* Recursive deletes are now possible with --recursive. Web UI still needs to t...Michael DeHaan2008-01-3111-21/+65
* Keep leading newline from appearing in template files.Michael DeHaan2008-01-221-0/+4
* Add rename and copy functionality to the base API, the remote interface, and ...Michael DeHaan2008-01-225-79/+228
* Enforce permissions/context after reposync.Michael DeHaan2008-01-211-0/+24
* Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-213-7/+9
* Modify reposync to not preserve permissions on rsync.Michael DeHaan2008-01-101-1/+1
* Added http_port parameter to settings so Apache can run on ports other than 80.Michael DeHaan2008-01-105-15/+22
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-103-6/+12
* Fix for comps.xml name changeMichael DeHaan2008-01-091-3/+3
* Added a parameter --yumopts which allows setting parameters for yum plugins i...Michael DeHaan2008-01-097-15/+42
* Fix typoMichael DeHaan2008-01-091-1/+1
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-043-27/+36
* Add some options back that went missing in the command line refactor.Michael DeHaan2008-01-041-6/+9
* Reapply patch from previous reverted changeMichael DeHaan2008-01-041-3/+3
* Rename some templates, remove proxy logic that is not necc. for new performanceMichael DeHaan2007-12-203-41/+12
* -b option to wget isn't available in busybox, and we don't need it, so don't ...Michael DeHaan2007-12-201-3/+3
* Changes to enable Cobbler to also speak XMLRPC on a Unix domain socket whichMichael DeHaan2007-12-196-48/+364
* The repo management code generates some things on a per-profile basis whichMichael DeHaan2007-12-182-4/+30
* Apply Tim's patch to fix/re-enable the random MAC feature.Michael DeHaan2007-12-181-1/+1
* Release bump since testing release was yesterdayMichael DeHaan2007-12-141-4/+4
* Make new distro form submit properlyMichael DeHaan2007-12-131-4/+3
* Fix some logging referencesMichael DeHaan2007-12-131-2/+2
* Make WebUI use Apache logging mechanisms, also remove unreferenced cookie code.Michael DeHaan2007-12-131-85/+16
* Fix bug in remote system save method.Michael DeHaan2007-12-131-1/+1
* Make WebUI deletions of distro objects work againMichael DeHaan2007-12-131-3/+5
* Fix bug in sync remote APIMichael DeHaan2007-12-131-1/+1
* Allow sync to absorb unknown argsMichael DeHaan2007-12-131-1/+1
* Fix for older python versionsMichael DeHaan2007-12-131-1/+1
* Fix typoMichael DeHaan2007-12-131-1/+1
* Performance tweaking and benchmarks.Michael DeHaan2007-12-1215-55/+151
* API and web svc now use seperate logging, and logging is greatly enhanced and...Michael DeHaan2007-12-109-91/+152
* Fix some errors in the new logging code.Michael DeHaan2007-12-101-4/+5
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-065-33/+116
* Disable RPM AutoReq to avoid slurping in an unpackaged Perl module that we onlyMichael DeHaan2007-12-061-2/+2
* Some initial work on kerberos authentication via a helper program, some work ...Michael DeHaan2007-12-056-23/+149
* Packaging fixupsMichael DeHaan2007-12-051-2/+2
* Fixes + changelog.Michael DeHaan2007-12-051-1/+1
* Work on making the default service authenticator grok Apache htdigest files.Michael DeHaan2007-12-052-12/+36
* mod_python version of webui now operational at http://server/cobbler/web with...Michael DeHaan2007-12-053-35/+37
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now activ...Michael DeHaan2007-12-045-142/+175
* Fix one missing priority valueMichael DeHaan2007-11-291-1/+1
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to defau...Michael DeHaan2007-11-297-6/+27