jra/samba/.git
16 years agolibsmbconf: add "_global_" wrappers for get/set_includes.
Michael Adam [Tue, 8 Apr 2008 12:24:42 +0000 (14:24 +0200)]
libsmbconf: add "_global_" wrappers for get/set_includes.

These use the usual global_check like the other global wrappers.

Michael
(This used to be commit ce1b2f550860cb3a566db09f7c7eac39c195a5b7)

16 years agolibsmbconf: testsuite: add test for "get_includes" and use it in the text backend...
Michael Adam [Tue, 8 Apr 2008 10:30:21 +0000 (12:30 +0200)]
libsmbconf: testsuite: add test for "get_includes" and use it in the text backend test.

Michael
(This used to be commit 1ca5afe58cef8b750a65bd8c2a5c9ee794ed50ba)

16 years agolibsmbconf: fill get_includes() in text backed to retrieve includes from cache.
Michael Adam [Tue, 8 Apr 2008 10:09:24 +0000 (12:09 +0200)]
libsmbconf: fill get_includes() in text backed to retrieve includes from cache.

Michael
(This used to be commit 5e253e10b7f80af1f5a855c8e0f00846853cced1)

16 years agolibsmbconf: testsuite: set the debufg fd to stderr.
Michael Adam [Tue, 8 Apr 2008 15:53:45 +0000 (17:53 +0200)]
libsmbconf: testsuite: set the debufg fd to stderr.

...so that we see some debug output

Michael
(This used to be commit 7cfec55ed48644f922ca0ffaa171e3512c93a360)

16 years agolibsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILE
Michael Adam [Tue, 8 Apr 2008 15:52:46 +0000 (17:52 +0200)]
libsmbconf: testsuite: use POPT_COMMON_SAMBA instead of POPT_COMMON_CONFIGFILE

so we can for instance set the debug level on the command line.

Michael
(This used to be commit 94a19234620fc23db9c4aaf449e948342164d1d4)

16 years agolibsmbconf: testsuite: add talloc_stackframe to main().
Michael Adam [Tue, 8 Apr 2008 15:51:57 +0000 (17:51 +0200)]
libsmbconf: testsuite: add talloc_stackframe to main().

Michael
(This used to be commit 8c631ac2f42e984137972b7388add4bcbc199665)

16 years agolibsmbconf: testsuite: add support for "--configfile" option.
Michael Adam [Tue, 8 Apr 2008 10:07:35 +0000 (12:07 +0200)]
libsmbconf: testsuite: add support for "--configfile" option.

Michael
(This used to be commit 9f6c909f465df5fc64e2bec88acf272be9cd574e)

16 years agolibsmbconf: add testsuite to the library.
Michael Adam [Tue, 8 Apr 2008 09:02:17 +0000 (11:02 +0200)]
libsmbconf: add testsuite to the library.

Currently only the init function is tested, more tests to come...

Michael
(This used to be commit bc8dc8626c5fb296edbd193a7cc293317c7a29ca)

16 years agolibsmbconf: add talloc context to the get_includes methods.
Michael Adam [Tue, 8 Apr 2008 08:16:03 +0000 (10:16 +0200)]
libsmbconf: add talloc context to the get_includes methods.

Michael
(This used to be commit ed535b6b30b5c9412803f6373eadc704de6de2f9)

16 years agolibsmbconf: add get_includes() and set_includes() to the API.
Michael Adam [Mon, 7 Apr 2008 23:56:32 +0000 (01:56 +0200)]
libsmbconf: add get_includes() and set_includes() to the API.

Includes have to get a special treatment, at least for registry.
Includes are not like other smbconf parameters: they are some kind
of metainformation. "include" has two effects when stated twice so
it can not be stored boldly into registry, since there can only be
one value named "include" in registry per key.

I will provide special handling for includes for the registry backend.

This patch provides the necessary methods in the smbconf API.

Michael
(This used to be commit e86eb375d9f83f73aeea0a16c8b43e2ef21a6e20)

16 years agolibsmbconf: activate the verbatim-flag in text backend: store parameters as they...
Michael Adam [Mon, 7 Apr 2008 20:49:11 +0000 (22:49 +0200)]
libsmbconf: activate the verbatim-flag in text backend: store parameters as they come.

with verbatim == true, parameters are stored as they come from the input file,
duplicates are listed multiple times, etc.

