summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/auth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Validate auth_offset before using it. If it's too big ripd will crash.remi2019-12-191-1/+9
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-12/+12
* Whitespace cleanup.michele2009-09-261-2/+2
* Make the packet buffer u_int8_t * everywhere. This is binary data and notclaudio2007-10-241-5/+5
* spacingderaadt2007-10-181-3/+3
* Massive cleanup in the authentication code. the simple auth_key and the cryptclaudio2007-10-181-10/+14
* wrong type for digest; ok claudioderaadt2007-10-171-2/+2
* Some code cleanups. Added one lint command, removed one unused function andmichele2007-03-311-5/+6
* use correct function name in error message; ok henning@stevesk2006-11-271-2/+2
* Time is not a secret.mcbride2006-10-311-5/+32
* Correct function name in log_debug() messagesmcbride2006-10-191-2/+2
* Welcome ripdnorby2006-10-181-0/+295