abartlet/samba.git/.git
16 years agobin/vlp needs a dependency on @LIBWBCLIENT_SHARED@
Volker Lendecke [Sat, 22 Dec 2007 11:02:33 +0000 (12:02 +0100)]
bin/vlp needs a dependency on @LIBWBCLIENT_SHARED@

This failed to link if you compile with -j.
(This used to be commit fed8f2abd704d1993146ad462d81f69367537cfb)

16 years agoImprove error messages of 'net rpc user [add|delete]' commands.
Karolin Seeger [Thu, 27 Dec 2007 13:08:40 +0000 (14:08 +0100)]
Improve error messages of 'net rpc user [add|delete]' commands.

Karolin
(This used to be commit 4260c79bf7687bd2ebcc4ca5e0a5f020a759c1fb)

16 years agoEnsure we turn off POSIX large read/write if encryption
Jeremy Allison [Fri, 28 Dec 2007 08:02:13 +0000 (00:02 -0800)]
Ensure we turn off POSIX large read/write if encryption
is mandatory or signing is on.
Jeremy.
(This used to be commit 5088b704791be2f36641fa0ec59dff7f289ae868)

16 years agoAdd the capability to set "smb encrypt = required"
Jeremy Allison [Fri, 28 Dec 2007 07:51:03 +0000 (23:51 -0800)]
Add the capability to set "smb encrypt = required"
on a share (or global) and have the server reply with
ACCESS_DENIED for all non-encrypted traffic (except
that used to query encryption requirements and set
encryption state).
Jeremy.
(This used to be commit d241bfa57729bb934ada6beabf842a2ca7b4f8a2)

16 years agoFix setting the initial permission bits
Volker Lendecke [Thu, 27 Dec 2007 20:31:08 +0000 (21:31 +0100)]
Fix setting the initial permission bits

This fixes a make test failure on Solaris. When creating a new file,
file_set_dosmode() called from open_file_ntcreate calculates a new permission
mask, very likely different from what had been calculated in
open_file_ntcreate. Further down we overwrote the newly calculated value with
SMB_FCHMOD_ACL, ignoring what file_set_dosmode had calculated.

Why did Linux not see this? fchmod_acl on a newly created file without acls
would not retrieve an acl at all, whereas under Solaris acl(2) returns
something even for files with just posix permissions returns something.

Jeremy, given that we have very similar code in 3.0.28 this might also explain
some of the bug reports that people have concerning ACLs on new files.

Volker

P.S: This one took a while to find...
(This used to be commit 2135dfe91bf1ae114a18c15286b535662200677d)

16 years agoAdd "smb encrypt" parameter. Can be set to "no, yes, required".
Jeremy Allison [Fri, 28 Dec 2007 00:54:07 +0000 (16:54 -0800)]
Add "smb encrypt" parameter. Can be set to "no, yes, required".
Currently if set required this is not enforced. I'll be adding
that soon.
Jeremy.
(This used to be commit df7e447623ac03d81bec384f5cfe83c3976cf7b2)

16 years agoFix the non-gcc branch of "likely"
Volker Lendecke [Thu, 27 Dec 2007 23:12:14 +0000 (00:12 +0100)]
Fix the non-gcc branch of "likely"
(This used to be commit 1e07368b5f96e4ada622682e38d260eb0c6185f2)

16 years agoRemove a silly static
Volker Lendecke [Thu, 27 Dec 2007 20:30:15 +0000 (21:30 +0100)]
Remove a silly static
(This used to be commit ef75dcc9ffda85d77c8f22d0db702efbf8e642ed)

16 years agoFix the build
Volker Lendecke [Thu, 27 Dec 2007 18:56:44 +0000 (19:56 +0100)]
Fix the build
(This used to be commit 7fb858b350856d626fed6f062029fcf09b8251e2)

16 years agoWrap the DEBUG checks in a "unlikely"
Volker Lendecke [Thu, 27 Dec 2007 16:41:19 +0000 (17:41 +0100)]
Wrap the DEBUG checks in a "unlikely"

On my Laptop with some limited netbench runs this gains about 1.5% of
performance. When looking at the assembler output I would suspect the biggest
gain is by the fact that with this in place the calls to the debug functions is
moved to the function end, out of the way of the normal code paths. valgrind
tests pending I would suspect this to be much more cache friendly.