Michael
(This used to be commit c65575f831e9929ef7e66f2c7bfeed50f135b4b2)

16 years agolibsmbconf: pass txt_private_data instead of only cache to do_parameter/section
Michael Adam [Mon, 7 Apr 2008 20:43:33 +0000 (22:43 +0200)]
libsmbconf: pass txt_private_data instead of only cache to do_parameter/section

in preparation of using the verbatim flag.

Michael
(This used to be commit c68cd2477c65d5521a713ae0f37cf2994d2c339e)

16 years agolibsmbconf: load file after special initialization
Michael Adam [Mon, 7 Apr 2008 21:28:48 +0000 (23:28 +0200)]
libsmbconf: load file after special initialization

otherwise verbatim parameter can have no effect.

Michael
(This used to be commit 2ff0b693d7fc7e130a2fb14c06ae8bc28f4b5c57)

16 years agolibsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().
Michael Adam [Mon, 7 Apr 2008 20:33:01 +0000 (22:33 +0200)]
libsmbconf: add a "verbatim" parameter to smbconf_init_txt_simple().

Michael
(This used to be commit b9e72b402de412c23702715ead96c20e9b3248cc)

16 years agolibsmbconf: reformat smbconf_format_registry_value() - indentations/tabs
Michael Adam [Mon, 7 Apr 2008 13:29:11 +0000 (15:29 +0200)]
libsmbconf: reformat smbconf_format_registry_value() - indentations/tabs

Michael
(This used to be commit b79a33eb2f370b8d8b50ed5ed2a0acc83e711c1e)

16 years agolibsmbconf: untangle assignment and test in for-loop condition.
Michael Adam [Mon, 7 Apr 2008 13:15:57 +0000 (15:15 +0200)]
libsmbconf: untangle assignment and test in for-loop condition.

Michael
(This used to be commit 4339caff09e1277ae33d3810043bcb3f4e7c4e45)

16 years agolibsmbconf: fix a comment
Michael Adam [Mon, 7 Apr 2008 13:12:44 +0000 (15:12 +0200)]
libsmbconf: fix a comment

Michael
(This used to be commit bc1a5bdbd3b7da1f85c952579096b3c8dc407572)

16 years agolibsmbconf: search from the back when getting parameter from text backend
Michael Adam [Mon, 7 Apr 2008 22:08:41 +0000 (00:08 +0200)]
libsmbconf: search from the back when getting parameter from text backend

so we make sure to always deliver the value last read.

Michael
(This used to be commit 2eb5a681e9e3ff302b5151f25d6856834eae7d54)

16 years agolibsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a string.
Michael Adam [Mon, 7 Apr 2008 22:03:39 +0000 (00:03 +0200)]
libsmbconf: add smbconf_reverse_find_in_array() to find last occurence of a string.

Michael
(This used to be commit 25e0fd84780f4acb80cac3b5f54f9597e0e2f53e)

16 years agolibsmbconf: move smbconf_find_in_array() to smbconf_util.c
Michael Adam [Mon, 7 Apr 2008 13:09:28 +0000 (15:09 +0200)]
libsmbconf: move smbconf_find_in_array() to smbconf_util.c

Michael
(This used to be commit 7af79e60a3060083eae67bd053837c955b3f5c10)

16 years agolibsmbconf: reorder prototypes in smbconf_private.h
Michael Adam [Mon, 7 Apr 2008 13:06:41 +0000 (15:06 +0200)]
libsmbconf: reorder prototypes in smbconf_private.h

Michael
(This used to be commit 0e932a0981ef52ff9d236b887eb8177304a99915)

16 years agolibsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()
Michael Adam [Mon, 7 Apr 2008 13:05:33 +0000 (15:05 +0200)]
libsmbconf: rename smbconf_txt_find_in_array() to smbconf_find_in_array()

Michael
(This used to be commit 9890f437264c6acc8c61c430a53c4645e0a12959)

16 years agolibsmbconf: move utility functions from main module to new smbconf_util.c
Michael Adam [Mon, 7 Apr 2008 13:01:44 +0000 (15:01 +0200)]
libsmbconf: move utility functions from main module to new smbconf_util.c

Michael
(This used to be commit e0f6a9d50c9b72ec33d4323d1a6c5bdf44d011e7)

16 years agocharcnv: add talloc_strdup_lower() - talloc variant of strdup_lower().
Michael Adam [Wed, 9 Apr 2008 13:36:55 +0000 (15:36 +0200)]
charcnv: add talloc_strdup_lower() - talloc variant of strdup_lower().

