aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi/iscsi_target_auth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2018-09-21scsi: target: iscsi: Use bin2hex instead of a re-implementationVincent Pelletier1-12/+3
2018-09-21scsi: target: iscsi: Use hex2bin instead of a re-implementationVincent Pelletier1-16/+14
2018-01-12target/iscsi: avoid NULL dereference in CHAP auth error pathDavid Disseldorp1-1/+2
2017-06-19iscsi: ensure RNG is seeded before useJason A. Donenfeld1-3/+11
2016-12-09target: Minimize #include directivesBart Van Assche1-1/+1
2016-04-28treewide: Fix typos in printkMasanari Iida1-1/+1
2016-01-27iscsi-target: Use shash and ahashHerbert Xu1-62/+36
2015-01-30iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg1-1/+1
2014-06-26iscsi-target; Enforce 1024 byte maximum for CHAP_C key valueNicholas Bellinger1-0/+4
2014-06-26iscsi-target: Convert chap_server_compute_md5 to use kstrtoulNicholas Bellinger1-3/+7
2014-06-05iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger1-0/+10
2014-06-05iscsi-target: Fix CHAP_A parameter list handlingTejas Vaykole1-13/+51
2013-11-20iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen1-1/+4
2013-10-16target/iscsi: Remove macros that contain typecastsAndy Grover1-1/+1
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-3/+1
2013-04-25target/iscsi: Remove chap_set_random()Andy Grover1-27/+1
2013-03-18target/iscsi: Fix mutual CHAP auth on big-endian archesAndy Grover1-1/+4
2011-12-14iscsi-target: fix chap identifier simple_strtoul usageNicholas Bellinger1-3/+7
2011-12-14target: remove useless castsJörn Engel1-14/+14
2011-12-06iscsi-target: Fix hex2bin warn_unused compile messageNicholas Bellinger1-2/+4
2011-10-24iscsi-target: use native hex2bin for chap_string_to_hexAndy Shevchenko1-31/+3
2011-07-26iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger1-0/+490