|
Last change
on this file since 873 was 873, checked in by Silvan Scherrer, 11 years ago |
|
samba server 3.6: change EOL style of a lot files. This hurts on every patch
|
|
File size:
651 bytes
|
| Line | |
|---|
| 1 | /* header auto-generated by pidl */
|
|---|
| 2 |
|
|---|
| 3 | #ifndef _PIDL_HEADER_secrets
|
|---|
| 4 | #define _PIDL_HEADER_secrets
|
|---|
| 5 |
|
|---|
| 6 | #include <stdint.h>
|
|---|
| 7 |
|
|---|
| 8 | #include "libcli/util/ntstatus.h"
|
|---|
| 9 |
|
|---|
| 10 | #include "librpc/gen_ndr/security.h"
|
|---|
| 11 | #ifndef _HEADER_secrets
|
|---|
| 12 | #define _HEADER_secrets
|
|---|
| 13 |
|
|---|
| 14 | struct TRUSTED_DOM_PASS {
|
|---|
| 15 | uint32_t uni_name_len;/* [value(strlen_m_term(uni_name))] */
|
|---|
| 16 | const char *uni_name;/* [charset(UTF16)] */
|
|---|
| 17 | uint32_t pass_len;/* [value(strlen(pass))] */
|
|---|
| 18 | const char * pass;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
|
|---|
| 19 | time_t mod_time;
|
|---|
| 20 | struct dom_sid domain_sid;
|
|---|
| 21 | }/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;
|
|---|
| 22 |
|
|---|
| 23 | #endif /* _HEADER_secrets */
|
|---|
| 24 | #endif /* _PIDL_HEADER_secrets */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.