| 1998-11-29 |
Martin Mares | Added functions for manipulating interface name pattern... |
commit | commitdiff | tree | snapshot |
| 1998-11-29 |
Martin Mares | Created new functions for allocating configuration... |
commit | commitdiff | tree | snapshot |
| 1998-11-29 |
Martin Mares | `wc -l TODO` decreased. |
commit | commitdiff | tree | snapshot |
| 1998-11-29 |
Martin Mares | Added function for shell-like pattern matching. Will... |
commit | commitdiff | tree | snapshot |
| 1998-11-29 |
Martin Mares | Allow setting debug value and `disabled' flag in protoc... |
commit | commitdiff | tree | snapshot |
| 1998-11-29 |
Martin Mares | Renamed `DEBUG' symbol to `DEBUGGING' to prevent collis... |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Oops, forgot to remove a debugging kludge. |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Trivial 15-line bison excercise: Implemented expression... |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | First attempt at protocol configuration (now done only... |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Fixed few misspellings and exported instance init as... |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Added generator of default names. |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Experimental config file. |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Dummy grammar for RIP configuration. Now empty, but... |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Parser fragment for the core. Now handles only router... |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Compile and use the new configuration code by default. |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Base of the parser. |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Lexical analyser. |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Replaced nest/confile.h by conf/conf.h, added a lot... |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | This script takes configuration fragments and generates... |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | This script takes configuration fragments and extracts... |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Now merges configuration fragments (*.Y) as well. |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Implemented ip_pton() |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Removed prototype of rp_free() since this function... |
commit | commitdiff | tree | snapshot |
| 1998-11-27 |
Martin Mares | Added path to config file. |
commit | commitdiff | tree | snapshot |
| 1998-11-21 |
Martin Mares | Killed bug in processing of 'h' prefix. Patch taken... |
commit | commitdiff | tree | snapshot |
| 1998-11-16 |
Martin Mares | Complain loudly if the logging buffer would overflow. |
commit | commitdiff | tree | snapshot |
| 1998-11-16 |
Martin Mares | Implemented snprintf and similar functions. It took... |
commit | commitdiff | tree | snapshot |
| 1998-10-26 |
Pavel Machek | RIP now includes notion of interface, and is correctly... |
commit | commitdiff | tree | snapshot |
| 1998-10-26 |
Martin Mares | Previous fix was wrong. |
commit | commitdiff | tree | snapshot |
| 1998-10-26 |
Martin Mares | rte_update: Doesn't loop forever when multiple routes... |
commit | commitdiff | tree | snapshot |
| 1998-10-20 |
Pavel Machek | RIP _NOW_ actually talks to itself (workaround core... |
commit | commitdiff | tree | snapshot |
| 1998-10-20 |
Martin Mares | Learn static device routes from the kernel (temporary... |
commit | commitdiff | tree | snapshot |
| 1998-10-20 |
Pavel Machek | RIP now actually talks to itself. |
commit | commitdiff | tree | snapshot |
| 1998-10-20 |
Martin Mares | Beware the NULL route, my son... The bugs that bite... |
commit | commitdiff | tree | snapshot |
| 1998-10-20 |
Martin Mares | Insert/remove hooks return void, not int. |
commit | commitdiff | tree | snapshot |
| 1998-10-20 |
Martin Mares | Added pointer to network to RTE. The complications... |
commit | commitdiff | tree | snapshot |
| 1998-10-19 |
Martin Mares | Updated TODO. |
commit | commitdiff | tree | snapshot |
| 1998-10-19 |
Martin Mares | Generate router_id automatically if possible (standard... |
commit | commitdiff | tree | snapshot |
| 1998-10-19 |
Martin Mares | Basic kernel routing table syncing implemented. Learnin... |
commit | commitdiff | tree | snapshot |
| 1998-10-19 |
Martin Mares | Use (SOCK_DGRAM,IPPROTO_IP) socket instead of (SOCK_STR... |
commit | commitdiff | tree | snapshot |
| 1998-10-19 |
Martin Mares | Exporting fill_in_sockaddr() for use by other unix... |
commit | commitdiff | tree | snapshot |
| 1998-10-19 |
Martin Mares | Fixed generation of device routes for unnumbered point... |
commit | commitdiff | tree | snapshot |
| 1998-10-19 |
Martin Mares | Proto struct now contain (down | starting | up) state. |
commit | commitdiff | tree | snapshot |
| 1998-10-18 |
Martin Mares | We parse /proc/net/route and flag RT entries according... |
commit | commitdiff | tree | snapshot |
| 1998-10-18 |
Martin Mares | o FIB flags now available for FIB users. |
commit | commitdiff | tree | snapshot |
| 1998-10-18 |
Martin Mares | Added ipa_from_u32 and ipa_from_u32 for use in the... |
commit | commitdiff | tree | snapshot |
| 1998-10-18 |
Martin Mares | Since almost every UNIX system requires different techn... |
commit | commitdiff | tree | snapshot |
| 1998-10-18 |
Martin Mares | * Please distinguish between DGB() and debug(). |
commit | commitdiff | tree | snapshot |
| 1998-10-18 |
Martin Mares | Preconfig, postconfig and init hooks can be NULL. |
commit | commitdiff | tree | snapshot |
| 1998-10-18 |
Martin Mares | Split protocol init to building of protocol list and... |
commit | commitdiff | tree | snapshot |
| 1998-10-18 |
Martin Mares | Removed global pointer to proto_dev. |
commit | commitdiff | tree | snapshot |
| 1998-10-18 |
Martin Mares | After contemplating about RIP route timeouts for a... |
commit | commitdiff | tree | snapshot |
| 1998-10-18 |
Martin Mares | Implemented `route last modified' time. |
commit | commitdiff | tree | snapshot |
| 1998-10-17 |
Martin Mares | Fixed misleading comment. |
commit | commitdiff | tree | snapshot |
| 1998-10-17 |
Martin Mares | Each protocol now hears even its own routes and needs... |
commit | commitdiff | tree | snapshot |
| 1998-10-17 |
Martin Mares | Solve chicken-and-egg problems with protocol startup... |
commit | commitdiff | tree | snapshot |
| 1998-10-17 |
Martin Mares | WALK_LIST_DELSAFE now actually works (it really couldn... |
commit | commitdiff | tree | snapshot |
| 1998-10-17 |
Pavel Machek | rip should now correctly listen, but entries will not... |
commit | commitdiff | tree | snapshot |
| 1998-10-15 |
Pavel Machek | Rip: rip_rta_same added. |
commit | commitdiff | tree | snapshot |
| 1998-10-14 |
Martin Mares | Moved scanning of interfaces, so that they get initiali... |
commit | commitdiff | tree | snapshot |
| 1998-10-14 |
Pavel Machek | Lists: unneccessary test killed, make code friendly... |
commit | commitdiff | tree | snapshot |
| 1998-10-13 |
Martin Mares | o There are cases when SIOCGIFINDEX is defined, but... |
commit | commitdiff | tree | snapshot |
| 1998-10-13 |
Pavel Machek | Strange, on atrey ioctl() does not fill structure,... |
commit | commitdiff | tree | snapshot |
| 1998-10-13 |
Pavel Machek | I prefer to have broken drivers than completely stupid... |
commit | commitdiff | tree | snapshot |
| 1998-10-07 |
Pavel Machek | RIP now somehow listens to main routing table (dont... |
commit | commitdiff | tree | snapshot |
| 1998-08-31 |
Martin Mares | Route update hook now gets network prefix as well as... |
commit | commitdiff | tree | snapshot |
| 1998-07-30 |
Pavel Machek | Bird's info are now understood by ripquery. |
commit | commitdiff | tree | snapshot |
| 1998-07-28 |
Pavel Machek | Rip now includes code to reply, but it is currently... |
commit | commitdiff | tree | snapshot |
| 1998-07-28 |
Pavel Machek | Do not segfault on iface == NULL. |
commit | commitdiff | tree | snapshot |
| 1998-07-20 |
Pavel Machek | Reversed buggy patch. |
commit | commitdiff | tree | snapshot |
| 1998-07-15 |
Martin Mares | Added comment explaining `now'. |
commit | commitdiff | tree | snapshot |
| 1998-07-10 |
Martin Mares | Removed format specification attributes for log() and... |
commit | commitdiff | tree | snapshot |
| 1998-07-10 |
Martin Mares | Added ipa_class_mask() which guesses netmask for classf... |
commit | commitdiff | tree | snapshot |
| 1998-07-10 |
Martin Mares | Replaced remaining references of clock_t by bird_clock_t. |
commit | commitdiff | tree | snapshot |
| 1998-07-09 |
Pavel Machek | Commiting RIP. RIP should somehow listen, will not... |
commit | commitdiff | tree | snapshot |
| 1998-07-09 |
Pavel Machek | Making SIGUSR1 dump also all protocols. |
commit | commitdiff | tree | snapshot |
| 1998-07-09 |
Pavel Machek | Adding proto_dump_all() function |
commit | commitdiff | tree | snapshot |
| 1998-07-09 |
Pavel Machek | Adding MIN()/MAX() macros |
commit | commitdiff | tree | snapshot |
| 1998-07-09 |
Pavel Machek | Adding walk list which permits you to delete entries. |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Martin Mares | Use '%I' instead of dirty address printing hacks. |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Martin Mares | Oops, forgot '%m'... |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Martin Mares | debug() and log() use the new printf. Feel free to... |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Martin Mares | Added local version of sprintf (bsprintf and bvsprintf... |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Martin Mares | ip_ntop() and ip_ntox() for IPv4. |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Martin Mares | Added function for converting of IP addresses to printa... |
commit | commitdiff | tree | snapshot |
| 1998-06-04 |
Martin Mares | Now sending IF_CHANGE_CREATE when a new interface appea... |
commit | commitdiff | tree | snapshot |
| 1998-06-04 |
Martin Mares | FIB_WALK and friends are now slightly more friendly. |
commit | commitdiff | tree | snapshot |
| 1998-06-04 |
Martin Mares | Dumping of _static_ attributes implemented. |
commit | commitdiff | tree | snapshot |
| 1998-06-04 |
Martin Mares | We have full interface routes now. |
commit | commitdiff | tree | snapshot |
| 1998-06-04 |
Martin Mares | Handle route deletion without segfaults. A bit more... |
commit | commitdiff | tree | snapshot |
| 1998-06-04 |
Martin Mares | Fixed processing of timers. |
commit | commitdiff | tree | snapshot |
| 1998-06-03 |
Martin Mares | Killed socket debug code. Initialize config pool and... |
commit | commitdiff | tree | snapshot |
| 1998-06-03 |
Martin Mares | Skeleton of device route protocol. As it's tightly... |
commit | commitdiff | tree | snapshot |
| 1998-06-03 |
Martin Mares | Protocol hooks. All of them may be NULL. |
commit | commitdiff | tree | snapshot |
| 1998-06-03 |
Martin Mares | Basic protocol operations. |
commit | commitdiff | tree | snapshot |
| 1998-06-03 |
Martin Mares | Changed protocol declarations a bit. |
commit | commitdiff | tree | snapshot |
| 1998-06-03 |
Martin Mares | Added configuration pool. |
commit | commitdiff | tree | snapshot |
| 1998-06-03 |
Martin Mares | Protocols will reside in directory `proto'. |
commit | commitdiff | tree | snapshot |
| 1998-06-01 |
Martin Mares | Synced to new interface code. |
commit | commitdiff | tree | snapshot |
| 1998-06-01 |
Martin Mares | - Rewrote whole interface logic. Removed support for... |
commit | commitdiff | tree | snapshot |
| next |