summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi/iscsi_target_auth.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: iscsi: Do not require target authenticationDmitry Bogdanov2022-07-261-1/+7
* scsi: target: iscsi: Support base64 in CHAPDmitry Bogdanov2022-07-261-24/+90
* scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy2022-05-101-5/+5
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* scsi: target: iscsi: rename some variables to avoid confusion.Maurizio Lombardi2019-11-061-20/+20
* scsi: target: iscsi: tie the challenge length to the hash digest sizeMaurizio Lombardi2019-11-061-11/+26
* scsi: target: iscsi: CHAP: add support for SHA1, SHA256 and SHA3-256Maurizio Lombardi2019-11-061-59/+110
* scsi: target: compare full CHAP_A Algorithm stringsDavid Disseldorp2019-10-221-1/+1
* 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/+1
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
|/
* scsi: target: iscsi: Use bin2hex instead of a re-implementationVincent Pelletier2018-09-211-12/+3
* scsi: target: iscsi: Use hex2bin instead of a re-implementationVincent Pelletier2018-09-211-16/+14
* target/iscsi: avoid NULL dereference in CHAP auth error pathDavid Disseldorp2018-01-121-1/+2
* iscsi: ensure RNG is seeded before useJason A. Donenfeld2017-06-191-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/+36
* 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-261-0/+4
* iscsi-target: Convert chap_server_compute_md5 to use kstrtoulNicholas Bellinger2014-06-261-3/+7
* iscsi-target: Reject mutual authentication with reflected CHAP_CNicholas Bellinger2014-06-051-0/+10
* iscsi-target: Fix CHAP_A parameter list handlingTejas Vaykole2014-06-051-13/+51
* iscsi-target: chap auth shouldn't match username with trailing garbageEric Seppanen2013-11-201-1/+4
* target/iscsi: Remove macros that contain typecastsAndy Grover2013-10-161-1/+1
* target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-101-3/+1
* target/iscsi: Remove chap_set_random()Andy Grover2013-04-251-27/+1
* 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/+3
* iscsi-target: Add iSCSI fabric support for target v4.1Nicholas Bellinger2011-07-261-0/+490