summaryrefslogtreecommitdiffstats
path: root/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* pidl: prevent ndr_print_*() dying on NULL pointersAndrew Tridgell2010-09-162-0/+11
* librpc/ndr: correctly implement ndr_charset_length()Stefan Metzmacher2010-08-301-2/+14
* s4-trusts: fix trustDomainPasswords drsblobs IDL and server side support.Günther Deschner2010-08-252-127/+34
* s4-ndr_basic.c: Fix ndr_*_hyper() when [bigendian] data is processedKamen Mazdrashki2010-08-211-0/+6
* s4-drsuapi: Implement custom printing for drsuapi protocol forKamen Mazdrashki2010-08-211-0/+107
* ndr: allow ndr_print to print DATA_BLOBAndrew Tridgell2010-08-143-6/+64
* dnsp: dnsp_name is 2 byte alignedAndrew Tridgell2010-08-141-0/+2
* s4-dns: ndr_dnsp helper functionsAndrew Tridgell2010-08-052-0/+123
* s3-librpc: Fixed GUID_from_data_blob() with length of 32.Andreas Schneider2010-06-291-5/+5
* librpc: Use switch in GUID_from_data_blob().Andreas Schneider2010-06-281-7/+16
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-0/+1
* libndr: add support for relative_rap_convert.Günther Deschner2010-05-272-0/+2
* librpc: finally merge ndr_string.c.Günther Deschner2010-05-201-0/+720
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-1815-129/+93
* ntprinting: add ntprinting.idl.Günther Deschner2010-05-142-0/+94
* rap: add rap_status to IDL.Günther Deschner2010-04-302-0/+5
* rap: let the rap print function be autogenerated again.Günther Deschner2010-04-302-41/+0
* s4-rap: add rap print helpers.Günther Deschner2010-04-292-0/+86
* spoolss: pretty-print a struct spoolss_Time.Günther Deschner2010-04-222-0/+28
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* s4/drs: Pretty print for drsuapi_SecBufferTypeKamen Mazdrashki2010-03-241-0/+23
* s4/drs: pretty print for drsuapi_DsAddEntry_AttrErrListItem_V1Kamen Mazdrashki2010-03-241-0/+11
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-181-2/+4
* spoolss: rollback GetPrinterData[Ex] IDL.Günther Deschner2010-03-052-209/+0
* spoolss: rollback SetPrinterData{Ex} IDL.Günther Deschner2010-03-052-84/+0
* librpc/ndr Remove unused macrosAndrew Bartlett2010-02-201-16/+0
* librpc/ndr: don't overwrite the content in ndr_push_relative_ptr2_end()Stefan Metzmacher2010-02-191-2/+8
* spoolss: use ndr_push_spoolss_PrinterInfo2 hand-marshalled version (moves dev...Günther Deschner2010-02-181-0/+237
* spoolss: add spoolss_security_descriptor.Günther Deschner2010-02-182-0/+59
* ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_*Stefan Metzmacher2010-02-181-2/+2
* spoolss: use subcontext in NDR_SPOOLSS_PUSH_ENUM_OUT macro.Stefan Metzmacher2010-02-181-1/+4
* libndr: fix ndr_size_* calculation with relative reverse buffersStefan Metzmacher2010-02-181-0/+6
* libndr: for now align reverse relative pointers to 2 bytes by default.Stefan Metzmacher2010-02-181-0/+3
* libndr: implement LIBNDR_RELATIVE_REVERSE handlingStefan Metzmacher2010-02-182-3/+87
* libndr: store a subcontext buffer size in ndr_push_subcontext_start.Günther Deschner2010-02-182-0/+2
* libndr: give an error when ndr_push_relative_ptr2_start()/_end() is used with...Stefan Metzmacher2010-02-181-1/+6
* libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processingGünther Deschner2010-02-182-0/+6
* libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.Günther Deschner2010-02-181-0/+2
* libndr: change subcontext buffer allocation to allocate on subcontext_start.Günther Deschner2010-02-181-3/+7
* librpc/ndr: make ndr_push_relative_ptr2() staticStefan Metzmacher2010-02-182-2/+1
* librpc/ndr_krb5pac: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher2010-02-181-1/+2
* librpc/ndr_drsblobs: use ndr_push_relative_ptr2_start()/_end()Stefan Metzmacher2010-02-181-2/+4
* spoolss: fix relative pointers in ndr_push_spoolss_DriverInfo101.Günther Deschner2010-02-181-10/+20
* libndr: add ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-182-0/+26
* spoolss: regenerate hand-marshalled ndr_pull_spoolss_DriverInfo101 after ndr6...Günther Deschner2010-02-121-0/+1
* spoolss: make sure hand-marshalled spoolss_DriverInfo101 handles relative_hig...Günther Deschner2010-02-121-0/+30
* spoolss: regenerate hand-marshalled ndr_push_spoolss_DriverInfo101 after ndr6...Günther Deschner2010-02-121-1/+2
* s4/drsblobs: Custom ndr_print_ implementation for drsuapi_MSPrefixMap_EntryKamen Mazdrashki2010-02-012-1/+26
* librpc: fixed the GUID_compare() functionAndrew Tridgell2009-12-211-5/+5
* librpc/ndr: avoid comparison_fn_t to fix the openchange build on solarisBrian Lu2009-12-141-1/+1