Comments?

Volker
(This used to be commit 51448a9dca95de9d35dd8eea68fde2554cb69921)

16 years agoAdd CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to
Jeremy Allison [Thu, 27 Dec 2007 18:18:22 +0000 (10:18 -0800)]
Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to
our reported caps.
Jeremy.
(This used to be commit e86d027823c85173c64e7b85406e98f6f7345b10)

16 years agoEncryption works better when you add the client decrypt code :-).
Jeremy Allison [Thu, 27 Dec 2007 01:17:36 +0000 (17:17 -0800)]
Encryption works better when you add the client decrypt code :-).
Jeremy.
(This used to be commit d67b2634068be9c69082a2b8c22c831aba371cd9)

16 years agoAdd SMB encryption. Still fixing client decrypt but
Jeremy Allison [Thu, 27 Dec 2007 01:12:36 +0000 (17:12 -0800)]
Add SMB encryption. Still fixing client decrypt but
negotiation works.
Jeremy.
(This used to be commit d78045601af787731f0737b8627450018902b104)

16 years agotypos
Volker Lendecke [Wed, 26 Dec 2007 23:22:07 +0000 (00:22 +0100)]
typos
(This used to be commit 30fa3477c8f810d8f2b4c4be218509544735274c)

16 years agoFix some memleaks
Volker Lendecke [Wed, 26 Dec 2007 22:44:24 +0000 (23:44 +0100)]
Fix some memleaks
(This used to be commit 78b0b66cbac349625257260d2e45d918e0c93617)

16 years agoRemove the sampwent interface
Volker Lendecke [Wed, 26 Dec 2007 16:58:55 +0000 (17:58 +0100)]
Remove the sampwent interface
(This used to be commit 9e80b969fb40766de2c9b1a05d16bf4d4c6e46f7)

16 years agoConvert pdbedit to use pdb_search_users
Volker Lendecke [Wed, 26 Dec 2007 16:45:49 +0000 (17:45 +0100)]
Convert pdbedit to use pdb_search_users
(This used to be commit 8a8f2583b8bda22f65c7483dea54ac823ed1c0c3)

16 years agoProperly destroy the pdb search object
Volker Lendecke [Wed, 26 Dec 2007 16:06:06 +0000 (17:06 +0100)]
Properly destroy the pdb search object
(This used to be commit 514cf532248723e7f775dc5f8f2e6936e02b7a1c)

16 years agosmbpasswd_search_users
Volker Lendecke [Mon, 24 Dec 2007 23:04:39 +0000 (00:04 +0100)]
smbpasswd_search_users
(This used to be commit 84af4fb65677cf137f14f57c8820c77c9d006d89)

16 years agoAdd tdbsam_search_users
Volker Lendecke [Mon, 24 Dec 2007 11:58:40 +0000 (12:58 +0100)]
Add tdbsam_search_users
(This used to be commit 02f0b0bd393bd942fc934f251bd6afed8e5424b0)

16 years agoWe need to return the correct atime
Volker Lendecke [Wed, 26 Dec 2007 13:18:11 +0000 (14:18 +0100)]
We need to return the correct atime

On systems with nanosecond atime we need to re-stat after messing with the fd,
at least Solaris 10 updates atime after we stat(2)ed the file.
(This used to be commit 6e6ec0a563f8b7e3d4618ce60e776bcce53f40c4)

16 years agoMove libnet_smbconf_reg_open_basepath() in source file
Michael Adam [Wed, 26 Dec 2007 00:03:28 +0000 (01:03 +0100)]
Move libnet_smbconf_reg_open_basepath() in source file

to group helper functions more logically.

Michael
(This used to be commit 3fa3891f8721e9f02594cd1be2dc6b9b88692416)

16 years agoRename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath().
Michael Adam [Wed, 26 Dec 2007 00:01:14 +0000 (01:01 +0100)]
Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath().

Michael
(This used to be commit 4c0e7270c42788e7f77c402032ae74cf0f8a7106)

16 years agoRename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().
Michael Adam [Tue, 25 Dec 2007 23:58:11 +0000 (00:58 +0100)]
Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().

Michael
(This used to be commit 4b0e636965bd37e7c0deecb7b5eff0cc4487408b)

