1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

Commit graph

  • 3e1a1a443d coverity: client_reset: no longer any way to get NULL *pwsi Andy Green 2021-10-17 07:48:40 +01:00
  • f9fc45bd98 sspc: proxy: coverity: handle unknown metadata name Andy Green 2021-11-08 10:44:55 +00:00
  • 1db45d17df h2: coverity: check for OOM on dynamic table alloc Andy Green 2021-11-08 10:09:35 +00:00
  • b415f59bd2 ss-deserialize: add pointless h NULL check Andy Green 2021-11-08 10:41:53 +00:00
  • 11ba0b713b adopt: coverity: add pointless vh NULL check Andy Green 2021-11-08 10:00:17 +00:00
  • b0cd8f6703 ss-h1: coverity: add needless header NULL check Andy Green 2021-11-08 09:56:55 +00:00
  • 6e9c25d1f7 mbedtls-x509: coverity: remove needless check Andy Green 2021-11-08 09:53:56 +00:00
  • a00703f500 unix-sockets: NOP for coverity Andy Green 2021-11-08 09:51:19 +00:00
  • 39380ffbac client: connect: confirm we have a protocol Andy Green 2021-11-08 09:45:39 +00:00
  • 57c5a0da55 jit-trust: SAN_RFC822_NAME needs other_name union member Andy Green 2021-11-08 09:37:44 +00:00
  • 240cd55ef6 jit-trust: show coverity we handle NULL attribute source Andy Green 2021-11-08 09:27:59 +00:00
  • 7882a6dc13 jit-trust: clean after failed mbedtls_x509_get_name Andy Green 2021-11-08 09:22:46 +00:00
  • 433ad32216 docs: audit api return information PW Hu 2021-11-07 08:16:34 +00:00
  • c42c2adba9 retry: handle empty retry table Andy Green 2021-11-06 09:09:32 +00:00
  • fe31dcd8ac docs: audit api return information PW Hu 2021-11-07 08:16:34 +00:00
  • c19dc963c9 cgi: issue CGI_TERMINATED also on reap Andy Green 2021-11-07 06:57:42 +00:00
  • 270a14813f sshd: fix leak on disconnect Andy Green 2021-11-07 06:58:57 +00:00
  • 095798d5d9 sshd: plugin: work with _BUILTIN Andy Green 2021-11-06 15:33:25 +00:00
  • 7c9f1ca0a6 plugins: iterate builtin plugins as if loaded Andy Green 2021-11-07 05:22:32 +00:00
  • 12a3e09f40 lejp: use string path matches in test app Andy Green 2021-11-06 08:12:31 +00:00
  • 555503b202 lejp: allow leading wildcard Andy Green 2021-11-05 08:56:47 +00:00
  • c935df1e7e lejp: object indexes Andy Green 2021-11-05 07:01:11 +00:00
  • 9734cadf11 lejp: tighten api tests Andy Green 2021-11-05 07:45:47 +00:00
  • a81c7cccd0 retry: handle empty retry table Andy Green 2021-11-06 09:09:32 +00:00
  • 897eb02431 plugins: sshd: eg musl needs sys/types if available Jakov Smolić 2021-11-04 06:58:40 +00:00
  • 252890d19c plugins: sshd: eg musl needs sys/types if available Jakov Smolić 2021-11-04 06:58:40 +00:00
  • c864f3e8be Fix inproper return PW Hu 2021-11-04 14:39:38 +08:00
  • 972f154a62 examples-lowlevel: ws client: add -n to README table Hannes Achleitner 2021-11-01 10:17:37 +01:00
  • 0c8dbadc1f examples-lowlevel: ws-server: pvo for WITH_PLUGINS Andy Green 2021-11-02 07:10:51 +00:00
  • 4935fe9e1e openssl: remove lws_ssl_get_error_string as cruft Andy Green 2021-10-29 15:58:08 +01:00
  • c0f324fce2 esp32-c3dev: remove stray ssd1306 copy Andy Green 2021-10-29 15:00:26 +01:00
  • a2e44d57ef ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 1b7d6c80ff examples-lowlevel: ws client: add -n to README table Hannes Achleitner 2021-11-01 10:17:37 +01:00
  • 3755f56d5e examples-lowlevel: ws-server: pvo for WITH_PLUGINS Andy Green 2021-11-02 07:10:51 +00:00
  • 6740657c4f Readme when no TLS should be used Hannes Achleitner 2021-11-01 10:17:37 +01:00
  • 7451ce5cfb server: SO_REUSEPORT: enable with LWS_MAX_SMP > 1 Ron Frederick 2021-10-30 06:14:28 +01:00
  • 1440dae7cd ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • b5b7e793d4 server: SO_REUSEPORT: enable with LWS_MAX_SMP > 1 Ron Frederick 2021-10-30 06:14:28 +01:00
  • 37b930a6ae openssl: remove lws_ssl_get_error_string as cruft Andy Green 2021-10-29 15:58:08 +01:00
  • 3f4800b88f log: cherrypick common errno to be strings Andy Green 2021-10-29 14:59:36 +01:00
  • c2ac541f43 client: connect3: show what we are trying to connect to Andy Green 2021-10-29 15:30:43 +01:00
  • c1e6906fc8 minimal: client: hello_world: polish a bit more Andy Green 2021-10-29 15:08:18 +01:00
  • 0993543ac8 adopt: improve wsi tags for listen Andy Green 2021-10-29 15:03:33 +01:00
  • 310e576cdc esp32-c3dev: remove stray ssd1306 copy Andy Green 2021-10-29 15:00:26 +01:00
  • 2ce2447397 minimal: ss: handle usleep in win32 Andy Green 2021-10-28 15:47:41 +01:00
  • 5ae132a7b6 cmake: fix SS on by default Misaka Mikoto 2021-10-28 21:21:12 +08:00
  • f9974abcfe
    CMake: fix: a word Misaka Mikoto 2021-10-28 21:21:12 +08:00
  • b912958a67 cmake: bring tls include requirement out as PUBLIC Andy Green 2021-10-28 07:17:52 +01:00
  • 38feb9b1b6 ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 67f532a8c6 cmake: bring tls include requirement out as PUBLIC Andy Green 2021-10-28 07:17:52 +01:00
  • b843c09dc2 mqtt: allow indicating username and password are not on heap Chunho Lee 2021-10-26 17:45:11 -07:00
  • 8e4336838a mqtt: allow indicating username and password are not on heap Chunho Lee 2021-10-26 17:45:11 -07:00
  • 1cad0b99bd Introduce a CI Hannes Achleitner 2021-10-27 14:27:05 +02:00
  • 00b7fa23d0 plat: freertos: selectively use old service looping Chunho Lee 2021-10-24 18:48:48 -07:00
  • 41c88959d2 plat: freertos: selectively use old service looping Chunho Lee 2021-10-24 18:48:48 -07:00
  • 26f5cb71e7 docs: client: Add UNIX socket connection notes for clients Felipe Gasper 2021-10-25 15:01:58 -04:00
  • b954aa8c21 docs: client: Add UNIX socket connection notes for clients Felipe Gasper 2021-10-25 15:01:58 -04:00
  • 95a5f20ef3 Add UNIX socket connection notes for clients. Felipe Gasper 2021-10-25 15:01:58 -04:00
  • 0a82c59e8b ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 1a69afaf6e raw-file: clear POLLOUT before handling Andy Green 2021-10-24 06:21:51 +01:00
  • 2761badd0f minimal: ss: embedded: RT595S ACM transport Andy Green 2021-10-06 11:43:06 +01:00
  • 99f7e572ca raw-file: clear POLLOUT before handling Andy Green 2021-10-24 06:21:51 +01:00
  • 108ef90162 Allow direct forwarding to raw protocol. caobug 2021-10-22 15:52:53 +08:00
  • b43f90a8ed ss: policy: adaptations for dynamic policy Jin Wang 2021-10-21 14:44:33 +01:00
  • 312bb56385 ss: policy: adaptations for dynamic policy Jin Wang 2021-10-21 14:44:33 +01:00
  • 63db023f58 pugins: sshd: handle window-change request Orefkov Aleksander 2021-10-19 13:39:33 +03:00
  • 39f0c3c6a0 ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 2670a971b9 metrics: ss: skip tagging if no ss streamtypename Jin Wang 2021-10-19 10:45:26 +01:00
  • d1248188e0 pugins: sshd: handle window-change request Orefkov Aleksander 2021-10-19 13:39:33 +03:00
  • d7041400de Added processing of window-change request, according to RFC 4254 6.7 https://datatracker.ietf.org/doc/html/rfc4254#section-6.7 For processing called callback pty_req with empty terminal and modes. Orefkov Aleksander 2021-10-19 13:39:33 +03:00
  • c42ed7831b Merge branch 'main' of https://github.com/warmcat/libwebsockets into main Orefkov Aleksander 2021-10-19 13:35:39 +03:00
  • e9c92ec161 metrics: ss: skip tagging if no ss streamtypename Jin Wang 2021-10-19 10:45:26 +01:00
  • 6c7798eef4 plugins: sshd: channel fixes Orefkov Aleksander 2021-10-19 02:01:59 +03:00
  • 957bfae5c8 plugins: sshd: mbedtls 3 extra adaptation Orefkov Aleksander 2021-10-19 02:01:59 +03:00
  • fe7275984e ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • cd0249ddbf metrics: ss: skip tagging if no ss streamtypename Jin Wang 2021-10-19 10:45:26 +01:00
  • 2504eba456 plugins: sshd: channel fixes Orefkov Aleksander 2021-10-19 02:01:59 +03:00
  • 4c5e7a37df plugins: sshd: mbedtls 3 extra adaptation Orefkov Aleksander 2021-10-19 02:01:59 +03:00
  • 9efc32ab49 plugins: sshd: sc25519 must handle last bit Orefkov Aleksander 2021-10-19 06:37:10 +01:00
  • d77a6c397e client: connect_check fail just log once Andy Green 2021-10-19 06:31:58 +01:00
  • e34e6fe263 plugins: sshd: sc25519 must handle last bit Orefkov Aleksander 2021-10-19 06:37:10 +01:00
  • 9127bcde7f client: connect_check fail just log once Andy Green 2021-10-19 06:31:58 +01:00
  • 32a7cdd2df Fixed errors detected when connecting via "putti" when using fresh mbedtls: - In calculate sc25519 uncomment carry, otherwise the authentication signature check would failed. - In fresh mbedtls rsa public decrypt is deprecated and not work on public keys. Replaced by lws_genrsa_hash_sig_verify. - In responses with channel numbers, the sender's channel number is sent instead of the recipient's channel number. See for example https://datatracker.ietf.org/doc/html/rfc4254#section-5.1 Putty uses channel 256 for session, and existing code break it with "Received SSH2_MSG_CHANNEL_OPEN_CONFIRMATION for nonexistent channel 0" error. Orefkov Aleksander 2021-10-19 02:01:59 +03:00
  • a3592cbe4f adns: api-test: add synthetic result parsing Andy Green 2021-10-17 06:20:58 +01:00
  • 1ffbf173b7 Merge branch 'main' of https://github.com/warmcat/libwebsockets into main Orefkov Aleksander 2021-10-18 11:07:10 +03:00
  • a51def06a1 coverity: adns: check length against 1500 Andy Green 2021-10-17 07:59:40 +01:00
  • 66afd3da78 coverity: client_reset: no longer any way to get NULL *pwsi Andy Green 2021-10-17 07:48:40 +01:00
  • 8f05195368 readme: add news about Felipe Gasper's perl binding Andy Green 2021-10-17 07:43:55 +01:00
  • d730351fa3 adns: fix label limit check Andy Green 2021-10-16 07:37:36 +01:00
  • 4f02838fb5 adns: api-test: add synthetic result parsing Andy Green 2021-10-17 06:20:58 +01:00
  • 8cd4507b7f adns: fix label limit check Andy Green 2021-10-16 07:37:36 +01:00
  • 36af266001 adns: fix label limit check Andy Green 2021-10-16 07:37:36 +01:00
  • 50f7bd4f6e logs: unconvert adns wsi deref after potential close Andy Green 2021-10-16 08:28:20 +01:00
  • 268613e9fb ss: introduce sinks Andy Green 2021-10-09 10:58:21 +01:00
  • 28e5d41d9e http: sse: check POLLIN during DOING_TRANSACTION Andy Green 2021-10-16 05:28:37 +01:00
  • cb7dd8c765 bind: use vhost log ctx since wsi optional Andy Green 2021-10-16 05:07:31 +01:00
  • 52e192ba4a cmake: add inclusion of CheckIncludeFile in req Andy Green 2021-10-16 05:02:45 +01:00
  • 9c718e47e2 logs: log context: async_dns Felipe Gasper 2021-10-15 11:44:53 -04:00
  • 55a7c6a0f4 http: sse: check POLLIN during DOING_TRANSACTION Andy Green 2021-10-16 05:28:37 +01:00
  • acb05eb1ca bind: use vhost log ctx since wsi optional Andy Green 2021-10-16 05:07:31 +01:00