aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_auth.c
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-10/+0
* Non-functional changes due to upstream cleanup.Michael Tuexen2020-06-111-6/+2
* Retire SCTP_SO_LOCK_TESTING.Michael Tuexen2020-06-071-4/+0
* Remove assignment without effect.Michael Tuexen2020-05-181-1/+0
* Improve input validation for some parameters having a too smallMichael Tuexen2019-12-201-1/+2
* Only allow a SCTP-AUTH shared key to be updated by the applicationMichael Tuexen2019-09-171-1/+1
* Mitigate providing a timing signal if the COOKIE or AUTHMichael Tuexen2018-10-011-1/+1
* Remove unused code.Michael Tuexen2018-09-181-34/+0
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-191-0/+6
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-191-59/+62
* Whitespace changes due to change if ident.Michael Tuexen2018-07-191-62/+59
* Don't overflow a buffer if we receive an INIT or INIT-ACK chunkMichael Tuexen2018-06-021-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix a bug reported by Felix Weinrank using the libfuzzer on theMichael Tuexen2017-10-251-3/+3
* Use memset/memcpy instead of bzero/bcopy.Michael Tuexen2017-07-191-30/+30
* Fix the accounting and add code to detect errors in accounting.Michael Tuexen2017-07-191-1/+1
* Handle sctp_get_next_param() in a consistent way.Michael Tuexen2017-06-231-23/+30
* Whitespace changes.Michael Tuexen2016-12-261-51/+51
* Address a potential memory leak found a the clang static code analyzerMichael Tuexen2016-07-161-3/+6
* Use __func__ instead of __FUNCTION__.Michael Tuexen2015-10-191-3/+3
* Cleanup the handling of error causes for ERROR chunks. This fixesMichael Tuexen2015-09-121-13/+12
* Make sure that we don't free an SCTP shared key too early.Michael Tuexen2015-03-251-2/+2
* Use a consistent type for the number of HMAC algorithms.Michael Tuexen2014-09-161-3/+3
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDMichael Tuexen2014-08-121-15/+0
* Remove the asconf_auth_nochk sysctl. This was off by default and onlyMichael Tuexen2014-08-011-2/+1
* Initialize SCTP cmsg's and notification's buffer before copying outXin LI2014-07-081-0/+1
* Get rid of the artification limitation enforced byMichael Tuexen2013-11-071-30/+12
* All changes affect only SCTP-AUTH:Michael Tuexen2013-09-021-81/+13
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Using %p in a format string requires a void *.Michael Tuexen2012-09-051-3/+3
* Use consistent text at the begining of the files.Michael Tuexen2012-05-231-2/+2
* Use SCTP_PRINTF() instead of printf() in all SCTP sources.Michael Tuexen2012-05-041-10/+10
* Fix a type in an SCTP AUTH related notification. Keep the old nameMichael Tuexen2012-04-261-1/+1
* Address issues found by clang. While there, fix also some styleMichael Tuexen2011-12-271-2/+0
* Fix unused parameter warnings.Michael Tuexen2011-12-171-3/+3
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-1/+1
* Fix a locking issue showing up on Mac OS X when subscribing toMichael Tuexen2011-05-081-2/+6
* Remove code with any effect.Michael Tuexen2011-05-031-3/+0
* 1) Typo correction in comments and one spacing change.Randall Stewart2011-02-051-0/+2
* Fix a locking issue which shows up when the code is usedMichael Tuexen2010-09-191-1/+1
* Spacing issuesRandall Stewart2010-06-051-5/+5
* Get rid of support of an old version of the SCTP-AUTH draft.Michael Tuexen2010-01-161-498/+1
* Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY,Michael Tuexen2009-11-171-1/+1
* Turns out that when a receiver forwards through its TNS's theRandall Stewart2009-07-281-1/+1
* - Cleanup checksum code.Randall Stewart2009-02-031-2/+4
* Code from the hack-session known as the IETF (and aRandall Stewart2008-12-061-173/+317
* - Macro-izes the packed declaration in all headers.Randall Stewart2008-06-141-3/+3
* - Fix a bug where the socket may have been closed whichRandall Stewart2008-01-281-0/+8
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-1/+1
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-2/+64