16 years agoRename libnet_smbconf_open_path_q() to libnet_smbconf_open_path()
Michael Adam [Tue, 25 Dec 2007 23:53:19 +0000 (00:53 +0100)]
Rename libnet_smbconf_open_path_q() to libnet_smbconf_open_path()

removing previouse libnet_smbconf_open_path() and adding
DEBUG output (instead of d_fprintf error output) to new
libnet_smbconf_open_path().

Michael
(This used to be commit e63cc54fab8a0b03573f76305eab366a3ee4eda1)

16 years agoHost SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage
Volker Lendecke [Tue, 25 Dec 2007 17:37:42 +0000 (18:37 +0100)]
Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage
(This used to be commit e33286f4a68352e55df081d06307f64f190773b3)

16 years agoAIX iface test needs rep_vasprintf
Volker Lendecke [Tue, 25 Dec 2007 17:36:49 +0000 (18:36 +0100)]
AIX iface test needs rep_vasprintf
(This used to be commit 3e5788cc9665acb450be793fb88db8e2a871aaa5)

16 years agoifreq needs more from lib/replace
Volker Lendecke [Tue, 25 Dec 2007 13:19:50 +0000 (14:19 +0100)]
ifreq needs more from lib/replace
(This used to be commit e85290550ad33433f584009ffce34c81bea5b164)

16 years agoNext try to fix get_interfaces detection
Volker Lendecke [Tue, 25 Dec 2007 12:49:17 +0000 (13:49 +0100)]
Next try to fix get_interfaces detection
(This used to be commit 2dc0282f245c62b83b80f8da0394201e1c00f284)

16 years agomake clean should remove everything in bin/
Volker Lendecke [Tue, 25 Dec 2007 12:34:14 +0000 (13:34 +0100)]
make clean should remove everything in bin/

Jerry, you might want to review/change removing libwbclient.so.0
(This used to be commit 768e0439507caeff430358eb24dc9288a21c8a03)

16 years agoInterface detection should not go through the socket wrapper
Volker Lendecke [Tue, 25 Dec 2007 11:00:53 +0000 (12:00 +0100)]
Interface detection should not go through the socket wrapper

Next try to get the build farm more in line again than it is now
(This used to be commit 38e178df12d30672f74bf272338954c7917b59e3)

16 years agoRevert "Attempt to fix the ifreq detection"
Volker Lendecke [Tue, 25 Dec 2007 10:59:34 +0000 (11:59 +0100)]
Revert "Attempt to fix the ifreq detection"

This reverts commit 2d08959685b495caf1884babbece27775d8bcb4f.
(This used to be commit acb560900be29c407e7da955d16c2de7898e49b8)

16 years agoFix the build
Volker Lendecke [Tue, 25 Dec 2007 10:34:10 +0000 (11:34 +0100)]
Fix the build
(This used to be commit 72dc71710813ea9f1d8864c4401fef25a25577bd)

16 years agoRemove now unneeded talloc ctx parameter from do_JoinConfig().
Michael Adam [Tue, 25 Dec 2007 02:41:34 +0000 (03:41 +0100)]
Remove now unneeded talloc ctx parameter from do_JoinConfig().

Michael
(This used to be commit be985d8d0ce80d12aa7f0b447b16b14aa0362826)

16 years agoRemove now unneeded talloc ctx parameter from do_join_modify_vals_config().
Michael Adam [Tue, 25 Dec 2007 02:40:35 +0000 (03:40 +0100)]
Remove now unneeded talloc ctx parameter from do_join_modify_vals_config().

Michael
(This used to be commit f8823ae1232022ed3f7f9be6b8959d413e8aed19)

16 years agoRemove now unneeded talloc ctx parameter from do_UnjoinConfig().
Michael Adam [Tue, 25 Dec 2007 02:39:31 +0000 (03:39 +0100)]
Remove now unneeded talloc ctx parameter from do_UnjoinConfig().

Michael
(This used to be commit 92b8e5ea4ba26d663ea4e6fb65e4225d8259ea60)

16 years agoRemove now unneeded talloc ctx parameter from do_unjoin_modify_vals_config().
Michael Adam [Tue, 25 Dec 2007 02:38:06 +0000 (03:38 +0100)]
Remove now unneeded talloc ctx parameter from do_unjoin_modify_vals_config().

Michael
(This used to be commit 4f7375a110a69530d6ef9781573f45a5bf8391a5)

