Volker Lendecke
eb16915e28
nsswitch: Remove some refs to the global winbindd_fd
2011-06-12 17:07:47 +02:00
Sumit Bose
d5661467e1
s3-passdb: Implement new pdb trust calls for the default backend
...
Signed-off-by: Simo Sorce <idra@samba.org>
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Sun Jun 12 06:45:25 CEST 2011 on sn-devel-104
2011-06-12 06:45:25 +02:00
Matthias Dieter Wallnöfer
97af358656
s4:libcli/raw/raw*.c - add unhandled enum values
...
Reviewed-by: Jelmer
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Jun 11 18:46:13 CEST 2011 on sn-devel-104
2011-06-11 18:46:13 +02:00
Matthias Dieter Wallnöfer
bf5e625393
s4:torture/ndr/string.c - fix type-punned warning and remove unused variables
...
Reviewed-by: Jelmer
2011-06-11 16:26:18 +02:00
Matthias Dieter Wallnöfer
62a1e13b29
s4:ntvfs/smb2/vfs_smb2.c - remove unused variable
...
Reviewed-by: Jelmer
2011-06-11 16:26:13 +02:00
Matthias Dieter Wallnöfer
cda2fa21eb
s4:auth/ntlm/auth_unix.c - remove unused variables
...
Relicts from commit 323c744571
Reviewed-by: Jelmer
2011-06-11 16:25:57 +02:00
Michael Adam
8963e807e3
Revert "s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()"
...
This reverts commit 65490ea4e6
.
This sequence of patches needs to be done differently.
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Sat Jun 11 12:55:11 CEST 2011 on sn-devel-104
2011-06-11 12:55:11 +02:00
Michael Adam
56e94c203f
Revert "s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid:rangesize""
...
This reverts commit b0b0b625b5
.
This sequence of patches needs to be done differently.
2011-06-11 11:44:31 +02:00
Michael Adam
c4427f0646
Revert "s3:idmap_autorid: fail initialization if the domain is not "*""
...
This reverts commit cd8dc47bf1
.
This sequence of patches needs to be done differently.
2011-06-11 11:44:31 +02:00
Michael Adam
241ed0a042
s3:registry/reg_parse_internal.c: add copyright information
2011-06-11 11:44:31 +02:00
Michael Adam
d901905210
s3:registry/reg_parse_internal.h: add copyright information
2011-06-11 11:44:31 +02:00
Andrew Bartlett
530e4cac2e
s3-param Remove 'time offset' from smb.conf
...
This strange parameter is apparently very rarely used, and it seems to
me that on modern networks, if clients don't have correct clocks and
DST offsets, that many other things (Kerberos) start to fail pretty
quickly, and time and DST tables tend to be internet delivered anyway.
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sat Jun 11 03:54:45 CEST 2011 on sn-devel-104
2011-06-11 03:54:44 +02:00
Andreas Schneider
35aeeab29d
s3: Update .clang_complete
...
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Sat Jun 11 00:40:01 CEST 2011 on sn-devel-104
2011-06-11 00:40:01 +02:00
Stefan Metzmacher
fdfb5e95fe
s3:libsmb: remove unused cli_state_seqnum infrastructure
...
metze
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Jun 10 20:37:54 CEST 2011 on sn-devel-104
2011-06-10 20:37:54 +02:00
Stefan Metzmacher
f0ba1afe5f
s3:libsmb/clireadwrite: calculate cli_write_max_bufsize() correct based on max_xmit
...
This is important in order to support DCERPC over ncacn_np against NT4 servers,
where max_xmit is just 4356.
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
73128b7cc7
s3:libsmb/clireadwrite: calculate cli_read_max_bufsize() correct based on max_xmit
...
This is important in order to support DCERPC over ncacn_np against NT4 servers,
where max_xmit is just 4356.
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
5d06b2197b
s3:libsmb/clitrans: correctly transfer the seqnum between secondary and primary requests
...
This is needed to implement SMB signing correct.
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
1dd24ac06a
s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] calls
...
We now keep the primary request open for the whole logical request.
The primary request is the one that gets all incoming replies.
While secondary requests are handled as separate one-way requests.
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
10bb088cf1
s3:libsmb/clitrans: use subreq2 as variable for the secondary requests
...
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
5146c9ba9d
s3:libsmb/clitrans: move MID handling to the end of cli_trans_send() and add a comment
...
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
0a8fd50bd8
s3:libsmb/clitrans: correctly marshall [nt]trans[s][2] requests
...
We need to align params and data to 4 byte offsets.
This also correctly recalculates the useable space after each step.
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
6f7af1b038
s3:libsmb/clitrans: marshall SMBnttrans[2] as the others
...
This is just to make the code more readable
and easier to notice how many words we're using in vwv.
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
428a86c92b
s3:libsmb/clitrans: use uint32_t for param and data variables
...
SMBnttrans uses 32-bit values there.
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
2ae565b681
s3:libsmb/clitrans: remove unused secondary_request_ctx
...
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
3dd1ebd21e
s3:libsmb/async_smb: add helpers to get and set the seqnum for signing
...
This will be used for correct signing in [nt]trans[2][s] requests.
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
a25936f1b1
s3:libsmb/async_smb: don't remove pending requests if the mid is set
...
If the mid was set explicitly, it means the request expects more than
one reply, so leave it in the pending array.
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
173fc258e4
s3:libsmb/async_smb: call cli_smb_req_unset_pending() instead of destructor directly
...
metze
2011-06-10 19:27:05 +02:00
Stefan Metzmacher
49cdf171a5
s3:libsmb/async_smb: let cli_smb_recv() initialize output values for one way requests
...
metze
2011-06-10 19:27:05 +02:00
Jeremy Allison
f3ba1f4112
Bump the smbd vfs interface version to 29. Samba 3.6.0 will ship
...
with interface 28.
2011-06-10 19:27:05 +02:00
Michael Adam
730ea92208
s3:net conf addshare: do not stat-check the share path.
...
Allow paths with % macros and paths that do not (yet...) exist.
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Jun 10 17:38:07 CEST 2011 on sn-devel-104
2011-06-10 17:38:07 +02:00
Günther Deschner
cd16a1be93
source3/rpc_client/util_netlogon.h: fix licence/copyright
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Jun 10 16:27:24 CEST 2011 on sn-devel-104
2011-06-10 16:27:23 +02:00
Günther Deschner
4942aeb9b5
source3/rpc_client/init_spoolss.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:46 +02:00
Günther Deschner
054e54e881
source3/rpc_client/init_samr.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:45 +02:00
Günther Deschner
f3ca8ff2bf
source3/rpc_client/init_netlogon.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:43 +02:00
Günther Deschner
9284036ce1
source3/rpc_client/init_lsa.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:41 +02:00
Günther Deschner
b95b1813b9
source3/rpc_client/cli_spoolss.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:39 +02:00
Günther Deschner
2d10c48259
source3/rpc_client/cli_netlogon.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:37 +02:00
Günther Deschner
ef5bcb6e23
source3/printing/pcap.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:36 +02:00
Günther Deschner
942b2d5baf
source3/printing/load.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:34 +02:00
Günther Deschner
ed10726abc
source3/libsmb/proto.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:32 +02:00
Günther Deschner
005930411c
source3/libsmb/nmblib.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:31 +02:00
Günther Deschner
81b5d8538a
source3/libsmb/libsmb.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:29 +02:00
Günther Deschner
c1058ad476
source3/libsmb/errormap_wbc.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:27 +02:00
Günther Deschner
1e9f2bdb2f
source3/libsmb/clidgram.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:25 +02:00
Günther Deschner
81f269211a
source3/libnet/libnet_join.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:24 +02:00
Günther Deschner
183835d055
source3/libads/ldap_schema.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:22 +02:00
Günther Deschner
59e878ff62
source3/libads/cldap.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:20 +02:00
Günther Deschner
d5c5aa1c5f
source3/libads/ads_status.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:19 +02:00
Günther Deschner
f2d4252dfa
source3/libads/ads_ldap_protos.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:17 +02:00
Günther Deschner
5672d83b23
source3/lib/privileges.h: fix licence/copyright
...
Guenther
2011-06-10 15:12:15 +02:00