summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi/iscsi_target_auth.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-061-8/+8
|\
| * scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi2019-07-021-8/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1Star
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
|/
* scsi: target: iscsi: Use bin2hex instead of a re-implementationVincent Pelletier2018-09-211-12/+3Star
* scsi: target: iscsi: Use hex2bin instead of a re-implementationVincent Pelletier2018-09-211-16/+14Star
* target/iscsi: avoid NULL dereference in CHAP auth error pathDavid Disseldorp2018-01-131-1/+2
* iscsi: ensure RNG is seeded before useJason A. Donenfeld2017-06-201-3/+11
* target: Minimize #include directivesBart Van Assche2016-12-091-1/+1
* treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
* iscsi-target: Use shash and ahashHerbert Xu2016-01-271-62/+36Star
* iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg2015-01-301-1/+1
* iscsi-target; Enforce 1024 byte maximum for CHAP_C key valueNicholas Bellinger2014-06-271-0/+4
* iscsi-target: Convert chap_server_compute_md5 to use kstrtoulNicholas Bellinger2014-06-271-3/+7
* iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger2014-06-061-0/+10
* iscsi-target: Fix CHAP_A parameter list handlingTejas Vaykole2014-06-061-13/+51
* iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen2013-11-211-1/+4
* target/iscsi: Remove macros that contain typecastsAndy Grover2013-10-161-1/+1
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-111-3/+1Star
* target/iscsi: Remove chap_set_random()Andy Grover2013-04-251-27/+1Star
* target/iscsi: Fix mutual CHAP auth on big-endian archesAndy Grover2013-03-181-1/+4
* iscsi-target: fix chap identifier simple_strtoul usageNicholas Bellinger2011-12-141-3/+7
* target: remove useless castsJörn Engel2011-12-141-14/+14
* iscsi-target: Fix hex2bin warn_unused compile messageNicholas Bellinger2011-12-061-2/+4
* iscsi-target: use native hex2bin for chap_string_to_hexAndy Shevchenko2011-10-241-31/+3Star
* iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger2011-07-261-0/+490