Michael
(This used to be commit 5f6c730cbeddd1ac2f515bd985c08ceb4ca9bc47)

16 years agoregistry: add support for REG_MULTI_SZ to registry_push_value().
Michael Adam [Tue, 8 Apr 2008 15:44:40 +0000 (17:44 +0200)]
registry: add support for REG_MULTI_SZ to registry_push_value().

This enables us to fetch multi_sz values from registry...

Michael
(This used to be commit a8cedfef27a0400c6aa05ddb5e51308ce0b789bd)

16 years agovlp: fix an implicit cast compile warning.
Michael Adam [Wed, 9 Apr 2008 22:44:25 +0000 (00:44 +0200)]
vlp: fix an implicit cast compile warning.

Michael
(This used to be commit bf46f614c497110dcc3fc79f610fcc7a8784dbb2)

16 years agonet: don't process net_registry_util.c with make proto
Michael Adam [Wed, 9 Apr 2008 16:54:20 +0000 (18:54 +0200)]
net: don't process net_registry_util.c with make proto

it has its own herader net_registry_util.h

Michael
(This used to be commit 51026d64b3e19626b51bee73fb257a75a6455355)

16 years agonet rpc registry: add getvalue command.
Michael Adam [Wed, 9 Apr 2008 12:30:18 +0000 (14:30 +0200)]
net rpc registry: add getvalue command.

This is the same as already implemented for "net registry".

usage: net rpc registry getvalue <key> <valuename>

Michael
(This used to be commit ba59383437aed9058a58bdeedcf61a0076a94924)

16 years agonet registry: add a getvalue subcommand that prints a single given value.
Michael Adam [Wed, 9 Apr 2008 10:31:05 +0000 (12:31 +0200)]
net registry: add a getvalue subcommand that prints a single given value.

usage: "net registry getvalue <keyname> <valuename>"

Michael
(This used to be commit 77f049943e133986dc47d25fff2415def1cec32f)

16 years agonet (registry util): refactor printing of value without name out.
Michael Adam [Wed, 9 Apr 2008 10:29:34 +0000 (12:29 +0200)]
net (registry util): refactor printing of value without name out.

This renames print_registry_value() to print_registry_value_with_name().
The new function is called print_registry_value().

Michael
(This used to be commit 88c4851ad7240bc4f72a5ef92e21629e6a4c99c6)

16 years agoFix typos.
Karolin Seeger [Wed, 9 Apr 2008 14:14:04 +0000 (16:14 +0200)]
Fix typos.

Karolin
(This used to be commit 6cee34703503fbf3629057345fe221b866560648)

16 years agoAdd NetUserEnum example.
Günther Deschner [Wed, 9 Apr 2008 11:50:30 +0000 (13:50 +0200)]
Add NetUserEnum example.

Guenther
(This used to be commit 7d9f64fd8401f8abb938757b4f092e25fd6b154f)

16 years agoAdd NetUserEnum to libnetapi.
Günther Deschner [Wed, 9 Apr 2008 11:47:51 +0000 (13:47 +0200)]
Add NetUserEnum to libnetapi.

Guenther
(This used to be commit 6c933d0b3838808aeee7f4b29ee89aab8d203538)

16 years agoRe-run make idl.
Günther Deschner [Wed, 9 Apr 2008 11:42:48 +0000 (13:42 +0200)]
Re-run make idl.

Guenther
(This used to be commit 285072479bebf09c94fccf55578ef587627c888e)

16 years agoAdd NetUserEnum to libnetapi IDL.
Günther Deschner [Wed, 9 Apr 2008 11:41:54 +0000 (13:41 +0200)]
Add NetUserEnum to libnetapi IDL.

Guenther
(This used to be commit dbbefb4e97df49dc28d47b5d9ba759f90efb9aab)

16 years agoAdd Add NetUserDel example.
Günther Deschner [Wed, 9 Apr 2008 11:38:39 +0000 (13:38 +0200)]
Add Add NetUserDel example.

Guenther
(This used to be commit 3123e68bda70ad1cff9bd8f9375fd7935bf755dd)

16 years agoAdd NetUserDel to libnetapi.
Günther Deschner [Wed, 9 Apr 2008 11:35:49 +0000 (13:35 +0200)]
Add NetUserDel to libnetapi.