16 years agoAdd two missing free-s.
Michael Adam [Tue, 25 Dec 2007 02:35:00 +0000 (03:35 +0100)]
Add two missing free-s.

Michael
(This used to be commit 4efac39c363d565c2c7211da73d5e1cf2ac3d0b2)

16 years agoRemove talloc context parameter from libnet_smbconf_delparm().
Michael Adam [Tue, 25 Dec 2007 02:34:04 +0000 (03:34 +0100)]
Remove talloc context parameter from libnet_smbconf_delparm().

Make use of talloc stackframe internally.
This removes talloc contxt from net_conf_delparm.

Michael
(This used to be commit 16f137393881edc78c9322f038ba38e53e3ee07d)

16 years agoAdd a missing free.
Michael Adam [Tue, 25 Dec 2007 02:29:41 +0000 (03:29 +0100)]
Add a missing free.

Michael
(This used to be commit bf6031287f75a0e17092f60f9885e7e55cd0f93c)

16 years agoRemove talloc context parameter from libnet_smbconf_setparm().
Michael Adam [Tue, 25 Dec 2007 02:29:05 +0000 (03:29 +0100)]
Remove talloc context parameter from libnet_smbconf_setparm().

Make use of talloc stackframe internally.
This removes talloc contxt from net_conf_setparm.

Michael
(This used to be commit efaffefc438f8375a083b194ac7a09e563000d3c)

16 years agoTypofix in comment.
Michael Adam [Tue, 25 Dec 2007 02:16:25 +0000 (03:16 +0100)]
Typofix in comment.

Michael
(This used to be commit 5039a70246a475176fa8212ad78b430f2211951f)

16 years agoAdd comment header to function libnet_smbconf_drop().
Michael Adam [Tue, 25 Dec 2007 02:08:00 +0000 (03:08 +0100)]
Add comment header to function libnet_smbconf_drop().

Michael
(This used to be commit e94edb6bdbc9379b48679d7c72618acfe862fe52)

16 years agoRemove a d_fprintf() from libnet_smbconf_drop().
Michael Adam [Tue, 25 Dec 2007 02:06:48 +0000 (03:06 +0100)]
Remove a d_fprintf() from libnet_smbconf_drop().

Michael
(This used to be commit 078e5e98b3589cec78893d44146a653dad9a7460)

16 years agoRemove talloc context parameter from libnet_smbconf_drop().
Michael Adam [Tue, 25 Dec 2007 02:05:06 +0000 (03:05 +0100)]
Remove talloc context parameter from libnet_smbconf_drop().

Make use of talloc_stackframe.

Michael
(This used to be commit aaceab1153f6c2a2adde83681913c771a16ca81f)

16 years agoRename drop_smbconf_internal() to libnet_smbconf_drop().
Michael Adam [Tue, 25 Dec 2007 02:01:59 +0000 (03:01 +0100)]
Rename drop_smbconf_internal() to libnet_smbconf_drop().

Michael
(This used to be commit 5873e6a1f8242e07b1699366a536350a7199c28c)

16 years agoMove drop_smbconf_internal() to libnet_conf.c
Michael Adam [Tue, 25 Dec 2007 01:55:07 +0000 (02:55 +0100)]
Move drop_smbconf_internal() to libnet_conf.c

Michael
(This used to be commit 4c2a3396bb687703f6b74655fda2014d1f75200b)

16 years agoUse the proper boolean constants in net_conf.c
Michael Adam [Tue, 25 Dec 2007 01:48:45 +0000 (02:48 +0100)]
Use the proper boolean constants in net_conf.c

Michael
(This used to be commit 1fe4ea63b197cb7ebc054909d888d74b5ad6523c)

16 years agoAdd error reporting to net_conf_delshare().
Michael Adam [Tue, 25 Dec 2007 01:42:33 +0000 (02:42 +0100)]
Add error reporting to net_conf_delshare().

Michael
(This used to be commit 8d02a2de61eb6b62fef1fbe57194c9d286423ba0)

16 years agoSimplify libnet_smbconf_delshare().
Michael Adam [Tue, 25 Dec 2007 01:31:41 +0000 (02:31 +0100)]
Simplify libnet_smbconf_delshare().

Remove talloc context parameter.
Remove d_printf error message.

Michael
(This used to be commit 870d35c04889603843bae989fb9c01396b4c6ed1)

