Fix CVE-2009-1297
[open-iscsi.git] / Changelog
blob25c102e22e2aeec682761725f4e7143465f8e3d7
1 open-iscsi-2.0-871 - open-iscsi-2.0.870
3 Boaz Harrosh (1):
4       open-iscsi: Makefile: separate out user: and kernel: make targets
6 Erez Zilber (1):
7       Add Module.markers to .gitignore
9 Karen Xie (2):
10       userspace - add new transport cxgb3i
11       userspace - setting interface ip address
13 Mike Christie (84):
14       iscsid: fix relogin retry handling
15       iscsid idbm: print out header and tail to seperate records
16       ibft: add support to use iscsi_ibft module and log into all portals found in firmware
17       fwparam: rm unused filepath argument
18       iscsid idbm: move record strings to header
19       iscsiadm: discovery mode supports the --show
20       iscsiadm: have fw discovery handle --op arguments
21       iscsiadm: fix output ordering
22       iscsi modules: fix compilation
23       iscsid/iscsiadm: fix strto* usage
24       iscsid: fix logout response and time2wait handling
25       iscsiadm: remove default bnx2i iface
26       iscsid/iscsiadm: support multiple inititor names per host.
27       iscsiadm: print session and session info running through ifaces in iface mode
28       iscsid: update transport handle
29       idbm: have idbm_rec_update_param update the value string of the matching rec_info
30       iscsi mod: sync up kernel modules with 2.6.29
31       iscsi mod: 2.6.27 compat
32       iscsi mod: 2.6.26 compat
33       iscsi mod: 2.6.24-25 compat
34       iscsi mod: 2.6.20-23 compat
35       iscsi mod: 2.6.14-19 compat
36       iscsi mod: fix up 2.6.14-19 compat patch
37       iscsi mod iscsi_tcp: compat fix for pI4/pI6
38       build: add a make user
39       iscsi tools: fix chap
40       PATCH: iscsi tools: do not use exit()
41       PATCH: fix iBFT firmware reading with newer kernels
42       2.6.29-rc libiscsi: Fix scsi command timeout oops in iscsi_eh_timed_out
43       iscsi mod: 2.6.14-19 compat
44       iscsi tools: convert from strncat to strlcat
45       iscsi tools: convert from strncpy to strlcpy
46       iscsi tool make: add notification that iscsi start was made
47       iscsid: Fix up connection failed messages
48       docs: fix up iscsiadm man page iface info
49       iscsi tools: update version in preparation for new release
50       iscsid: flush sysfs cache.
51       iscsid: mv event loop code to new file
52       docs: update readme with libiscsi_tcp info
57 -------------------------------------------------------------------
58 open-iscsi-2.0-870 - open-iscsi-2.0.869
60 Doron Shoham (1):
61       log.c: add error messages when allocation shared memory
63 Erez Zilber (2):
64       Minor fixes in iscsi_discovery documentation
65       rm unused variable in fw_entry.c
67 Hannes Reinecke (1):
68       Add SLES10 SP2 compat
70 Hans de Goede (1):
71       PATCH: add error checking to iscsi discovery db lock creation
73 Mike Christie (58):
74       change mgmt_ipc to logout by sid
75       iscsi class/if kernel: add ifacename attr
76       add ifacename support tools
77       rm db param
78       rm num_transports from sysfs header.
79       Add bind by initiatorname
80       break up iface code and add default iser, tcp/default and bnx2i ifaces
81       Use startup definition in util.c.
82       set header digests to off by default
83       fix compile warning for missing iface.h
84       User 64 bit params mask.
85       Do not allow iface setting to be changed in node mode.
86       Fix bad merge. User iscsi param masks instead of params.
87       Support mutlple ifaces with the same binding (lack of binding).
88       Release transport entry when the transport is unloaded
89       Fix ep_disconnect handling of invalid ep
90       libiscsi: Fix nop timeout handling
91       libiscsi: fix recv tmo
92       Revert Release-transport-entry-when-the-transport-is-unload.patch
93       pass ep to session creation
94       Fix iser create bound session compat
95       fix compilation on Fedora 9
96       Fix sysfs handling of block:sdX and scsi bus changes
97       Only autobind to ifaces with transport = tcp
98       Increase login retry for iscsistart.
99       Sync kernel modules to scsi-misc for 2.6.27.
100       Update 2.6.14 - 2.6.19 compat patch
101       Update 2.6.20 - 2.6.24 patch
102       Update 2.6.24 - 2.6.25 patch
103       iscsid: don't print enosys errors.
104       libiscsi: support older tools that did not set can_queue/cmds_max
105       Fix transport_name compat support.
106       Fix idbm iscsid segfault when accsing ifaces
107       Fix discovery and autobinding
108       fix ipv6 login redirect support.
109       Fix login redirect failure handling.
110       remove sysfs_file
111       fix dynamic tpgt support.
112       Bump version for new release.
113       Add compat patch for RHEL 5.2
114       iscsid: adjust requested settings for user
115       Sync kernel modules with 2.6.27
116       Add 2.6.26 compat support
117       Add Makefile support for 2.6.26 compat patch
118       Add .gitignore files
119       Revert broken SLES 10 compat patch.
120       iscsi conf: increase default login max
121       iscsi conf: partially revert increase default login max change
122       modify initial login retry max
123       libiscsi: fix data corruption when target has to resend data-in packets
124       iscsi class: fix endpoint id handling
125       handle ISCSI_ERR_INVALID_HOST
126       iscsi_tcp: return a descriptive error value during connection errors
127       libiscsi: fix locking in iscsi_eh_device_reset
128       update 2.6.14-19_compat.patch
129       update 2.6.20-21_compat.patch
130       update 2.6.24_compat.patch
131       Fix initiator.c compile warning