Michael Adam
e0f6a9d50c
libsmbconf: move utility functions from main module to new smbconf_util.c
...
Michael
2008-04-10 01:28:55 +02:00
Michael Adam
5f6c730cbe
charcnv: add talloc_strdup_lower() - talloc variant of strdup_lower().
...
Michael
2008-04-10 01:27:56 +02:00
Michael Adam
a8cedfef27
registry: add support for REG_MULTI_SZ to registry_push_value().
...
This enables us to fetch multi_sz values from registry...
Michael
2008-04-10 01:18:10 +02:00
Michael Adam
51026d64b3
net: don't process net_registry_util.c with make proto
...
it has its own herader net_registry_util.h
Michael
2008-04-09 23:52:35 +02:00
Michael Adam
ba59383437
net rpc registry: add getvalue command.
...
This is the same as already implemented for "net registry".
usage: net rpc registry getvalue <key> <valuename>
Michael
2008-04-09 23:52:35 +02:00
Michael Adam
77f049943e
net registry: add a getvalue subcommand that prints a single given value.
...
usage: "net registry getvalue <keyname> <valuename>"
Michael
2008-04-09 23:52:34 +02:00
Michael Adam
88c4851ad7
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
2008-04-09 23:52:34 +02:00
Karolin Seeger
6cee347035
Fix typos.
...
Karolin
2008-04-09 16:14:04 +02:00
Günther Deschner
7d9f64fd84
Add NetUserEnum example.
...
Guenther
2008-04-09 13:50:30 +02:00
Günther Deschner
6c933d0b38
Add NetUserEnum to libnetapi.
...
Guenther
2008-04-09 13:47:51 +02:00
Günther Deschner
285072479b
Re-run make idl.
...
Guenther
2008-04-09 13:42:48 +02:00
Günther Deschner
dbbefb4e97
Add NetUserEnum to libnetapi IDL.
...
Guenther
2008-04-09 13:41:54 +02:00
Günther Deschner
3123e68bda
Add Add NetUserDel example.
...
Guenther
2008-04-09 13:39:27 +02:00
Günther Deschner
92ba18fcd0
Add NetUserDel to libnetapi.
...
Guenther
2008-04-09 13:35:49 +02:00
Günther Deschner
51d0cbe3d9
Re-run make idl.
...
Guenther
2008-04-09 13:32:19 +02:00
Günther Deschner
8a0b6532af
Add NetUserDel to libnetapi IDL.
...
Guenther
2008-04-09 13:31:53 +02:00
Günther Deschner
0d79560665
Add NetUserAdd example.
...
Guenther
2008-04-09 13:28:30 +02:00
Günther Deschner
cb98996ed2
Add NetUserAdd to libnetapi.
...
Guenther
2008-04-09 13:23:09 +02:00
Günther Deschner
0d84f0d485
Re-run make idl.
...
Guenther
2008-04-09 13:19:36 +02:00
Günther Deschner
08afca2188
Add NetUserAdd to libnetapi IDL.
...
Guenther
2008-04-09 13:19:36 +02:00
Günther Deschner
e161bb64a8
Fix parameters string for rpc_trustdom_add_internals().
...
Guenther
2008-04-09 13:18:46 +02:00
Volker Lendecke
99f6b63f3c
Try anonymous session setup
...
... if there's no trust password
Attempt to fix bug 5350
2008-04-09 10:01:53 +02:00
Jeremy Allison
5525dc5f09
Check x_fflush returns.
...
Jeremy.
2008-04-08 15:08:47 -07:00
Günther Deschner
9f148daaf2
Fix lsa_QueryTrustedDomainInfo caller.
...
Guenther
2008-04-08 23:09:24 +02:00
Günther Deschner
ad30737490
Re-run make idl.
...
Guenther
2008-04-08 23:04:22 +02:00
Günther Deschner
7b56a4bcf2
Fix IDL for lsa_LookupPrivName.
...
Guenther
2008-04-08 23:02:48 +02:00
Günther Deschner
6f47432603
Re-run make idl.
...
Guenther
2008-04-08 22:58:16 +02:00
Günther Deschner
a064d00096
Fix IDL for lsa_QueryTrustedDomainInfo.
...
Guenther
2008-04-08 22:57:16 +02:00
Günther Deschner
e0eae39017
Fix lsa_TrustedDomainInfo callers.
...
Guenther
2008-04-08 22:55:52 +02:00
Günther Deschner
83dc2e1477
Re-run make idl.
...
Guenther
2008-04-08 22:54:18 +02:00
Günther Deschner
7903103c70
Fix IDL for lsa_QueryTrustedDomainInfoBySid.
...
Guenther
2008-04-08 22:52:26 +02:00
Günther Deschner
18272d5385
Fix IDL for lsa_QueryTrustedDomainInfoByName.
...
Guenther
2008-04-08 22:51:55 +02:00
Günther Deschner
7a822c3c71
Fix IDL for lsa_QueryDomainInformationPolicy.
...
Guenther
2008-04-08 22:50:05 +02:00
Günther Deschner
02f5f35e5e
Fix the build of reply_setattrE().
...
How ever could this compile ?
Guenther
2008-04-08 21:41:16 +02:00
Günther Deschner
aae4d91e72
Move is_valid_policy_hnd() out of net.
...
Guenther
2008-04-08 19:54:57 +02:00
Günther Deschner
9cfce22295
Try to use kerberos in libnetapi.
...
Guenther
2008-04-08 19:42:26 +02:00
Günther Deschner
0216e55fa8
Add DsGetDcName libnetapi example.
...
Guenther
2008-04-08 19:40:47 +02:00
Günther Deschner
27780e9841
Add DsGetDcName call to libnetapi library.
...
Guenther
2008-04-08 19:40:47 +02:00
Günther Deschner
a47642011a
Re-run make idl.
...
Guenther
2008-04-08 19:40:47 +02:00
Günther Deschner
e8cea4db01
Add DsGetDCName call to libnetapi.idl.
...
Guenther
2008-04-08 19:40:47 +02:00
Günther Deschner
922ff9d016
Fix includes in libnetapi examples common.c
...
Guenther
2008-04-08 19:40:47 +02:00
Stefan Metzmacher
83b6da7c52
selftest: run the BASE-DELAYWRITE test 4 times faster in make test
...
metze
2008-04-08 18:53:38 +02:00
Jeremy Allison
f4a1fdaac0
Use size_t for strlen return, not int. Karolin please
...
pull.
Jeremy.
2008-04-08 07:43:30 -07:00
Günther Deschner
6f239df3f5
Use popt in libetapi example code.
...
Guenther
2008-04-08 14:34:30 +02:00
Günther Deschner
394bdb89ef
Prefill in username in libnetapi ctx.
...
Guenther
2008-04-08 14:29:21 +02:00
Günther Deschner
15ba45e567
Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.
...
This allows to switch on the cli->fallback_after_kerberos switch.
Guenther
2008-04-08 14:25:13 +02:00
Alexander Bokovoy
a0cefd4400
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.
2008-04-08 15:19:01 +04:00
Alexander Bokovoy
1faa97d5cc
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.
2008-04-08 15:17:53 +04:00
Jeremy Allison
09852899ca
Rewrite the wrap checks to deal with gcc 4.x optimisations.
...
Karolin, please pull once Volker has reviewed. Thanks.
Jeremy.
2008-04-07 21:11:16 -07:00
Günther Deschner
a4e3bc2bad
Restructure inner workings of libnetapi a bit.
...
Guenther
2008-04-08 03:08:49 +02:00