16 years agoRename reg_delkey_internal() to libnet_smbconf_delshare().
Michael Adam [Tue, 25 Dec 2007 01:24:39 +0000 (02:24 +0100)]
Rename reg_delkey_internal() to libnet_smbconf_delshare().

Michael
(This used to be commit 7d501f0d78ec57509d0bc5ef0dc16fcd24ee27e7)

16 years agoMove reg_delkey_internal() to libnet/libnet_conf.c
Michael Adam [Tue, 25 Dec 2007 01:21:30 +0000 (02:21 +0100)]
Move reg_delkey_internal() to libnet/libnet_conf.c

Michael
(This used to be commit c1b863fd0520ce64a1bad5e2fa3f69afcc2c78d5)

16 years agoAttempt to fix the ifreq detection
Volker Lendecke [Mon, 24 Dec 2007 23:12:18 +0000 (00:12 +0100)]
Attempt to fix the ifreq detection
(This used to be commit 2d08959685b495caf1884babbece27775d8bcb4f)

16 years agoDo not leak memory in libnet_smbconf_delparm().
Michael Adam [Mon, 24 Dec 2007 00:03:14 +0000 (01:03 +0100)]
Do not leak memory in libnet_smbconf_delparm().

Michael
(This used to be commit 49cfe2b9ebe03d5985187890445b775047f8a2f4)

16 years agoDo not leak memory in libnet_smbconf_setparm().
Michael Adam [Mon, 24 Dec 2007 00:00:46 +0000 (01:00 +0100)]
Do not leak memory in libnet_smbconf_setparm().

Michael
(This used to be commit a657b1c9f17d3cebc86b596f1f2d244750d70a6d)

16 years agoUse the appropriate boolean constants.
Michael Adam [Sun, 23 Dec 2007 23:57:04 +0000 (00:57 +0100)]
Use the appropriate boolean constants.

Michael
(This used to be commit 45e3e2451adc1490b62d39d486c169ad53e1d3f3)

16 years agoMake libnet_smbconf_value_exists() use talloc_stackframe().
Michael Adam [Sun, 23 Dec 2007 23:56:24 +0000 (00:56 +0100)]
Make libnet_smbconf_value_exists() use talloc_stackframe().

And not pass a talloc context.

Michael
(This used to be commit 2983aba9d092e6ede43f6eb521c17fe3f304d041)

16 years agoMake libnet_smbconf_key_exists() use talloc_stackframe().
Michael Adam [Sun, 23 Dec 2007 23:53:22 +0000 (00:53 +0100)]
Make libnet_smbconf_key_exists() use talloc_stackframe().

And not pass a talloc context.

Michael
(This used to be commit 7e8451f2f03b246801783aaf4b3d54465292f8f7)

16 years agoDon't leak memory in libnet_smbconf_getparm().
Michael Adam [Sun, 23 Dec 2007 23:47:43 +0000 (00:47 +0100)]
Don't leak memory in libnet_smbconf_getparm().

Michael
(This used to be commit 09e62c765401102480d39a483bfffaf5a054babc)

16 years agoFix rights error in libnet_smbconf_delparm().
Michael Adam [Sun, 23 Dec 2007 22:58:58 +0000 (23:58 +0100)]
Fix rights error in libnet_smbconf_delparm().

Introduced by additional test for existence of given parameter.

Michael
(This used to be commit 0fe095e85ca981e5660a67f3fb7d7965ae62c667)

16 years agoRemove redundant check of return value.
Michael Adam [Sun, 23 Dec 2007 22:02:47 +0000 (23:02 +0100)]
Remove redundant check of return value.

Michael
(This used to be commit 29f46c2d45e7ad7f8a9a525f9ac82c050a510967)

16 years agoMove logic of net_conf_getparm() to libnet_conf.c.
Michael Adam [Sun, 23 Dec 2007 14:07:20 +0000 (15:07 +0100)]
Move logic of net_conf_getparm() to libnet_conf.c.

Michael
(This used to be commit d3a20c4d5a8109334cd3ed665ba60cfcc4425059)

16 years agoselftest: also export LD_LIBRARY_PATH for samba4's smbtorture
Stefan Metzmacher [Sun, 23 Dec 2007 19:09:16 +0000 (20:09 +0100)]
selftest: also export LD_LIBRARY_PATH for samba4's smbtorture

