Displaying 6 results from an estimated 6 matches for "nakayama".
Did you mean:
nakajima
2012 Jan 25
1
[Announce] Samba 3.6.2 Available for Download
...libsmb: Only align unicode pipe_name.
* BUG 8579: smb2_flush: Don't send uninitialized memory.
* BUG 8592: Don't limit the number of open dptrs for SMB2.
* BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
* BUG 8684: Try ctdbd_init_connection() as root.
o Masafumi Nakayama <MASA23 at jp.ibm.com>
* BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
o Matthieu Patou <mat at matws.net>
* BUG 8600: Make cldap work over IPv6.
* BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
analyzer....
2012 Jan 25
1
[Announce] Samba 3.6.2 Available for Download
...libsmb: Only align unicode pipe_name.
* BUG 8579: smb2_flush: Don't send uninitialized memory.
* BUG 8592: Don't limit the number of open dptrs for SMB2.
* BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
* BUG 8684: Try ctdbd_init_connection() as root.
o Masafumi Nakayama <MASA23 at jp.ibm.com>
* BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
o Matthieu Patou <mat at matws.net>
* BUG 8600: Make cldap work over IPv6.
* BUG 8674: Fix buffer overflow issue with AES encryption in samba traffic
analyzer....
2012 Mar 12
0
[ANNOUNCE] Samba 3.5.13 Available for Download
...read.
o Stefan Metzmacher <metze at samba.org>
* BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
* BUG 8562: Fix double free error (talloc).
* BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
* BUG 8684: Try ctdbd_init_connection() as root.
o Masafumi Nakayama <MASA23 at jp.ibm.com>
* BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
o Matthieu Patou <mat at matws.net>
* BUG 8599: Make WINBINDD_PAM_AUTH_CRAP return valid user session key.
* BUG 8771: Make Winbind change faster from DC1 to DC2.
o...
2012 Mar 12
0
[ANNOUNCE] Samba 3.5.13 Available for Download
...read.
o Stefan Metzmacher <metze at samba.org>
* BUG 5326: Fix cli_write_and_x() against OS/2 print shares.
* BUG 8562: Fix double free error (talloc).
* BUG 8593: Fix a crash bug in cldap_socket_recv_dgram().
* BUG 8684: Try ctdbd_init_connection() as root.
o Masafumi Nakayama <MASA23 at jp.ibm.com>
* BUG 563: Fix 'smbclient tar' for files greater than 8GB on BE machines.
o Matthieu Patou <mat at matws.net>
* BUG 8599: Make WINBINDD_PAM_AUTH_CRAP return valid user session key.
* BUG 8771: Make Winbind change faster from DC1 to DC2.
o...
2020 Aug 20
0
[PATCH nbdkit 01/13] common/replacements: Replace missing functions using LIBOBJS.
...on this platform"
+#endif
+
+#endif /* !HAVE_REALPATH */
diff --git a/common/replacements/strndup.c b/common/replacements/strndup.c
new file mode 100644
index 00000000..976a25f4
--- /dev/null
+++ b/common/replacements/strndup.c
@@ -0,0 +1,58 @@
+/* $NetBSD: strndup.c,v 1.4 2007/07/03 12:11:09 nakayama Exp $ */
+
+/*
+ * Copyright (c) 1988, 1993
+ * The Regents of the University of California. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of...
2020 Aug 20
15
[PATCH nbdkit 0/13] Port to Windows without using a separate library.
Also available here:
https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw-nolib
After a lot of work I have made the port to Windows work without using
a separate library. Instead, on Windows only, we build an "import
library" (library of stubs) which resolves references to nbdkit_*
functions in the main program and fixes up the plugin, basically the
first technique outlined in