Age | Commit message (Expand) | Author |
2006-07-27 | Archive debugging hack. | Rob Austein |
2006-07-26 | Little cleanups while trying (and, so far, failing) to track down a | Rob Austein |
2006-07-26 | Fix IPAddressFamily_cmp() to do what the authors of RFC 3779 probably | Rob Austein |
2006-07-26 | Adjust i2r formatting to be closer to what v3_addr.c writes. | Rob Austein |
2006-07-26 | Rewrite asid_canonize() to merge ranges properly. | Rob Austein |
2006-07-26 | Doh, helps to compare the right data | Rob Austein |
2006-07-26 | name_cmp() | Rob Austein |
2006-07-26 | name_cmp() | Rob Austein |
2006-07-26 | debug-sra | Rob Austein |
2006-07-26 | Dumb error in ASN.1 templates. | Rob Austein |
2006-07-25 | Result of running ./Configure (why is there no Makefile.in?) | Rob Austein |
2006-07-25 | Clean up compiler warnings. | Rob Austein |
2006-07-25 | Can't use #warning because gcc -Werror is set. Oh well, just have to | Rob Austein |
2006-07-25 | Changes generated by running "make update". | Rob Austein |
2006-07-25 | Add RFC 3779 extensions. Boy, figuring out the NID order is a pain, | Rob Austein |
2006-07-25 | Add RFC 3779 extension modules. | Rob Austein |
2006-07-25 | Drop all of our extension junk into x509v3.h. For the moment I'm | Rob Austein |
2006-07-25 | Use the NID that crypto/objects/objects.txt already lists for us. Add | Rob Austein |
2006-07-25 | An NID wasalready being defined for us by crypto/objects/objects.txt, | Rob Austein |
2006-07-25 | Function codes apparently must be uppercase | Rob Austein |
2006-07-25 | Cleanup memory usage. | Rob Austein |
2006-07-25 | Cleanup _free() calls. | Rob Austein |
2006-07-25 | Handle bare IP address, tighten up syntax checking a bit. Sure would | Rob Austein |
2006-07-25 | Don't confuse config file errors with memory alloction errors. Write | Rob Austein |
2006-07-24 | Comment and cleanup | Rob Austein |
2006-07-24 | Checkpoint | Rob Austein |
2006-07-24 | Checkpoint | Rob Austein |
2006-07-23 | Flag more prefix->range conversion errors | Rob Austein |
2006-07-23 | Fix carry-over from v3_asid.h | Rob Austein |
2006-07-23 | Constructors. | Rob Austein |
2006-07-22 | Add range_should_be_prefix() after concluding that previous code was | Rob Austein |
2006-07-22 | Be a bit more forgiving of whitespace. | Rob Austein |
2006-07-22 | Doh, have to sort IPAddrBlocks sequence itself too. | Rob Austein |
2006-07-22 | Added most of v2i. Still missing error handling, method routines. | Rob Austein |
2006-07-22 | Fix various pointer mismatches, start on v2i. | Rob Austein |
2006-07-22 | FIx pointer mismatches. | Rob Austein |
2006-07-21 | Teach IPAddressOrRanges_canonize() how to recognize adjacent blocks. | Rob Austein |
2006-07-21 | Cleanup | Rob Austein |
2006-07-21 | checkpoint | Rob Austein |
2006-07-21 | AFI constants | Rob Austein |
2006-07-21 | Start on addr_canonize() | Rob Austein |
2006-07-21 | Wasn't handling case where one range is a subset of another. | Rob Austein |
2006-07-21 | Reformat | Rob Austein |
2006-07-21 | Reorganize | Rob Austein |
2006-07-21 | Initial pass at i2r code | Rob Austein |
2006-07-20 | Start IPAddrBlocks, clean up some lingering typos in ASIdentifiers. | Rob Austein |
2006-07-20 | Cleanup | Rob Austein |
2006-07-20 | Interim copyright notices | Rob Austein |
2006-07-19 | Deallocate dynamic data structures (correctly?); put header file under | Rob Austein |
2006-07-19 | Restructure v2i code, add stuff to whack result into canonical form. | Rob Austein |