Guenther
(This used to be commit 92ba18fcd0816fb85846c6e788ea4a04c71e02a8)

16 years agoRe-run make idl.
Günther Deschner [Wed, 9 Apr 2008 11:32:19 +0000 (13:32 +0200)]
Re-run make idl.

Guenther
(This used to be commit 51d0cbe3d972b5917f89cea8624bc21910116132)

16 years agoAdd NetUserDel to libnetapi IDL.
Günther Deschner [Wed, 9 Apr 2008 11:31:53 +0000 (13:31 +0200)]
Add NetUserDel to libnetapi IDL.

Guenther
(This used to be commit 8a0b6532af4ccd71f2dcc202db6e976161627372)

16 years agoAdd NetUserAdd example.
Günther Deschner [Wed, 9 Apr 2008 11:28:30 +0000 (13:28 +0200)]
Add NetUserAdd example.

Guenther
(This used to be commit 0d795606655a67d79c8c3bb2f3676ca7ee28f347)

16 years agoAdd NetUserAdd to libnetapi.
Günther Deschner [Wed, 9 Apr 2008 10:38:22 +0000 (12:38 +0200)]
Add NetUserAdd to libnetapi.

Guenther
(This used to be commit cb98996ed2ac93a0e15838048405772d2043021a)

16 years agoRe-run make idl.
Günther Deschner [Wed, 9 Apr 2008 10:36:02 +0000 (12:36 +0200)]
Re-run make idl.

Guenther
(This used to be commit 0d84f0d48559d8bed91bcb478d8be0bb3b96acac)

16 years agoAdd NetUserAdd to libnetapi IDL.
Günther Deschner [Wed, 9 Apr 2008 10:35:09 +0000 (12:35 +0200)]
Add NetUserAdd to libnetapi IDL.

Guenther
(This used to be commit 08afca2188d28ff9727d0ae3f051681a1e1dc5c8)

16 years agoFix parameters string for rpc_trustdom_add_internals().
Günther Deschner [Wed, 9 Apr 2008 11:17:42 +0000 (13:17 +0200)]
Fix parameters string for rpc_trustdom_add_internals().

Guenther
(This used to be commit e161bb64a8348ecf7929dbc04d5923d8bd3542ad)

16 years agoTry anonymous session setup
Volker Lendecke [Wed, 9 Apr 2008 07:48:59 +0000 (09:48 +0200)]
Try anonymous session setup

... if there's no trust password

Attempt to fix bug 5350
(This used to be commit 99f6b63f3c637457fdda7ed930c6666171b25b61)

16 years agoRemove reference to pointless socket options
Volker Lendecke [Wed, 9 Apr 2008 06:40:59 +0000 (08:40 +0200)]
Remove reference to pointless socket options
(This used to be commit 3aefb0df1c4065223d50c32910ef26704791a6a3)

16 years agoCheck x_fflush returns.
Jeremy Allison [Tue, 8 Apr 2008 22:08:47 +0000 (15:08 -0700)]
Check x_fflush returns.
Jeremy.
(This used to be commit 5525dc5f09a79d30f6c52fc3a88c8bce3060e642)

16 years agoFix lsa_QueryTrustedDomainInfo caller.
Günther Deschner [Tue, 8 Apr 2008 21:09:24 +0000 (23:09 +0200)]
Fix lsa_QueryTrustedDomainInfo caller.

Guenther
(This used to be commit 9f148daaf2e240002914183655c2b2cc9067759f)

16 years agoRe-run make idl.
Günther Deschner [Tue, 8 Apr 2008 21:04:22 +0000 (23:04 +0200)]
Re-run make idl.

Guenther
(This used to be commit ad3073749089f7166d9070c232ef02e6ba203215)

16 years agoFix IDL for lsa_LookupPrivName.
Günther Deschner [Tue, 8 Apr 2008 21:02:48 +0000 (23:02 +0200)]
Fix IDL for lsa_LookupPrivName.

Guenther
(This used to be commit 7b56a4bcf23f124fc9530fe1401add094f25fb28)

16 years agoRe-run make idl.
Günther Deschner [Tue, 8 Apr 2008 20:58:16 +0000 (22:58 +0200)]
Re-run make idl.

Guenther
(This used to be commit 6f474326030b916ca972b68ce36e4d7287192a33)

