1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00
Commit Graph

22305 Commits

Author SHA1 Message Date
Günther Deschner
03dff0194b Remove unused marshalling for SAMR_QUERY_ALIAS_INFO.
Guenther
2008-02-07 13:38:08 +01:00
Günther Deschner
5bf6c8b6d8 Use rpccli_samr_QueryAliasInfo() in net.
Guenther
2008-02-07 13:37:59 +01:00
Günther Deschner
62dacea87a Use pidl for _samr_QueryAliasInfo().
Guenther
2008-02-07 13:34:57 +01:00
Andrew Tridgell
eaba373747 merge growing tdb for tdb_wipe_all() fix from ctdb 2008-02-07 23:08:11 +11:00
Günther Deschner
2bcc01fd13 Remove unused marshalling for SAMR_SET_GROUPINFO.
Guenther
2008-02-07 11:03:44 +01:00
Günther Deschner
5909e9f971 Use rpccli_samr_SetGroupInfo() in net.
Guenther
2008-02-07 11:03:35 +01:00
Günther Deschner
a576d9e80d Use pidl for _samr_SetGroupInfo().
Guenther
2008-02-07 11:03:26 +01:00
Günther Deschner
f56b5f976a Remove unused marshalling for SAMR_SET_ALIASINFO.
Guenther
2008-02-07 10:56:35 +01:00
Günther Deschner
18c52030bb Use rpccli_samr_SetAliasInfo() in net.
Guenther
2008-02-07 10:56:24 +01:00
Günther Deschner
f483797c68 Use pidl for _samr_SetAliasInfo().
Guenther
2008-02-07 10:56:14 +01:00
Günther Deschner
c2682273fd Remove unused marshalling for NET_DSR_GESITENAME.
Guenther
2008-02-07 10:42:59 +01:00
Günther Deschner
609c40fdd9 Use rpccli_netr_DsRGetSiteName() in rpcclient.
Guenther
2008-02-07 10:42:51 +01:00
Günther Deschner
a495e0e7c1 Remove unused marshalling for NET_GETANYDCNAME and NET_GETANYDCNAME.
Guenther
2008-02-07 10:31:09 +01:00
Günther Deschner
8abeea9922 Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.
Guenther
2008-02-07 10:29:26 +01:00
Günther Deschner
ac8db3d29b Remove unused marshalling for SAMR_CHGPASSWD_USER.
Guenther
2008-02-07 10:07:01 +01:00
Günther Deschner
a49220b5c8 Use rpccli_samr_ChangePasswordUser2 in rpccli_samr_chgpasswd_user() and friends.
Guenther
2008-02-07 10:07:01 +01:00
Günther Deschner
2f877d730b Remove last SAM_UNK struct defines.
Guenther
2008-02-07 10:07:01 +01:00
Günther Deschner
41fc592f3a Remove marshalling for SAMR_CHGPASSWD3.
Guenther
2008-02-07 10:07:00 +01:00
Günther Deschner
ffbfd19ad7 Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.
Guenther
2008-02-07 10:07:00 +01:00
Günther Deschner
07c28f3086 Use pidl for _samr_ChangePasswordUser3().
Guenther
2008-02-07 10:07:00 +01:00
Günther Deschner
297ad1fe5d Re-run make idl.
Guenther
2008-02-07 10:07:00 +01:00
Günther Deschner
42fc1fdb10 Fix IDL for samr_ChangePasswordUser3().
Guenther
2008-02-07 10:04:42 +01:00
Günther Deschner
ecc4e5fb38 Add cmd_samr_query_aliasinfo command to rpcclient.
Guenther
2008-02-07 10:02:57 +01:00
Günther Deschner
03101f253f Re-run make idl.
Guenther
2008-02-07 10:02:57 +01:00
Günther Deschner
bd27cdaaf3 Fix IDL for samr_QueryAliasInfo().
Guenther
2008-02-07 10:02:57 +01:00
Günther Deschner
3984581564 Re-run make idl after fixes for wkssvc_NetrGetJoinableOus{2}.
Guenther
2008-02-07 09:49:59 +01:00
Stefan Metzmacher
07e6b1723d wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]()
metze
2008-02-07 09:44:40 +01:00
Günther Deschner
4128ed8bdf Re-run make idl after metzes fixes for multilevel and embedded pointers.
Thanks metze! Now we can move a lot more opcodes to use pidl generated
marshalling.