metze
(This used to be commit f5570dcf503a4b28ebf624d06fd090f3b6b0a560)

16 years agoAttempt to make the build farm run s4torture again
Volker Lendecke [Sun, 23 Dec 2007 15:38:28 +0000 (16:38 +0100)]
Attempt to make the build farm run s4torture again
(This used to be commit 04710626e174d7237521f33a351b4425add063b8)

16 years agoAttempt to fix the Solaris build
Volker Lendecke [Sun, 23 Dec 2007 14:53:09 +0000 (15:53 +0100)]
Attempt to fix the Solaris build

Lets see what the others in the build farm think about this
(This used to be commit c2a988d8427b7598291ae6999b5258e2b6a2e7cb)

16 years agoConvert the [gu]id_sid cache to memcache
Volker Lendecke [Sat, 22 Dec 2007 13:52:34 +0000 (14:52 +0100)]
Convert the [gu]id_sid cache to memcache
(This used to be commit 4baf36784f6496121a6863af0283821785eb0cf1)

16 years agoRename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_internal().
Michael Adam [Sun, 23 Dec 2007 03:10:15 +0000 (04:10 +0100)]
Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_internal().

Michael
(This used to be commit 0e7f215f54c68b2d40f65f90ed11c41e1a7ef5ed)

16 years agoMake libnet_smbconf_set_global_param() call libnet_smbconf_setparm().
Michael Adam [Sun, 23 Dec 2007 02:52:00 +0000 (03:52 +0100)]
Make libnet_smbconf_set_global_param() call libnet_smbconf_setparm().

This not only removes duplicate logic, but also the use of
libnet_smbconf_reg_setvalue_internal() instead of do_modify_val_config()
which is removed, does add important tests and canonicalizations.

Michael
(This used to be commit fa844866493ee270f31faa3eca77cdff16b26301)

16 years agoReorder libnet_conf.c some, adding "section" comments.
Michael Adam [Sun, 23 Dec 2007 02:47:16 +0000 (03:47 +0100)]
Reorder libnet_conf.c some, adding "section" comments.

Michael
(This used to be commit b9f22adfd3e67046b7d786b5b338e078b4cdc6df)

16 years agoMove net_conf_setparm() to libnet_conf.c
Michael Adam [Sun, 23 Dec 2007 02:41:55 +0000 (03:41 +0100)]
Move net_conf_setparm() to libnet_conf.c

renaming it to libnet_smbconf_setparm()

Michael
(This used to be commit 60f49b22b5aa125ff6cb358a258a1be99c378d7a)

16 years agoMove reg_setvalue_internal() to libnet_conf.c
Michael Adam [Sun, 23 Dec 2007 02:34:36 +0000 (03:34 +0100)]
Move reg_setvalue_internal() to libnet_conf.c

renaming it to libnet_smbconf_setvalue_internal()

Michael
(This used to be commit 7cb51a1d6d95704225d9ab22e88cc76fa910d38c)

16 years agoRemove occurrences of registry_key from libnet_join.c
Michael Adam [Sun, 23 Dec 2007 02:13:30 +0000 (03:13 +0100)]
Remove occurrences of registry_key from libnet_join.c

Replace duplicated logic by calls of libnet_smbconf_set_global_param()
from libnet_conf.c, pushing logic from do_JoinConfig() and do_UnjoinConfig()
to do_join_modify_vals_config() and do_unjoin_modify_vals_config()
respectively.

Only the net_conf api functions should be exported by libnet_conf.c, not
the lower level registry access functions.

Michael
(This used to be commit 81b9f1301d61f05f9153be61d62c13e82cecf7e2)

16 years agoReplace direct deletion of registry value by use of libnet_smbconf_delparm().
Michael Adam [Sun, 23 Dec 2007 02:02:19 +0000 (03:02 +0100)]
Replace direct deletion of registry value by use of libnet_smbconf_delparm().

Michael
(This used to be commit 415fc0a5261f4d941027e5d5305fcea882724aef)

16 years agoMove logic of net_smbconf_delparm() to libnet/libnet_conf.c
Michael Adam [Sun, 23 Dec 2007 01:55:25 +0000 (02:55 +0100)]
Move logic of net_smbconf_delparm() to libnet/libnet_conf.c

Logic in new function libnet_smbconf_delparm().

