]> git.ipfire.org Git - thirdparty/FORT-validator.git/shortlog
thirdparty/FORT-validator.git
2019-04-01  pcaranaDon't consider AS 0 as a valid ASN
2019-04-01  pcaranaAdd RTR server configuration docs
2019-04-01  pcaranaUpdate README
2019-03-29  pcaranaAdd some fixes (errors, mem leak, error report PDU)
2019-03-29  pcaranaRemove clients on communication errors
2019-03-29  pcaranaAdd read/write semaphores at deltas DB
2019-03-28  pcaranaUse semaphores at clients DB, create common read lock...
2019-03-28  pcaranaUpdate baseurl to 'FORT-validator'
2019-03-27  pcaranaFix bug: the summary was sending wrong data due to...
2019-03-27  pcaranaDon't rely on in6_addr.s6_addr32, serialize IPv6 byte...
2019-03-27  pcaranaRemove some memleaks reported by Valgrind
2019-03-25  pcaranaReturn success when the VRPs location doesn't exists...
2019-03-25  Alberto Leiva... Update the READMEs
2019-03-25  Alberto Leiva... Add instructions to run
2019-03-25  Alberto Leiva... Add documentation draft
2019-03-24  Alberto Leiva... Patch TOML parsing quirks found while documenting
2019-03-23  Alberto Leiva... Patch Valgrind's "still reachable" memory leak
2019-03-22  pcaranaAvoid some memory leaks
2019-03-22  Alberto Leiva... Redo #4.
2019-03-22  pcaranaUse warn(x) to log, don't start server without conf...
2019-03-22  Alberto Leiva... Separate recursive from non-recursive RSYNCs
2019-03-22  pcaranaRemove some TODOs and add some fixes.
2019-03-22  pcaranaImplement callback for clients DB cleanup
2019-03-22  Alberto Leiva... Change the default sync strategy to root
2019-03-22  Alberto Leiva... Redo RFC 7935
2019-03-21  Alberto Leiva... Patch memory leak
2019-03-21  pcaranaGet the last bits of time shifting its value
2019-03-21  pcaranaRemove unnecessary indexing at some pointers
2019-03-21  pcaranaFix several TODOs of review
2019-03-21  pcaranaFormat line width (80) and 4 spaces indentation when...
2019-03-20  Alberto Leiva... Patch two memory leaks and bad rsync
2019-03-20  pcaranaAdd NULL check after strdup
2019-03-20  pcaranaStore Clients DB at stack, also fix incorrect line...
2019-03-20  pcaranaMake listen queue configurable
2019-03-20  Alberto Leiva... Review, part one
2019-03-19  pcaranaRemove some TODOs
2019-03-19  pcaranaAssign correctly the VRPs when sending a serial notify
2019-03-16  Alberto Leiva... Patch small bugs found while documenting
2019-03-15  pcaranaCalculate and get changes between serials.
2019-03-15  Alberto Leiva... Patch infinite loop introduced in the last commit
2019-03-15  Alberto Leiva... Handle ranges properly during IP comparisons
2019-03-14  Alberto Leiva... Leave unit tests out of the build by default
2019-03-14  Alberto Leiva... Update the README
2019-03-13  pcaranaSimplify some code
2019-03-13  pcaranaShow error code when an error report PDU is received...
2019-03-13  pcaranaRename some getters (current session ID and last serial...
2019-03-13  pcaranaSupport only RTR v0 (for now)
2019-03-13  Alberto Leiva... Fix URL shortening during the root strategy
2019-03-13  Alberto Leiva... Validate signed object signature
2019-03-11  pcaranaRemove segfault
2019-03-11  Alberto Leiva... Prevent integer underflow on sarray_contains()
2019-03-11  pcaranaUse Error PDUs handling methods and prepare to send...
2019-03-11  pcaranaCreate custom handling methods for Error PDUs
2019-03-08  pcaranaSend only header of erroneous PDU at Error Report PDU
2019-03-08  pcaranaSet VRPs check interval min value to 60 secs
2019-03-08  pcaranaRemove unused ttl, the client is related to the socket...
2019-03-07  pcaranaNotify clients when CSV data is updated
2019-03-07  pcaranaAdd file descriptor to client, and create function...
2019-03-07  pcaranaReplace unnecessary header
2019-03-07  pcaranaRemember connected clients
2019-03-07  pcaranaUse NULL instead of start_serial (is the same thing)
2019-03-07  pcaranaCreate 'state' struct to store instance values/db
2019-03-07  Alberto Leiva... Refactor configuration types to their own modules
2019-03-06  Alberto Leiva... Implement thisUpdate, nextUpdate and --roa-output-file
2019-03-05  pcaranaForce cache reset on db update, use millisecs at last...
2019-03-05  pcaranaSend correct 'last serial number', remove uninitialized...
2019-03-05  Alberto Leiva... Add '--output-file-name-format' option
2019-03-05  Alberto Leiva... Review on issuer/subject names
2019-03-05  pcaranaCreate daemon and conf to look for VRPs file updates
2019-03-01  Alberto Leiva... Big fat review of the RSYNC module
2019-02-28  pcaranaSimplify some code
2019-02-28  pcaranaImplement Serial Notify PDU (isn't sent yet)
2019-02-28  pcaranaAdd session ID per protocol version
2019-02-28  pcaranaUse timestamp as session ID
2019-02-28  pcaranaAdd intervals validation
2019-02-28  pcaranaAvoid possible buffer overflow
2019-02-28  pcaranaImplement error report PDU and send when no data is...
2019-02-27  pcaranaRelease allocated line-copy
2019-02-27  Alberto Leiva... Ease compilation on OpenBSD
2019-02-27  Alberto Leiva... Fix comparison between the AKI and SKI extensions
2019-02-26  pcaranaRename error variable and add warn log on error PDU
2019-02-26  pcaranaImplement serial logic, prepare to calculate diff betwe...
2019-02-26  Alberto Leiva... Remove use of s6_addr32
2019-02-26  TheRedTrainerAdding execinfo lib validation in configure.ac file...
2019-02-22  pcaranaImplement Cache Reset PDU (it has some TODOs to complet...
2019-02-22  pcaranaAdd VRP flags to use at IPvx prefix PDU, and update...
2019-02-22  pcaranaSend VRPs payloads, data buffer is now used from one...
2019-02-22  pcaranaAdd missing stdlib header
2019-02-22  pcaranaAdd IPvx prefix PDU types and serialization, create...
2019-02-22  pcaranaFix IP address serialization, and quick format to heade...
2019-02-21  pcaranaMove all the send functions to new 'pdu_sender'
2019-02-20  pcaranaFix a couple of bugs, implement Reset Query PDU handler.
2019-02-20  pcaranaAdd PDUs serializer and a common buffer writer
2019-02-20  pcaranaAdd intervals conf for RTRv1 End of Data PDU
2019-02-20  Alberto Leiva... Implement forgotten requirement from RFC6493
2019-02-20  Alberto Leiva... Implement RFC 6493 (Ghostbusters record)
2019-02-19  pcaranaFix segfault when destroying vrps
2019-02-18  Alberto Leiva... Add option to color output
2019-02-18  Alberto Leiva... Configuration framework review
2019-02-18  Alberto Leiva... Merge branch 'args-parser'
next