Displaying 6 results from an estimated 6 matches for "init_functions".
2020 Mar 23
0
[PATCH nbdkit 2/3] server: Inject API functions for Windows
...ump_config (void)
printf ("%s=%d\n", "version_minor", NBDKIT_VERSION_MINOR);
}
+#ifdef WINDOWS_COMPAT
+static int dummy_peer_name (void *addr, void *addrlen)
+{
+ nbdkit_error ("nbdkit_peer_name not implemented on this platform");
+ return -1;
+}
+
+static void init_functions ()
+{
+ functions = malloc (sizeof *functions);
+ if (functions == NULL) {
+ perror ("malloc");
+ exit (EXIT_FAILURE);
+ }
+ functions->verror = nbdkit_verror;
+ functions->vdebug = nbdkit_vdebug;
+ functions->absolute_path = nbdkit_absolute_path;
+ functions->par...
2008 Feb 11
1
Rich Text Editor and link_to_remote
Hi
How can I get link_to_remote to call a new page and respect the
javascript within that page.
I do have an edit page for datarecords, that have a textarea which is
enhanced with the YUI Rich Text Editor. If I call that edit page
through link_to_remote, the editor isn''t displayed. If i call it
without the AJAX, it works fine.
What can I do?
2018 Oct 10
1
NFSv4, homes, Kerberos...
On Wed, 10 Oct 2018 09:25:16 +0200
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
> Hai,
>
> Hmm.. Bummer..
> I just discovered the debian package dont have the vfs_nfs4acl
> include in the build.
>
> And because of that it's not in my packages. I'll have a look into
> it, see what i can make of it.
>
That is odd, it
2020 Mar 23
6
[PATCH nbdkit 0/3] msys2 support for review
I pushed a few of the msys2 patches upstream. I changed the way that
$(SHARED_LDFLAGS) works so it's more to my liking, and the others were
pushed unchanged. Three patches remain which I'm posting on the
mailing list for proper review.
Rich.
2013 Nov 29
1
Samba4 git pull of today (11/28/2013) link error on FreeBSD 9.2 RELEASE
./configure --bundled-libraries && make
............
[3638/3880] Linking default/source4/lib/policy/py-policy.so
[3639/3880] Linking default/source4/auth/ntlm/libauth4.so
[3640/3880] Linking default/source4/ntvfs/libntvfs.so
default/source4/ntvfs/sysdep/inotify_1.o: In function `inotify_setup':
inotify.c:(.text+0x503): undefined reference to `inotify_init'
2018 Oct 09
10
NFSv4, homes, Kerberos...
I was used to integrate some linux client in my samba network mounting
homes with 'unix extensions = yes', and works as expected, at least
with some old lubuntu derivatives. Client side i use 'pam_mount'.
Now i'm working on a ubuntu mate derivative, and i've not found a way
to start the session properly in CIFS.
If i create a plain local home (pam_mkhome), session start as