16 years agoFix IDL for lsa_QueryTrustedDomainInfo.
Günther Deschner [Tue, 8 Apr 2008 20:57:16 +0000 (22:57 +0200)]
Fix IDL for lsa_QueryTrustedDomainInfo.

Guenther
(This used to be commit a064d000969233cf517f2e47b890d4e983c957ad)

16 years agoFix lsa_TrustedDomainInfo callers.
Günther Deschner [Tue, 8 Apr 2008 20:55:52 +0000 (22:55 +0200)]
Fix lsa_TrustedDomainInfo callers.

Guenther
(This used to be commit e0eae3901750c7b76560bbab9a86f24a64d42c8b)

16 years agoRe-run make idl.
Günther Deschner [Tue, 8 Apr 2008 20:54:18 +0000 (22:54 +0200)]
Re-run make idl.

Guenther
(This used to be commit 83dc2e1477333480511b8948d4e3e8e90ff86e25)

16 years agoFix IDL for lsa_QueryTrustedDomainInfoBySid.
Günther Deschner [Tue, 8 Apr 2008 20:52:26 +0000 (22:52 +0200)]
Fix IDL for lsa_QueryTrustedDomainInfoBySid.

Guenther
(This used to be commit 7903103c70119d28b9d73cc340a1d85d04313b83)

16 years agoFix IDL for lsa_QueryTrustedDomainInfoByName.
Günther Deschner [Tue, 8 Apr 2008 20:51:55 +0000 (22:51 +0200)]
Fix IDL for lsa_QueryTrustedDomainInfoByName.

Guenther
(This used to be commit 18272d53859378b8832c098bcfafacf306e0eeca)

16 years agoFix IDL for lsa_QueryDomainInformationPolicy.
Günther Deschner [Tue, 8 Apr 2008 20:50:05 +0000 (22:50 +0200)]
Fix IDL for lsa_QueryDomainInformationPolicy.

Guenther
(This used to be commit 7a822c3c71fde8e86bc99c28701517e0db076263)

16 years agoFix the build of reply_setattrE().
Günther Deschner [Tue, 8 Apr 2008 19:41:16 +0000 (21:41 +0200)]
Fix the build of reply_setattrE().

How ever could this compile ?

Guenther
(This used to be commit 02f5f35e5ed3b061cfd020d0b13014c72fced5f4)

16 years agoMove is_valid_policy_hnd() out of net.
Günther Deschner [Tue, 8 Apr 2008 17:54:57 +0000 (19:54 +0200)]
Move is_valid_policy_hnd() out of net.

Guenther
(This used to be commit aae4d91e726ef8dcad173cdd1d6f719d94462948)

16 years agoTry to use kerberos in libnetapi.
Günther Deschner [Tue, 8 Apr 2008 17:42:26 +0000 (19:42 +0200)]
Try to use kerberos in libnetapi.

Guenther
(This used to be commit 9cfce2229508c2145c3527074ac76520544e5d25)

16 years agoAdd DsGetDcName libnetapi example.
Günther Deschner [Tue, 8 Apr 2008 16:45:26 +0000 (18:45 +0200)]
Add DsGetDcName libnetapi example.

Guenther
(This used to be commit 0216e55fa87a14fc45c320268f0511eb6638460b)

16 years agoAdd DsGetDcName call to libnetapi library.
Günther Deschner [Tue, 8 Apr 2008 16:43:51 +0000 (18:43 +0200)]
Add DsGetDcName call to libnetapi library.

Guenther
(This used to be commit 27780e984152e38c8f80e1c67ddf13b73a2b220d)

16 years agoRe-run make idl.
Günther Deschner [Tue, 8 Apr 2008 12:38:10 +0000 (14:38 +0200)]
Re-run make idl.

Guenther
(This used to be commit a47642011a5d4732afa939a9162c232922a29f61)

16 years agoAdd DsGetDCName call to libnetapi.idl.
Günther Deschner [Tue, 8 Apr 2008 12:37:09 +0000 (14:37 +0200)]
Add DsGetDCName call to libnetapi.idl.

Guenther
(This used to be commit e8cea4db013de63ec0eb9f8c9db530688483e5b6)

16 years agoFix includes in libnetapi examples common.c
Günther Deschner [Tue, 8 Apr 2008 15:17:17 +0000 (17:17 +0200)]
Fix includes in libnetapi examples common.c

