| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Jul 6 12:54:30 CEST 2011 on sn-devel-104
|
|
|
|
|
| |
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Wed Jul 6 11:01:05 CEST 2011 on sn-devel-104
|
|
|
|
|
|
|
| |
tsocket_address_bsd_sockaddr returns ssize_t, and on some systems socklen_t is
unsigned. So (len < 0) could never have turned true.
Volker
|
|
|
|
|
| |
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Wed Jul 6 09:45:11 CEST 2011 on sn-devel-104
|
| |
|
| |
|
|
|
|
| |
This looks larger than it is. No parameters needed changing.
|
| |
|
|
|
|
|
|
| |
This allows us to remove another _SAMBA_BUILD_ conditional
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
| |
use the correct alias instead of FD directly
Autobuild-User: Christian Ambach <ambi@samba.org>
Autobuild-Date: Tue Jul 5 19:51:42 CEST 2011 on sn-devel-104
|
|
|
|
|
| |
using ZLIB_LIBS as dependency made AIX make fail trying to
find -lz as build target
|
| |
|
| |
|
|
|
|
|
| |
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Jul 5 18:40:11 CEST 2011 on sn-devel-104
|
|
|
|
|
|
|
|
|
|
| |
We can't allow open with access that has been denied via the share
security descriptor
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Jul 5 16:21:54 CEST 2011 on sn-devel-104
|
|
|
|
| |
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
|
|
|
| |
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
|
|
|
|
| |
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Jul 4 21:11:32 CEST 2011 on sn-devel-104
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
| |
|
|
|
|
|
|
|
|
| |
The purpose of this is to prepare for multiple upgrade steps
to be performed in a single transaction, so that no change
at all is made to that database if one step fails.
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
| |
|
| |
|
|
|
|
| |
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
| |
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
|
|
| |
records
This is not needed any more.
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
| |
a key.
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
| |
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
|
|
| |
This rewrites init_registry_key_internal() to correctly also create
base keys. It makes use of the existing create functions instead of
duplicating the code.
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
|
| |
Function to create a base key in the registry db, i.e. one that
has no parent key.
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
| |
argument
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
|
|
|
|
| |
parent key
Standard behaviour is to concatenate parent and key path (parent\key).
This new mode allows for storing subkey lists for base keys using a NULL
parent argument.
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
| |
regdb_create_subkey
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
| |
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
| |
In this case, the zero-lenght list has already been written in step #2.
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
| |
regdb_store_keys_internal2()
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
| |
regdb_store_keys_internal()
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
| |
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
| |
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when smbd tries to clean up locks after a premature end of a smb2
connection, lock_db has already been freed and so it crashes
this patch changes the order in which items are freed so that
lock_db is still around when it is needed
Jeremy, Metze, please check
Autobuild-User: Christian Ambach <ambi@samba.org>
Autobuild-Date: Mon Jul 4 20:00:26 CEST 2011 on sn-devel-104
|
|
|
|
|
| |
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Jul 4 18:47:59 CEST 2011 on sn-devel-104
|
|
|
|
|
|
|
|
|
| |
smb2_tcon request
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Jul 4 17:34:13 CEST 2011 on sn-devel-104
|
|
|
|
|
|
|
| |
This is not strictly needed in the fork process model, but we hopefully
support other models in future.
metze
|
|
|
|
|
|
|
|
|
| |
This may assist the build on FreeBSD 8.2
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Jul 4 16:19:10 CEST 2011 on sn-devel-104
|
|
|
|
|
|
|
| |
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Jul 4 15:06:41 CEST 2011 on sn-devel-104
|