1. 4c57eef fix strncpy bugs in ipaccess.c, ipa_proxy.c by Neels Hofmeyr · 6 years ago
  2. 7edc25d ipaccess: Avoid using released line and bfd in ipaccess_fd_cb by Pau Espin Pedrol · 6 years ago
  3. cfe2260 ipaccess: ipaccess_rcvmsg: Drop unneeded memcpy by Pau Espin Pedrol · 6 years ago
  4. 49917c1 preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg() by Stefan Sperling · 6 years ago
  5. f446367 IPA: log remote address by Max · 6 years ago
  6. 7139352 cosmetic: update ipaccess_bts_handle_ccm() by Max · 6 years ago
  7. 2d4888d unixsocket: fix a potential string overflow by Alexander Couzens · 7 years ago
  8. 323d39d Add SPDX-License-Identifier to all source files by Harald Welte · 7 years ago
  9. 01543a1 cosmetic: ipa.c: use msgb_dequeue(), drop local var by Neels Hofmeyr · 7 years ago
  10. b26f2fd src: use osmo_timer_setup() by Pablo Neira Ayuso · 7 years ago
  11. e416e2e Revert "ipacces.c: Remove ipa_bts_id_resp() and use libosmocore" by Harald Welte · 7 years ago
  12. d517db0 ipacces.c: Remove ipa_bts_id_resp() and use libosmocore by Harald Welte · 7 years ago
  13. 027e119 lapd: log pointer addresses by Philipp Maier · 8 years ago
  14. d75bac4 lapd: Reduce N200 (SABM retransmission count) by Philipp Maier · 7 years ago
  15. beb10ef add basic unixsocket support by Alexander Couzens · 8 years ago
  16. 2547458 misc: Fix build failure/warning when building on alpine linux by Holger Hans Peter Freyther · 7 years ago
  17. c9fa25e handle_ts1_read(): log sign_link() error by Max · 7 years ago
  18. 4c4a1c2 ipaccess_line_update(): log connection IP addresses and ports by Max · 8 years ago
  19. b0a4235 don't pass negative error to strerror() by Harald Welte · 8 years ago
  20. 519217f call strerror() not on negative value by Harald Welte · 8 years ago
  21. 14dd30a fix signed/unsigned bug in ipa_client_conn_open() by Harald Welte · 8 years ago
  22. ae3a993 input/ipaccess.c: Check return value of osmo_fd_register() by Harald Welte · 8 years ago
  23. 0c7d5f4 lapd: adding support for ericsson's lapd dialect by Philipp · 8 years ago
  24. 7a228eb Add HDLC timeslot mode by Harald Welte · 8 years ago
  25. a0108e7 Implement new 'raw' input type for E1 timeslots by Harald Welte · 8 years ago
  26. f35d889 e1_input: Add E1 timeslot number to input_signal_data by Harald Welte · 8 years ago
  27. b4698ef lapd_pcap: Correctly set the pseudo-header packet type by Harald Welte · 8 years ago
  28. 47bee5b Add osmo_pcap_lapd_set_fd() function by Harald Welte · 8 years ago
  29. 9ed7ca5 ipa_bts_id_resp(): handle non-existing members of ipacces_unit by Harald Welte · 8 years ago
  30. 12814b9 ipa_server_conn: Add server-side CCM handling by Harald Welte · 8 years ago
  31. b2d727a ipa_server_conn: Add remote (peer) address to struct by Harald Welte · 8 years ago
  32. 0db1d43 ipa driver: make bind address vty configurable by Neels Hofmeyr · 8 years ago
  33. 9087859 ipa: Add API to clear the tx queue by Holger Hans Peter Freyther · 9 years ago
  34. adfa01f misdn: Close the file descriptor if the ioctl is failing by Holger Hans Peter Freyther · 10 years ago
  35. 687046b ipa: Set the BSC_FD_WRITE in ipa_client_conn_open by Holger Hans Peter Freyther · 10 years ago
  36. 37fcd93 ipa: Partially revert the e1inp_ipa_bts_rsl_connect_n commit by Holger Hans Peter Freyther · 10 years ago
  37. d9d1b5c misc: Work with src != builddir by Holger Hans Peter Freyther · 10 years ago
  38. f422a75 Support for multiple RSL connections with ABIS/ipaccess (BTS side) by Andreas Eversberg · 10 years ago
  39. b65f58f move various generic IPA related functions to libosmocore by Harald Welte · 10 years ago
  40. 46fc7e2 ipa: Add E1INP_SIGN_OSMO to use IPAC_PROTO_OSMO via e1_input by Harald Welte · 10 years ago
  41. f5efba4 ipa: add ipaccess_tlv_to_unitdata() by Harald Welte · 10 years ago
  42. 783715b Split generic CCM handling out of ipaccess_bts_read_cb() by Harald Welte · 10 years ago
  43. 46c40b8 ipa: Move the second null check into the first one by Holger Hans Peter Freyther · 10 years ago
  44. e7e1b75 ipa: ensure updown_cb() gets called on reconnect by Harald Welte · 10 years ago
  45. f0d4a22 ipa: Set msgb->l1h to the beginning of the IPA header by Harald Welte · 10 years ago
  46. 98af3c3 ipa: Change ipa_msg_recv() to support partial receive by Jacob Erlbeck · 10 years ago
  47. f465a4c ipaccess: Move the #endif before the curly brace by Holger Hans Peter Freyther · 10 years ago
  48. 901ef1c ipaccess: Change the visibility of the ipa messages by Holger Hans Peter Freyther · 10 years ago
  49. 8fe1571 ipaccess: Make TCP keep-alive configurable by Jacob Erlbeck · 10 years ago
  50. a4ec51e ipaccess: Use keep alive for all connections by Jacob Erlbeck · 10 years ago
  51. 8598072 ipaccess: Enable TCP keepalive by default on all BTS connections by Daniel Willmann · 10 years ago
  52. 63ddf46 ipaccess: Fix crash when no IPA message is sent first on the RSL port by Holger Hans Peter Freyther · 11 years ago
  53. a98a625 it's called 'truncated' message, not 'trunked' by Harald Welte · 11 years ago
  54. 6eddd47 ipaccess.c: call sign_link_up() only _after_ tx ID_ACK/ID_RESP by Harald Welte · 11 years ago
  55. 51de9ca IPA: remove automatic reconnect logic by Harald Welte · 11 years ago
  56. a3e9dd5 ipaccess: rename ipaccess_bts_cb() to ipaccess_bts_read_cb() by Harald Welte · 11 years ago
  57. e68055b ipa: protect against multiple subsequent calls to ipa_client_conn_close() by Harald Welte · 11 years ago
  58. 10b4130 ipaccess: Properly resolve 'line' in error case by Harald Welte · 11 years ago
  59. 84f67b2 Don't establish RSL at same time as OML link on IPA type lines by Harald Welte · 11 years ago
  60. ef13269 input: fix compilation warning due to missing include osmocom/core/backtrace.h by Pablo Neira Ayuso · 11 years ago
  61. cdda0a8 ipa: stricter accept callback handling in ipa_server_link_create by Pablo Neira Ayuso · 11 years ago
  62. f69b812 dahdi: Fix potential but unlikely out of bounds access by Holger Hans Peter Freyther · 11 years ago
  63. 219a6a4 misdn: Fix a file descriptor leak in _mi_e1_line_update by Holger Hans Peter Freyther · 11 years ago
  64. 4bab3bf input: ipaccess: stricter string handling in ipa_bts_id_resp by Pablo Neira Ayuso · 11 years ago
  65. a8c4871 input: ipa: close descriptor if no accept callback is set by Pablo Neira Ayuso · 11 years ago
  66. b948701 input: ipaccess: fix possible NULL dereference by Pablo Neira Ayuso · 11 years ago
  67. 9d4fe51 hsl: Remove the input handling for the HSL BTS by Holger Hans Peter Freyther · 11 years ago
  68. 5731dd7 misdn: Set ret to 0 when using the LAPD from userspace by Holger Hans Peter Freyther · 11 years ago
  69. 4b6860d lapd: Do not override t203_sec initialization. by Holger Hans Peter Freyther · 11 years ago
  70. a49c24d ipaccess: relax default behaviour on errors coming from signalling layer by Pablo Neira Ayuso · 12 years ago
  71. 84e5cb9 ipaccess: fix leak of IPA control messages in the BTS side by Pablo Neira Ayuso · 12 years ago
  72. 9530600 input: add generic PCAP interface for LAPD by Pablo Neira Ayuso · 12 years ago
  73. 7ed9258 input: dahdi: replace exit by return by Pablo Neira Ayuso · 12 years ago
  74. 5c67fb5 input: dahdi: use logging facilities instead of fprintf and stderr by Pablo Neira Ayuso · 12 years ago
  75. f42280b lapd: use C99 structure initialization for profile templates by Pablo Neira Ayuso · 12 years ago
  76. 1e40194 ipaccess: improve error handling by Pablo Neira Ayuso · 12 years ago
  77. 6cc3f92 ipaccess: fix leak of e1inp_line by Pablo Neira Ayuso · 12 years ago
  78. 81ed759 ipa: fix missing set of write_cb for IPA client connection by Pablo Neira Ayuso · 12 years ago
  79. 05819ce build: avoid using a convenience library for the input subdirectory. by Diego Elio Pettenò · 12 years ago
  80. 62f0e06 build: use LT_INIT([pic-only]) instead of forcing -fPIC in AM_CFLAGS. by Diego Elio Pettenò · 12 years ago
  81. 36a85a4 ipaccess: hex-dump message in case ops->sign_link() returns an error by Harald Welte · 12 years ago
  82. 4308667 Fixed wrong reference while opening mISDN socket by Andreas Eversberg · 12 years ago
  83. 55467f0 abis/close: Deliver S_L_INP_TEI_DN when closing the socket by Holger Hans Peter Freyther · 13 years ago v0.1.1
  84. d73c846 mISDN input: avoid some strange distortion caused by buffer mgmt by Andreas Eversberg · 13 years ago
  85. e194cd9 ipa: The message claims to close the socket but it remains open. by Holger Hans Peter Freyther · 13 years ago
  86. 8aaed05 Length check of LAPD messages to prevent overflows on corrupt frames by Andreas Eversberg · 13 years ago
  87. d88c5bf Fixed missing T203 in profiles by Andreas Eversberg · 13 years ago
  88. 3c46044 Addition to last commit 2f5a3714075882ac946536709ac581453b6ad52a by Andreas Eversberg · 13 years ago
  89. 3744b87 LAPD profiles are globally defined structures by Andreas Eversberg · 13 years ago
  90. a7ff001 Replaced LAPD implementation with new LAPD core of libosmogsm by Andreas Eversberg · 13 years ago
  91. fe05cf5 DAHDI: add information on span number, timeslot count to VTY by Harald Welte · 13 years ago
  92. 494f290 DAHDI: remove unused variable by Harald Welte · 13 years ago
  93. 0cf5514 DAHDI: Print error message in case config uses non-existing span by Harald Welte · 13 years ago
  94. e2bd685 DAHDI: make sure the first e1_line N port start with number 0 by Harald Welte · 13 years ago
  95. c288951 e1_input: add 'port_nr' field and support DAHDI T1 cards by Harald Welte · 13 years ago
  96. a0d9331 ipa: Add a callback to detect if the server_conn was closed by Daniel Willmann · 13 years ago
  97. dc4479f ipa: Fix resource leak if we encounter an error in ipa_server_conn_read by Daniel Willmann · 13 years ago
  98. 218bb8f ipa: use DEBUG level instead of NOTICE for debugging log messages by Pablo Neira Ayuso · 13 years ago
  99. 32c883a ipa: better log error messages for ipa_msg_recv() by Pablo Neira Ayuso · 13 years ago
  100. 2220a05 ipa: fix segfault in ipa_client_conn_create if no E1 timeslot is specified by Pablo Neira Ayuso · 13 years ago