aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/sundial.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-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
svn path=/branches/tk274/; revision=4794
2012-10-26Change POW representation of UTCTime and GeneralizedTime to use PythonRob Austein
datetime instead of OpenSSL-like GeneralizedTime strings. Clean up a lot of compiler warnings that gcc only reports with -Wextra. svn path=/branches/tk274/; revision=4791
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786
2012-10-12Rust In Pieces, POW.pkix.Rob Austein
In the end, there can be only one. svn path=/branches/tk274/; revision=4771
2011-10-05Stop abusing RuntimeError. This closes #52.Rob Austein
svn path=/rpkid/portal-gui/scripts/load_csv.py; revision=4015
2011-04-21Add .fromOpenSSL() constructor.Rob Austein
svn path=/rpkid/rpki/sundial.py; revision=3783
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-09-15Convert interface between Python and OpenSSL to use GeneralizedTimeRob Austein
syntax for both GeneralizedTime and UTCTime: bad enough that the ASN.1 code has to know about Y2050 madness, there's no sane reason why application code should need to know. svn path=/pow/POW-0.7/POW.c; revision=3448
2010-04-12LintRob Austein
svn path=/myrpki/myrpki.py; revision=3191
2010-03-16Update copyright noticesRob Austein
svn path=/rpkid/irbe_cli.py; revision=3107
2010-03-06Weeks and years conversions for timedelta.Rob Austein
svn path=/rpkid/rpki/sundial.py; revision=3036
2009-09-25Generalize casting of results of arithmetic operations on datetime andRob Austein
timedelta objects. svn path=/rpkid/rpki/sundial.py; revision=2785
2009-09-11CleanupRob Austein
svn path=/rpkid/rpki/async.py; revision=2748
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-04-28Fix handling of arithmetic operations that return timedelta ratherRob Austein
than datetime. svn path=/rpkid/rpki/sundial.py; revision=2367
2008-06-21Tighten up timedelta.parse() error handlingRob Austein
svn path=/rpkid/rpki/sundial.py; revision=1915
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-05-16Fix .union() bug found by unit tests, clean up.Rob Austein
svn path=/rpkid/Makefile; revision=1781
2008-05-08Move fancy timedelta code into rpki.sundial.Rob Austein
svn path=/rpkid/rpki/sundial.py; revision=1755
2008-03-27Add revoked_cert table and rototill child_cert revocation code to useRob Austein
it. Enable MySQLdb exceptions, whack resulting problem with MySQL DATETIME object conversion repeatedly with a blunt object. svn path=/docs/rpki-db-schema.pdf; revision=1564
2008-02-27Filename cleanupRob Austein
svn path=/rpkid/Makefile; revision=1531