Guenther
(This used to be commit 922ff9d01668c2c2ad10decfd09c0e7b3f0d7592)

16 years agoselftest: run the BASE-DELAYWRITE test 4 times faster in make test
Stefan Metzmacher [Tue, 8 Apr 2008 16:50:49 +0000 (18:50 +0200)]
selftest: run the BASE-DELAYWRITE test 4 times faster in make test

metze
(This used to be commit 83b6da7c52a6f5285a9765d22d13a53fe9dc80e5)

16 years agoUse size_t for strlen return, not int. Karolin please
Jeremy Allison [Tue, 8 Apr 2008 14:43:30 +0000 (07:43 -0700)]
Use size_t for strlen return, not int. Karolin please
pull.
Jeremy.
(This used to be commit f4a1fdaac0dd6b1b241fac9879416c8ad4403eff)

16 years agoUse popt in libetapi example code.
Günther Deschner [Tue, 8 Apr 2008 12:34:30 +0000 (14:34 +0200)]
Use popt in libetapi example code.

Guenther
(This used to be commit 6f239df3f5a57c9549f1637e53fd42d2ed604c3f)

16 years agoPrefill in username in libnetapi ctx.
Günther Deschner [Tue, 8 Apr 2008 12:29:21 +0000 (14:29 +0200)]
Prefill in username in libnetapi ctx.

Guenther
(This used to be commit 394bdb89ef350db0ab6aca093054e1048a8ffe1f)

16 years agoAdd CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.
Günther Deschner [Tue, 8 Apr 2008 12:10:48 +0000 (14:10 +0200)]
Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.

This allows to switch on the cli->fallback_after_kerberos switch.

Guenther
(This used to be commit 15ba45e567d910c1b2336dcc0c475e12b082f30f)

16 years agoDestroy DMAPI session when main smbd daemon exits.
Alexander Bokovoy [Tue, 8 Apr 2008 11:19:01 +0000 (15:19 +0400)]
Destroy DMAPI session when main smbd daemon exits.

DMAPI session is precious resource maintained at kernel level. We open one of them and use across multiple smbd daemons
but once last of them exits, DMAPI session needs to be destroyed. There are some HSM implementations which fail to
shutdown when opened DMAPI sessions left. Ensure we shutdown our session when it is really not needed anymore.
This is what recommended by DMAPI specification anyway.
(This used to be commit a0cefd44009d414fa00ec6e08c70d21b74acdbcb)

16 years agoAllow broader range of HSM systems in vfs_tsmsm
Alexander Bokovoy [Tue, 8 Apr 2008 11:17:53 +0000 (15:17 +0400)]
Allow broader range of HSM systems in vfs_tsmsm

    Allow to specify value of DMAPI attribute returned during offline file checks, 'tsmsm: dmapi value'.
    Previously tsmsm module has supported only IBM TSM SM engine which reports file state by *existence*
    of a certain DMAPI attribute. Other HSM systems report a certain value as DMAPI request's result.
    Port from Tridge's v3-0-ctdb git tree.
(This used to be commit 1faa97d5cc51277abbc6cb5c37d31c429bea04e4)

16 years agoRewrite the wrap checks to deal with gcc 4.x optimisations.
Jeremy Allison [Tue, 8 Apr 2008 04:11:16 +0000 (21:11 -0700)]
Rewrite the wrap checks to deal with gcc 4.x optimisations.
Karolin, please pull once Volker has reviewed. Thanks.
Jeremy.
(This used to be commit 09852899cadc48abe2f2651ecbceaf881198e648)

16 years agoRestructure inner workings of libnetapi a bit.
Günther Deschner [Tue, 8 Apr 2008 00:42:50 +0000 (02:42 +0200)]
Restructure inner workings of libnetapi a bit.

Guenther
(This used to be commit a4e3bc2bade8bf74696e1c6ced74da563ff2df7b)

16 years agoAdd libnetapi generated files.
Günther Deschner [Tue, 8 Apr 2008 00:26:21 +0000 (02:26 +0200)]
Add libnetapi generated files.

Guenther
(This used to be commit 78da087b3a04f25bd0ea3195debf5c46731bac74)

16 years agoBuild libnetapi.idl.
Günther Deschner [Tue, 8 Apr 2008 00:25:31 +0000 (02:25 +0200)]
Build libnetapi.idl.

Guenther
(This used to be commit c098714ac4bac8a7e27be761979a96190b77de1f)

