summaryrefslogtreecommitdiffstats
path: root/librpc/idl
Commit message (Collapse)AuthorAgeFilesLines
* dcerpc.idl: fix typo 0x800000000 => 0x80000000Stefan Metzmacher2010-12-081-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Dec 8 20:13:03 CET 2010 on sn-devel-104
* Add ncacn_http (RTS) IDL implementation in dcerpc.idlJulien Kerihuel2010-12-081-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
* s3/s4:lsa.idl - QueryDomainInformationPolicy - the "unknown6" field is ↵Matthias Dieter Wallnöfer2010-12-031-2/+2
| | | | | | called "reserved" MS-LSAD 3.1.1.1 - http://msdn.microsoft.com/en-us/library/cc234319(v=PROT.13).aspx
* s4-druspia.idl: rename DRSUAPI_ATTID_NONE to DRSUAPI_ATTID_INVALIDKamen Mazdrashki2010-10-311-1/+2
| | | | | 0xFFFFFFFF is actually an invalid value for an ATTID and *_INVALID will make it more easy to notice in logs
* idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki2010-10-311-86/+86
| | | | | Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes.
* s4 dns: More work on updatesKai Blin2010-10-231-1/+1
|
* s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin2010-10-232-3/+5
|
* dnsp: Can't have two memebers of a union with the same nameKai Blin2010-10-231-2/+2
|
* s4 dns: Reply to a name request with an A record.Kai Blin2010-10-231-7/+36
| | | | The first real answer to a DNS request. Still uses hardcoded reply.
* ndr dns: Add simple parserKai Blin2010-10-231-4/+5
|
* dns/nbt: Fix spelling of the "authoritative" flag.Kai Blin2010-10-232-2/+2
|
* idl: Add idl describing DNS structuresKai Blin2010-10-232-1/+156
|
* netlogon.idl: Switch to explicit constants to remove dependency on nbt.idlKai Blin2010-10-231-16/+16
|
* misc.idl: add SEC_CHAN_LOCAL and SEC_CHAN_LANMANStefan Metzmacher2010-10-231-0/+2
| | | | | | MsvApSecureChannel and UasServerSecureChannel in [MS-NRPC] metze
* Include misc.idl for policy_handle in srvsvc.idl.Tim Potter2010-10-181-1/+1
| | | | | Autobuild-User: Tim Potter <tpot@samba.org> Autobuild-Date: Mon Oct 18 15:35:40 UTC 2010 on sn-devel-104
* samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray.Günther Deschner2010-10-071-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
* idl: dfsblobs fix glitches in the implementationMatthieu Patou2010-10-051-2/+2
|
* dnsp: Add support for parsing HINFO recordsKai Blin2010-10-041-0/+6
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Mon Oct 4 19:41:38 UTC 2010 on sn-devel-104
* dnsp: Parse TXT recordsKai Blin2010-10-041-0/+2
|
* dnsp: Add MX record parsingKai Blin2010-10-041-0/+6
|
* dnsp: Allow parsing of AAAA recordsKai Blin2010-10-041-0/+1
|
* IDL: More types for the DNSP IDL fileKai Blin2010-10-041-2/+23
|
* spoolss: fill in spoolss_DeletePort IDL.Günther Deschner2010-10-041-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
* spoolss: fill in spoolss_SetPort IDL.Günther Deschner2010-10-041-1/+4
| | | | Guenther
* spoolss: fill in spoolss_AddPortEx IDL.Günther Deschner2010-10-041-1/+47
| | | | Guenther
* netlogon.idl: add missing flags to DSGETDC_VALID_FLAGSStefan Metzmacher2010-10-021-0/+3
| | | | metze
* idl-drsuapi: fixed another replica_flags that should use the bitmapAndrew Tridgell2010-09-291-1/+1
| | | | Pair-Programmed-With: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
* spoolss: use the correct flags for spoolss_PrinterInfo1 struct.Günther Deschner2010-09-301-1/+1
| | | | Guenther
* samr: add three new ACB flags to IDL.Günther Deschner2010-09-281-1/+4
| | | | Guenther
* idl-pac: add a decoder for the pac info ctrAndrew Tridgell2010-09-261-0/+4
| | | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idlAnatoliy Atanasov2010-09-231-1/+1
|
* s4/eventlog6: Add idl for EventLog6 RPCAnatoliy Atanasov2010-09-231-0/+343
| | | | The idl is translated from [MS-EVEN6].pdf.
* s4/drs: Added the rest of the enum drsuapi_DsNameFormat valuesAnatoliy Atanasov2010-09-201-11/+28
| | | | According to documentation - [MS-DRSR] 4.1.4.1.2 and 4.1.4.1.3
* idl: build python interfaces for winbind and idmap IDLAndrew Tridgell2010-09-171-1/+6
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett2010-09-171-1/+1
| | | | | | | | | | This must be done in winbindd as it already has the schannel connection and the credential chain. If we re-established that elsewhere, we would break the chain in winbindd. Andrew Bartlett Signed-Off-By: Andrew Tridgell <tridge@samba.org>
* s4-smbtorture: add spoolss_GetPrinterDriver2 NDR tests.Günther Deschner2010-09-161-1/+1
| | | | Guenther
* s4-smbtorture: activate spoolss_GetPrinterData NDR pull test.Günther Deschner2010-09-161-1/+1
| | | | Guenther
* s4-netlogon: added IDL for netr_DsrUpdateReadOnlyServerDnsRecordsAndrew Tridgell2010-09-161-0/+55
| | | | | | | this is used by a RODC to do DNS updates, as TSIG updates are not allowed by RODCs Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* idl: Added EPMAPPER_STATUS_CANT_PERFORM_OP.Andreas Schneider2010-09-161-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* ntlmssp: when pushing an ntlmssp NEGOTIATE_MESSAGE deal with NULL strings.Günther Deschner2010-09-141-2/+2
| | | | Guenther
* security.idl Clarify that this is not a network structureAndrew Bartlett2010-09-111-0/+1
|
* s4-privs Seperate rights and privilegesAndrew Bartlett2010-09-112-29/+22
| | | | | | | | | These are related, but slightly different concepts. The biggest difference is that rights are not enumerated as a system-wide list. This moves the rights to security.idl due to dependencies. Andrew Bartlett
* libcli/security Rename all privilege bitmaps constantsAndrew Bartlett2010-09-111-31/+31
| | | | | | | | | The idea here to to make it very clear how they differ from the enumerated LUID values. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* libcli/security Add an invalid LUID privilege valueAndrew Bartlett2010-09-111-0/+1
| | | | | | This helps code that may not want to specify any privilege Signed-off-by: Andrew Tridgell <tridge@samba.org>
* security.idl Add commentsAndrew Bartlett2010-09-111-1/+3
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* security.idl Update Windows privileges list to Win2008R2Andrew Bartlett2010-09-111-30/+35
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* security.idl clarify which privilages are LUID and bitmap valuesAndrew Bartlett2010-09-111-6/+10
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4-privs Remove link between enum sec_privilege and the privilege bitmapAndrew Bartlett2010-09-111-29/+71
| | | | | | | | | | | This allows us to set the enum sec_privilege constants to the LUID values that are seen from windows, which we need to match, in order to preserve the support for the NT Print Migrator tool after a merge with the source3/ privileges code. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* privs Move privilege bitmasks to security.idlAndrew Bartlett2010-09-111-0/+39
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* nbt: add nbt_netlogon_response2 to IDL.Günther Deschner2010-09-081-0/+7
| | | | Guenther