Guenther
2008-02-07 09:43:46 +01:00
Jeremy Allison
4f125110cf Make operator precedence very clear.
Jeremy.
2008-02-06 10:31:22 -08:00
Michael Adam
8dfc389ff6 Add configure check for LBER_LOG_PRINT_FN - to intercept ldap debug.
Use the resulting HAVE_LBER_LOG_PRINT_FN to determine whether we can
use it in init_ldap_debugging to intercept LDAP debug output and print
it out in the samba logs (controlled with "ldap debug level").

Michael
2008-02-06 18:16:22 +01:00
Michael Adam
15c25990bd Add support for LDAP debug output in Samba log file.
Logging of the ldap libraries appears with a [LDAP] prefix
inside the samba logs. This is controlled by two new parameters:

* "ldap debug level" sets the debug level of the ldap libraries.
  It is the bit-field as understood by the openldap server.

* "ldap debug threshold" is the samba debug level at which ldap
  logging appears inside the samba logs.

This probably needs some configure tests since it makes
use of the LBER_OPT_LOG_PRINT_FN option to redirect the
debug output of the ldap libraries.

Michael
2008-02-06 18:16:22 +01:00
Michael Adam
c2b0c2f2af Don't use the deprecated form of AC_INIT.
Fill in the project name and email address instead.

Michael
2008-02-06 18:16:22 +01:00
Alexander Bokovoy
7da6c67544 Change the file time before we change the file mode.
This doesn't matter for most applications, but for offline files it matters as it allows you to set
files offline from windows clients even with HSM systems that refuse to offline newly created files.
Merge from Tridge's v3-0-ctdb tree.
2008-02-06 09:10:50 +03:00
Alexander Bokovoy
9827d5ff41 Allow actual call to set file offline
Dos mode calculation was masking out FILE_ATTRIBUTE_OFFLINE so that code to set file offline
was never called before. Merge from Tridge's v3-0-ctdb git tree.
2008-02-06 09:09:23 +03:00
Alexander Bokovoy
f59d3786ab Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into dmapi-integration 2008-02-06 08:58:20 +03:00
Jeremy Allison
7b15c75a6b Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test 2008-02-05 18:13:33 -08:00
Jeremy Allison
21594cb34c Don't return true on talloc fail.
Jeremy.
2008-02-05 18:05:59 -08:00
Günther Deschner
a1145770d1 Remove most of SAM_UNK_INFO marshalling.
Guenther
2008-02-06 02:10:26 +01:00
Günther Deschner
c67581e1e4 Remove unused marshalling for SAMR_SET_DOMAIN_INFO.
Guenther
2008-02-06 02:10:18 +01:00
Günther Deschner
28ef04437c Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO.
Guenther
2008-02-06 02:10:09 +01:00
Günther Deschner
dd9fa33e96 Use rpccli_samr_QueryDomainInfo() in winbindd.
Guenther
2008-02-06 02:09:44 +01:00
Günther Deschner
65e978eacc Use rpccli_samr_QueryDomainInfo() in net_rpc_sh_acct.c.
Guenther
2008-02-06 02:09:23 +01:00
Günther Deschner
82073db9f7 Use rpccli_samr_QueryDomainInfo() in net rpc.
Guenther
2008-02-06 02:09:04 +01:00
Günther Deschner
ed16b2f63b Use rpccli_samr_QueryDomainInfo() in rpcclient.
Guenther
2008-02-06 02:08:27 +01:00
Günther Deschner
370973c101 Use pidl for _samr_SetDomainInfo().
Guenther
2008-02-06 02:08:16 +01:00
Günther Deschner
d4dc2781ad Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO2.
Guenther
2008-02-06 02:07:47 +01:00
Günther Deschner
1ac767b0d8 Use pidl for _samr_QueryDomainInfo() and _samr_QueryDomainInfo2().
Guenther
2008-02-06 02:07:06 +01:00
Günther Deschner
0e1386f748 Add some helper init routines for samr_DomInfo structures.
They will probably move to another place later.

Guenther
2008-02-06 02:06:52 +01:00
Günther Deschner
bc047ee520 Re-run make idl.
Guenther
2008-02-06 02:03:43 +01:00
Günther Deschner
383e2861f5 Fix IDL for samr_QueryDomainInfo and samr_QueryDomainInfo2.
Guenther
2008-02-06 02:03:17 +01:00