aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/xml_utils.py
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
svn path=/trunk/; revision=5624
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786
2012-08-29Bad things happen when __str__() methods forget to return the string.Rob Austein
svn path=/branches/tk274/; revision=4674
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
sugar around cached SQL object fetches. Checkpoint of incomplete support for Ghostbusters reords. Clean up a few extraneous imports. svn path=/rpkid/Makefile.in; revision=3725
2010-11-14Implement "reissue" left-right operation. Reformat some doc strings.Rob Austein
svn path=/rpkid/irbe_cli.py; revision=3551
2010-08-29Break XML packet dumps into multiple lines when logging schemaRob Austein
validation errors. svn path=/rpkid/rpki/publication.py; revision=3431
2009-10-26Refactor publication code, step 1: clean upRob Austein
rpki.left_right.repository_elt.call_pubd() and methods in rpki.xmlutils.msg class that were (mis)designed to fit. svn path=/myrpki/myirbe.py; revision=2836
2009-09-29Refactor text-bearing XML code snippets into rpki.xml_utils.text_elt class.Rob Austein
svn path=/rpkid/left-right-schema.rng; revision=2791
2009-09-18Typo prevented default hook definitionRob Austein
svn path=/rpkid/rpki/xml_utils.py; revision=2772
2009-09-04Have to revoke child certs when destroying child object.Rob Austein
svn path=/rpkid/rpki/left_right.py; revision=2735
2009-08-24Better exception text for DuplicateObjectRob Austein
svn path=/rpkid/rpki/xml_utils.py; revision=2704
2009-08-19Don't accidently convert handles to integers.Rob Austein
svn path=/rpkid/rpki/xml_utils.py; revision=2691
2009-07-06Loose end from _id => _handle transition: _id values may not be setRob Austein
until serve_pre_save_hook() has run. svn path=/rpkid/rpki/xml_utils.py; revision=2583
2009-07-05Hmm, apparently I never really tested action="list" until now.Rob Austein
svn path=/rpkid/rpki/xml_utils.py; revision=2582
2009-07-04More msg.type cleanupRob Austein
svn path=/rpkid/irbe-setup.py; revision=2573
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-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
numeric identifiers with IRBE-assigned "handles". Daemons and test harness have been converted and seem to work; some tools like irbe_cli haven't been updated yet. svn path=/rpkid/doc/Installation; revision=2493
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-05-10Checkpoint. Conversion to errback() mechanism started, not yetRob Austein
complete. svn path=/rpkid/rootd.py; revision=2418
2009-04-29More lintRob Austein
svn path=/rpkid/Makefile; revision=2373
2009-04-24CheckpointRob Austein
svn path=/rpkid/pubd.py; revision=2355
2008-06-12Apparently Doxygen -does- read module documentation, but only ifRob Austein
nothing preceeds it in the file, not even comments. Reformat to work within this restriction. svn path=/docs/left-right-protocol; revision=1873
2008-06-02Add BPKI CRL to pubd's SQL database, and clean up a lot of redundantRob Austein
SAX code. svn path=/rpkid/irbe-cli.py; revision=1835
2008-05-31Clean up messy XML namespace stuffRob Austein
svn path=/rpkid/rpki/left_right.py; revision=1833
2008-05-30Checkpoint. Refactor to avoid circular module dependency.Rob Austein
svn path=/rpkid/rpki/left_right.py; revision=1831