Skip to content

Allow password containing ":" #7

@Omni4

Description

@Omni4

wrapper/main.c

Lines 992 to 995 in 2d5318e

if (args_info.login_given) {
amUsername = strtok(args_info.login_arg, ":");
amPassword = strtok(NULL, ":");
}

The password is cut off whenever there's a ":" in the password
My preferred fix is would be something like

amPassword = amUsername + strlen(amUsername)+1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions