summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
...
* librpc/ndr/ndr.c - fix some counter typesMatthias Dieter Wallnöfer2010-10-271-3/+4
| | | | | | | The "depth" is "uint32_t" Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Oct 27 08:13:40 UTC 2010 on sn-devel-104
* librpc Make ndrdump use printf() rather than having to mess with DEBUG()Andrew Bartlett2010-10-273-12/+27
| | | | | | | | This means it no longer needs to force the debug level etc. (this builds on the fine work by Volker to create dump_data_cb()) Andrew Bartlett
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-261-2/+2
|
* waf: Don't auto-lowercase library names.Jelmer Vernooij2010-10-261-14/+14
|
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-55/+55
|
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
|
* waf: Lowercase several library names.Jelmer Vernooij2010-10-241-12/+12
|
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
|
* s4 dns: More work on updatesKai Blin2010-10-231-1/+1
|
* s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin2010-10-233-8/+19
|
* s4 dns: Allow more components as part of a domain nameKai Blin2010-10-231-1/+1
|
* s4 dns: Fix a data corruption in the dns_string parsingKai Blin2010-10-231-8/+4
|
* 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-233-12/+131
| | | | The first real answer to a DNS request. Still uses hardcoded reply.
* ndr dns: Add simple parserKai Blin2010-10-235-6/+221
|
* dns/nbt: Fix spelling of the "authoritative" flag.Kai Blin2010-10-232-2/+2
|
* idl: Add idl describing DNS structuresKai Blin2010-10-233-1/+161
|
* 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
* waf: RPC_NDR_WINBIND is samba4 specificAndrew Tridgell2010-10-211-1/+1
| | | | this caused problems with the s3 waf build
* librpc: added RPC_NDR_SAMBA grouping libraryAndrew Tridgell2010-10-211-1/+9
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* librpc: added NDR_XATTR and NDR_UNIXINFO to the NDR_SAMBA grouping libraryAndrew Tridgell2010-10-211-1/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* waf-build: create a NDR_SAMBA grouping libraryAndrew Tridgell2010-10-211-0/+8
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* 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
* s3-waf: fix the build of smbtorture.Günther Deschner2010-10-181-1/+1
| | | | Guenther
* librpc: Fixed memory context of dcerpc_binding_from_tower.Stefan Metzmacher2010-10-181-2/+2
|
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-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
* rpc_ndr_netlogon: Add missing dependency on tevent.Jelmer Vernooij2010-10-101-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 23:04:13 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
* Revert "libndr: fix "excess elements in struct initializer" warning."Günther Deschner2010-10-051-1/+0
| | | | This reverts commit a416ff26d6ada4ee96bf3963866f67d5788162d1.
* libndr: fix "excess elements in struct initializer" warning.Günther Deschner2010-10-051-0/+1
| | | | Guenther
* idl: dfsblobs fix glitches in the implementationMatthieu Patou2010-10-051-2/+2
|
* ndr: Handle the case of string array with all null terminated stringsMatthieu Patou2010-10-051-4/+16
|
* 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-043-0/+58
|
* dnsp: Add MX record parsingKai Blin2010-10-041-0/+6
|
* dnsp: Allow parsing of AAAA recordsKai Blin2010-10-041-0/+1
|
* ndr: Implement push function for IPv6 addressesKai Blin2010-10-042-4/+12
| | | | | Thanks to Julien Kerihuel for providing the patch that pushed me to finish my own IPv6 patches.
* ndr: Add support for pulling/printing an ipv6address typeKai Blin2010-10-042-2/+51
|
* 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
* s4-rpc: added target_principal binding handle optionAndrew Tridgell2010-10-011-2/+2
| | | | | | this allows you to specify a target SPN for a connection Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* 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
* librpc/ndr: remove 'async' from ndr_interface_callStefan Metzmacher2010-09-281-1/+0
| | | | metze
* samr: add three new ACB flags to IDL.Günther Deschner2010-09-281-1/+4
| | | | Guenther
* waf: add more NDR subsystems for shared IDL files.Günther Deschner2010-09-271-0/+40
| | | | Guenther