index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
iscsi
/
iscsi_target_auth.c
Age
Commit message (
Expand
)
Author
2019-11-06
scsi: target: iscsi: rename some variables to avoid confusion.
Maurizio Lombardi
2019-11-06
scsi: target: iscsi: tie the challenge length to the hash digest size
Maurizio Lombardi
2019-11-06
scsi: target: iscsi: CHAP: add support for SHA1, SHA256 and SHA3-256
Maurizio Lombardi
2019-10-22
scsi: target: compare full CHAP_A Algorithm strings
David Disseldorp
2019-07-06
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2019-07-02
scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supported
Maurizio Lombardi
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2018-09-21
scsi: target: iscsi: Use bin2hex instead of a re-implementation
Vincent Pelletier
2018-09-21
scsi: target: iscsi: Use hex2bin instead of a re-implementation
Vincent Pelletier
2018-01-12
target/iscsi: avoid NULL dereference in CHAP auth error path
David Disseldorp
2017-06-19
iscsi: ensure RNG is seeded before use
Jason A. Donenfeld
2016-12-09
target: Minimize #include directives
Bart Van Assche
2016-04-28
treewide: Fix typos in printk
Masanari Iida
2016-01-27
iscsi-target: Use shash and ahash
Herbert Xu
2015-01-30
iscsi-target: Move iscsi_target_[core,stat].h under linux include
Sagi Grimberg
2014-06-26
iscsi-target; Enforce 1024 byte maximum for CHAP_C key value
Nicholas Bellinger
2014-06-26
iscsi-target: Convert chap_server_compute_md5 to use kstrtoul
Nicholas Bellinger
2014-06-05
iscsi-target: Reject mutual authentication with reflected CHAP_C
Nicholas Bellinger
2014-06-05
iscsi-target: Fix CHAP_A parameter list handling
Tejas Vaykole
2013-11-20
iscsi-target: chap auth shouldn't match username with trailing garbage
Eric Seppanen
2013-10-16
target/iscsi: Remove macros that contain typecasts
Andy Grover
2013-09-10
target: Update copyright ownership/year information to 2013
Nicholas Bellinger
2013-04-25
target/iscsi: Remove chap_set_random()
Andy Grover
2013-03-18
target/iscsi: Fix mutual CHAP auth on big-endian arches
Andy Grover
2011-12-14
iscsi-target: fix chap identifier simple_strtoul usage
Nicholas Bellinger
2011-12-14
target: remove useless casts
Jörn Engel
2011-12-06
iscsi-target: Fix hex2bin warn_unused compile message
Nicholas Bellinger
2011-10-24
iscsi-target: use native hex2bin for chap_string_to_hex
Andy Shevchenko
2011-07-26
iscsi-target: Add iSCSI fabric support for target v4.1
Nicholas Bellinger