aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-07add support for import/export of xml files for rpki setupMichael Elkins
2011-10-07revert rev #3877 so the portal gui writes the csv files when configuring reso...Michael Elkins
2011-10-07install copy of example rpki.conf as template for new gui usersMichael Elkins
2011-10-07add AC_DATAROOTDIR to dictionary of variables to expand in python config filesMichael Elkins
2011-10-06Rework loop in rsync_mgr() that checks for tasks that have becomeRob Austein
2011-10-06Recheck cache just before starting rsync, in case another rsyncRob Austein
2011-10-06Move fcntl(F_SETFL, O_NONBLOCK) to after fork().Rob Austein
2011-10-06Use Auto_update for all BPKI objects (fixes #68).Rob Austein
2011-10-05Stop abusing RuntimeError. This closes #52.Rob Austein
2011-10-05Add global traceback control; this closes #95. Clean up someRob Austein
2011-10-05Check manifest generation before whining about missing backup objects. This ...Rob Austein
2011-10-04More explicit certificate expiration checks in CMS verify (see #94).Rob Austein
2011-10-04Add explicit check for certificate expiration in CMS verify (see #94).Rob Austein
2011-10-04Don't spew to stderr if dumpasn1 isn't available when we want to dumpRob Austein
2011-10-04Rework http_queue exception handling not to drop the event chain ifRob Austein
2011-10-04Catch IOError when dumping bad CMS (see #94).Rob Austein
2011-10-03Fixes #93. New config parameter allow-digest-mismatch, default isRob Austein
2011-09-30add entitydb_dir to example rpki.conf to make use of path relative to configu...Michael Elkins
2011-09-30no longer necessary to create stub rpki.conf for deprecated rpkidemo usersMichael Elkins
2011-09-29Tweak logging levels for what's debugging vs what's mergely verboseRob Austein
2011-09-29Remove gratuitous and incorrect assertion unmasked by [4002].Rob Austein
2011-09-29Add rsync_state_closed: pipe from rsync has closed, but rsync hasn'tRob Austein
2011-09-24svn:keywordsRob Austein
2011-09-24CleanupRob Austein
2011-09-23Compiler warningRob Austein
2011-09-23Minor doc edit, needed to be done, but real purpose of this changesetRob Austein
2011-09-23Handle multiple CRLs from same issuer properly, or as properly as IRob Austein
2011-09-21rcynic is now more than one file.Rob Austein
2011-09-21Still more #83: rework CRL digest check to allow local policy, addRob Austein
2011-09-20fix botch where a child's prefixes were passed instead of asnsMichael Elkins
2011-09-20Further #83: rework check_manifest() to compare manifest numbers,Rob Austein
2011-09-19Progress (not complete) on #83: check CRL numbers rather than justRob Austein
2011-09-16Rework CMS checking to use check_x509(). (#82)Rob Austein
2011-09-16Minor rework of main program. Send --show output to stdout, withoutRob Austein
2011-09-16Rework separation between fatal and non-fatal rpki-rtr error codes.Rob Austein
2011-09-15Consolidate and rationalize validation status codes. (#81)Rob Austein
2011-09-15Check TAL URI properly. (#80)Rob Austein
2011-09-15Update smoketest to track rcynicRob Austein
2011-09-15Merge rcynic-ng/ back into rcynic/. Used svn merge --ignore-ancestryRob Austein
2011-09-14Better support for migration from old-style output directories.Rob Austein
2011-09-14Fix test in upgraded_from_pre_symlink_rcynic()Rob Austein
2011-09-14Silence compiler warningRob Austein
2011-09-14Forgot doc update. No biscuit.Rob Austein
2011-09-14Rework output directory scheme to do atomic instalation of new resultsRob Austein
2011-09-13Comment nit.Rob Austein
2011-09-13Clean up handling of stale certificates and manifests.Rob Austein
2011-09-12Add (non-zero) default for rsync-timeout. Update documentation. (#40)Rob Austein
2011-09-10Check for exception select() throws on bad file descriptor, to avoidRob Austein
2011-09-07Handle client close events and exceptions a bit more quietly andRob Austein
2011-09-07Fix handling of HTTPTimeout. (#70)Rob Austein