summaryrefslogtreecommitdiffstats
path: root/librpc/ndr
Commit message (Collapse)AuthorAgeFilesLines
* fix the ndr print routines for samba4Andrew Tridgell2009-09-031-0/+15
| | | | | This uses a hackish #if just for samba4. The proper fix is much more complex.
* Fix for DSSYNC test against Windows 2003Anatoliy Atanasov2009-09-031-0/+1
|
* ntlmssp: add ndr_print_ntlmssp_{nt,lm}_response() function.Günther Deschner2009-08-282-0/+64
| | | | Guenther
* ntlmssp: add CHALLENGE_MESSAGE to IDL.Günther Deschner2009-08-282-1/+62
| | | | Guenther
* ntlmssp: add string helper functions to handle OEM and UNICODE charset.Günther Deschner2009-08-282-0/+30
| | | | Guenther
* ntlmssp: add ntlmssp helper skeleton.Günther Deschner2009-08-282-0/+43
| | | | Guenther
* libndr: add missing protoypes for double type.Günther Deschner2009-08-241-0/+1
| | | | Guenther
* when we get an NDR error in the logs, it is useful to know where it happenedAndrew Tridgell2009-08-121-1/+1
|
* librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID()Stefan Metzmacher2009-07-311-0/+1
| | | | metze
* librpc: fix the merged build of ndr_frsrpc.cStefan Metzmacher2009-07-221-1/+1
| | | | metze
* frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamicStefan Metzmacher2009-07-212-0/+129
| | | | | | | | We add an extra num_chunks to the frsrpc_CommPktChunkCtr structure and use hand modified ndr_push/pull functions to let it not appear on the wire. metze
* Revert "avoid crashes in ndr_print_*() calls"Andrew Tridgell2009-06-121-5/+0
| | | | | | This reverts commit f5a47dc4bf2793ab328c8b0e35adace497819e7d. This change broke Samba3. We'll need to do it the long way.
* avoid crashes in ndr_print_*() callsAndrew Tridgell2009-06-121-0/+5
| | | | This is a hackish fix, but it will do for now
* Add support for double type in pidl.Brad Hards2009-06-021-1/+30
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Of course, s_addr is a #define somewhere else .... (Solaris...)Volker Lendecke2009-05-021-3/+3
|
* Fix a warning on host "gwen"Volker Lendecke2009-05-021-2/+3
| | | | | | | cc: "../librpc/ndr/ndr_basic.c", line 572: warning 604: Pointers are not assignment-compatible. Apparently in_addr.s_addr is not compatible to uint32_t, maybe a 32-bit signed int.
* spoolss: add my copyright.Günther Deschner2009-03-181-0/+1
| | | | Guenther
* spoolss: add custom ndr_print_spoolss_Field.Günther Deschner2009-03-182-0/+23
| | | | Guenther
* spoolss: add ndr_size_spoolss_EnumPrinterDataEx_info in spoolss helper.Günther Deschner2009-03-182-0/+23
| | | | Guenther
* spoolss: rename NDR_SPOOLSS_SIZE_ENUM macro to NDR_SPOOLSS_SIZE_ENUM_LEVEL inGünther Deschner2009-03-181-9/+9
| | | | | | spoolss helper. Guenther
* spoolss: fix ndr_push_spoolss_EnumPrinterDataEx.Günther Deschner2009-03-181-0/+1
| | | | Guenther
* spoolss: add ndr_push/pull_spoolss_EnumPrinterDataEx helper.Günther Deschner2009-03-182-1/+95
| | | | Guenther
* spoolss: fix ndr_push_spoolss_SetPrinterData.Günther Deschner2009-03-171-1/+1
| | | | Guenther
* spoolss: fix GetPrinterData buffer helper.Günther Deschner2009-03-171-10/+18
| | | | Guenther
* spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn.Günther Deschner2009-03-112-4/+4
| | | | Guenther
* spoolss: fix typo in spoolss_EnumJobs_info union helper fn.Günther Deschner2009-03-112-2/+2
| | | | Guenther
* Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslogVolker Lendecke2009-03-101-5/+5
| | | | I think we eventually need to pass down the debuglevel here.
* spoolss: add spoolss_EnumPrintProcDataTypes to enum macro helper.Günther Deschner2009-03-072-1/+39
| | | | Guenther
* spoolss: fix spoolss enum calls helper macro code after pointer changes.Günther Deschner2009-03-061-6/+13
| | | | Guenther
* spoolss: add push,pull helper for spoolss_DriverInfo101.Günther Deschner2009-02-242-0/+481
| | | | Guenther
* Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison2009-02-231-4/+4
| | | | | Makes real problems easier to spot. Jeremy.
* spoolss: add ndr_size_spoolss_StringArray to spoolss helper.Günther Deschner2009-02-192-0/+11
| | | | Guenther
* spoolss: fix spoolss helper for out ref count pointer.Günther Deschner2009-02-171-2/+4
| | | | Guenther
* spoolss: fix ndr_pull_spoolss_GetPrinterData.Günther Deschner2009-02-071-1/+1
| | | | Guenther
* spoolss: fix ndr_pull/push_spoolss_GetPrinterData.Günther Deschner2009-02-061-2/+2
| | | | Guenther
* spoolss: fix spoolss helper functions and macros w.r.t. needed pointer.Günther Deschner2009-02-061-2/+2
| | | | Guenther
* spoolss: fix samba4 dependency of spoolss helper.Günther Deschner2009-02-051-0/+2
| | | | Guenther
* spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner2009-02-052-0/+577
| | | | Guenther
* librpc: add header file for drsblobs helper functions.Günther Deschner2009-02-041-0/+27
| | | | Guenther
* librpc: add ndr_size_string_array().Günther Deschner2009-02-031-0/+1
| | | | Guenther
* Add function for mapping NDR error codes to strings.Jelmer Vernooij2009-01-262-0/+36
|
* librpc: Fix warning caused by some empty debug stringsTim Prouty2009-01-201-3/+3
| | | | | | It would probably be better to create a new macro such as DEBUGHDR to allow empty strings for debug statements, but for the short term this eliminates the warning with no negative consequences.
* ndr_print: fix the output ndr debug messages only add header line onceStefan Metzmacher2009-01-191-0/+6
| | | | | metze (from samba4wins tree e99531aae325e4443fcb917a75dfe4a86b892583)
* svcctl: add ndr_push/pull_ENUM_SERVICE_STATUSW_array helper.Günther Deschner2009-01-092-0/+76
| | | | | | Thanks metze for helping here. Guenther
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-041-1/+1
|\
| * Fix typo found by Volker. Thanks for the review.Jeremy Allison2008-12-311-1/+1
| | | | | | | | Jeremy.
* | Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-014-24/+25
|/
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-2/+1
| | | | Jeremy.
* Don't trust sscanf not to run off the end of the stringAndrew Bartlett2008-12-201-14/+35
| | | | | | | | The memory allocations here are wasteful, but they do nicely ensure we cannot walk off the end of the DATA_BLOB that might be a string, or might be binary and might not be NULL terminated. Andrew Bartlett
* Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij2008-12-121-0/+224
|