Michael
(This used to be commit 0cff79e3552e91ba0b6bc054802d28afcf4e8da4)

16 years agoMove smbconf_value_exists() to libnet/net_conf.c
Michael Adam [Sun, 23 Dec 2007 01:44:29 +0000 (02:44 +0100)]
Move smbconf_value_exists() to libnet/net_conf.c

renaming it to libnet_smbconf_value_exists().

Michael
(This used to be commit ba71c6844588f0342589163f514385911e7331e7)

16 years agoMake libnet_smbconf_open_path_q() static.
Michael Adam [Sun, 23 Dec 2007 00:43:13 +0000 (01:43 +0100)]
Make libnet_smbconf_open_path_q() static.

Michael
(This used to be commit 8cf8ed9de8c3f41588fa93bd102f61f5b8b493c4)

16 years agoIf we detect a case insensitive filesystem make
Jeremy Allison [Sun, 23 Dec 2007 01:38:18 +0000 (17:38 -0800)]
If we detect a case insensitive filesystem make
sure we don't search directories on name misses
for non-mangled names.
Jeremy
(This used to be commit 120048d2f40cf1a0ace2ecde205cbc694d263d69)

16 years agoFix typo in output.
Michael Adam [Sun, 23 Dec 2007 00:34:20 +0000 (01:34 +0100)]
Fix typo in output.

Michael
(This used to be commit 2fe111c19bc827ec132365e718a2136bda57e568)

16 years agoFix wbcAllocate[GU]id
Volker Lendecke [Sat, 22 Dec 2007 23:35:06 +0000 (00:35 +0100)]
Fix wbcAllocate[GU]id

wbcRequestResponse() returns a wbcErr, not NSS_STATUS
(This used to be commit 1bbdbdef991408af07afaba7bc0b4da55f06aed8)

16 years agoFix wbcPing()
Volker Lendecke [Sat, 22 Dec 2007 23:33:44 +0000 (00:33 +0100)]
Fix wbcPing()

Without request and response, wbcRequestResponse() will always return
WBC_ERR_INVALID_PARAM, so the ping will never reach winbind.
(This used to be commit 9a24753d35a4b1a283a65c60088d82e4b80f14c8)

16 years agotiny simplification
Volker Lendecke [Sat, 22 Dec 2007 23:32:09 +0000 (00:32 +0100)]
tiny simplification
(This used to be commit 8bd248456205a82d57af21559a77a1030f4679b7)

16 years agoUse filesystem capabilities to support case-insensitive filesystems.
James Peach [Sat, 22 Dec 2007 22:55:37 +0000 (14:55 -0800)]
Use filesystem capabilities to support case-insensitive filesystems.

If we know the underlying filesystem is case-insensitive, then we
know that it won't help to search for case variations of the requested
name.

Jeremy, please review (and revert if you disagree).
(This used to be commit 9e8b8f8c16612d8a08b55802f4fd9afca5498a7c)

16 years agoFix "may be used uninitialized" compiler warnings.
James Peach [Sat, 22 Dec 2007 22:10:06 +0000 (14:10 -0800)]
Fix "may be used uninitialized" compiler warnings.
(This used to be commit 22ac34a329c9be9cf7d1e6749ebcfb50215378e4)

16 years agoMerge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
James Peach [Sat, 22 Dec 2007 22:01:44 +0000 (14:01 -0800)]
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
(This used to be commit 30cb2d215f1a4a440d5ecaab3f898daa714eee2b)

16 years agoCache the underlying filesystem capabilities at connection time.
James Peach [Sat, 22 Dec 2007 22:01:25 +0000 (14:01 -0800)]
Cache the underlying filesystem capabilities at connection time.

This change alters the Samba connection code to cache the filesystem
capabilities when a new client connects. This can be used to enable
filesystem specific optimisations is a general manner.
(This used to be commit de3c5b808a941ac8e9ebe7169536d8290067eef5)

16 years agoRemove redundant connection_struct from check_magic() parameter list.
Michael Adam [Sat, 22 Dec 2007 01:13:02 +0000 (02:13 +0100)]
Remove redundant connection_struct from check_magic() parameter list.

Michael
(This used to be commit cebaa483e62910ac3f87cd135b2aff18dc880416)

