Volker Lendecke
b873ede89d
Make rpc_transport_np_init async
2009-01-30 12:47:59 +01:00
Volker Lendecke
a0d52e7d54
Add async cli_ntcreate
2009-01-30 12:47:59 +01:00
Volker Lendecke
0bd92281e4
Make cli_tcon_andx async
2009-01-30 12:47:59 +01:00
Volker Lendecke
7b934c6af3
Make cli_session_setup_guest async
2009-01-30 12:47:59 +01:00
Günther Deschner
fb7b92abc2
s3-docs: fix typo in eventlogadm manpage.
...
Guenther
2009-01-30 11:23:08 +01:00
Stefan Metzmacher
b88a0adbed
selftest: fix "none" test
...
metze
2009-01-30 10:31:36 +01:00
Stefan Metzmacher
fd82f593d7
selftest: fix default option name
...
metze
2009-01-30 10:03:45 +01:00
Stefan Metzmacher
27e4032287
s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88
...
metze
2009-01-30 09:36:58 +01:00
Stefan Metzmacher
52a49b448e
selftest: allow environment options
...
We support "local" and "client" (default) now.
We can decide if we want to run a client against the server
(with a special client.conf) or if we want to run tests localy
on the server with the same config as the server.
metze
2009-01-30 09:36:53 +01:00
Simo Sorce
4e0a619701
Fix standalone configure scripts
2009-01-30 01:02:23 -05:00
Simo Sorce
380874ef86
Fix the mess with ldb includes.
...
Separate again the public from the private headers.
Add a new header specific for modules.
Also add service function for modules as now ldb_context and ldb_module are
opaque structures for them.
2009-01-30 01:02:03 -05:00
Jeremy Allison
a5f0640bf9
Fix coverity CID#117 - resource leak in error path.
...
Jeremy.
2009-01-29 17:56:40 -08:00
Jeremy Allison
08802db8db
Fix coverity CID#116. Resource leak on error path.
...
Jeremy.
2009-01-29 17:31:12 -08:00
Jeremy Allison
734647bd85
Fix coverity CID#115. Resource leak in error path.
...
Jeremy.
2009-01-29 17:27:47 -08:00
Jeremy Allison
77bac5b78c
Fix coverity CID#66. Resource leak in error path.
...
Jeremy.
2009-01-29 17:16:34 -08:00
Jeremy Allison
864852a4ae
Upgrade POSIX inheritance storage to a new format (version 2). Stores
...
the Windows ACL type and flags if "map acl inherit" is set.
Jeremy.
2009-01-29 15:58:50 -08:00
Jeremy Allison
c1332943db
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
2009-01-29 15:31:56 -08:00
Tim Prouty
d1ab1b6482
s3 build: Fix "shadows global declaration warning"
2009-01-29 15:29:34 -08:00
Tim Prouty
60d058442e
s3 onefs: Add the OneFS implementation of SMB_VFS_GET_ALLOC_SIZE
2009-01-29 15:29:33 -08:00
Tim Prouty
b8f7cdbd79
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
...
This allows module implementors to customize what allocation size is
returned to the client.
2009-01-29 15:29:33 -08:00
Jeremy Allison
164fd3cb33
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
2009-01-29 15:27:42 -08:00
Björn Jacke
d177015a6d
add Tru64 sub-second resolution timestamp support
2009-01-29 15:26:13 -08:00
Björn Jacke
ede1732195
add configure check for Tru64 sub-second timestamp resolution
2009-01-29 15:26:13 -08:00
Michael Adam
aeb23872e2
s3:proto.h: remove duplicate prototypes.
...
Michael
2009-01-30 00:17:58 +01:00
Michael Adam
f2224e53b2
s3:idmap: move IDMAP_VERSION to the idmap tdb backend, where it belogns.
...
Michael
2009-01-30 00:17:57 +01:00
Michael Adam
a44649cf98
s3:build: fix build on AIX - only test for splice on linux
...
Michael
2009-01-30 00:17:56 +01:00
Volker Lendecke
37da26a06e
Add the strlen to push to smb_bytes_push_str, return the converted size
...
The pushed strlen replaces the STR_TERMINATE flag which I personally always
find very confusing.
2009-01-29 21:38:06 +01:00
Volker Lendecke
89caa0e86b
cli_ucs2
2009-01-29 21:38:06 +01:00
Volker Lendecke
1a87568d99
Fix the build on "opi"
...
It did not like to include "includes.h" twice
2009-01-29 21:38:05 +01:00
Björn Jacke
29ab9ed933
add missing semicolons
...
the fixed configure check led to a missing semicolon in the now activated BSD
code. Then this error was even copypasted into the new AIX code. grrr
2009-01-29 12:12:29 -08:00
Björn Jacke
12f57f95b5
setting mtime setted atime on BSD systems, fix this
2009-01-29 09:51:36 -08:00
Björn Jacke
3639e525a9
add AIX sub-second resolution timestamp support
2009-01-29 09:51:36 -08:00
Björn Jacke
11f32204f8
add configure check for AIX style sub-second resolution support
2009-01-29 09:51:36 -08:00
Björn Jacke
f9926a4944
rather cosmetic fix for failed birthtime configure checks
2009-01-29 09:51:35 -08:00
Björn Jacke
bc84bd7b71
give configure check "sub-second timestamps without struct timespec" a chance to succeed
2009-01-29 09:51:35 -08:00
Stefan Metzmacher
11163720e6
s3:configure: autodetect ctdb/cluster support
...
We need to make sure ctdb has transaction support
and we autodetect ipv6 support.
metze
2009-01-29 17:40:13 +01:00
Stefan Metzmacher
7540d13956
s3:ctdbd_conn: canonicalize ips before sending them to ctdbd
...
This makes samba work with older ctdb versions.
metze
2009-01-29 17:40:13 +01:00
Michael Adam
ba482e6b8d
s3:smbd: make smbd_open_one_socket() static
...
Michael
2009-01-29 15:42:10 +01:00
Stefan Metzmacher
3ee1acdc8e
s3:smbd: ignore open_socket_in() failures
...
This restores the pre e0232934fbf69a9e72de1d9844b14d70b34a2d6a
behavior.
metze
2009-01-29 15:33:47 +01:00
Björn Jacke
1ea6ed3fc2
quote ' inside '...' and make sure shell isn't eating \ by using perl here.
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-01-29 15:03:53 +01:00
Michael Adam
27408de533
s3: fix bug #6073 : prevent ads_connect() from using SSL unless explicitly requested
...
This fixes "net ads join".
It copes with the changed default "ldap ssl = start tls".
A new boolean option "ldap ssl : ads" is added to allow for
explicitly requesting ssl with ads.
Michael
2009-01-29 13:23:06 +01:00
Stefan Metzmacher
88278cf23f
s3:selftest: import more tests from 'make test'
...
metze
2009-01-29 10:54:48 +01:00
Stefan Metzmacher
439172dc06
selftest: add "member" environment for Samba3
...
metze
2009-01-29 10:39:06 +01:00
Stefan Metzmacher
77bb2d6d0b
s3:seltest: make test_smbclient_s3.sh more strict
...
metze
2009-01-29 10:36:12 +01:00
Stefan Metzmacher
67bf7a2396
selftest: fix Samba3 bugs
...
metze
2009-01-29 10:31:48 +01:00
Stefan Metzmacher
9f8d80c699
selftest: Samba4 remove unused variable
...
metze
2009-01-28 22:17:24 +01:00
Stefan Metzmacher
6a41a2de8d
selftest: abstract Samba3 provision a bit
...
metze
2009-01-28 21:01:49 +01:00
Stefan Metzmacher
8b7c66512d
s3:selftest: fix 'make selftest'
...
metze
2009-01-28 17:32:50 +01:00
Stefan Metzmacher
a849183f94
s3:selftest: create BUILTIN\\Administrators at startup
...
And add and remove the alias member via net rpc group
instead of net sam.
metze
2009-01-28 17:32:50 +01:00
Jelmer Vernooij
d6497aa089
Stop installing events.h - it contains a broken include itself and
...
should be considered internal now.
2009-01-28 17:06:18 +01:00