Günther Deschner
f9c3ae1ab8
netapi: add NetShareDel to IDL.
...
Guenther
2008-09-05 12:34:10 +02:00
Günther Deschner
10345cb987
netapi: add NetJoinFlags to IDL.
...
Guenther
2008-08-29 13:58:06 +02:00
Günther Deschner
71623f853d
netapi: add USER_MAXSTORAGE_UNLIMITED to IDL.
...
Guenther
2008-08-29 13:58:03 +02:00
Günther Deschner
58d3a68263
netapi: add NetShareAdd to IDL.
...
Guenther
2008-08-29 13:58:02 +02:00
Günther Deschner
2bd2425878
netapi: add AF_OP constants to IDL.
...
Guenther
2008-08-29 13:58:01 +02:00
Günther Deschner
3bb042d0e1
netapi: add USER_PRIV_* constants to IDL.
...
Guenther
2008-08-29 13:58:01 +02:00
Günther Deschner
ca69c442f2
netapi: fix IDL for USER_INFO_4.
...
Guenther
2008-08-29 13:57:59 +02:00
Günther Deschner
4d15d1ff20
netapi: add NetUserGetGroups to IDL.
...
Guenther
2008-08-29 13:57:58 +02:00
Günther Deschner
59e27519ad
netapi: add usriX_profile/usriX_home_dir_drive/usriX_primary_group_id to USER_INFO_X in IDL.
...
Guenther
2008-08-29 13:57:56 +02:00
Günther Deschner
2c6b3208d3
netapi: fix ENCRYPTED_PWLEN in IDL.
...
Guenther
2008-08-29 13:57:53 +02:00
Andrew Tridgell
2971b926c8
Handle arbitrary new PAC types
...
When MS introduces a new PAC type, we should just ignore it, not
generate a parse error. New PAC info structures are supposed to be
backwards compatible with old ones
2008-08-26 15:07:29 +02:00
Günther Deschner
7b312a0abc
IDL: fix IDL for netr_ServerPasswordSet2().
...
Guenther
2008-08-21 15:06:26 +02:00
Günther Deschner
c06dfb8235
netapi: add remaining NetLocalGroup*Member calls to IDL.
...
Guenther
2008-08-11 19:47:05 +02:00
Günther Deschner
2af33ceeb8
netapi: add NetUserModalsSet and NetUserModalsGet to IDL.
...
Guenther
2008-08-11 19:12:15 +02:00
Günther Deschner
2b262ca20d
libnetunjoin: add use_kerberos flag.
...
Guenther
2008-07-31 14:35:16 +02:00
Günther Deschner
956c949dc7
libnetjoin: add use_kerberos flag.
...
Guenther
2008-07-31 13:53:37 +02:00
Günther Deschner
81be6207e5
netapi: add NetGroupGetUsers to IDL.
...
Guenther
2008-07-30 16:54:50 +02:00
Günther Deschner
49ea8984e9
netapi: add some more USER_INFO structs to IDL.
...
Guenther
2008-07-30 16:44:25 +02:00
Günther Deschner
25522f0de0
netapi: cosmetics, use "buffer" everywhere.
...
Guenther
2008-07-30 16:43:26 +02:00
Günther Deschner
6c8ee639ec
netapi: add USER_INFO_X to IDL.
...
Guenther
2008-07-30 16:40:08 +02:00
Stefan Metzmacher
e8ae49fc2a
drsblobs.idl: unify the Primary:Kerberos and Primary:Kerberos-Newer-Keys structs
...
metze
(cherry picked from commit 4b79a76785
)
2008-07-28 14:16:14 +02:00
Stefan Metzmacher
67de7455b6
drsblobs.idl: give some unknowns a meaning
...
metze
(cherry picked from commit 231e6f5ab2
)
2008-07-28 14:10:17 +02:00
Stefan Metzmacher
5db983d153
drsblobs.idl: add idl for Primary:Kerberos-Newer-Keys blob in supplementalCredentials
...
metze
(cherry picked from commit 97b7901afb
)
2008-07-23 23:10:05 +02:00
Stefan Metzmacher
5459745369
drsblobs.idl: fix unknowns in package_PrimaryKerberos idl
...
metze
(cherry picked from commit da9ceb2bf1
)
2008-07-23 23:05:56 +02:00
Stefan Metzmacher
38aca9c117
drsblobs.idl: fix idl for supplementalCredentialsSubBlob
...
metze
(cherry picked from commit 24c5b10136
)
2008-07-23 23:01:07 +02:00
Stefan Metzmacher
fb0379aede
drsblobs.idl: rename unknown1 -> reserved
...
metze
2008-07-23 22:38:17 +02:00
Michael Adam
5c2119ba63
drsuapi.idl: change the u1 field in DsBindInfo* to "pid".
...
According to the WSPP docs, section 5.35,
this is the "process identifyer" of the client.
It is meant for informational and debugging purposes
only and its assignment is implementation specific.
Michael
2008-07-22 16:28:13 +02:00
Zach Loafman
14d2a4da1d
Fix warnings on FreeBSD-based platforms
...
Fix two shadowed declaration warnings on FreeBSD-based platform:
'reboot' is a 4.0BSD syscall in unistd.h and 'tcp_seq' is a typedef in
netinet/tcp.h.
2008-07-22 15:00:48 +02:00
Michael Adam
7a3a2b916d
drsuapi.idl: add drsuapi_SupportedExtensionsExt bitfield.
...
This knowledge is obtained from the wspp-docs (section 5.35).
Michael
(cherry picked from commit f5afb69504
)
2008-07-22 13:21:22 +02:00
Michael Adam
995b0eda0c
drsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.
...
This bit seems not to be documented in the WSPP docs.
Michael
(cherry picked from commit 705f79bd0a
)
2008-07-22 13:21:17 +02:00
Michael Adam
23742a3691
drsuapi.idl: add drsuapi_DsBindInfo48.
...
This is necessary to make DsGetNcChanges work with win2008.
Michael
(cherry picked from commit dd278b069b
)
2008-07-22 13:21:10 +02:00
Günther Deschner
95432c8b57
netapi: add NetLocalGroupEnum to IDL.
...
Guenther
2008-07-18 17:24:52 +02:00
Günther Deschner
e00d2affbc
netapi: add NetUserSetInfo to IDL.
...
Guenther
2008-07-18 17:21:28 +02:00
Günther Deschner
ec5c015334
netapi: add NetUserGetInfo to IDL.
...
Guenther
2008-07-18 17:16:21 +02:00
Günther Deschner
fd7c1d0164
netapi: add more USER_INFO_X structures to IDL.
...
Guenther
2008-07-18 16:59:30 +02:00
Günther Deschner
84dc9bb89d
netapi: make sid in GROUP_INFO_3 a pointer.
...
Guenther
2008-07-17 10:36:55 +02:00
Günther Deschner
f224019236
netapi: add NetGroupEnum to IDL.
...
Guenther
2008-07-17 10:34:51 +02:00
Stefan Metzmacher
11ab230832
drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*
...
metze
(cherry picked from commit 9e99e59ca7
)
2008-07-16 15:12:19 +02:00
Stefan Metzmacher
7488eda7a3
drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*
...
metze
(cherry picked from commit de2aed042d
)
2008-07-16 15:12:19 +02:00
Stefan Metzmacher
c3ebb9ae00
drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]
...
metze
(cherry picked from commit a681e55067
)
2008-07-16 15:12:19 +02:00
Stefan Metzmacher
0a24fa0dc3
drsuapi.idl: correctly handle xpress compressed payload
...
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org >
(cherry picked from commit d9d19eef4f
)
2008-07-16 15:12:18 +02:00
Stefan Metzmacher
6a33be98b8
drsuapi.idl: remove some unknows from DsGetNCChanges()
...
metze
(cherry picked from commit 924ef407bd
)
2008-07-16 15:12:18 +02:00
Jeremy Allison
9c21756f9e
Add XATTR_NTACL_NAME constant.
...
Jeremy.
2008-07-10 17:19:01 -07:00
Jeremy Allison
5c4ce1dac3
Add in the IDL to store a NT Security descriptor in
...
a blob. Use the same format as S4, but a new version
as we'll need to store the timestamp to check for
validity against the POSIX st_ctime.
Jeremy.
2008-07-09 16:54:38 -07:00
Günther Deschner
58dc161ac9
drsuapi: add drsblobs.idl from samba4.
...
Guenther
2008-06-26 12:17:34 +02:00
Günther Deschner
7020a5bd6e
netapi: add NetUserChangePassword() to IDL.
...
Guenther
2008-06-25 09:55:11 +02:00
Günther Deschner
fce7a195f1
drsuapi: add some more attribute IDs.
...
Guenther
2008-06-24 23:42:18 +02:00
Günther Deschner
7974c2c8af
drsuapi: fill in some more drsuapi_DsAttributeIds.
...
Guenther
2008-06-23 23:41:59 +02:00
Günther Deschner
12669b12c2
netapi: add NetUserEnum filter constants to IDL.
...
Guenther
2008-06-17 19:59:22 +02:00
Günther Deschner
4fd6bc61d0
netapi: some IDL cosmetics.
...
Guenther
2008-06-17 19:58:39 +02:00