16 years agoRemove redundant connection_struct from fd_close() parameter list.
Michael Adam [Sat, 22 Dec 2007 01:01:26 +0000 (02:01 +0100)]
Remove redundant connection_struct from fd_close() parameter list.

Michael
(This used to be commit 3611cc8561cf837adea83fc7c16ca7535f188466)

16 years agoRemove redundant connection_struct from fd_close_posix() parameter list.
Michael Adam [Sat, 22 Dec 2007 00:49:29 +0000 (01:49 +0100)]
Remove redundant connection_struct from fd_close_posix() parameter list.

Michael
(This used to be commit f3365b74ac016eaee1e82eef769dd618af5df201)

16 years agoAdd NT error to debug to try and track this down.
Jeremy Allison [Sat, 22 Dec 2007 00:43:02 +0000 (16:43 -0800)]
Add NT error to debug to try and track this down.
Jermey.
(This used to be commit a1482b09150f4d292965c77bc73d47fb14f5eb85)

16 years agoFix the build of cifs.spnego.
Günther Deschner [Sat, 22 Dec 2007 00:13:53 +0000 (01:13 +0100)]
Fix the build of cifs.spnego.

Guenther
(This used to be commit b4a4a2b2933d693876b67231f747e1e232936054)

16 years agoFix net_dom_join & net_dom_unjoin.
Günther Deschner [Fri, 21 Dec 2007 23:34:30 +0000 (00:34 +0100)]
Fix net_dom_join & net_dom_unjoin.

Guenther
(This used to be commit 6dd17e4840ee6c4bf0df3c3f76f9b232b3674d55)

16 years agoFix uninitialized error code in do_unjoin_modify_vals_config().
Günther Deschner [Fri, 21 Dec 2007 23:12:59 +0000 (00:12 +0100)]
Fix uninitialized error code in do_unjoin_modify_vals_config().

Guenther
(This used to be commit c890ebc3cad7222007e62227ec1f28d978310cbf)

16 years agoCorrect netapi header filename. Thanks Jeremy.
Günther Deschner [Fri, 21 Dec 2007 23:02:45 +0000 (00:02 +0100)]
Correct netapi header filename. Thanks Jeremy.

Guenther
(This used to be commit f192737ec8140aa6570bfb49a165b31890d63b16)

16 years agoFix install - it was trying to install libnetapi.h whereas
Jeremy Allison [Fri, 21 Dec 2007 22:38:52 +0000 (14:38 -0800)]
Fix install - it was trying to install libnetapi.h whereas
the actual file is netapi.h. Guenther please check which
name this should be !
Jeremy.
(This used to be commit 035fadaa596e893b7eeac09bc587ad3b73f77d0b)

16 years agoUntil we better understand the WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT make sure we are
Günther Deschner [Fri, 21 Dec 2007 22:04:26 +0000 (23:04 +0100)]
Until we better understand the WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT make sure we are
not joining as a DC.

Guenther
(This used to be commit bf3ffbb5d2e8588e0041f0b890b590c58f8fcecf)

16 years agoFix make test by adding winbind libs to vlp.
Jeremy Allison [Fri, 21 Dec 2007 21:42:47 +0000 (13:42 -0800)]
Fix make test by adding winbind libs to vlp.
Jeremy.
(This used to be commit abba6717b5da709ae9cf3097042228ddbe630cca)

16 years agoMerge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
Jeremy Allison [Fri, 21 Dec 2007 21:14:59 +0000 (13:14 -0800)]
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test

Conflicts:

source/library-versions.in
(This used to be commit 11acca7d3884731491709dd09b7de2edc8bb5811)

16 years agoGenerate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.
Günther Deschner [Fri, 21 Dec 2007 21:05:17 +0000 (22:05 +0100)]
Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}.

Guenther
(This used to be commit ad87786c91709d62ee2cbd02c87e59b855e050cc)

16 years agoActually fix the merge.
Jeremy Allison [Fri, 21 Dec 2007 20:50:39 +0000 (12:50 -0800)]
Actually fix the merge.
Jeremy.
(This used to be commit c855de0c05e2e271e2610de67a6d7e3aba52390f)

16 years agoMerge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
Jeremy Allison [Fri, 21 Dec 2007 20:44:31 +0000 (12:44 -0800)]
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test

Conflicts:

source/Makefile.in
(This used to be commit 351df194a927371600824f4c03d8a24b95fbef64)