Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Tor Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 823
    • Issues 823
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 33
    • Merge requests 33
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Core
  • TorTor
  • Issues
  • #15333
Closed
Open
Created Mar 17, 2015 by Yawning Angel@yawning

Minor control-spec.txt corrections.

Re: SETCONF:

Tor responds with a "250 configuration values set" reply on success. If some of the listed keywords can't be found, Tor replies with a

According to git blame that hasn't been the case since... 2008? 2007?

      case SETOPT_OK:
        config_free_lines(lines);
        send_control_done(conn);
        return 0;

Sent from the client to the server. The syntax is as for GETCONF: "GETINFO" 1*(SP keyword) CRLF one or more NL-terminated strings. The server replies with an INFOVALUE message, or a 551 or 552 error.

"one or nor NL-terminated strings" is confusing. Did a newline and a word get cutoff somewhere, or am I just being dense?

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking