summaryrefslogtreecommitdiff
path: root/librpc/idl
AgeCommit message (Collapse)AuthorFilesLines
2011-02-02s3-waf: no need to call pidl with --samba3-ndr-client anymore.Günther Deschner1-2/+2
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 21:38:23 CET 2011 on sn-devel-104
2011-02-02netlogon.idl: remove pointless union arms of netr_DELTA_UNIONStefan Metzmacher1-16/+4
These were just padding, which was needed as we didn't have 'ms_union' support. metze
2011-02-02netlogon.idl: use 'ms_union' as specified in [MS-NRPC]Stefan Metzmacher1-0/+1
metze
2011-02-02netlogon.idl: add missing [default]; union armsStefan Metzmacher1-0/+4
metze
2011-01-31s4-smbtorture: add samr_changepassworduser3 ndr torture tests.Günther Deschner1-1/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 31 16:07:14 CET 2011 on sn-devel-104
2011-01-30dcerpc.idl: add DCERPC_FAULT_SEC_PKG_ERRORStefan Metzmacher1-0/+1
metze
2011-01-28s4-smbtorture: add NDR tests for netr_LogonSamLogon.Günther Deschner1-1/+1
Guenther
2011-01-27idl: Added missing endpoint mapper defines.Andreas Schneider1-10/+23
[MS-RPCE] 2.2.1.2.4 ept_lookup Method
2011-01-25idl: add file_id idl.Günther Deschner2-1/+15
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 25 12:27:00 CET 2011 on sn-devel-104
2011-01-14s4-dns: renamed DNS_TYPE_ZERO to DNS_TYPE_TOMBSTONEAndrew Tridgell1-1/+2
we now know that these are tombstone records, with a timestamp Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-01-12drsuapi.idl: add some more DRSUAPI_ATTID_* valuesStefan Metzmacher1-0/+5
These will be use for "net rpc vampire passwd" in source3. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 12 19:51:53 CET 2011 on sn-devel-104
2011-01-12idl: Add IDL for remote key backup protocol (rkbp)Matthieu Patou2-1/+121
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-01-12idl: remove protected storageMatthieu Patou2-15/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-01-07netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner1-1/+1
Guenther
2011-01-01wmi: Remove unnecessary noprint statements.Jelmer Vernooij1-14/+13
2010-12-22dns: fixed dns record formatAndrew Tridgell1-7/+25
based on new WSPP docs from Bryan Burgin Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 22 04:45:46 CET 2010 on sn-devel-104
2010-12-21dns: auto-calculate the wDataLength field in DNS recordsAndrew Tridgell1-2/+2
we need this for creating new records
2010-12-16spoolss: fill in PerMachineConnections add and delete IDL.Günther Deschner1-3/+9
Guenther
2010-12-10drsblobs.idl: remove nopython from package_PrimaryKerberosBlob related stuffStefan Metzmacher1-8/+8
This allows parsing and construction of the supplementatlCredentials attribute in python. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 10 19:08:33 CET 2010 on sn-devel-104
2010-12-09s4-lsa Implement kerberos ticket life policyAndrew Bartlett1-1/+4
We now no longer print tickets with a potentially infinite life, and we report the same life over LSA as we use in the KDC. We should get this from group policy, but for now it's parametric smb.conf options. Andrew Bartlett
2010-12-08dcerpc.idl: fix typo 0x800000000 => 0x80000000Stefan Metzmacher1-1/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Dec 8 20:13:03 CET 2010 on sn-devel-104
2010-12-08Add ncacn_http (RTS) IDL implementation in dcerpc.idlJulien Kerihuel1-1/+153
Signed-off-by: Julien Kerihuel <j.kerihuel@openchange.org> Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 8 14:17:45 CET 2010 on sn-devel-104
2010-12-03s3/s4:lsa.idl - QueryDomainInformationPolicy - the "unknown6" field is ↵Matthias Dieter Wallnöfer1-2/+2
called "reserved" MS-LSAD 3.1.1.1 - http://msdn.microsoft.com/en-us/library/cc234319(v=PROT.13).aspx
2010-10-31s4-druspia.idl: rename DRSUAPI_ATTID_NONE to DRSUAPI_ATTID_INVALIDKamen Mazdrashki1-1/+2
0xFFFFFFFF is actually an invalid value for an ATTID and *_INVALID will make it more easy to notice in logs
2010-10-31idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki1-86/+86
Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes.
2010-10-23s4 dns: More work on updatesKai Blin1-1/+1
2010-10-23s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin2-3/+5
2010-10-23dnsp: Can't have two memebers of a union with the same nameKai Blin1-2/+2
2010-10-23s4 dns: Reply to a name request with an A record.Kai Blin1-7/+36
The first real answer to a DNS request. Still uses hardcoded reply.
2010-10-23ndr dns: Add simple parserKai Blin1-4/+5
2010-10-23dns/nbt: Fix spelling of the "authoritative" flag.Kai Blin2-2/+2
2010-10-23idl: Add idl describing DNS structuresKai Blin2-1/+156
2010-10-23netlogon.idl: Switch to explicit constants to remove dependency on nbt.idlKai Blin1-16/+16
2010-10-23misc.idl: add SEC_CHAN_LOCAL and SEC_CHAN_LANMANStefan Metzmacher1-0/+2
MsvApSecureChannel and UasServerSecureChannel in [MS-NRPC] metze
2010-10-18Include misc.idl for policy_handle in srvsvc.idl.Tim Potter1-1/+1
Autobuild-User: Tim Potter <tpot@samba.org> Autobuild-Date: Mon Oct 18 15:35:40 UTC 2010 on sn-devel-104
2010-10-07samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.Günther Deschner1-3/+3
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 7 12:04:32 UTC 2010 on sn-devel-104
2010-10-05idl: dfsblobs fix glitches in the implementationMatthieu Patou1-2/+2
2010-10-04dnsp: Add support for parsing HINFO recordsKai Blin1-0/+6
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Mon Oct 4 19:41:38 UTC 2010 on sn-devel-104
2010-10-04dnsp: Parse TXT recordsKai Blin1-0/+2
2010-10-04dnsp: Add MX record parsingKai Blin1-0/+6
2010-10-04dnsp: Allow parsing of AAAA recordsKai Blin1-0/+1
2010-10-04IDL: More types for the DNSP IDL fileKai Blin1-2/+23
2010-10-04spoolss: fill in spoolss_DeletePort IDL.Günther Deschner1-1/+4
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 4 08:10:16 UTC 2010 on sn-devel-104
2010-10-04spoolss: fill in spoolss_SetPort IDL.Günther Deschner1-1/+4
Guenther
2010-10-04spoolss: fill in spoolss_AddPortEx IDL.Günther Deschner1-1/+47
Guenther
2010-10-02netlogon.idl: add missing flags to DSGETDC_VALID_FLAGSStefan Metzmacher1-0/+3
metze
2010-09-29idl-drsuapi: fixed another replica_flags that should use the bitmapAndrew Tridgell1-1/+1
Pair-Programmed-With: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
2010-09-30spoolss: use the correct flags for spoolss_PrinterInfo1 struct.Günther Deschner1-1/+1
Guenther
2010-09-28samr: add three new ACB flags to IDL.Günther Deschner1-1/+4
Guenther
2010-09-26idl-pac: add a decoder for the pac info ctrAndrew Tridgell1-0/+4
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>