16 years agoAdd libnetapi.idl.
Günther Deschner [Tue, 8 Apr 2008 00:25:00 +0000 (02:25 +0200)]
Add libnetapi.idl.

Guenther
(This used to be commit 5231a135068a64aedbe2643a9168f2a14c40b139)

16 years agoWhatsnew
Günther Deschner [Tue, 8 Apr 2008 00:14:44 +0000 (02:14 +0200)]
Whatsnew
(This used to be commit 5cb480a664938d93d6cd059c78da9bc78eb58dcb)

16 years agoRemove unused variable.
James Peach [Mon, 7 Apr 2008 22:28:10 +0000 (15:28 -0700)]
Remove unused variable.
(This used to be commit 3ed2c65bde0c2e5ad10cf777dae8a2d3e626a42c)

16 years agoFix Kerberos interop with Mac OS X 10.5 clients.
Bill Ricker [Mon, 7 Apr 2008 22:02:56 +0000 (15:02 -0700)]
Fix Kerberos interop with Mac OS X 10.5 clients.

Ignore optional req_flags. Use the Kerberos mechanism OID negotiated
with the client rather than hardcoding OID_KERBEROS5_OLD.
(This used to be commit 59a2bcf30fef14ecc826271862b645dd3a61cb48)

16 years agoUse bool for BOOL and true/false for True/False. We need lowercase
James Peach [Mon, 7 Apr 2008 22:00:41 +0000 (15:00 -0700)]
Use bool for BOOL and true/false for True/False. We need lowercase
bool to get the declarations picked up by the prototype parser.
(This used to be commit fd168e7b5065ba15b1cf56522b6810b8e6fdd7d5)

16 years agodbwrap: fix more "tdb_chainunlock failed" messages
Michael Adam [Mon, 7 Apr 2008 21:36:29 +0000 (23:36 +0200)]
dbwrap: fix more "tdb_chainunlock failed" messages

TALLOC_FREE(rec) before transaction_cancel also in dbwrap_trans_delete().

Michael
(This used to be commit 04cd914a1f12691d27ddc67887a757cd813848a7)

16 years agowinbindd: fix break out early condition in fill_grent_mem().
Michael Adam [Mon, 7 Apr 2008 14:38:14 +0000 (16:38 +0200)]
winbindd: fix break out early condition in fill_grent_mem().

if (!&new_glist) would always be skipped, if (new_glist == NULL) is
what must have been meant...

Michael
(This used to be commit c1b60cdecff2a53f0a75a432a1ad7730eb734908)

16 years agoOnly cache password policy results that worked, otherwise we
Bo Yang [Mon, 7 Apr 2008 13:51:42 +0000 (09:51 -0400)]
Only cache password policy results that worked, otherwise we
cannot login until the cache expires even if a connection
to a DC has been restored.
(This used to be commit 8671f9767d7d93a86712741303d6046937c3aae8)

16 years agosmbd: make it possible to change the write time delay for testing
Stefan Metzmacher [Mon, 7 Apr 2008 07:27:22 +0000 (09:27 +0200)]
smbd: make it possible to change the write time delay for testing

metze
(This used to be commit df8c100c2b53575a0d425a2daf52e2d59904746a)

16 years agosmbd: make it possible to disable get_file_infos() on searches
Stefan Metzmacher [Mon, 7 Apr 2008 07:21:19 +0000 (09:21 +0200)]
smbd: make it possible to disable get_file_infos() on searches

metze
(This used to be commit 404a865a34c3a7c67131b3f99e92c11b2abe3e39)

16 years agolocking: combine get_delete_on_close_flag() and get_write_time() into get_file_infos()
Stefan Metzmacher [Tue, 1 Apr 2008 09:40:23 +0000 (11:40 +0200)]
locking: combine get_delete_on_close_flag() and get_write_time() into get_file_infos()

This means we need to fetch the record only once.

metze
(This used to be commit 4130b873291d39e363184fe4e38dc1f24ebe5056)

16 years agoselftest: samba3 passes BASE-DELAYWRITE
Stefan Metzmacher [Wed, 12 Mar 2008 17:26:43 +0000 (18:26 +0100)]
selftest: samba3 passes BASE-DELAYWRITE

metze
(This used to be commit 5df34634317633820993c9ef924d694a8fe1c4fe)

