summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Collapse)AuthorFilesLines
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-23s4 dns: More work on updatesKai Blin1-1/+1
2010-10-23s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin3-8/+19
2010-10-23s4 dns: Allow more components as part of a domain nameKai Blin1-1/+1
2010-10-23s4 dns: Fix a data corruption in the dns_string parsingKai Blin1-8/+4
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 Blin3-12/+131
The first real answer to a DNS request. Still uses hardcoded reply.
2010-10-23ndr dns: Add simple parserKai Blin5-6/+221
2010-10-23dns/nbt: Fix spelling of the "authoritative" flag.Kai Blin2-2/+2
2010-10-23idl: Add idl describing DNS structuresKai Blin3-1/+161
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-21waf: RPC_NDR_WINBIND is samba4 specificAndrew Tridgell1-1/+1
this caused problems with the s3 waf build
2010-10-21librpc: added RPC_NDR_SAMBA grouping libraryAndrew Tridgell1-1/+9
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-10-21librpc: added NDR_XATTR and NDR_UNIXINFO to the NDR_SAMBA grouping libraryAndrew Tridgell1-1/+1
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-10-21waf-build: create a NDR_SAMBA grouping libraryAndrew Tridgell1-0/+8
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
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-18s3-waf: fix the build of smbtorture.Günther Deschner1-1/+1
Guenther
2010-10-18librpc: Fixed memory context of dcerpc_binding_from_tower.Stefan Metzmacher1-2/+2
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-4/+1
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
2010-10-10rpc_ndr_netlogon: Add missing dependency on tevent.Jelmer Vernooij1-1/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 23:04:13 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-05Revert "libndr: fix "excess elements in struct initializer" warning."Günther Deschner1-1/+0
This reverts commit a416ff26d6ada4ee96bf3963866f67d5788162d1.
2010-10-05libndr: fix "excess elements in struct initializer" warning.Günther Deschner1-0/+1
Guenther
2010-10-05idl: dfsblobs fix glitches in the implementationMatthieu Patou1-2/+2
2010-10-05ndr: Handle the case of string array with all null terminated stringsMatthieu Patou1-4/+16
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 Blin3-0/+58
2010-10-04dnsp: Add MX record parsingKai Blin1-0/+6
2010-10-04dnsp: Allow parsing of AAAA recordsKai Blin1-0/+1
2010-10-04ndr: Implement push function for IPv6 addressesKai Blin2-4/+12
Thanks to Julien Kerihuel for providing the patch that pushed me to finish my own IPv6 patches.
2010-10-04ndr: Add support for pulling/printing an ipv6address typeKai Blin2-2/+51
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-01s4-rpc: added target_principal binding handle optionAndrew Tridgell1-2/+2
this allows you to specify a target SPN for a connection Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
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-28librpc/ndr: remove 'async' from ndr_interface_callStefan Metzmacher1-1/+0
metze
2010-09-28samr: add three new ACB flags to IDL.Günther Deschner1-1/+4
Guenther
2010-09-27waf: add more NDR subsystems for shared IDL files.Günther Deschner1-0/+40
Guenther
2010-09-27s4-waf: remove NDR-SRVSVC alias.Günther Deschner1-0/+10
Thanks tridge, this was driving me nuts... 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>
2010-09-24s4-waf: add NDR_EVENTLOG.Günther Deschner1-0/+5
Guenther
2010-09-24s4-waf: rename subsystem NDR_LSAPRC to NDR_LSA.Günther Deschner1-2/+2
Guenther
2010-09-23s4-waf: move the RPC_NDR subsystems to main librpc wscript_build.Günther Deschner1-0/+187
Guenther
2010-09-23s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idlAnatoliy Atanasov1-1/+1
2010-09-23s4/eventlog6: Add idl for EventLog6 RPCAnatoliy Atanasov1-0/+343
The idl is translated from [MS-EVEN6].pdf.