summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
Commit message (Expand)AuthorAgeFilesLines
* Fill out all the hooks for network operations in new-world APIJohn Eckersberg2009-03-131-1/+26
* Whole bunch of network work, good time to throw a commit out.John Eckersberg2009-03-131-0/+10
* A very simple "cobbler hardlink" command to optimize space in /var/www/cobblerMichael DeHaan2009-03-111-0/+5
* Add search to the webapp. Currently all areas are implemented on the backend...Michael DeHaan2009-03-051-3/+5
* Remove a stray old-YAML-library referenceMichael DeHaan2009-03-051-1/+1
* Merge commit 'jamesc/standalone' into develMichael DeHaan2009-02-241-2/+2
|\
| * Merge branch 'devel' of git://git.fedorahosted.org/cobbler into standaloneJames Cammarata2009-02-131-8/+4
| |\
| * | buildiso --standalone 90% doneJames Cammarata2009-02-131-2/+2
* | | Sleep longer between power cycling systems (Bill Peck)Michael DeHaan2009-02-241-1/+1
| |/ |/|
* | update should be a no-op on devel branch (no longer needed)Michael DeHaan2009-02-121-8/+4
|/
* (A)Michael DeHaan2009-02-041-5/+13
* various rearranging; test code uses new port, logging fixes (sort of)root2009-01-231-2/+0
* Eliminate double fork in cobblerd, give cobblerd it's own log, various stream...Michael DeHaan2009-01-231-5/+4
* Consolidating services to use just one port, removed syslog logging since we ...Michael DeHaan2009-01-231-6/+5
* Working on getting the server to not ping itselfMichael DeHaan2009-01-231-8/+12
* Some fixes to remote cobblerd authentication features. Not done.Michael DeHaan2009-01-221-15/+15
* More work on teaching cobblerd to not reload itself, in progress, some web/XM...Michael DeHaan2009-01-211-25/+25
* The beginings of a caching implementation for cobblerd to make the webapp/XML...Michael DeHaan2009-01-211-10/+33
* (A) It is unneccessary to run restorecon when the contexts on the directories...Michael DeHaan2009-01-051-4/+4
* Make CLI refuse to run with SELinux on EL 4 (EL 5 is fine!)Michael DeHaan2008-12-161-0/+11
* Changes to apply lots of public_content_t to files shared between tftpboot an...Michael DeHaan2008-12-151-0/+5
* Call restorecon in lots of places if required to make sure selinux context is...Michael DeHaan2008-12-101-0/+11
* Making sure no objects are set to None internally at the API level, ratherMichael DeHaan2008-12-021-1/+2
* Add some code to provide a "get_x_since" function that allows for getting jus...Michael DeHaan2008-12-021-0/+36
* PV's patch to surface power management into remote interfaceMichael DeHaan2008-11-251-3/+3
* Add UID field to APIMichael DeHaan2008-11-241-0/+3
* Peter Vreman's patch to make directories configurable for pxe and power locat...Michael DeHaan2008-11-201-2/+2
* Add a --version command to cobbler which works by writing the file for /var/l...Michael DeHaan2008-11-181-12/+22
* PV's patch to add the version number to Cobbler Web. This may breakMichael DeHaan2008-11-181-1/+1
* Two security things -- restrict python imports within cheetah code, allow pow...Michael DeHaan2008-11-141-7/+7
* More work on power management feature.Michael DeHaan2008-11-141-2/+2
* Working on adding power management codeMichael DeHaan2008-11-141-1/+24
* Charles Duffy's patch to add a --no-daemonize option to cobbler, as well as s...Michael DeHaan2008-11-131-3/+3
* Fix mtime code (BK's patch)Michael DeHaan2008-11-111-1/+1
* A couple of things, the removal of the server.update() code wasn't good for p...Michael DeHaan2008-11-061-58/+43
* Fairly extensive overhaul of the test code, and correcting some API-based got...Michael DeHaan2008-11-061-4/+73
* More work on the image editor in the webappMichael DeHaan2008-10-201-1/+1
* Apply asilva's patch to add --no-headers to output formatsMichael DeHaan2008-10-171-2/+3
* Work on the new options to cobbler reposync (--tries=N and --no-fail)Michael DeHaan2008-10-081-2/+2
* Add some options to reposync (not added yet), and some tweaks to config manag...Michael DeHaan2008-10-081-2/+2
* Added templating files to mod_python serviceJames Cammarata2008-10-041-0/+16
* Anderson Silva's initial cobbler report formatting patchMichael DeHaan2008-09-181-0/+9
* Add Javier P's patch to add "cobbler import" support for Debian. Also tweake...Michael DeHaan2008-09-121-2/+2
* Don't log variables before authn/authz resultMichael DeHaan2008-09-051-2/+2
* Updates on the acl feature. (policy acls for webui/xmlrpc, not to be confused...Michael DeHaan2008-09-021-5/+4
* Merge branch 'master' into develMichael DeHaan2008-09-021-1/+1
|\
| * Fix various merge errors and also add some missing directory packaging to the...Michael DeHaan2008-09-021-4/+0
| * Merge branch 'devel'Michael DeHaan2008-08-291-19/+109
| |\
| * | More fixes to repo/image delete codeMichael DeHaan2008-07-031-2/+2
* | | Lots of work on the acl module, still need to test some niche cases and ensureMichael DeHaan2008-08-281-1/+5
| |/ |/|