summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/auth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use the sizeof the struct not the sizeof a pointer to the structjsg2015-05-051-2/+2
* remove trailing spaces and tabs from source code; no binary changessobrado2010-09-021-2/+2
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-9/+9
* sync ospfctl/ospfd with the common imsg code, making it lib ready as well.eric2009-06-061-2/+2
* make ospfd's imsg lib ready as well.pyr2009-06-051-2/+2
* Introduce and use buf_size(buf) instead of buf->wpos -- at least in the nonclaudio2009-03-041-6/+6
* Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@claudio2008-07-241-4/+4
* log_debug error messages report incorrect function namesnorby2008-02-111-3/+3
* whitespace cleanup, no binary change.claudio2007-02-011-2/+2
* Implement md_list_send() function to send auth crypt keys to the OSPF engine.claudio2007-02-011-1/+14
* Fix parser to match current behaviour and make auth-type et al. part of theclaudio2006-04-241-24/+31
* Spaces and other minor cleanup.claudio2006-03-081-7/+5
* zap md_list_empty, found by lint.norby2006-02-021-7/+1
* spacing mostlyderaadt2005-11-121-3/+1
* small cleanups while reading; ok claudio@stevesk2005-10-191-3/+3
* Use the dynamic buffer API for packet generation and sending.claudio2005-04-051-15/+14
* On auth crypt verify not only the main key is allowed but all configured keys.claudio2005-04-041-12/+12
* Add support for crypt authentication (MD5).norby2005-03-311-24/+190
* Change my email address to the OpenBSD one since Ericsson has nothing tonorby2005-01-281-2/+2
* Welcome ospfdclaudio2005-01-281-0/+97