summaryrefslogtreecommitdiff
path: root/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2009-12-02spoolss: add spoolss_StringArray2.Günther Deschner2-0/+10
2009-12-01drsuapi: fix build warning of NDR size calculation of drsuapi_DsReplicaObject...Günther Deschner2-0/+8
2009-11-20librpc/ndr: remember the highest offset we parsed with relative pointer buffersStefan Metzmacher2-6/+22
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett2-2/+2
2009-11-01uuid.c: Remove some dead codeVolker Lendecke1-1/+0
2009-10-28Add in Metze's new code to ndr encode the user.DOSATTRIBStefan (metze) Metzmacher2-0/+185
2009-10-16s4/drs(NDR): Print implementation for drsuapi_DsReplicaOIDKamen Mazdrashki1-0/+19
2009-10-16s4/drs(NDR): Remove push/pull code for drsuapi_DsReplicaOID structKamen Mazdrashki2-100/+0
2009-10-07pidl: get the alignment right for uint1632 enums (NDR64)Andrew Tridgell2-15/+66
2009-10-05libndr: add int3264 ndr prototype.Günther Deschner1-0/+1
2009-10-03pidl: added int3264 as a base typeAndrew Tridgell1-0/+10
2009-10-02ndr64: added support for trailing gap alignmentAndrew Tridgell2-0/+20
2009-09-29pidl: added union padding for NDR64Andrew Tridgell2-0/+20
2009-09-17ndr: num_auths is an array size, thus a uint3264Andrew Tridgell1-2/+2
2009-09-17ndr: split out ndr enum functionsAndrew Tridgell3-4/+78
2009-09-17ndr: added support for NDR64 Andrew Tridgell3-18/+54
2009-09-17Remove ununsed variable warning.Jeremy Allison1-1/+0
2009-09-16ndr: added --ndr64 flag to ndrdumpAndrew Tridgell3-5/+28
2009-09-16s3-schannel: add dump_NL_AUTH_SIGNATURE.Günther Deschner2-1/+38
2009-09-15ntlmssp: pretty print a VERSION structure.Günther Deschner2-0/+19
2009-09-12s4-ndr: fixed memory leaks in ndr_pull_*_blob()Andrew Tridgell2-9/+26
2009-09-11schannel: more work on reponse NL_AUTH_MESSAGES.Günther Deschner2-0/+17
2009-09-09ntlmssp: avoid duplicate inclusion of helper headers.Günther Deschner1-1/+0
2009-09-08schannel: add missing prototype for ndr_print_nbt_string() in schannel helper.Günther Deschner1-0/+1
2009-09-08schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.Günther Deschner2-0/+77
2009-09-03fix the ndr print routines for samba4Andrew Tridgell1-0/+15
2009-09-03Fix for DSSYNC test against Windows 2003Anatoliy Atanasov1-0/+1
2009-08-28ntlmssp: add ndr_print_ntlmssp_{nt,lm}_response() function.Günther Deschner2-0/+64
2009-08-28ntlmssp: add CHALLENGE_MESSAGE to IDL.Günther Deschner2-1/+62
2009-08-28ntlmssp: add string helper functions to handle OEM and UNICODE charset.Günther Deschner2-0/+30
2009-08-28ntlmssp: add ntlmssp helper skeleton.Günther Deschner2-0/+43
2009-08-24libndr: add missing protoypes for double type.Günther Deschner1-0/+1
2009-08-12when we get an NDR error in the logs, it is useful to know where it happenedAndrew Tridgell1-1/+1
2009-07-31librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID()Stefan Metzmacher1-0/+1
2009-07-22librpc: fix the merged build of ndr_frsrpc.cStefan Metzmacher1-1/+1
2009-07-21frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamicStefan Metzmacher2-0/+129
2009-06-12Revert "avoid crashes in ndr_print_*() calls"Andrew Tridgell1-5/+0
2009-06-12avoid crashes in ndr_print_*() callsAndrew Tridgell1-0/+5
2009-06-02Add support for double type in pidl.Brad Hards1-1/+30
2009-05-02Of course, s_addr is a #define somewhere else .... (Solaris...)Volker Lendecke1-3/+3
2009-05-02Fix a warning on host "gwen"Volker Lendecke1-2/+3
2009-03-18spoolss: add my copyright.Günther Deschner1-0/+1
2009-03-18spoolss: add custom ndr_print_spoolss_Field.Günther Deschner2-0/+23
2009-03-18spoolss: add ndr_size_spoolss_EnumPrinterDataEx_info in spoolss helper.Günther Deschner2-0/+23
2009-03-18spoolss: rename NDR_SPOOLSS_SIZE_ENUM macro to NDR_SPOOLSS_SIZE_ENUM_LEVEL inGünther Deschner1-9/+9
2009-03-18spoolss: fix ndr_push_spoolss_EnumPrinterDataEx.Günther Deschner1-0/+1
2009-03-18spoolss: add ndr_push/pull_spoolss_EnumPrinterDataEx helper.Günther Deschner2-1/+95
2009-03-17spoolss: fix ndr_push_spoolss_SetPrinterData.Günther Deschner1-1/+1
2009-03-17spoolss: fix GetPrinterData buffer helper.Günther Deschner1-10/+18
2009-03-11spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn.Günther Deschner2-4/+4