summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/auth.c
AgeCommit message (Expand)Author
2023-11-07iface->auth_key is not a real C string so use strnlen() to define the maximum.Claudio Jeker
2023-07-03Use ibuf_data() instead of directly accessing ibuf->buf.Claudio Jeker
2023-06-20Update ospfd to use new ibuf api.Claudio Jeker
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
2010-09-02remove trailing spaces and tabs from source code; no binary changesIgor Sobrado
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2009-06-06sync ospfctl/ospfd with the common imsg code, making it lib ready as well.Eric Faurot
2009-06-05make ospfd's imsg lib ready as well.Pierre-Yves Ritschard
2009-03-04Introduce and use buf_size(buf) instead of buf->wpos -- at least in the nonClaudio Jeker
2008-07-24Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@Claudio Jeker
2008-02-11log_debug error messages report incorrect function namesEsben Norby
2007-02-01whitespace cleanup, no binary change.Claudio Jeker
2007-02-01Implement md_list_send() function to send auth crypt keys to the OSPF engine.Claudio Jeker
2006-04-24Fix parser to match current behaviour and make auth-type et al. part of theClaudio Jeker
2006-03-08Spaces and other minor cleanup.Claudio Jeker
2006-02-02zap md_list_empty, found by lint.Esben Norby
2005-11-12spacing mostlyTheo de Raadt
2005-10-19small cleanups while reading; ok claudio@Kevin Steves
2005-04-05Use the dynamic buffer API for packet generation and sending.Claudio Jeker
2005-04-04On auth crypt verify not only the main key is allowed but all configured keys.Claudio Jeker
2005-03-31Add support for crypt authentication (MD5).Esben Norby
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Welcome ospfdClaudio Jeker