Ticket #95 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

shm broken without auth

Reported by: ossman Owned by: lennart
Milestone: 0.9.11 Component: daemon
Keywords: Cc:

Description

When auth is disabled, the server never sets up shm for the stream. The client however assumes that it is up, so things break.

The problem is in command_auth() in protocol_native.c, where shm is activated inside an "if (!c->authorized)". However, c->authorized is always true when authentication is disabled.

Change History

Changed 4 years ago by lennart

  • status changed from new to assigned
  • milestone set to 0.9.7

Changed 4 years ago by lennart

  • milestone 0.9.7 deleted

Will leveae this for post 0.9.7

Changed 4 years ago by lennart

  • status changed from assigned to closed
  • resolution set to fixed
  • milestone set to 0.9.11

This has been fixed a while back in git.

Note: See TracTickets for help on using tickets.