Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-16 | Build fix to eliminate strict aliasing warnings, and a bug fix. | Adam Ierymenko | |
2013-09-16 | Fix idtool build, tweak address derivation again. | Adam Ierymenko | |
2013-09-16 | More tweaks to address derivation, going to test on other boxen. | Adam Ierymenko | |
2013-09-16 | Build fix for 32-bit Linux and tweaks to address derivation algorithm. | Adam Ierymenko | |
2013-09-16 | New crypto integrated -- going to be testing new identity address generation ↵ | Adam Ierymenko | |
algo a bit more before finalizing. | |||
2013-09-16 | Integrating new crypto, work still in progress... | Adam Ierymenko | |
2013-09-16 | Integrating new crypto -- work in progress, wont build yet. | Adam Ierymenko | |
2013-09-15 | Small amount of crypto cleanup. | Adam Ierymenko | |
2013-09-15 | Test vectors for all new crypto. | Adam Ierymenko | |
2013-09-14 | Add test vectors for ensuring identical C25519 operation across systems. | Adam Ierymenko | |
2013-09-13 | More new crypto: Ed25519 signatures. | Adam Ierymenko | |
2013-09-13 | More work in progress on new crypto... | Adam Ierymenko | |
2013-09-13 | More crypto work in progress... | Adam Ierymenko | |
2013-09-13 | More new crypto -- poly1305 one-time auth code. | Adam Ierymenko | |
2013-09-13 | Add new crypto: SHA512 and C25519 -- not integrated yet. | Adam Ierymenko | |
2013-09-13 | Bit more of adding version to OK(HELLO) | Adam Ierymenko | |
2013-09-13 | Add version info to OK(HELLO) so both sides know their version info. | Adam Ierymenko | |
2013-09-12 | More experimentation with multicast rate. | Adam Ierymenko | |
2013-09-12 | Get a default rate that works for multicast. | Adam Ierymenko | |
2013-09-11 | Restore peer field to netconf for now, required by older versions. | Adam Ierymenko | |
2013-09-11 | Reduce log noise, change to TRACE. | Adam Ierymenko | |
2013-09-11 | A few logging changes. | Adam Ierymenko | |
2013-09-11 | Small method rename. | Adam Ierymenko | |
2013-09-11 | More updates to bandwidth accounting. | Adam Ierymenko | |
2013-09-11 | Drop old Certificate type from Network. | Adam Ierymenko | |
2013-09-11 | Version two of network certificate of membership, a much more concise and ↵ | Adam Ierymenko | |
fast approach. | |||
2013-09-10 | Finish stripping minBalance from BandwidthAccount | Adam Ierymenko | |
2013-09-10 | Look up rate info from database, but going to drop min balance cause it ↵ | Adam Ierymenko | |
seems unnecessary. Also work in progress on membership certs. | |||
2013-09-07 | Apply multicast rate limits to my own multicasts. Will run locally and on a ↵ | Adam Ierymenko | |
variety of system types to test the result of this. | |||
2013-09-07 | updateAndCheckMulticastBalance and friends | Adam Ierymenko | |
2013-09-06 | Bit more netconf cleanup... | Adam Ierymenko | |
2013-09-04 | Multicast bandwidth accounting work in progress, and some config field ↵ | Adam Ierymenko | |
changes and cleanup. | |||
2013-08-30 | Improve code security posture by replacing sprintf with a safer function. | Adam Ierymenko | |
2013-08-30 | docs and minor cleanup | Adam Ierymenko | |
2013-08-30 | docs | Adam Ierymenko | |
2013-08-30 | docs | Adam Ierymenko | |
2013-08-30 | Remove makekeypair program. | Adam Ierymenko | |
2013-08-30 | Remove old launcher code, fix build error in idtool, add terminate command ↵ | Adam Ierymenko | |
to control bus. | |||
2013-08-30 | Change rate limiter a little... | Adam Ierymenko | |
2013-08-29 | Forgot to add new files in previous commit. | Adam Ierymenko | |
2013-08-29 | Add two new Windows projects: Windows service (process supervisor) and ↵ | Adam Ierymenko | |
Windows Installer/Updater. Our installer/updater is probably going to be custom-written, and will be used both for installation (in which it'll pop up a progress meter) and for updates via a command line switch. | |||
2013-08-28 | VERSION 0.4.5 | Adam Ierymenko | |
Changes: * It now builds and runs on Windows with Visual Studio 2012. Windows is not ready for prime time yet though for several reasons, so no Windows release yet. If you're brave you can try to DIY, but the driver is not signed yet either. Windows is a work in progress still. * Networks now pull their ethernet type whitelist from the netconf master instead of having it hard-coded. (Prep for network mgmt.) * Netconf master now sends name and description of networks so this can be used to set Windows network display names. * A couple minor bug fixes here and there, nothing major. * No protocol changes that break compatibility. | |||
2013-08-28 | Build fix | Adam Ierymenko | |
2013-08-28 | SQL problem fix | Adam Ierymenko | |
2013-08-28 | Check network ethernet type whitelist instead of hard-coded ethernet types. | Adam Ierymenko | |
2013-08-28 | Add etherTypes to netconf response. | Adam Ierymenko | |
2013-08-28 | Filter work, add name and desc to netconf response, small compiler warning fix. | Adam Ierymenko | |
2013-08-27 | Jigger with shutdown method to avoid a crash on CTRL+C in Windows. Feels a ↵ | Adam Ierymenko | |
big hacky, might revisit later. | |||
2013-08-27 | Build fixes for *nix. | Adam Ierymenko | |
2013-08-27 | Drop extra debug output. | Adam Ierymenko | |