summaryrefslogtreecommitdiff
path: root/usr/login.c
Commit message (Expand)AuthorAgeFilesLines
* Fix issues discovered by gcc12Lee Duncan2022-01-251-9/+9
* Log error message when auth debug status is setgulams2021-04-161-1/+1
* Enabled compiler checking options, fixed issues.Lee Duncan2020-01-281-3/+3
* configuration support for CHAP algorithmsChris Leech2019-12-191-0/+11
* enable MaxOutstandingR2T negotiationChris Leech2018-06-221-9/+5
* Spelling fixesVille Skyttä2016-09-181-1/+1
* Remove duplicate newlines in log messages.Lee Duncan2015-04-031-5/+5
* Fix build warnings for unused variablesAndy Grover2014-11-111-2/+0
* Use pass through interface for sendtargets (take4) Currenly offload cards lik...Mike Christie2011-01-311-11/+69
* iscsi tools: fix MaxXmitDataSegmentLength=0 handlingMike Christie2010-03-311-1/+6
* iscsi tools: add MaxXmitDataSegmentLength paramMike Christie2010-03-221-2/+8
* fix ipv6 login redirect support.Mike Christie2008-06-131-1/+12
* Use new tpgt instead of failing loginMike Christie2008-02-201-24/+21
* fix connection state setting from login libMike Christie2007-06-291-4/+0
* rm conn fn pointers to ipc fnsMike Christie2007-06-221-1/+0
* from Jeremy Puhlman: We were cross compiling up open-iscsi for arm uclibc and...mnc2007-05-171-1/+1
* use kernel list functions in almost all places (not queue.c yet), and fix som...mnc2007-04-241-8/+8
* check some iscsi and initiator settings before use and drop down to defaults ...mnc2007-02-211-1/+1
* When iscsi_login was taken from linux-iscsi and it was reworked to fit open-...mnc2007-01-081-6/+9
* debugged by Ming and Rohan: for normal session logins we should be incrementi...mnc2006-04-271-3/+5
* from ogerlitz@voltaire.com fix rdma login codemnc2006-04-131-22/+20
* from ogerlitz@voltaire.com add rdma field for rdma extensionsmnc2006-04-131-5/+7
* for tmp login redirects we want to fall back to the original address when rel...mnc2006-03-031-5/+1
* Wang Zhenyu: remove vendor_specific_keys fieldaaizman2005-10-261-62/+1
* Wang Zhenyu: use TPGT (if provided) in the login redirect caseaaizman2005-10-251-0/+2
* Erez Zilber: An error should be returned only if conn->max_recv_dlength != dmitry_yus2005-10-201-2/+3
* fail login in case of RDMA's MRDSL check failuredmitry_yus2005-10-111-0/+1
* Erez Zilber: InitiatorRecvDataSegmenthLength key supportdmitry_yus2005-10-101-0/+9
* Erez Zilber: fixed a bug that causes a segmentation fault when dmitry_yus2005-09-281-5/+8
* Alex Nezhinsky: login extensions for RDMA transportsdmitry_yus2005-09-231-9/+71
* Wang Zhenyu: session redirection fix, TCP port updateddmitry_yus2005-09-191-0/+1
* Wang Zhenyu: iSCSI redirectdmitry_yus2005-09-131-1/+7
* FUJITA Tomonori: added IPv6 support (user land)aaizman2005-07-261-15/+34
* Mike: big snx to session, cnx to conn renaming!dmitry_yus2005-05-061-11/+11
* ERL=0 recovery with HeaderDigest=CRC32C fixesdmitry_yus2005-04-301-0/+2
* kernel ipc cleanup. added and implemented iscsi_ipc callback structuredmitry_yus2005-04-091-2/+2
* Ming's fix for optopt applied.dmitry_yus2005-03-161-1/+1
* more cleanups all over...open-iscsi2005-02-181-14/+14
* can login and gracefully(almost) logout single sessionopen-iscsi2005-02-031-2/+2
* been able format disk with IETopen-iscsi2005-02-021-1/+0
* login in new arch. worksopen-iscsi2005-02-021-30/+30
* continue work on pdu send and kernel/user communitation moduleopen-iscsi2005-01-281-1/+2
* sched renamed to actor, provider structure added, u/k work beganopen-iscsi2005-01-271-0/+1
* initial async work.open-iscsi2005-01-271-122/+177
* login established, userland scheduler addedopen-iscsi2005-01-251-135/+141
* initial DiscoveryDB supportopen-iscsi2005-01-191-52/+45
* kernel/user compilesopen-iscsi2005-01-181-31/+27
* redesign host. interim. commitopen-iscsi2005-01-171-0/+1444