Age | Commit message (Expand) | Author | Files | Lines |
2009-09-29 | pidl: added union padding for NDR64 | Andrew Tridgell | 2 | -0/+20 |
2009-09-17 | ndr: num_auths is an array size, thus a uint3264 | Andrew Tridgell | 1 | -2/+2 |
2009-09-17 | ndr: split out ndr enum functions | Andrew Tridgell | 3 | -4/+78 |
2009-09-17 | ndr: added support for NDR64 | Andrew Tridgell | 3 | -18/+54 |
2009-09-17 | Remove ununsed variable warning. | Jeremy Allison | 1 | -1/+0 |
2009-09-16 | ndr: added --ndr64 flag to ndrdump | Andrew Tridgell | 3 | -5/+28 |
2009-09-16 | s3-schannel: add dump_NL_AUTH_SIGNATURE. | Günther Deschner | 2 | -1/+38 |
2009-09-15 | ntlmssp: pretty print a VERSION structure. | Günther Deschner | 2 | -0/+19 |
2009-09-12 | s4-ndr: fixed memory leaks in ndr_pull_*_blob() | Andrew Tridgell | 2 | -9/+26 |
2009-09-11 | schannel: more work on reponse NL_AUTH_MESSAGES. | Günther Deschner | 2 | -0/+17 |
2009-09-09 | ntlmssp: avoid duplicate inclusion of helper headers. | Günther Deschner | 1 | -1/+0 |
2009-09-08 | schannel: add missing prototype for ndr_print_nbt_string() in schannel helper. | Günther Deschner | 1 | -0/+1 |
2009-09-08 | schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs. | Günther Deschner | 2 | -0/+77 |
2009-09-03 | fix the ndr print routines for samba4 | Andrew Tridgell | 1 | -0/+15 |
2009-09-03 | Fix for DSSYNC test against Windows 2003 | Anatoliy Atanasov | 1 | -0/+1 |
2009-08-28 | ntlmssp: add ndr_print_ntlmssp_{nt,lm}_response() function. | Günther Deschner | 2 | -0/+64 |
2009-08-28 | ntlmssp: add CHALLENGE_MESSAGE to IDL. | Günther Deschner | 2 | -1/+62 |
2009-08-28 | ntlmssp: add string helper functions to handle OEM and UNICODE charset. | Günther Deschner | 2 | -0/+30 |
2009-08-28 | ntlmssp: add ntlmssp helper skeleton. | Günther Deschner | 2 | -0/+43 |
2009-08-24 | libndr: add missing protoypes for double type. | Günther Deschner | 1 | -0/+1 |
2009-08-12 | when we get an NDR error in the logs, it is useful to know where it happened | Andrew Tridgell | 1 | -1/+1 |
2009-07-31 | librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID() | Stefan Metzmacher | 1 | -0/+1 |
2009-07-22 | librpc: fix the merged build of ndr_frsrpc.c | Stefan Metzmacher | 1 | -1/+1 |
2009-07-21 | frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamic | Stefan Metzmacher | 2 | -0/+129 |
2009-06-12 | Revert "avoid crashes in ndr_print_*() calls" | Andrew Tridgell | 1 | -5/+0 |
2009-06-12 | avoid crashes in ndr_print_*() calls | Andrew Tridgell | 1 | -0/+5 |
2009-06-02 | Add support for double type in pidl. | Brad Hards | 1 | -1/+30 |
2009-05-02 | Of course, s_addr is a #define somewhere else .... (Solaris...) | Volker Lendecke | 1 | -3/+3 |
2009-05-02 | Fix a warning on host "gwen" | Volker Lendecke | 1 | -2/+3 |
2009-03-18 | spoolss: add my copyright. | Günther Deschner | 1 | -0/+1 |
2009-03-18 | spoolss: add custom ndr_print_spoolss_Field. | Günther Deschner | 2 | -0/+23 |
2009-03-18 | spoolss: add ndr_size_spoolss_EnumPrinterDataEx_info in spoolss helper. | Günther Deschner | 2 | -0/+23 |
2009-03-18 | spoolss: rename NDR_SPOOLSS_SIZE_ENUM macro to NDR_SPOOLSS_SIZE_ENUM_LEVEL in | Günther Deschner | 1 | -9/+9 |
2009-03-18 | spoolss: fix ndr_push_spoolss_EnumPrinterDataEx. | Günther Deschner | 1 | -0/+1 |
2009-03-18 | spoolss: add ndr_push/pull_spoolss_EnumPrinterDataEx helper. | Günther Deschner | 2 | -1/+95 |
2009-03-17 | spoolss: fix ndr_push_spoolss_SetPrinterData. | Günther Deschner | 1 | -1/+1 |
2009-03-17 | spoolss: fix GetPrinterData buffer helper. | Günther Deschner | 1 | -10/+18 |
2009-03-11 | spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn. | Günther Deschner | 2 | -4/+4 |
2009-03-11 | spoolss: fix typo in spoolss_EnumJobs_info union helper fn. | Günther Deschner | 2 | -2/+2 |
2009-03-10 | Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog | Volker Lendecke | 1 | -5/+5 |
2009-03-07 | spoolss: add spoolss_EnumPrintProcDataTypes to enum macro helper. | Günther Deschner | 2 | -1/+39 |
2009-03-06 | spoolss: fix spoolss enum calls helper macro code after pointer changes. | Günther Deschner | 1 | -6/+13 |
2009-02-24 | spoolss: add push,pull helper for spoolss_DriverInfo101. | Günther Deschner | 2 | -0/+481 |
2009-02-23 | Quieten down a boatload of shadowed variable warnings on Solaris. | Jeremy Allison | 1 | -4/+4 |
2009-02-19 | spoolss: add ndr_size_spoolss_StringArray to spoolss helper. | Günther Deschner | 2 | -0/+11 |
2009-02-17 | spoolss: fix spoolss helper for out ref count pointer. | Günther Deschner | 1 | -2/+4 |
2009-02-07 | spoolss: fix ndr_pull_spoolss_GetPrinterData. | Günther Deschner | 1 | -1/+1 |
2009-02-06 | spoolss: fix ndr_pull/push_spoolss_GetPrinterData. | Günther Deschner | 1 | -2/+2 |
2009-02-06 | spoolss: fix spoolss helper functions and macros w.r.t. needed pointer. | Günther Deschner | 1 | -2/+2 |
2009-02-05 | spoolss: fix samba4 dependency of spoolss helper. | Günther Deschner | 1 | -0/+2 |