1. 6e564a9 Bump version: 0.1.3 → 0.2.0 by Harald Welte · 3 years, 1 month ago 0.2.0
  2. 8b73a2a vty: call telnet_init_dynif() after config file is read by Harald Welte · 3 years, 1 month ago
  3. dd1389c use telnet_init_dynif() to allow VTY bind to non-loopack address by Harald Welte · 3 years, 1 month ago
  4. 9148d49 client: Ensure the "file" header is sent on connect by Harald Welte · 3 years, 1 month ago
  5. 831494e use osmo_wqueue_enqueue_quiet() as we log anyway by Harald Welte · 3 years, 1 month ago
  6. 69ce121 contrib/jenkins.sh: fix: pass '--enable-manuals' to configure by Vadim Yanitskiy · 3 years, 1 month ago
  7. a663ed2 Add user manual for osmo-pcap by Harald Welte · 3 years, 1 month ago
  8. 8a11964 update copyright statement; Holger worked on it until 2017 by Harald Welte · 3 years, 1 month ago
  9. b0b2a2d add "--version" to osmo-pcap-client and -server by Harald Welte · 3 years, 1 month ago
  10. ff3f4b3 vty_{client,server}_init(): remove unused argument by Vadim Yanitskiy · 3 years, 1 month ago
  11. d59783e vty: register commands for talloc context introspection by Vadim Yanitskiy · 3 years, 1 month ago
  12. 52f06fd manuals: generate VTY reference for osmo-pcap-{client,server} by Joachim Steiger · 3 years, 1 month ago
  13. 611fd19 vty: Add space after prompt, as customary by Harald Welte · 3 years, 1 month ago
  14. 06303a6 Bump version: 0.1.2.9-288c-dirty → 0.1.3 by Pau Espin Pedrol · 3 years, 3 months ago 0.1.3
  15. 288c39b configure.ac: set -std=gnu11 by Oliver Smith · 3 years, 4 months ago
  16. 72cc2a5 reformat debian/control for osmo-release.sh compatibility by Harald Welte · 3 years, 4 months ago
  17. 716a4db main: generate coredump and exit upon SIGABRT received by Pau Espin Pedrol · 3 years, 6 months ago
  18. 5899cb4 Use osmo_fd_*_{disable,enable} by Harald Welte · 3 years, 7 months ago
  19. a960014 Use osmo_fd_setup() whenever applicable by Harald Welte · 3 years, 7 months ago
  20. 20c6ba5 Use OSMO_FD_* instead of deprecated BSC_FD_* by Harald Welte · 3 years, 7 months ago
  21. f93e3dc Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in by Oliver Smith · 4 years ago
  22. fd387ec contrib: integrate RPM spec by Oliver Smith · 4 years ago
  23. 9d5fadc contrib: import RPM spec by Oliver Smith · 4 years ago
  24. d8368ce Bump version: 0.1.1.4-7aa6 → 0.1.2 by Pau Espin Pedrol · 4 years, 5 months ago 0.1.2
  25. 7aa6302 osmoappdesc.py: switch to python 3 by Oliver Smith · 4 years, 5 months ago osmith/fix-python3
  26. 47ea18e Cosmetic: README.md: document how to run tests by Oliver Smith · 4 years, 5 months ago
  27. fdd62da osmoappdesc.py: fix paths to configs by Oliver Smith · 4 years, 5 months ago
  28. 380305e Cosmetic: README.md: fix typo by Oliver Smith · 4 years, 5 months ago
  29. 5e10f1d Bump version: 0.1.0.2-ce06 → 0.1.1 by Pau Espin Pedrol · 4 years, 10 months ago 0.1.1
  30. ce0660c Require libosmocore 0.11.0 by Pau Espin Pedrol · 4 years, 10 months ago
  31. 210ed93 Remove undefined param passed to {logging,osmo_stats}_vty_add_cmds by Pau Espin Pedrol · 4 years, 10 months ago
  32. 901543a Bump version: 0.0.11 → 0.1.0 by Pau Espin Pedrol · 4 years, 10 months ago 0.1.0
  33. 300cb49 debian/changelog: Mark 0.0.11 as released by Pau Espin Pedrol · 4 years, 11 months ago
  34. d567571 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 4 years, 11 months ago
  35. e524725 gitignore: fix application names by Oliver Smith · 4 years, 11 months ago
  36. d68773c tests/Makefile.am: Fix "./configure && make clean && make" by Pau Espin Pedrol · 4 years, 11 months ago
  37. 407f7f9 Fix compiler warning about deprecated _BSD_SOURCE by Harald Welte · 5 years ago
  38. 066fc59 change binary builds URL to network:osmocom as that's more maintained by Harald Welte · 5 years ago
  39. 5edc9b2 contrib: fix makedistcheck with disabled systemd by Oliver Smith · 5 years ago
  40. 14512dd Fix DISTCHECK_CONFIGURE_FLAGS override by Oliver Smith · 5 years ago
  41. 3ad56f0 debian: Install osmo_pcap_clean_old in osmo-pcap-server pkg by Pau Espin Pedrol · 6 years ago
  42. a3a6ceb gitignore: Add compile by Pau Espin Pedrol · 6 years ago
  43. 45283d8 Install cfg files with autotools by Pau Espin Pedrol · 6 years ago
  44. b29f84f Install systemd services with autotools by Pau Espin Pedrol · 6 years ago
  45. b96c957 debian: Clean up to look like other osmocom projects by Pau Espin Pedrol · 6 years ago
  46. 80d2b7b contrib/jenkins.sh: Update to current osmocom infra by Pau Espin Pedrol · 6 years ago
  47. a82aaef server: Add pcap snaplen VTY cmd by Pau Espin Pedrol · 6 years ago
  48. 868a501 server: Improve verification of messages from client by Pau Espin Pedrol · 6 years ago
  49. b799344 client_send_link: snaplen not needed during allocation by Pau Espin Pedrol · 6 years ago
  50. f946fa2 client: Add pcap snaplen VTY cmd by Pau Espin Pedrol · 6 years ago
  51. 168949e client: Set snaplen to MAXIMUM_SNAPLEN by Pau Espin Pedrol · 6 years ago
  52. db7be44 Use enum for PKT_LINK_* by Pau Espin Pedrol · 6 years ago
  53. f10c578 Replace '.' in counter names with ':' by Pau Espin Pedrol · 6 years ago
  54. 78262bd jenkins.sh: enable werror and sanitize configure flags by Pau Espin Pedrol · 6 years ago
  55. e241ead configure.ac: Add --enable-sanitize flag by Pau Espin Pedrol · 6 years ago
  56. f59fabf configure.ac: Add --enable-werror flag by Pau Espin Pedrol · 6 years ago
  57. d475673 osmo_client_send_data: Fix wrong log format by Pau Espin Pedrol · 6 years ago
  58. dc27ca8 Drop osmo_init_logging and use osmo_init_logging2 by Pau Espin Pedrol · 6 years ago
  59. 5f3c30c server: Properly name main talloc ctx by Pau Espin Pedrol · 6 years ago
  60. 2828690 client: Properly name main talloc ctx by Pau Espin Pedrol · 6 years ago
  61. 6e9bf9a vty: skip installing cmds now always installed by default by Pau Espin Pedrol · 6 years ago
  62. 3dfdbc2 cosmetic: client: rename forward_packet function by Pau Espin Pedrol · 6 years ago
  63. e89231d debian/control: Fix URLs for homepage, git, gitweb by Harald Welte · 6 years ago
  64. f335e37 Add support for generating IPIP to osmo-pcap-client by Harald Welte · 7 years ago
  65. 53044df Use release helper from libosmocore by Max · 7 years ago
  66. 93ac357 Add gitreview config by Max · 7 years ago
  67. 5f071cd client: Move to osmo_sock_init2_ofd() by Harald Welte · 7 years ago
  68. f266924 Use libosmocore osmo_sock_init2() instead of local implementation by Harald Welte · 7 years ago
  69. 2fe9cb9 Rename osmo_pcap_{client_server} executables to osmo-pcap-{client,server} by Harald Welte · 7 years ago
  70. 2aea870 Use TCP port numbers for VTY that don't overlap with other Osmocom Software by Harald Welte · 7 years ago
  71. 604e071 sock_src_init(): Don't freeaddrinfo() undefined src_result by Harald Welte · 7 years ago
  72. 4776b29 debian: Add -dbg packages for the osmo-pcap-client and osmo-pcap-server by Holger Hans Peter Freyther · 7 years ago 0.0.11
  73. 17f5b00 debian: Make a new release with the new feature by Holger Hans Peter Freyther · 7 years ago
  74. 40c1e85 client: Allow to bind to a specific source_ip by Holger Hans Peter Freyther · 7 years ago
  75. fdebd88 debian: Make a new release with the new features we gained by Holger Hans Peter Freyther · 8 years ago 0.0.10
  76. 36a183f client: Tolerate an invalid pcap_handle by Holger Hans Peter Freyther · 8 years ago
  77. 9294c40 client: disconnect before connecting the connection by Holger Hans Peter Freyther · 8 years ago
  78. 0a94e57 client: Allow to stop and remove a connection by Holger Hans Peter Freyther · 8 years ago
  79. d7ab53d client: Do not connect default connection if no ip/port present by Holger Hans Peter Freyther · 8 years ago
  80. 1448f50 client: Allow to configure and connect multiple servers by Holger Hans Peter Freyther · 8 years ago
  81. 956c3fa client: Enable a non-blocking connect to the PCAP server by Holger Hans Peter Freyther · 8 years ago
  82. e3d7c3e client: Prepare to work with a list of servers by Holger Hans Peter Freyther · 8 years ago
  83. bdda28b client: Finish renaming client to conn in other places of the code by Holger Hans Peter Freyther · 8 years ago
  84. 13f397c client: Prepare to have multiple server connections by Holger Hans Peter Freyther · 8 years ago
  85. 0381276 Merge branch 'feature/tls' by Holger Hans Peter Freyther · 8 years ago
  86. 22acd21 test: Add tls config file and enable tls a bit by Holger Hans Peter Freyther · 8 years ago
  87. 07b9415 doc: Add initial documentation for the tls support by Holger Hans Peter Freyther · 8 years ago
  88. cf29fd7 server: Add vty interface for the TLS configuration by Holger Hans Peter Freyther · 8 years ago
  89. ff3314e server: Allow to enable tls for the pcap server by Holger Hans Peter Freyther · 8 years ago
  90. 9ea4da4 server: Introduce tls mode for the server by Holger Hans Peter Freyther · 8 years ago
  91. 064d224 server: Re-factor the read dispatch and connection close by Holger Hans Peter Freyther · 8 years ago
  92. 1bec9d5 server: Add API function to close a connection by Holger Hans Peter Freyther · 8 years ago
  93. 098850d server: Move to a write_queue for the conn socket by Holger Hans Peter Freyther · 8 years ago
  94. 6413e76 server: Update copyright after zmq changes by Holger Hans Peter Freyther · 8 years ago
  95. c266796 client: Initial support for TLS in the client by Holger Hans Peter Freyther · 8 years ago
  96. c1c1943 client: Add API function to close and re-connect network connection by Holger Hans Peter Freyther · 8 years ago
  97. 3d439d0 tls: Add initial ideas about TLS in the client/server by Holger Hans Peter Freyther · 8 years ago
  98. 0b4b824 tests: Enable the vty tests for the osmo-pcap as well by Holger Hans Peter Freyther · 8 years ago
  99. fa5572e client: Use pcap_stats and export them as statistics by Holger Hans Peter Freyther · 8 years ago
  100. 99526a6 server: Add global and per client counters and begin to count by Holger Hans Peter Freyther · 8 years ago