Stefan Metzmacher
68c7089552
r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS
...
metze
(cherry picked from parts of commit c179807165
.
The changes to lib/replaces have already been merged.)
Michael
(This used to be commit 6c09291872
)
2008-02-13 01:40:10 +01:00
Stefan Metzmacher
8943a43a4b
r25973: talloc: fix usage of SONAMEFLAG
...
metze
(cherry picked from commit 7fecb8f3cd
)
(This used to be commit ce3625a386
)
2008-02-13 01:40:10 +01:00
Jelmer Vernooij
12c81d1b55
r25953: AIX make doesn't support $^.
...
(cherry picked from parts of commit 91133d2711
)
Michael
(This used to be commit f231d03e53
)
2008-02-13 01:40:10 +01:00
Jelmer Vernooij
07a5bd6027
r25944: Fix handling of sonameflag on AIX, which doesn't have anything like that.
...
(cherry picked from parts of commit 228dd6830e
)
Michael
(This used to be commit 7a7dcd9b12
)
2008-02-13 01:40:10 +01:00
Jelmer Vernooij
850ec9eb3a
r25884: Specify shldflags first, as required by some compilers.
...
(cherry picked from commit 40a8cd0d2f
)
(This used to be commit 42b56f77ff
)
2008-02-13 01:40:10 +01:00
Jelmer Vernooij
5e914f2c13
r25882: Build shared library of talloc as well.
...
(cherry picked from commit 3692ba8299
)
(This used to be commit ddfc86b71d
)
2008-02-13 01:40:10 +01:00
Günther Deschner
9673162236
Fix the build of winbindd, sorry.
...
Guenther
(This used to be commit c62c89c8f0
)
2008-02-13 01:29:52 +01:00
Günther Deschner
2600cb6b9b
Remove unused marshalling for LSA_ENUM_TRUST_DOM.
...
Guenther
(This used to be commit 90b07714dd
)
2008-02-13 00:37:19 +01:00
Günther Deschner
0ba3d44f73
Use rpccli_lsa_EnumTrustDom all over the place.
...
Guenther
(This used to be commit a25e7ffbca
)
2008-02-13 00:29:37 +01:00
Günther Deschner
f57c67b8f3
Use pidl for _lsa_EnumTrustDom()
...
Guenther
(This used to be commit 1f45079907
)
2008-02-13 00:29:20 +01:00
Günther Deschner
ba934cc6c1
Re-run make idl.
...
Guenther
(This used to be commit 4473255f06
)
2008-02-13 00:29:19 +01:00
Günther Deschner
5b3fe8d63a
Fix IDL for lsa_EnumTrustDom.
...
Guenther
(This used to be commit 278c891c54
)
2008-02-13 00:29:19 +01:00
Günther Deschner
e2b3aad817
Collect all init_lsa_string varients in one place.
...
Guenther
(This used to be commit f4581e9f44
)
2008-02-12 22:05:39 +01:00
Günther Deschner
befc71c942
Re-add support for samr_QueryDisplayInfo2/samr_QueryDisplayInfo3.
...
(This used to be commit cac740d87f
)
2008-02-12 21:35:42 +01:00
Günther Deschner
4c7943cd62
Add querydispinfo2 and querydispinfo3 to rpcclient.
...
Guenther
(This used to be commit f776840dca
)
2008-02-12 21:35:42 +01:00
Günther Deschner
a9cf5a0e9c
The final SAM_USER_INFO massacre.
...
I compared those very thoroughly with the idl ones but couldn't find any bits
that were missing (except for the very obscure (and totally unused)
SAM_USER_INFO_17 structure which I think was totally wrong).
Guenther
(This used to be commit e7192818f7
)
2008-02-12 21:11:03 +01:00
Günther Deschner
68855a99d0
Use rpccli_samr_SetUserInfo2() in place of rpccli_samr_set_userinfo().
...
Guenther
(This used to be commit 1b48b9d73d
)
2008-02-12 20:29:13 +01:00
Günther Deschner
b69a590f6b
Remove unused marshalling for SAMR_SET_USERINFO2.
...
Guenther
(This used to be commit d493f98cd1
)
2008-02-12 18:54:03 +01:00
Günther Deschner
bc742a06a2
Remove all callers of rpccli_samr_setuserinfo2 and replace with
...
rpccli_samr_SetUserInfo (see the opcode mixup in rpc_samr.h).
Guenther
(This used to be commit bdc4918503
)
2008-02-12 18:53:59 +01:00
Günther Deschner
6f2a384b33
Remove unused marshalling for SAMR_QUERY_USERINFO.
...
Guenther
(This used to be commit daec00fd62
)
2008-02-12 18:27:57 +01:00
Günther Deschner
b1c6104fa4
Use every
...
(This used to be commit d9cec295bf
)
2008-02-12 18:21:52 +01:00
Günther Deschner
4c42f7999a
Use rpccli_samr_QueryUserInfo in net and winbindd.
...
Guenther
(This used to be commit a9ff676090
)
2008-02-12 18:16:56 +01:00
Günther Deschner
8823c7453d
Use rpccli_samr_QueryUserInfo() in rpcclient.
...
Guenther
(This used to be commit 5bfa5cac63
)
2008-02-12 18:08:01 +01:00
Günther Deschner
80d20d8e54
w00t! SAMR server-side conversion to pidl is finished.
...
Guenther
(This used to be commit c6d9650930
)
2008-02-12 14:55:20 +01:00
Günther Deschner
4974200f30
Use pidl for _samr_QueryUserInfo.
...
Guenther
(This used to be commit 53dc913b2d
)
2008-02-12 14:52:25 +01:00
Günther Deschner
e4501b0913
Add get_logon_hours_from_pdb() (inspired by samba4).
...
Guenther
(This used to be commit e1bcb7d82f
)
2008-02-12 14:52:25 +01:00
Günther Deschner
4867e1ff93
Merge _samr_SetUserInfo and _samr_SetUserInfo2 into one call.
...
Guenther
(This used to be commit 8ee7dfad2e
)
2008-02-12 14:49:59 +01:00
Günther Deschner
a15f3c3a7b
Document that we were mixing up opcodes for SAMR_SET_USERINFO/2 all the time.
...
Guenther
(This used to be commit 51184f8aea
)
2008-02-12 14:49:34 +01:00
Günther Deschner
6aa84ad8c5
Move some samr init functions around (to allow easier identification of new
...
calls).
Guenther
(This used to be commit c51c126049
)
2008-02-12 12:30:51 +01:00
Günther Deschner
c3f68ad29f
Remove unused marshalling for SAMR_ENUM_DOM_USERS.
...
Guenther
(This used to be commit 4521f31a72
)
2008-02-12 11:38:31 +01:00
Günther Deschner
b88982a5c8
Use rpccli_samr_EnumDomainUsers in net and rpcclient.
...
Guenther
(This used to be commit bcf2cd324c
)
2008-02-12 11:36:33 +01:00
Günther Deschner
0ed6c373f1
Use rpccli_samr_EnumDomainGroups in rpcclient.
...
Guenther
(This used to be commit e76c350dab
)
2008-02-12 11:17:53 +01:00
Günther Deschner
cf20a28dd6
Use rpccli_samr_EnumDomainAliases() in net and rpcclient.
...
Guenther
(This used to be commit d034d34faa
)
2008-02-12 11:10:59 +01:00
Volker Lendecke
885b16cd77
Remove a bogus comment
...
(This used to be commit 599bb7e470
)
2008-02-12 11:09:54 +01:00
Günther Deschner
50019747fc
Cosmetics: remove new whitespace, sorry.
...
Guenther
(This used to be commit d82b66b969
)
2008-02-12 10:08:23 +01:00
Günther Deschner
cd9cea1a63
Re-run make idl.
...
Guenther
(This used to be commit 88575187e2
)
2008-02-12 10:08:23 +01:00
Günther Deschner
b002a08179
Fix IDL for samr_QueryUserInfo.
...
Guenther
(This used to be commit 1d448f1e1d
)
2008-02-12 10:08:14 +01:00
Günther Deschner
8b02303c90
Use pidl for _samr_EnumDomainUsers().
...
Guenther
(This used to be commit 54e884add2
)
2008-02-12 10:02:27 +01:00
Günther Deschner
be252325cf
Re-run make idl.
...
Guenther
(This used to be commit c7620b094b
)
2008-02-12 10:02:02 +01:00
Günther Deschner
631a7f6791
Fix IDL for samr_EnumDomainUsers.
...
Guenther
(This used to be commit 6dc4531071
)
2008-02-12 10:01:17 +01:00
Günther Deschner
fff3f99b5a
Use pidl for _samr_EnumDomainGroups() and _samr_EnumDomainAliases().
...
Guenther
(This used to be commit 327cdb05af
)
2008-02-12 10:00:37 +01:00
Günther Deschner
2d4d27c0d4
Re-run make idl.
...
Guenther
(This used to be commit 82993e9cd4
)
2008-02-12 09:54:11 +01:00
Günther Deschner
9bb4a6d82b
Fix IDL for samr_EnumDomainAliases.
...
Guenther
(This used to be commit 676bd28f87
)
2008-02-12 09:53:21 +01:00
Günther Deschner
0006052dfe
Re-run make idl.
...
Guenther
(This used to be commit 604e1ec5a6
)
2008-02-12 09:52:46 +01:00
Günther Deschner
6768f5a593
Fix IDL for samr_EnumDomainGroups.
...
Guenther
(This used to be commit 7028d3390b
)
2008-02-12 09:51:54 +01:00
Günther Deschner
0bff862274
Remove some more unused samr headers.
...
Guenther
(This used to be commit cdae435309
)
2008-02-12 09:51:21 +01:00
Günther Deschner
90631dd2c2
Removing unused ACCT_-flags.
...
Guenther
(This used to be commit d1e5a5a7f9
)
2008-02-12 09:48:47 +01:00
Günther Deschner
f0149d23d2
Fix SAMR_FIELD_PARAMETERS handling in rpc_server/srv_samr_util.c.
...
Guenther
(This used to be commit ef7c74401c
)
2008-02-11 23:37:44 +01:00
Günther Deschner
14ee7be97b
Fix SAMR_FIELD_LOGON_HOURS handling in rpc_server/srv_samr_util.c.
...
Guenther
(This used to be commit ed89daec1d
)
2008-02-11 23:37:36 +01:00
Günther Deschner
f0e8c5d4c2
Use SAMR_FIELDS for fields_present in rpc_server/srv_samr_util.c.
...
Guenther
(This used to be commit 16199c2694
)
2008-02-11 23:37:24 +01:00