16 years agosmbd: implement the strange write time update logic
Stefan Metzmacher [Wed, 12 Mar 2008 14:39:38 +0000 (15:39 +0100)]
smbd: implement the strange write time update logic

We now never call file_ntimes() directly, every update
is done via smb_set_file_time().

This let samba3 pass the BASE-DELAYWRITE test.

The write time is only updated 2 seconds after the
first write() on any open handle to the current time
(not the time of the first write).

Each handle which had write requests updates the write
time to the current time on close().

If the write time is set explicit via setfileinfo or setpathinfo
the write time is visible directly and a following close
on the same handle doesn't update the write time.

metze
(This used to be commit 2eab212ea2e1bfd8fa716c2c89b2c042f7ba12ea)

16 years agolocking: store the write time in the locking.tdb
Stefan Metzmacher [Wed, 12 Mar 2008 14:32:47 +0000 (15:32 +0100)]
locking: store the write time in the locking.tdb

This is needed to implement the strange write time update
logic later. We need to store 2 time timestamps to
distinguish between the time the file system had before
the first client opened the file and a forced timestamp update.

metze
(This used to be commit 6aaa2ce0eeb46f6735ec984a2e7aadde7a7f456d)

16 years agoFix an uninitialized variable
Volker Lendecke [Mon, 7 Apr 2008 10:19:25 +0000 (12:19 +0200)]
Fix an uninitialized variable
(This used to be commit 8b2d9ee8c54ed84f83fdecf04e656dd66b622abb)

16 years agoincrease log level for this failed setsockopt call. EINVAL is a normal error on Solar...
Björn Jacke [Mon, 7 Apr 2008 09:22:14 +0000 (11:22 +0200)]
increase log level for this failed setsockopt call. EINVAL is a normal error on Solaris when we do this on an already resetted connection.
(This used to be commit 42bc4ff7fd6bfc92bde015ae8f3a9fb62d443cd5)

16 years agoFix bug 5375
Volker Lendecke [Mon, 7 Apr 2008 08:19:25 +0000 (10:19 +0200)]
Fix bug 5375

Thanks to Moskvin for testing
(This used to be commit d3c31aa36c451f0a19496cd33c0b055b466e6b09)

16 years agoFix a misleading debug message
Volker Lendecke [Mon, 7 Apr 2008 08:18:36 +0000 (10:18 +0200)]
Fix a misleading debug message
(This used to be commit 494b32197f0872b115f0cd1a35421d00a89360a6)

16 years agonet_rpc: let get_user_sids() use wbcLookupName(), wbcGidToSid() and wbcGetGroups()
Stefan Metzmacher [Wed, 2 Apr 2008 06:03:11 +0000 (08:03 +0200)]
net_rpc: let get_user_sids() use wbcLookupName(), wbcGidToSid() and wbcGetGroups()

metze
(This used to be commit 31375c02631cb3f37a8bbd4ea17d3ef69c4d07bf)

16 years agonet_rpc: let get_user_tokens() use wbcListUsers()
Stefan Metzmacher [Wed, 2 Apr 2008 06:02:02 +0000 (08:02 +0200)]
net_rpc: let get_user_tokens() use wbcListUsers()

metze
(This used to be commit 4f712452e911db1f0aa74e3ccd636c1a18bdf9ef)

16 years agowbinfo: make use of wbcGetGroups()
Stefan Metzmacher [Sun, 6 Apr 2008 09:58:58 +0000 (11:58 +0200)]
wbinfo: make use of wbcGetGroups()

metze
(This used to be commit c78f4dc043523842cf42f1a3fd4e8f3855518efa)

16 years agolibwbclient: add wbcGetGroups()
Stefan Metzmacher [Sun, 6 Apr 2008 09:55:57 +0000 (11:55 +0200)]
libwbclient: add wbcGetGroups()

metze
(This used to be commit 596d030b976102e7476a2460fce355914c4e8210)

16 years agoFix a C++ warning
Volker Lendecke [Sun, 6 Apr 2008 10:26:15 +0000 (12:26 +0200)]
Fix a C++ warning
(This used to be commit c274fe7d21badb42ca8d4d1115ae6bffdb19485f)

16 years agoRemove external refs to winbindd_fd
Volker Lendecke [Sun, 6 Apr 2008 10:26:01 +0000 (12:26 +0200)]
Remove external refs to winbindd_fd
(This used to be commit 18bf2b2028e64403a79b7cc06d3185a3e526d97d)