summaryrefslogtreecommitdiff
path: root/librpc/idl
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08nbt: add nbt_netlogon_response2 to IDL.Günther Deschner1-0/+7
Guenther
2010-09-08nbt: add NETLOGON_LOGON_REQUEST.Günther Deschner1-0/+11
Guenther
2010-09-08nbt: add decode_nbt_netlogon_packet() to IDL.Günther Deschner1-1/+7
Guenther
2010-08-31winreg: add winreg_RestoreKeyFlags to IDL.Günther Deschner1-1/+9
Guenther
2010-08-25s4-trusts: fix trustDomainPasswords drsblobs IDL and server side support.Günther Deschner1-18/+16
Also remove bogus trustCurrentPasswords struct which we just had because our IDL was incorrect. Guenther
2010-08-25idl-nbt: fixed typoAndrew Tridgell1-1/+1
2010-08-23s4:security Change struct security_token->sids from struct dom_sid * to ↵Andrew Bartlett1-1/+1
struct dom_sid This makes the structure much more like NT_USER_TOKEN in the source3/ code. (The remaining changes are that privilages still need to be merged) Andrew Bartlett
2010-08-21s4-drsuapi: Implement custom printing for drsuapi protocol forKamen Mazdrashki1-1/+1
drsuapi_DsReplicaAttribute and drsuapi_DsAttributeValueCtr objects This makes tracing what data has been transferred much easier
2010-08-20idl: added the RODC allow/deny secrets RIDsAndrew Tridgell1-0/+2
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-18s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett1-2/+0
This makes the structure more like Samba3's NT_USER_TOKEN
2010-08-17s4-netlogon: added SEC_CHAN_RODCAndrew Tridgell1-1/+2
This seems to be equivalent to SEC_CHAN_BDC, but for RODCs
2010-08-16waf: Generate the ntprinting ndr functions.Andreas Schneider1-1/+1
2010-08-08librpc/idl/mgmt.idl: add missing size_is()Stefan Metzmacher1-1/+1
metze
2010-08-05s4-dns: expanded the DNSP code to handle more record typeAndrew Tridgell1-8/+56
2010-08-05dns: first version of dsnRecord parserAndrew Tridgell2-1/+46
2010-08-02idl: Fixed a possible crash bug.Andreas Schneider1-1/+1
2010-08-02spoolss: fix potential crash bug in spoolss_PrinterEnumValues push path.Günther Deschner1-1/+1
Guenther
2010-07-16s3-dcerpc: rename SCHANNEL_SIG_SIZE to NL_AUTH_SIGNATURE_SIZE and move to IDL.Günther Deschner1-0/+2
Guenther
2010-07-16dcerpc: remove ncacn_packet_header and related functionsSimo Sorce1-12/+0
ncacn_packet_header was an artifact and it is not necessary anymore Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-08s3:dcerpc Add prs_parse_dcerpc_bindSimo Sorce1-1/+1
2010-07-08dcerpc: add ncacn_packet_header to IDL.Günther Deschner1-0/+12
Guenther Signed-off-by: Simo Sorce <idra@samba.org>
2010-07-05samr.idl:UserInfo structures - fix some names according to MS-SAMR documentationMatthias Dieter Wallnöfer1-3/+3
See MS-SAMR section "FULL IDL"
2010-07-05s4-dsdb: Implementation of User-Change-Password and User-Force-Password-ChangeNadezhda Ivanova1-0/+2
These CARs need to be checked on password change and password reset operations. Apparently the password attributes are not influenced by Write Property. Single detele operations and modifications of dBCSPwd are let through to the password_hash module. This is determined experimentally.
2010-06-29s4-smbtorture: fix incorrect IDL for QueryMultipleValue (aka RVALENT).Günther Deschner1-1/+1
Found by torture test. Guenther
2010-06-29winreg: fix winreg_QueryMultipleValues2 IDL.Günther Deschner1-4/+5
Guenther
2010-06-29winreg: fix winreg_QueryMultipleValues() IDL and torture tests.Günther Deschner1-6/+7
Guenther
2010-06-16ntlmssp: add decode_NTLMv2_RESPONSE to IDL.Günther Deschner1-0/+4
Guenther
2010-06-09Added guids for the validated writes.Nadezhda Ivanova1-0/+7
2010-06-03security: move generic_mapping and standard_mapping to security.idl.Günther Deschner1-0/+18
Guenther
2010-05-31s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" resultMatthias Dieter Wallnöfer1-1/+1
See MS-NRPC 3.5.5.6.3.
2010-05-26rap: use rap_LogonHours in rap_NetUserInfo11 as well.Günther Deschner1-1/+1
Guenther
2010-05-26rap: fix typo in IDL.Günther Deschner1-1/+1
Guenther
2010-05-26rap: add rap_NetUserGetInfo IDL.Günther Deschner1-0/+134
Guenther
2010-05-24s4:idmap Seperate idmap structures from winbind.idl and match to source3/ idmapAndrew Bartlett2-1/+35
These structures now match those in use in the source3 code. I'm not sure if this is the better API or not, but it is far, far safer to remove a pointer than to add one. Andrew Bartlett
2010-05-21rap: fix rap_NetUserPasswordSet2 IDL.Günther Deschner1-2/+2
Guenther
2010-05-21s4-drsuapi: Sort ATTID definitions by ATTID valueKamen Mazdrashki1-8/+8
2010-05-21s4/drsuapi: Yet another set of predefined ATTIDsKamen Mazdrashki1-0/+7
2010-05-19Thanks to Andrew Bartlett's advice, fix the NTLMSSP version problem the ↵Jeremy Allison1-1/+1
correct way. No more magic blobs :-). Use ndr_push_struct_blob() to push a properly formatted VERSION struct. Jeremy.
2010-05-19s4/drsuapi: Add another set of predefined ATTIDsKamen Mazdrashki1-1/+5
Very useful for debugging/dumping purposes
2010-05-18librpc/idl: fix errors and improve idl in dfsblobsMatthieu Patou1-13/+25
Fix problems between strings and nstring Allow get_deferral parameters to be used by ndr_push/pull_blobs Handle correctly the 16 bytes padding Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij10-43/+43
2010-05-18security: merge builtin rid tables.Günther Deschner1-0/+19
Guenther
2010-05-14ntprinting: add ntprinting.idl.Günther Deschner1-0/+152
This generates convenient unmarshalling routines for pulling out spoolss related information out of ntprinters.tdb, ntforms.tdb and ntdrivers.tdb. Guenther
2010-05-10rap: add rap_NetOEMChangePassword() to IDL.Günther Deschner1-0/+8
Guenther
2010-05-08rap: add rap_NetUserPasswordSet2() to IDL.Günther Deschner1-0/+10
Guenther
2010-05-05rap: add IDL for rap_NetShareAdd (undocumented in MS-RAP).Günther Deschner1-0/+9
Guenther
2010-05-04rap: add rap_NetPrintDestGetInfo to IDL.Günther Deschner1-0/+12
Guenther
2010-05-04rap: add IDL for (undocumented) NetPrintDestEnum.Günther Deschner1-0/+58
Guenther
2010-05-04s4-waf: we don't need the symlink hack for gen_ndr any moreAndrew Tridgell1-14/+3
we can now generate files into the build directory
2010-05-03rap: add rap_NetPrintJobSetInfo to IDL.Günther Deschner1-0/+38
Guenther