summaryrefslogtreecommitdiffstats
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* 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
* libndr: move ndr_print_bool to ndr_basic.cGünther Deschner2011-01-252-0/+7
* idl: Add IDL for remote key backup protocol (rkbp)Matthieu Patou2011-01-122-0/+217
* wmi: Remove unnecessary noprint statements.Jelmer Vernooij2011-01-012-11/+7
* dns: cope with trailing '.' in dns_nameAndrew Tridgell2010-12-211-1/+7
* librpc/ndr/ndr_*.c - remove "const" from OIDsMatthias Dieter Wallnöfer2010-12-212-2/+2
* dns: fixed the padding for dnsp_name fields in LDAPAndrew Tridgell2010-12-211-4/+18
* dnsp: fixed parsing of dns_name structuresAndrew Tridgell2010-12-211-3/+4
* ndr: Another try to support the build on non-IPv6 systemsKai Blin2010-12-081-2/+4
* librpc: fix builds without IPv6 suport (HP-UX 11.00)Björn Jacke2010-11-261-0/+2
* librpc/ndr: use new strlen_m_ext_term() in ndr_charset_length(): fix bug #7594Michael Adam2010-11-031-2/+2
* idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki2010-10-311-24/+24
* ndr: Make sure ndr_dns.c has no lines wider than 80 charsKai Blin2010-10-272-104/+153
* librpc/ndr/ndr.c - fix some counter typesMatthias Dieter Wallnöfer2010-10-271-3/+4
* librpc Make ndrdump use printf() rather than having to mess with DEBUG()Andrew Bartlett2010-10-272-0/+20
* s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin2010-10-231-5/+14