Search

October 22
General »
...the public visibility wouldn't truly be public, and since the functions would be public...
October 14
Issues »
...d
import core.stdc.stdarg;

pragma(printf)
public extern(C) int wrap_printf(scope const...
October 11
General »
...void va_end(void* ap){}

pragma(printf)
public extern(C) int wrap_printf(scope const...
October 10
General »
...d
import core.stdc.stdarg;

pragma(printf)
public extern(C) int wrap_printf(scope const...
October 10
DIP Ideas »
basically the only solution is
cstats.stamina += 1;
October 10
Learn »
...null;
              break;
          }
        }
        *resp = responses;
        return PAM_SUCCESS;
      }
    }

  public:
    int authenticate(string username, string password)
    {
      if...
October 07
General »
I love it! intuitive (unlike most of the other suggestions).
October 07
Learn »
...null;
                        break;
                }
            }

            *resp = responses;

            return PAM_SUCCESS;
        }
    }
public:
    int authenticate(string username, string password) {
        if...
October 07
Learn »
...conversation_func` to call it inside the public authentication function. When compiling I get this...
October 03
Learn »
...strdup;
import core.stdc.stdlib : malloc, free;
public import std.stdio;

struct pam_data { string...
1 2 3 4
Next ›   Last »