aboutsummaryrefslogtreecommitdiff
path: root/rpkid/irbe_cli.py
AgeCommit message (Collapse)Author
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786
2012-02-16Teach irbe_cli to pull certs and keys directly from irdb.Rob Austein
svn path=/branches/tk161/; revision=4342
2012-02-09merge with /trunkMichael Elkins
svn path=/branches/tk161/; revision=4321
2011-11-14Misplaced parenthesisRob Austein
svn path=/trunk/; revision=4092
2011-03-03Script header breaks __doc__ hackRob Austein
svn path=/rpkid/irbe_cli.py; revision=3711
2011-01-20Generate Python executables during compilation rather than fromRob Austein
./configure. Change (almost) all programs to use rpki.conf instead of separate config files for each program, and add support for ${prefix}/etc/rpki.conf like normal system programs. svn path=/buildtools/make-python-executable.py; revision=3620
2010-11-14Implement "reissue" left-right operation. Reformat some doc strings.Rob Austein
svn path=/rpkid/irbe_cli.py; revision=3551
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
svn path=/rpkid/Makefile; revision=3465
2010-06-29Add parent_handle to <list_received_resources/> reply PDU.Rob Austein
svn path=/rpkid/irbe_cli.py; revision=3302
2010-03-16Update copyright noticesRob Austein
svn path=/rpkid/irbe_cli.py; revision=3107
2010-02-25Refactor "caller" class(es) and move into library.Rob Austein
svn path=/myrpki.rototill/myirbe.py; revision=3007
2010-02-24Checkpoint. <list_received_resources/> still not quite working yet, but ↵Rob Austein
getting closer. svn path=/rpkid/irbe_cli.py; revision=3005
2010-02-23Initial cut of <list_received_resources/> code.Rob Austein
svn path=/rpkid/irbe_cli.py; revision=3002
2009-09-30Turn off execute bit on scripts until we get conflict between DoxygenRob Austein
and #! lines sorted. svn path=/myrpki/xml-parse-test.py; revision=2799
2009-09-29Heh, forgot I had a mechanism already in place for excludingRob Austein
particular XML attributes from the irbe_cli command line. svn path=/rpkid/irbe_cli.py; revision=2792
2009-09-28Add <list_published_objects/> PDU to left-right protocol, to supportRob Austein
audit of what rpkid thinks should be published vs what really is. svn path=/rpkid/irbe_cli.py; revision=2790
2009-09-04Handle report_error responses. Perhaps not the most elegant way to doRob Austein
this, but will suffice for now. svn path=/rpkid/irbe_cli.py; revision=2730
2009-09-03Rewrite to use rpki.async.sync_wrapper.Rob Austein
svn path=/rpkid/irbe_cli.py; revision=2729
2009-07-04Clean up and consolidate traceback. Add methods to hide (some of the)Rob Austein
mucking about with msg.type variables. Include query PDU tags in reply <report_error/> PDUs. svn path=/rpkid/irbe-setup.py; revision=2571
2009-06-09Cleanup: get rid of <route_origin/> objectRob Austein
svn path=/rpkid/README; revision=2511
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob Austein
in rpkid) to pull model (IRDB for <list_roa_request/> queries). Still need to clean up old code, but new code seems to work properly. svn path=/rpkid/Makefile; revision=2510
2009-05-27Update copyright notices in files edited this yearRob Austein
svn path=/rcynic/rcynic.c; revision=2452
2009-05-11Cosmetic doc changes.Rob Austein
svn path=/rpkid/irbe-setup.py; revision=2424
2009-05-10LintRob Austein
svn path=/rpkid/irbe_cli.py; revision=2419
2009-04-29More lintRob Austein
svn path=/rpkid/Makefile; revision=2373
2009-04-29First pass with pylintRob Austein
svn path=/rpkid/Makefile; revision=2371
2008-07-15Rename a couple of scripts whose names confuse Doxygen. Clean some ofRob Austein
the old test code out of rpkid/ to make real code easier to find. svn path=/rpkid/Doxyfile; revision=1995