You can subscribe to this list here.
2001 |
Jan
|
Feb
(44) |
Mar
(202) |
Apr
(134) |
May
(89) |
Jun
(94) |
Jul
(58) |
Aug
(58) |
Sep
(56) |
Oct
(75) |
Nov
(26) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(24) |
Feb
(30) |
Mar
(15) |
Apr
(49) |
May
(12) |
Jun
(6) |
Jul
(11) |
Aug
(20) |
Sep
(19) |
Oct
(3) |
Nov
(13) |
Dec
(1) |
2003 |
Jan
(7) |
Feb
(4) |
Mar
(7) |
Apr
(5) |
May
(6) |
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(51) |
Dec
(1) |
2004 |
Jan
(11) |
Feb
(5) |
Mar
|
Apr
(5) |
May
(2) |
Jun
|
Jul
(21) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Mattias ?g. <mat...@us...> - 2001-02-26 16:11:22
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- rfcomm_sec.c 1.6 1.7=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Fixed bug when using security and connecting as client. Added validity check so we don't register on control channel (dlci 0) The diff of the modified file(s): --- rfcomm_sec.c 2001/02/15 18:01:29 1.6 +++ rfcomm_sec.c 2001/02/26 16:12:17 1.7 @@ -109,13 +109,12 @@ case SECURITY_OK:=20 { rfcon->dlci[tmp_dlci].state =3D CONNECTED; -#ifdef __KERNEL__ - bt_register_rfcomm(rfcon, tmp_dlci); - bt_connect_cfm(CREATE_RFCOMM_ID(rfcon->line, tmp_dlci), 0 /* status ok*/= ); =20 -#endif -/* D_REC(FNC"sending back UA - other channel\n"); */ + if (valid_dlci(tmp_dlci)) + { =20 + bt_register_rfcomm(rfcon, tmp_dlci); + bt_connect_cfm(CREATE_RFCOMM_ID(rfcon->line, tmp_dlci), 0 /* status ok*= / );=09=09=09 #if 0 /* This part was taken from rfcomm.c and should perhaps reside there */ @@ -134,7 +133,11 @@ #endif =20 rfcomm_ua_msg(rfcon, tmp_dlci); -=09=09 + } + else + { + printk("rfcomm_process_sec_man_response : invalid dlci [%d]\n", tmp_dlc= i); + } break; } case UNKNOWN_REQUEST_TYPE: |
From: Peter K. <pk...@us...> - 2001-02-26 16:07:39
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.c 1.117 1.118=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added missing \n. The diff of the modified file(s): --- hci.c 2001/02/15 16:27:33 1.117 +++ hci.c 2001/02/26 16:08:44 1.118 @@ -654,7 +654,7 @@ #ifndef HCI_EMULATION if (buf[0]) { /* remove hci handle if connection failed */ - DSYS(__FUNCTION__", CONNECTION_COMPLETE %s", get_err_msg(buf[0])); + DSYS(__FUNCTION__", CONNECTION_COMPLETE %s\n", get_err_msg(buf[0])); hci_ctrl.nbr_of_connections -=3D 1; reset_hci_con_bd(hci_hdl); } else { |
From: Peter K. <pk...@us...> - 2001-02-18 12:35:02
|
The following files were modified in libs/expat/xmltok: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.1 Added asciitab.h 1.1 Added iasciitab.h 1.1 Added latin1tab.h 1.1 Added nametab.h 1.1 Added utf8tab.h 1.1 Added xmldef.h 1.1 Added xmlrole.c 1.1 Added xmlrole.h 1.1 Added xmltok.c 1.1 Added xmltok.h 1.1 Added xmltok_impl.c 1.1 Added xmltok_impl.h 1.1 Added xmltok_ns.c 1.1 Added The accompanying log: Initial version. |
From: Peter K. <pk...@us...> - 2001-02-18 12:35:02
|
The following file was modified in libs: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.1 Added The accompanying log: Initial version. |
From: Peter K. <pk...@us...> - 2001-02-18 12:35:02
|
The following files were modified in libs/expat/xmlparse: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.1 Added hashtable.c 1.1 Added hashtable.h 1.1 Added xmlparse.c 1.1 Added xmlparse.h 1.1 Added The accompanying log: Initial version. |
From: Peter K. <pk...@us...> - 2001-02-18 12:35:01
|
The following file was modified in libs/expat: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.1 Added The accompanying log: Initial version. |
From: Peter K. <pk...@us...> - 2001-02-18 12:35:01
|
The following file was modified in apps/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.1 Added The accompanying log: Initial version. |
From: Peter K. <pk...@us...> - 2001-02-18 12:35:01
|
The following files were modified in apps: Name Old version New version Comment ---- ----------- ----------- ------- Makefile 1.1 Added Rules.elinux 1.1 Added The accompanying log: Initial version. |
From: Peter K. <pk...@us...> - 2001-02-18 11:35:20
|
The following file was modified in apps/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- .cvsignore 1.1 Removed The accompanying log: Removed erroneous file. |