summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-02-07it's about time to document tcp md5sig ...Henning Brauer
2004-02-07knf; jjy2+@pitt.eduTheo de Raadt
2004-02-07send filter rules to the RDE on reloads, help & ok claudioHenning Brauer
2004-02-07when connected routes show up at runtime we have to set ifindex in struct kifHenning Brauer
2004-02-07houps, fetchtable() had the default route special cased... bad.Henning Brauer
2004-02-07the sockaddr holding the netmask and advertised by rtm_addrs mightHenning Brauer
2004-02-07sin_family in the sockaddr_n representing the netmask we sniffed on theHenning Brauer
2004-02-06use a struct bgpd_addr for the address token instead of a in_addr, claudio okHenning Brauer
2004-02-06initial cut at the filtering language.Henning Brauer
2004-02-06`numbits' arg to openssl dsaparam does not have to be the last argumentJason McIntyre
2004-02-05allocate curpeer little earlier.Henning Brauer
2004-02-05Don't print two confusing error messages, print a single clear one.Otto Moerbeek
2004-02-05error message tuningHenning Brauer
2004-02-05introduce group IDs. will be needed for filtering (or rather, ease thingsHenning Brauer
2004-02-05plug memory leak; PR3668 Emil Mikulic <emikulic@dmr.ath.cx>Henning Brauer
2004-02-05some small cleanup;Jason McIntyre
2004-02-05Add ifstated(8) manpage.Ryan Thomas McBride
2004-02-05Clean up command line options:Ryan Thomas McBride
2004-02-05Emphasise 'stderr'.Ryan Thomas McBride
2004-02-04Update to ifstated; replace parser, introduce the concept of states,Ryan Thomas McBride
2004-02-04s/transmitts/transmits/Jason McIntyre
2004-02-04Better error message when bpf device open fails.Otto Moerbeek
2004-02-04Move BGP path attribute handling functions in a own file. henning@ conceptual okClaudio Jeker
2004-02-04Move the update generation into a separate file. The update generation hasClaudio Jeker
2004-02-04Some more non-alignment problems resolved.Otto Moerbeek
2004-02-03replace the previous hack for the internal peer id allocator (which just usedHenning Brauer
2004-02-03defer free()ing the previous peer list until after parsing the config fileHenning Brauer
2004-02-03somehow cvs revived this long dead directory, but fgs@ noticedHenning Brauer
2004-02-02close socket on error in control_initHenning Brauer
2004-02-022 missing returns in error pathesHenning Brauer
2004-02-02* use macro expansion instead of hardcoding 'buf'.Henning Brauer
2004-02-02spacesTheo de Raadt
2004-02-02Fix bug in the decision process. The decision process is unable to directlyClaudio Jeker
2004-02-02Somehow I missed this peace in one of my last commits. OK henning@Claudio Jeker
2004-02-02Use correct struct in sizeof for calloc. OK henning@Claudio Jeker
2004-02-02Seal a memory leak and fix a format string, conf->as is unsigned.Claudio Jeker
2004-02-02Do away with non-aligned memory accesses.Otto Moerbeek
2004-02-01pasto, from glukHenning Brauer
2004-02-01Update: document the network statement and update the announce descriptionClaudio Jeker
2004-02-01Set sane default announce types according to the peer type. For IBGP useClaudio Jeker
2004-02-01put v6 cruft into session_up() while beeing there... claudio okHenning Brauer
2004-02-01sort openssl rand options;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-01-31rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIGHenning Brauer
2004-01-31pkg_create -L support, which I forgot to commit.Marc Espie
2004-01-31general cleanup and better SIGCHLD handling from millert@Otto Moerbeek
2004-01-30in the parse_config() -> merge_config() chain, you shall not nullHenning Brauer
2004-01-30missing free() in an error path that should be unreachableHenning Brauer
2004-01-30please sparc64, with & ok claudioHenning Brauer