Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further amendment to #114 #128

Closed
wants to merge 4 commits into from
Closed

Further amendment to #114 #128

wants to merge 4 commits into from

Commits on Jul 29, 2014

  1. Fixes for Waffle#114.

    Where relevant, tokens are obtained in a loop with an increasing buffer size as long as SEC_E_BUFFER_TOO_SMALL or SEC_E_INSUFFICIENT_MEMORY is returned.
    kentcb committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    351b761 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Configuration menu
    Copy the full SHA
    96dcbb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2014

  1. Configuration menu
    Copy the full SHA
    9868ac6 View commit details
    Browse the repository at this point in the history
  2. Treating error SEC_E_BUFFER_TOO_SMALL the same as SEC_E_INSUFFICIENT_…

    …MEMORY, because even though the MSDN docs don't indicate that this error can occur when calling InitializeSecurityContext, it certainly can.
    kentcb committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    4cc36f5 View commit details
    Browse the repository at this point in the history