Age | Commit message (Expand) | Author |
2004-02-09 | Remove unused %r (recursive) format option. ok millert@ | Can Erkin Acar |
2004-02-09 | use process.x86_64.S | Theo de Raadt |
2004-02-09 | regsize must be 8 on amd64... surely... | Theo de Raadt |
2004-02-09 | replace a bunch of u_long by u_int32_t | Henning Brauer |
2004-02-09 | make max_prefix an u_int32_t instead of an u_long and change its | Henning Brauer |
2004-02-09 | print more fluff | Henning Brauer |
2004-02-09 | move printing the config to where it belongs | Henning Brauer |
2004-02-08 | factor out functions to print the configuration (rules only for now) | Henning Brauer |
2004-02-08 | back out last change since it was unnecessary, the last bind merge fixed the ... | Peter Valchev |
2004-02-08 | regenerate | Peter Valchev |
2004-02-08 | 64-bit fix; ok/idea jakob | Peter Valchev |
2004-02-08 | no matter what size "long long" is, the printf format is always %lld. ok jakob | Peter Valchev |
2004-02-08 | amd64 needs the same hack as powerpc; but this code really needs to be | Theo de Raadt |
2004-02-07 | it's about time to document tcp md5sig ... | Henning Brauer |
2004-02-07 | knf; jjy2+@pitt.edu | Theo de Raadt |
2004-02-07 | send filter rules to the RDE on reloads, help & ok claudio | Henning Brauer |
2004-02-07 | when connected routes show up at runtime we have to set ifindex in struct kif | Henning Brauer |
2004-02-07 | houps, fetchtable() had the default route special cased... bad. | Henning Brauer |
2004-02-07 | the sockaddr holding the netmask and advertised by rtm_addrs might | Henning Brauer |
2004-02-07 | sin_family in the sockaddr_n representing the netmask we sniffed on the | Henning Brauer |
2004-02-06 | use a struct bgpd_addr for the address token instead of a in_addr, claudio ok | Henning Brauer |
2004-02-06 | initial cut at the filtering language. | Henning Brauer |
2004-02-06 | `numbits' arg to openssl dsaparam does not have to be the last argument | Jason McIntyre |
2004-02-05 | allocate curpeer little earlier. | Henning Brauer |
2004-02-05 | Don't print two confusing error messages, print a single clear one. | Otto Moerbeek |
2004-02-05 | error message tuning | Henning Brauer |
2004-02-05 | introduce group IDs. will be needed for filtering (or rather, ease things | Henning Brauer |
2004-02-05 | plug memory leak; PR3668 Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer |
2004-02-05 | some small cleanup; | Jason McIntyre |
2004-02-05 | Add ifstated(8) manpage. | Ryan Thomas McBride |
2004-02-05 | Clean up command line options: | Ryan Thomas McBride |
2004-02-05 | Emphasise 'stderr'. | Ryan Thomas McBride |
2004-02-04 | Update to ifstated; replace parser, introduce the concept of states, | Ryan Thomas McBride |
2004-02-04 | s/transmitts/transmits/ | Jason McIntyre |
2004-02-04 | Better error message when bpf device open fails. | Otto Moerbeek |
2004-02-04 | Move BGP path attribute handling functions in a own file. henning@ conceptual ok | Claudio Jeker |
2004-02-04 | Move the update generation into a separate file. The update generation has | Claudio Jeker |
2004-02-04 | Some more non-alignment problems resolved. | Otto Moerbeek |
2004-02-03 | replace the previous hack for the internal peer id allocator (which just used | Henning Brauer |
2004-02-03 | defer free()ing the previous peer list until after parsing the config file | Henning Brauer |
2004-02-03 | somehow cvs revived this long dead directory, but fgs@ noticed | Henning Brauer |
2004-02-02 | close socket on error in control_init | Henning Brauer |
2004-02-02 | 2 missing returns in error pathes | Henning Brauer |
2004-02-02 | * use macro expansion instead of hardcoding 'buf'. | Henning Brauer |
2004-02-02 | spaces | Theo de Raadt |
2004-02-02 | Fix bug in the decision process. The decision process is unable to directly | Claudio Jeker |
2004-02-02 | Somehow I missed this peace in one of my last commits. OK henning@ | Claudio Jeker |
2004-02-02 | Use correct struct in sizeof for calloc. OK henning@ | Claudio Jeker |
2004-02-02 | Seal a memory leak and fix a format string, conf->as is unsigned. | Claudio Jeker |
2004-02-02 | Do away with non-aligned memory accesses. | Otto Moerbeek |