mirror of
https://github.com/falk-werner/webfused
synced 2026-03-02 04:09:19 +00:00
updated webfuse to 0.4.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef WFD_AUTH_AUTHENTICATOR_H
|
||||
#define WFD_AUTH_AUTHENTICATOR_H
|
||||
|
||||
#include "webfuse/adapter/authenticate.h"
|
||||
#include "webfuse/authenticate.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "userdb/userdb.h"
|
||||
#include "webfused/log/log.h"
|
||||
|
||||
#include <webfuse/adapter/credentials.h>
|
||||
#include <webfuse/credentials.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@@ -26,7 +26,7 @@ wfd_file_authenticator_dispose(
|
||||
|
||||
static bool
|
||||
wfd_file_authenticator_authenticate(
|
||||
struct wf_credentials * credentials,
|
||||
struct wf_credentials const * credentials,
|
||||
void * user_data)
|
||||
{
|
||||
bool result = false;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "webfused/config/settings.h"
|
||||
#include "webfused/log/log.h"
|
||||
|
||||
#include "webfuse/adapter/credentials.h"
|
||||
#include <webfuse/credentials.h>
|
||||
|
||||
#include <security/pam_appl.h>
|
||||
#include <stdlib.h>
|
||||
@@ -73,7 +73,7 @@ wfd_pam_authenticator_dispose(
|
||||
|
||||
static bool
|
||||
wfd_pam_authenticator_authenticate(
|
||||
struct wf_credentials * credentials,
|
||||
struct wf_credentials const * credentials,
|
||||
void * user_data)
|
||||
{
|
||||
bool result = false;
|
||||
|
||||
Reference in New Issue
Block a user