1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

25357 Commits

Author SHA1 Message Date
Günther Deschner
8a62c14905 Re-run make idl.
Guenther
(This used to be commit 03101f253f140c9bb26eab3c940504f128278495)
2008-02-07 10:02:57 +01:00
Günther Deschner
1566423f09 Fix IDL for samr_QueryAliasInfo().
Guenther
(This used to be commit bd27cdaaf3148e5ec7b40da65dda3524be116a9d)
2008-02-07 10:02:57 +01:00
Günther Deschner
6738467eab Re-run make idl after fixes for wkssvc_NetrGetJoinableOus{2}.
Guenther
(This used to be commit 3984581564a44d631b9385c9e7be9751baf641d5)
2008-02-07 09:49:59 +01:00
Stefan Metzmacher
96df3da34e wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]()
metze
(This used to be commit 07e6b1723d683132ae76d96a3b2146ddd688d2ea)
2008-02-07 09:44:40 +01:00
Günther Deschner
c49ae172ca 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
(This used to be commit 4128ed8bdfb82324e80c0e5a4114da464d50f6de)
2008-02-07 09:43:46 +01:00
Jeremy Allison
a33236f4aa Make operator precedence very clear.
Jeremy.
(This used to be commit 4f125110cfe25b499eb628b5b08fdb610a5d972c)
2008-02-06 10:31:22 -08:00
Michael Adam
b7989e2ac7 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
(This used to be commit 8dfc389ff678967a7b16ff1d68f00468a9925275)
2008-02-06 18:16:22 +01:00
Michael Adam
7183e5811e 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
(This used to be commit 15c25990bd0bfa3145ab3c26d2bdda72993d005c)
2008-02-06 18:16:22 +01:00
Michael Adam
0e5344b53b Don't use the deprecated form of AC_INIT.
Fill in the project name and email address instead.

Michael
(This used to be commit c2b0c2f2af287bbe8e09bf7467de581691d09014)
2008-02-06 18:16:22 +01:00
Alexander Bokovoy
a4436154b8 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.
(This used to be commit 7da6c675440b0253ab37ee6097f769a2e45c7b7b)
2008-02-06 09:10:50 +03:00
Alexander Bokovoy
1ae0f2d02e 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.
(This used to be commit 9827d5ff416479408b19a8964c2321ea2517aa74)
2008-02-06 09:09:23 +03:00
Alexander Bokovoy
d022ed3eec Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into dmapi-integration
(This used to be commit f59d3786abcc53065c838a2fa82ec2f4b577b16f)
2008-02-06 08:58:20 +03:00
Jeremy Allison
b3f48266f3 Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
(This used to be commit 7b15c75a6bacf783eb73568ed003e4b16d6ebd68)
2008-02-05 18:13:33 -08:00
Jeremy Allison
8b3004bcf9 Don't return true on talloc fail.
Jeremy.
(This used to be commit 21594cb34c683262ed4f743b68c35e586676ff75)
2008-02-05 18:05:59 -08:00
Günther Deschner
d3311c5c50 Remove most of SAM_UNK_INFO marshalling.
Guenther
(This used to be commit a1145770d1c3bfcddb687a08e3e57a566c80fb73)
2008-02-06 02:10:26 +01:00
Günther Deschner
1430ab2dd3 Remove unused marshalling for SAMR_SET_DOMAIN_INFO.
Guenther
(This used to be commit c67581e1e49f7049d2ff25efe310593d19b1a0fb)
2008-02-06 02:10:18 +01:00
Günther Deschner
149fe79ad7 Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO.
Guenther
(This used to be commit 28ef04437c1e575944e392d83f014d77998ec3ff)
2008-02-06 02:10:09 +01:00
Günther Deschner
742fd39b7a Use rpccli_samr_QueryDomainInfo() in winbindd.
Guenther
(This used to be commit dd9fa33e968d4e641460fe1c6beb05dfe12fa918)
2008-02-06 02:09:44 +01:00
Günther Deschner
99bff2fc72 Use rpccli_samr_QueryDomainInfo() in net_rpc_sh_acct.c.
Guenther
(This used to be commit 65e978eacc30e6c400c8b76ba5f861883ff1c16a)
2008-02-06 02:09:23 +01:00
Günther Deschner
b0374e6b34 Use rpccli_samr_QueryDomainInfo() in net rpc.
Guenther
(This used to be commit 82073db9f717249ccf108b238ed64170163fc4a7)
2008-02-06 02:09:04 +01:00
Günther Deschner
498e6786e4 Use rpccli_samr_QueryDomainInfo() in rpcclient.
Guenther
(This used to be commit ed16b2f63b532a7b1a3c227a6045326a2e57a344)
2008-02-06 02:08:27 +01:00
Günther Deschner
3dbbb4a6a0 Use pidl for _samr_SetDomainInfo().
Guenther
(This used to be commit 370973c101a59546bb50dcc82ae4419da2119279)
2008-02-06 02:08:16 +01:00
Günther Deschner
80d1590cbb Remove unused marshalling for SAMR_QUERY_DOMAIN_INFO2.
Guenther
(This used to be commit d4dc2781add71712705f4f244e8896683b701e77)
2008-02-06 02:07:47 +01:00
Günther Deschner
3028c76fb5 Use pidl for _samr_QueryDomainInfo() and _samr_QueryDomainInfo2().
Guenther
(This used to be commit 1ac767b0d8b42d2f804b0a7e93e5e859f9c25aae)
2008-02-06 02:07:06 +01:00
Günther Deschner
1beccd34d7 Add some helper init routines for samr_DomInfo structures.
They will probably move to another place later.

