summaryrefslogtreecommitdiffstats
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Fix bug 8371Volker Lendecke2011-11-181-0/+2
* dns: Fix offset check in ndr_pull_componentKai Blin2011-11-041-1/+1
* nbt: Fix offset check in ndr_pull_componentKai Blin2011-11-041-1/+1
* nbt: create standard ndr_pull/push interface for common netlogon samlogon rep...Günther Deschner2011-11-032-1/+61
* nbt: move netlogon_samlogon_response into librpc/ndr/ndr_nbt.h.Günther Deschner2011-11-031-0/+11
* nbt: move nbt_string ndr functions to ndr/ndr_nbt.c helper.Günther Deschner2011-11-032-0/+186
* nbt: merge in LIBCLI_NDR_NETLOGON helper into NDR_NBT.Günther Deschner2011-11-032-0/+242
* s4-dns: Added support for multiple DNS_RPC_RECORDS structuresAmitay Isaacs2011-10-202-0/+88
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* libndr: add checking to all pull/push functions of base typesAndrew Tridgell2011-09-081-0/+34
* libndr: moved the NDR_* flags to have less overlapAndrew Tridgell2011-09-081-8/+36
* ndr: range check on push of dom_sid blobAndrew Tridgell2011-09-051-1/+4
* drsblobs: fixed alignment of drs blobs authentication informationAndrew Tridgell2011-09-051-5/+5
* ndr_drsuapi: fix compiler warningStefan Metzmacher2011-08-091-2/+3
* librpc/ndr remove _SAMBA_BUILD_ conditionalsAndrew Bartlett2011-07-063-8/+0
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-231-1/+0
* librpc: fix buildwarning in NDR_WMI.Günther Deschner2011-06-152-0/+25
* librpc/ndr/ndr_table.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* librpc/ndr/ndr_spoolss_buf.h: fix licence/copyrightGünther Deschner2011-06-101-0/+23
* librpc/ndr/ndr_dns.h: fix licence/copyrightGünther Deschner2011-06-101-0/+25
* librpc/ndr/ndr_compression.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* librpc/ndr/ndr_backupkey.h: fix licence/copyrightGünther Deschner2011-06-101-0/+21
* Fix type mixing warnings.Jeremy Allison2011-06-011-2/+2
* librpc/ndr: Use converted_size to determine if NULL termination was sentAndrew Bartlett2011-06-011-4/+10
* librpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_stringSean Finney2011-06-012-8/+39
* librpc/ndr: consolidate string conversion logic in ndr_pull_stringSean Finney2011-06-011-171/+44
* librpc/ndr Merge ndr_print_sockaddr_storage() into common codeAndrew Bartlett2011-05-182-0/+34
* auth: Move auth_session_info into IDLAndrew Bartlett2011-04-052-0/+76
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-6/+6
* This doesn't look like it has anything to do with character set conversion, b...Jeremy Allison2011-03-301-7/+10
* Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison2011-03-291-1/+2
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-242-11/+11
* librpc/ndr: add ndr_push_pipe_chunk_trailer() and ndr_check_pipe_chunk_trailer()Stefan Metzmacher2011-03-102-0/+36
* librpc/ndr: add ndr_interface_call_pipeStefan Metzmacher2011-03-101-0/+16
* librpc/ndr use hyper for uid_t/gid_t rather than udlongAndrew Bartlett2011-03-091-4/+4
* librpc/rpc: let ndr_pull_spoolss_EnumPrinterDataEx() use a subcontextStefan Metzmacher2011-03-021-1/+4
* librpc/ndr: handle NOALIGN flag for relative pointers and alignment DATA_BLOBsStefan Metzmacher2011-03-012-5/+14
* pidl Add support for uid_t and gid_t typesAndrew Bartlett2011-03-012-0/+62
* spoolss.idl: align spoolss_PrinterEnumValues 'data' based on the typeStefan Metzmacher2011-02-282-0/+33
* TODO test/review librpc/ndr: remove align2 hack for relative pointersStefan Metzmacher2011-02-281-5/+1
* librpc/ndr: ndr align relative pointers based on the given flagsStefan Metzmacher2011-02-281-0/+26
* TODO test/review librpc/ndr: let ndr_push/pull_DATA_BLOB() look at LIBNDR_FLA...Stefan Metzmacher2011-02-281-4/+5
* idl: naming a structure 'VERSION' is not a good idea!Andrew Tridgell2011-02-171-1/+1
* libndr: remove prototype for nonexisting function ndr_print_ipv4_addr().Günther Deschner2011-02-171-1/+0
* librpc: move preg.idl to main directory.Günther Deschner2011-02-102-0/+92
* libndr: apply some const and make is_valid_policy_hnd a callback to policy_ha...Günther Deschner2011-02-082-5/+3
* libndr: share some uuid helpers.Günther Deschner2011-02-082-0/+20
* ndr: merge ndr_map_error2string and ndr_errstr.Günther Deschner2011-02-081-0/+1
* ndr: move null_ndr_syntax_id to the common libndr location.Günther Deschner2011-02-082-0/+6
* ndr: merge duplicate ndr_map_error2ntstatus() functions.Günther Deschner2011-02-081-0/+25