summaryrefslogtreecommitdiff
path: root/usr/idbm.c
Commit message (Expand)AuthorAgeFilesLines
* iscsi tools: convert from strncpy to strlcpyMike Christie2009-02-071-14/+14
* iscsi tools: convert from strncat to strlcatMike Christie2009-02-071-6/+6
* PATCH: iscsi tools: do not use exit()Mike Christie2009-01-291-14/+37
* iscsi tools: fix chapMike Christie2009-01-291-0/+4
* idbm: have idbm_rec_update_param update the value string of the matching rec_...Mike Christie2009-01-191-0/+3
* userspace - setting interface ip addressKaren Xie2008-12-051-9/+5
* iscsiadm: fix output orderingMike Christie2008-11-261-2/+2
* iscsid idbm: move record strings to headerMike Christie2008-11-261-87/+77
* ibft: add support to use iscsi_ibft module and log into all portals found in ...Mike Christie2008-11-261-0/+25
* iscsid idbm: print out header and tail to seperate recordsMike Christie2008-11-261-0/+2
* PATCH: add error checking to iscsi discovery db lock creationHans de Goede2008-09-301-0/+8
* fix dynamic tpgt support.Mike Christie2008-06-301-1/+9
* Fix discovery and autobindingMike Christie2008-06-131-3/+8
* Only autobind to ifaces with transport = tcpMike Christie2008-05-311-4/+2
* Fix sysfs handling of block:sdX and scsi bus changesMike Christie2008-05-311-2/+2
* Support mutlple ifaces with the same binding (lack of binding).Mike Christie2008-04-221-2/+2
* break up iface code and add default iser, tcp/default and bnx2i ifacesMike Christie2008-04-201-572/+18
* Add bind by initiatornameMike Christie2008-04-201-14/+12
* rm db paramMike Christie2008-04-201-125/+118
* add ifacename support toolsMike Christie2008-04-201-57/+48
* test pattern netdev instead of iface netdev when matching ifacesMike Christie2008-04-071-2/+2
* print iface record infoMike Christie2008-02-221-0/+29
* Add more checks for invalid record updates.Mike Christie2008-02-211-103/+155
* uclibc supportMike Christie2008-02-201-2/+2
* Fix compilation on gcc 4.3Mike Christie2008-02-201-0/+1
* merge iface record iter functionsMike Christie2008-02-201-77/+40
* Add options to modify the db manipulation behavior during discoveryMike Christie2008-02-201-20/+94
* fix iscsid running requirementMike Christie2007-10-251-12/+19
* mv nop handling to kernelMike Christie2007-08-271-17/+7
* add device reset support and fix some scsi eh bugs.Mike Christie2007-08-141-0/+2
* use fw instead of fwbootMike Christie2007-08-131-2/+2
* make fw bits more iscsiadmishMike Christie2007-07-251-5/+11
* hook fw programs into iscsi toolsMike Christie2007-07-251-5/+16
* more iname cleanupMike Christie2007-06-301-9/+4
* add strstripMike Christie2007-06-291-18/+29
* rm initiator alias error msgMike Christie2007-06-291-5/+8
* tmp fix to iface operation execution and use checkMike Christie2007-06-281-0/+9
* rm some more -ExxMike Christie2007-06-231-1/+1
* rm extra includesMike Christie2007-06-231-3/+0
* Fix ISCSIVAR compliation errorMike Christie2007-06-211-2/+2
* fix isnsMike Christie2007-06-211-2/+2
* add back config mmkdir codeMike Christie2007-06-211-0/+10
* add iface lockingMike Christie2007-06-191-8/+25
* don't treat missing node dir as errormnc2007-06-121-1/+2
* fix up iface mode, so it takes care of most of the grunt work and does lots o...mnc2007-06-121-1/+39
* compat hack: if someone sets transport name using the old name we update it f...mnc2007-06-121-1/+13
* modify iface mode to print out the etc iface info and not the scsi-ml host in...mnc2007-06-121-13/+12
* fix error return code situation :), some functions would return a error when ...mnc2007-06-121-39/+70
* add a login retry param whichmnc2007-06-121-0/+2
* print iface name when printing extended session infomnc2007-06-051-2/+1