summaryrefslogtreecommitdiff
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* librpc: Add NDR_PRINT_DEBUGC to ndr print to a debug classKai Blin2013-05-182-0/+54
* ndr: Pass down string_flags in ndr_pull_ntprinting_printer().Andreas Schneider2013-03-151-0/+2
* ndr: Add ndr_ntprinting_string_flags() function.Andreas Schneider2013-03-152-0/+17
* ndr: Comparing an array to null is always true.Andreas Schneider2013-02-221-1/+1
* krb5pac: make sure to correctly store the highest relative pointer offset.Günther Deschner2013-02-011-0/+3
* ndr: Check return code of ndr_pull_advance().Andreas Schneider2012-12-211-1/+1
* ntprinting: mark the final 4 byte null pointer for printer data in ndr_pull_n...Günther Deschner2012-07-061-0/+1
* ndr: fix push/pull DATA_BLOB with NDR_NOALIGNDavid Disseldorp2012-07-061-12/+22
* librpc/ndr: Initilaise the remainder of struct dom_sid after a pullAndrew Bartlett2012-06-281-0/+1
* Revert "s3: Fix bug 8371"Stefan Metzmacher2012-06-031-2/+0
* librpc: Fix an incompatible pointer type warningVolker Lendecke2012-05-301-2/+4
* librpc: Fix some typosVolker Lendecke2012-05-301-3/+3
* Fix bug #8373 - Can't join XP Pro workstations to 3.6.1 DC.Jeremy Allison2012-05-252-5/+11
* Move NS_GUID_string and NS_GUID_from_string to dsdb-common.Jelmer Vernooij2012-03-202-54/+0
* libndr: Define trivial is_valid_policy_hnd as macro.Jelmer Vernooij2012-03-202-6/+1
* libndr: Rename policy_handle_empty to ndr_policy_handle_empty.Jelmer Vernooij2012-03-202-3/+3
* libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij2012-03-202-2/+2
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-202-10/+11
* ndr: dnsserver: Add pull and push functions for DNS_RPC_RECORD_STRINGAmitay Isaacs2012-03-021-0/+37
* ndr: Add NDR pull, push, print functions for dnsp_string_listAmitay Isaacs2012-03-021-0/+53
* ndr: Fix NDR push function for dnsp_stringAmitay Isaacs2012-03-021-3/+2
* ndr: Fix the error messages, add correct data type nameAmitay Isaacs2012-03-021-6/+6
* libndr: Add ndr_map_error2errnoVolker Lendecke2012-02-132-0/+26
* ndr: add ndr_pull_charset_to_null()David Disseldorp2012-01-132-0/+32
* librpc: Add support for struct timevalVolker Lendecke2011-12-022-0/+41
* librpc: Add support for struct timespecVolker Lendecke2011-12-022-0/+41
* 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