Guenther
(This used to be commit 0e1386f74824878f01146a1fe219c3cd1ed555b5)
2008-02-06 02:06:52 +01:00
Günther Deschner
7599d6bd31 Re-run make idl.
Guenther
(This used to be commit bc047ee520ef9c74cb0c5a3b6b6877b4ed7fd62b)
2008-02-06 02:03:43 +01:00
Günther Deschner
64b0391b6b Fix IDL for samr_QueryDomainInfo and samr_QueryDomainInfo2.
Guenther
(This used to be commit 383e2861f5cf8965ce728b990a027b7601eb56ac)
2008-02-06 02:03:17 +01:00
Günther Deschner
247e468a2f Remove unused headers for SAMR_SET_SEC_OBJ.
Guenther
(This used to be commit 977ceff259d14b9a536d60cc9347356dcd3dcc73)
2008-02-06 02:02:55 +01:00
Jeremy Allison
497eb77099 Small whitespace cleanup + check for null returns on talloc_strdup.
Jeremy.
(This used to be commit 654484b9a2d8d2be20f02d228d53a23936d1703b)
2008-02-05 16:51:46 -08:00
Jeremy Allison
1b24afc896 The krb5 locator should now be correctly able to handle
IPV6, so (a) use the correct #ifdef (it's HAVE_IPV6, not
HAVE_IPv6) and (b) don't deliberately terminate on an
IPv6 address family.
Jeremy.
(This used to be commit a769acc0ba72ddd751e70558e0c2d9b2e6d71164)
2008-02-05 13:44:22 -08:00
Jeremy Allison
47666c93a7 Fix a couple of "might be used uninitialized" warnings.
Jeremy.
(This used to be commit b3ac8073a23afbba19d045302aa0700197c58bd5)
2008-02-05 13:36:17 -08:00
Volker Lendecke
abe2fd7697 Fix a debug message
(This used to be commit 24aa3518aef7e36fde03d58f36487cbf29c027c9)
2008-02-05 22:22:03 +01:00
Karolin Seeger
95eb2f2eba Fix typo.
Karolin
(This used to be commit 906e19bad40ba0c0a473ec2601e9eb0fff169f83)
2008-02-05 16:23:09 +01:00
Karolin Seeger
55af880341 Fix typo.
Karolin
(This used to be commit 3745e398b1cc4d1b76a7cb4ee9c998ff16b454b9)
2008-02-05 16:22:59 +01:00
Günther Deschner
4a8010012a Fix _samr_Connect5(). Yes we do pretend to be > w2k all the time :)
Guenther
(This used to be commit a407feb65301408f91a346ca9c01c511f95556c9)
2008-02-05 13:39:04 +01:00
Günther Deschner
75dc740ee3 Use SAMR_CONNECT_W2K for samr_Connect4 in rpcclient.
Guenther
(This used to be commit c0ebdb555d0ef04d49bb88c312b52bd1b0398f82)
2008-02-05 13:23:56 +01:00
Günther Deschner
2bca142290 Re-run make idl.
Guenther
(This used to be commit 47dd4baae7f6c4f78ef058eabba9ac4e9d8151f5)
2008-02-05 13:23:18 +01:00
Günther Deschner
a9333427d0 Remove unused marshalling for SAMR_REMOVE_SID_FOREIGN_DOMAIN.
Guenther
(This used to be commit 2e2b80bd03133dcf7a9c8a54f60eba7d07b7038a)
2008-02-05 13:19:47 +01:00
Günther Deschner
fc681ec581 Use rpccli_samr_RemoveMemberFromForeignDomain() in net.
Guenther
(This used to be commit 91c48ae15bea2235f8170170c2964bb1bae016ac)
2008-02-05 13:19:47 +01:00
Günther Deschner
ca772c8b18 Use pidl for _samr_RemoveMemberFromForeignDomain().
Guenther
(This used to be commit ab344dea9689ffc191110de0eca0d43b7221f7ee)
2008-02-05 13:19:47 +01:00
Günther Deschner
6e36f72ce6 Remove unused marshalling for SAMR_QUERY_USERALIASES.
Guenther
(This used to be commit fc55433aeecac40af780d61b23c0b80c38190cab)
2008-02-05 13:19:47 +01:00
Günther Deschner
23f76ed91f Remove unused marshalling for SAMR_QUERY_GROUPMEM.
Guenther
(This used to be commit 48e74f77529ca8d75d99b1f415b9417ff0cf0679)
2008-02-05 13:19:47 +01:00
Günther Deschner
2823c1eab1 Use rpccli_samr_QueryGroupMember() all over the place.
Guenther
(This used to be commit 1793ed10df7f403b85a4e52c67cbfb277b23b30b)
2008-02-05 13:19:47 +01:00
Volker Lendecke
3aa85d289f Augment the samr_Connect4 call
(This used to be commit 5a9cb4cda9ac71ca8b01d21201bf2348e7f3f24f)
2008-02-05 13:22:31 +01:00
Günther Deschner
f9447d248f Remove trailing while space, just couldn't resist. No code change.
Guenther
(This used to be commit efb6d24e97e489e44991091b10196b6ac582485b)
2008-02-05 12:54:19 +01:00
Volker Lendecke
6b5ce93d15 Fix bug 5421 -- thanks to MJ Anthony
(This used to be commit a3d0450e0a054bdb8997db544a7efc8aa67f074d)
2008-02-05 10:34:00 +01:00
Günther Deschner
01a9964e82 Use idl for _samr_QueryGroupMember().
Guenther
(This used to be commit 4b068954671143a7c94884e169f1d0ba420dccb7)
2008-02-05 10:19:34 +01:00
Günther Deschner
36818c0ff0 Re-run make idl.
Guenther
(This used to be commit 8bcbf8cccdbd14a1c7a446828605c7235b63ff56)
2008-02-05 10:19:14 +01:00
Günther Deschner
1ddfbb5f6c Fix IDL for samr_QueryGroupMember().
Guenther
(This used to be commit 4cd7f7a8e797e00fc6b03496e23d384bb7085884)
2008-02-05 10:18:36 +01:00
Günther Deschner
0c6b6b461c Use rpccli_samr_GetAliasMembership() in winbindd and rpcclient.
Guenther
(This used to be commit 5c167162856fd1e13a3e04423cfc0cc936ae26b0)
2008-02-05 10:13:08 +01:00