aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
2011-03-14Don't fail if parent neither offers nor refers a repository.Rob Austein
2011-03-12Traceback on connection failure is not very friendly.Rob Austein
2011-03-03Simplify rules slightlyRob Austein
2011-03-03Script header breaks __doc__ hackRob Austein
2011-03-03add $SUBDIRS to $top/rpkid/Makefile.in and add portal-gui when django is dete...Michael Elkins
2011-03-03put django project templates into $top/rpkid/rpki/gui/templatesMichael Elkins
2011-03-02install rpki.gui.app's django templates into the python package since it is l...Michael Elkins
2011-03-02portal-gui project Makefile should not install django app templatesMichael Elkins
2011-03-02update configure and rpkid/Makefile.in to reflect new location of $top/portal...Michael Elkins
2011-03-02update portal-gui settings.py.in to reflect changes in django 1.2Michael Elkins
2011-03-02mv portal-gui TODO into the app directoryMichael Elkins
2011-03-02move portal-gui scripts out of the python package tree into the project treeMichael Elkins
2011-03-02move $top/portal-gui into $top/rpkid/portal-guiMichael Elkins
2011-03-02put default values for portal-gui django app into a local settings.pyMichael Elkins
2011-03-02move rpki.gui.app templates into the source tree as recommended for distribut...Michael Elkins
2011-02-25portal-gui no longer invokes the myrpki.py command line tool.Michael Elkins
2011-02-25refactor the IRDB sql code out ofMichael Elkins
2011-02-24add rpki.resource_set.roa_prefix.from_roa_tuple() to do the opposite of .to_r...Michael Elkins
2011-02-22settings.py needed silly chmod hack tooRob Austein
2011-02-22Have to make script file writable before whacking itRob Austein
2011-02-19do not print warning about missing <list_received_resources/> responses when ...Michael Elkins
2011-02-16sort ASs and AddressRanges by the lower bound in the rangeMichael Elkins
2011-02-15Use the request.META['wsgi.errors'] log object instead of writing to sys.stde...Michael Elkins
2011-02-12do not require the host to be set while editing in the django admin interfaceMichael Elkins
2011-02-12load_csv.py erroneously not copied to rpkigui-load-csvMichael Elkins
2011-02-08add new script rpkigui-response as a help to put responses fromMichael Elkins
2011-01-25Fix bdist_rpm againRob Austein
2011-01-25remove settings.py and rpkigui-list-resources in clean targetMichael Elkins
2011-01-25move portal-gui/scripts to rpkid/rpkid/gui/scriptsMichael Elkins
2011-01-25settings.py should not be in ${SCRIPTS}Michael Elkins
2011-01-25fix form validation to reject AS 0 in a roa requestMichael Elkins
2011-01-25fix selective deletion of roa requests in prefix view pageMichael Elkins
2011-01-24the commands in ${sbindir} do not have the .py suffixMichael Elkins
2011-01-24really fix glue.conf() *ahem*Michael Elkins
2011-01-24fix botched called to glue.conf()Michael Elkins
2011-01-24move portal-gui django app to $top/rpkid/rpki/guiMichael Elkins
2011-01-23Run alien in verbose modeRob Austein
2011-01-23Preliminary hacks for .rpm and .deb packagingRob Austein
2011-01-22Trying to guess what we might have installed after the fact is tooRob Austein
2011-01-22More Ubuntu weirdness: distutils.sysconfig.get_python_lib() saysRob Austein
2011-01-22Installation fixesRob Austein
2011-01-21Basic "make install" and "make deinstall" now works for rpkid/Rob Austein
2011-01-21First cut at deinstallation. Needs to evolve as installation evolves.Rob Austein
2011-01-20Generate Python executables during compilation rather than fromRob Austein
2011-01-20Try using distutils for installation -- not cooked yetRob Austein
2011-01-20Oops, have to list sub-packages explictly.Rob Austein
2011-01-20Fix cleanRob Austein
2011-01-20Move POW extension module into rpkid directory and use distutils toRob Austein
2011-01-13Finish moving POW directory into rpki/ tree, step 2Rob Austein