Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-01 | Hello reading bugfix. | Ondrej Filip | |
2004-06-27 | Update of the documentation. (passwords and md5). | Ondrej Filip | |
Option for md5 auth in config. | |||
2004-06-26 | Md5 authentification added (unsested). | Ondrej Filip | |
Packet receiving clean up. | |||
2004-06-25 | A lot of changes: | Ondrej Filip | |
- metric is 3 byte long now - summary lsa originating - more OSPF areas possible - virtual links - better E1/E2 routes handling - some bug fixes.. I have to do: - md5 auth (last mandatory item from rfc2328) - !!!!DEBUG!!!!! (mainly virtual link system has probably a lot of bugs) - 2328 appendig E | |||
2004-06-17 | Some cisco routers send shorter ospf messages in larger packets. | Ondrej Filip | |
Well it's strange, but, actually it's correct. | |||
2004-06-11 | Better routing table calculation. We are ready to work with | Ondrej Filip | |
multiple OSPF areas. | |||
2004-06-11 | Better adjacency building, some minor bugfixes. | Ondrej Filip | |
2004-06-09 | Better checking of configuration. | Ondrej Filip | |
2004-06-07 | Bugfix in RT calculation. | Ondrej Filip | |
2004-06-07 | It was too verbose. | Ondrej Filip | |
2004-06-06 | Cleanup in packet.c. Deleted unused parameters. | Ondrej Filip | |
2004-06-06 | Deleted unused parameters. | Ondrej Filip | |
2004-06-06 | Be sure, that ospf_area is aged before routing table calculation. | Ondrej Filip | |
2004-06-06 | Keep al lSAs invalidated. | Ondrej Filip | |
2004-06-06 | Small cleanup, indentation and preparation for multiple areas routing table ↵ | Ondrej Filip | |
calculation. | |||
2004-06-06 | Indentation. | Ondrej Filip | |
2004-06-06 | This warning is stupid. | Ondrej Filip | |
2004-06-06 | Indentation. | Ondrej Filip | |
2004-06-06 | Struct area_net changed. | Ondrej Filip | |
2004-06-06 | Cleanup in iface.c | Ondrej Filip | |
2004-06-06 | Be more verbose in troubles. | Ondrej Filip | |
2004-06-05 | Set size of the buffers. (Thanx MJ.) | Ondrej Filip | |
2004-06-05 | Staticized lots of local functions. | Martin Mares | |
2004-06-05 | One less unused variable. | Martin Mares | |
2004-06-05 | `defaut' should be `default'. | Martin Mares | |
2004-06-05 | ... and a whole bunch of unused parameters and variables in ospf. | Martin Mares | |
2004-06-05 | Moved the tests for socket existence here. | Martin Mares | |
BTW, where do you exactly set the new buffer sizes? | |||
2004-06-04 | Be more verbose. | Ondrej Filip | |
2004-06-04 | cleanup in lsupd.c, indenting, "struct proto" removed... | Ondrej Filip | |
2004-06-04 | 'struct proto' removed | Ondrej Filip | |
Finally, I found the bug reported by Andreas Steinmetz. FIXED. | |||
2004-06-04 | Useless logs removed. | Ondrej Filip | |
2004-06-04 | Bugfix in last patch. | Ondrej Filip | |
2004-06-04 | OSPF is ready for changing MTU. | Ondrej Filip | |
2004-06-04 | no comment | Ondrej Filip | |
2004-06-04 | dbdes indent an minor changes. | Ondrej Filip | |
2004-06-04 | better log() usage. | Ondrej Filip | |
2004-06-04 | lsreq.c indented and small 'struct proto' changes. | Ondrej Filip | |
2004-06-04 | hello.* reindented, code cleanup. | Ondrej Filip | |
2004-06-04 | Deleted useles "struct proto" sending. | Ondrej Filip | |
2004-06-04 | Better log() usage. | Ondrej Filip | |
2004-06-04 | Indented. No other change. | Ondrej Filip | |
2004-06-04 | lsack.c cleaned. Better names for functions and | Ondrej Filip | |
DIRECT acks can be sent in one packet now. | |||
2004-06-04 | ackd_timer_hook moded to neighbor.c | Ondrej Filip | |
2004-06-04 | Fatal bug found. Sometimes BIRD did not originate router LSA. FIXED. :-) | Ondrej Filip | |
2004-06-04 | Initialize iterator on the right place. | Ondrej Filip | |
2004-06-04 | This can happen now. | Ondrej Filip | |
2004-06-04 | Small reversing of previous patch. | Ondrej Filip | |
2004-06-04 | Don't repeat "Sheduling rt calc....." | Ondrej Filip | |
2004-06-04 | Code and comments cleanup. | Ondrej Filip | |
2004-06-04 | hello.c and hello.h cleaned up. No design changes. | Ondrej Filip | |