summaryrefslogtreecommitdiff
path: root/usr/mgmt_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Add ability for MGMT IPC to check UID onlyEric Mackay2022-05-161-4/+50
* mgmt: print connection info when write qtask response failedWenchao Hao2022-02-251-2/+6
* open-iscsi: Fix NULL pointer dereference in mgmt_ipc_read_req()Wenchao Hao2020-12-121-1/+4
* More changes for musl.Lee Duncan2020-04-021-0/+1
* Enabled compiler checking options, fixed issues.Lee Duncan2020-01-281-8/+14
* iscsistart: prevent unix socket cross-talkChris Leech2018-06-131-1/+2
* delete unused BSD stub codeChris Leech2018-01-161-57/+0
* Fix missing headerAndy Grover2014-11-111-0/+1
* iscsid: Fix double close of mgmt ipc fdDuane Northcutt2014-05-141-1/+0
* iscsi tools: Bug fix on IPC address copy (version 2)Mike Christie2013-12-221-5/+1
* iscsid: implement systemd-compatible socket activationTomasz Torcz2012-12-141-0/+29
* iscsid,iscsiadm: fix abstract socket length in bind() callTomasz Torcz2012-12-141-4/+5
* iscsi tools: Fix warnings reported by gcc-4.5.2Jim Ramsay2011-08-021-1/+2
* Add userspace/tools iscsi error code defsMike Christie2011-01-311-51/+51
* Use pass through interface for sendtargets (take4) Currenly offload cards lik...Mike Christie2011-01-311-12/+0
* iscsid: fix discoveryd shutdownMike Christie2010-06-101-3/+2
* iscsi tools: use open-isns servicesMike Christie2010-03-221-8/+0
* iscsid: mv event loop code to new fileMike Christie2009-02-221-93/+5
* iscsid: flush sysfs cache.Mike Christie2009-02-221-0/+6
* iscsi tools: convert from strncpy to strlcpyMike Christie2009-02-071-2/+3
* change mgmt_ipc to logout by sidMike Christie2008-04-201-19/+2
* Add options to modify the db manipulation behavior during discoveryMike Christie2008-02-201-2/+2
* add SIGTERM iscsid handler and iscsiadm command to stop iscsidMike Christie2007-10-291-0/+3
* This patch decouples the initiator name from iscsid. This is needed forMike Christie2007-07-251-1/+2
* rm extra includesMike Christie2007-06-231-10/+2
* Create plumbing for new iSNS notification callsokir@lst.de2007-06-181-2/+127
* Extend the mgmt IPC interface to allow variable-length payloadokir@lst.de2007-06-181-9/+60
* mgmt_ipc_getstat should use session_find_by_sidokir@lst.de2007-06-181-22/+14
* Ignore client's address when accepting mgmt connectionokir@lst.de2007-06-181-4/+1
* Introduce array of MGMT IPC handler functionsokir@lst.de2007-06-181-51/+32
* Unify API of mgmt_ipc function handlersokir@lst.de2007-06-181-51/+78
* Make mgmt_ipc_handle use qtask->reqokir@lst.de2007-06-181-20/+20
* Make mgmt_ipc_handle use qtask->rspokir@lst.de2007-06-181-31/+33
* In mgmt_ipc_write_rsp, always free the queue_taskMike Christie2007-06-181-3/+14
* Remove open-coded copy of mgmt_ipc_write_rspokir@lst.de2007-06-181-7/+4
* Clean up mgmt_ipc_handle return valueokir@lst.de2007-06-181-13/+5
* Use global variable to signal end of event loopokir@lst.de2007-06-181-4/+6
* For security reasons, iscsid makes sure only the root user can talk to it by ...mnc2007-06-121-2/+1
* Support bind by hw address or netdev (ip address is temp disabled because tar...mnc2007-05-301-1/+7
* fix lots of leaksmnc2007-05-051-5/+3
* Rename iface.name to iface.hwaddress and make transport name part of the ifac...mnc2007-04-241-0/+8
* use kernel list functions in almost all places (not queue.c yet), and fix som...mnc2007-04-241-12/+4
* from tomo: add basic isns supportmnc2007-01-271-2/+38
* zero is a valid file descriptor.mnc2007-01-091-2/+2
* add -m session --info commandmnc2006-11-221-0/+26
* if multiple transports are loaded we try to sync sessions multple times due t...mnc2006-09-061-7/+13
* check for running sessions before logging inmnc2006-08-291-1/+1
* rm active list limitation by using sysfs instead of iscsidmnc2006-08-281-25/+0
* correct error messagemnc2006-08-281-1/+1
* 1. rm db and replace with text files in the iscsid.conf format (tools will ge...mnc2006-08-231-70/+26