summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add some code to ensure ips/macs don't get spaces in them.Michael DeHaan2009-01-271-3/+3
| |
* | Some code reorg in manage_bind during debugging, no functionality changesMichael DeHaan2009-01-271-7/+7
| |
* | Fix bad python 2.6 deprecation patch, also fix invalid removal code, and ↵Michael DeHaan2009-01-274-13/+12
| | | | | | | | remove a XMLRPC connection loop.
* | Fix python 3000 patch to move definitions to the topMichael DeHaan2009-01-271-11/+11
| |
* | Remove md5 logic from uploading log sections since it is easierMichael DeHaan2009-01-272-32/+7
| | | | | | | | to not support the md5 python 3000 move this way
* | Changelog updateMichael DeHaan2009-01-271-3/+1
| |
* | Merge commit 'jcapel_nl/devel-bugs' into develMichael DeHaan2009-01-272-25/+11
|\ \
| * | Fixed bug (ticket #309). Eth0 can now be deleted, and won't magically re-appear.Jasper Capel2009-01-272-25/+11
| | | | | | | | | | | | Removed some old default_interface code.
* | | Fix typoMichael DeHaan2009-01-271-1/+1
|/ /
* | Fix image type editing in the webappMichael DeHaan2009-01-263-2/+5
| | | | | | | | | | | | Conflicts: CHANGELOG
* | Update changelogs to reflect merged patchesMichael DeHaan2009-01-261-3/+12
| | | | | | | | | | | | Conflicts: CHANGELOG
* | Ignore commented lines in TFTP config during 'cobbler check'Michael DeHaan2009-01-261-1/+1
| |
* | Authors updateMichael DeHaan2009-01-261-0/+1
| |
* | Fixes to supress python 2.6 warnings about deprecation in Python 3/3000 (ssato)Michael DeHaan2009-01-268-12/+18
| |
* | Fix typoMichael DeHaan2009-01-261-1/+1
| |
* | Ensure cobbler objects are loaded before service returns.Michael DeHaan2009-01-261-1/+5
| |
* | Buildiso fix to teach it about bonding info (Dave Hatton)Michael DeHaan2009-01-261-6/+13
| |
* | Remove duplicate function (Dave Hatton)Michael DeHaan2009-01-261-12/+0
| |
* | Apply fix for variable naming also to devel branch (Dave Hatton)Michael DeHaan2009-01-261-1/+1
| |
* | Fix for blending in template-files featureMichael DeHaan2009-01-261-0/+5
| |
* | There is now a seperate cobblerd.log, but there is longer a webui.logMichael DeHaan2009-01-231-1/+1
| |
* | various rearranging; test code uses new port, logging fixes (sort of)root2009-01-235-6/+4
| |
* | Eliminate double fork in cobblerd, give cobblerd it's own log, various ↵Michael DeHaan2009-01-236-11/+9
| | | | | | | | | | | | streamlining; exception logging may have some quirks and the unit tests are a little odd, though it seems to be fairly solid; more work TBD. Now cobblerd has only one process and invokes API load only once, which should lead to much faster startup and performance.
* | Don't double-endpoint the XMLRPC, Apache warns about this, so it might mean ↵Michael DeHaan2009-01-231-8/+0
| | | | | | | | something.
* | Consolidating services to use just one port, removed syslog logging since we ↵Michael DeHaan2009-01-2310-246/+101
| | | | | | | | have anamon
* | Working on getting the server to not ping itselfMichael DeHaan2009-01-2312-41/+46
| |
* | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-01-2210-30/+212
|\ \
| * \ Merge commit 'origin/devel' into develJames Laska2009-01-229-42/+155
| |\ \
| * | | Add post_anamon snippet to standard kickstart templatesJames Laska2009-01-222-0/+6
| | | |
| * | | Use absolute file paths. Setup and configure anamon initscript for ↵James Laska2009-01-221-11/+19
| | | | | | | | | | | | | | | | post-install boot notification.
| * | | Use absolute file pathsJames Laska2009-01-221-3/+2
| | | |
| * | | Add anamon.init script to provide post-install boot notification using the ↵James Laska2009-01-224-2/+145
| | | | | | | | | | | | | | | | anamon service. Add a anamon pre/install trigger to clear any saved logfiles.
| * | | Add comments and cleanup file descriptors when forking. Add cmdline support ↵James Laska2009-01-221-13/+39
| | | | | | | | | | | | | | | | for creating the watchlist (bpeck).
| * | | Don't remove the aux directoryJames Laska2009-01-221-1/+1
| | | |
| * | | Merge commit 'origin/devel' into develJames Laska2009-01-2126-37/+926
| |\ \ \
| * \ \ \ Merge commit 'origin/devel' into develJames Laska2009-01-132-4/+44
| |\ \ \ \
| * \ \ \ \ Merge commit 'origin/devel' into develJames Laska2009-01-115-29/+29
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'origin/devel' into develJames Laska2009-01-061-3/+3
| |\ \ \ \ \ \
* | | | | | | | Some fixes to remote cobblerd authentication features. Not done.Michael DeHaan2009-01-227-32/+49
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | More work on teaching cobblerd to not reload itself, in progress, some ↵Michael DeHaan2009-01-213-86/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | web/XMLRPC functions may have some slight glitches but I'm working on it.
* | | | | | | The beginings of a caching implementation for cobblerd to make the ↵Michael DeHaan2009-01-218-19/+144
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | webapp/XMLRPC much faster.
* | | | | | Enable writeback, if just temporarily, in the new serializer.Michael DeHaan2009-01-191-1/+1
| | | | | |
* | | | | | Let the shelver serializer use dumbdbm for now (pure python) and see howMichael DeHaan2009-01-191-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | we like it.
* | | | | | Add missing (renamed) fileMichael DeHaan2009-01-191-0/+1
| | | | | |
* | | | | | Experimenting with shelve again for performance information.Michael DeHaan2009-01-163-1/+154
| | | | | |
* | | | | | Merge commit 'james_c/ris-devel' into develMichael DeHaan2009-01-166-0/+253
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler/action_import.py cobbler/pxegen.py cobbler/utils.py
| * | | | | Added bindmount util functionJames Cammarata2008-12-301-3/+24
| | | | | |
| * | | | | More stuffJames Cammarata2008-12-282-1/+7
| | | | | |
| * | | | | Rename of .sif for ris kickstartJames Cammarata2008-12-281-0/+0
| | | | | |
| * | | | | RIS patch 3James Cammarata2008-12-262-7/+23
| | | | | |