Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the ndr print routines for samba4 | Andrew Tridgell | 2009-09-03 | 1 | -0/+15 |
| | | | | | This uses a hackish #if just for samba4. The proper fix is much more complex. | ||||
* | Fix for DSSYNC test against Windows 2003 | Anatoliy Atanasov | 2009-09-03 | 1 | -0/+1 |
| | |||||
* | ntlmssp: add ndr_print_ntlmssp_{nt,lm}_response() function. | Günther Deschner | 2009-08-28 | 2 | -0/+64 |
| | | | | Guenther | ||||
* | ntlmssp: add CHALLENGE_MESSAGE to IDL. | Günther Deschner | 2009-08-28 | 2 | -1/+62 |
| | | | | Guenther | ||||
* | ntlmssp: add string helper functions to handle OEM and UNICODE charset. | Günther Deschner | 2009-08-28 | 2 | -0/+30 |
| | | | | Guenther | ||||
* | ntlmssp: add ntlmssp helper skeleton. | Günther Deschner | 2009-08-28 | 2 | -0/+43 |
| | | | | Guenther | ||||
* | libndr: add missing protoypes for double type. | Günther Deschner | 2009-08-24 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | when we get an NDR error in the logs, it is useful to know where it happened | Andrew Tridgell | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID() | Stefan Metzmacher | 2009-07-31 | 1 | -0/+1 |
| | | | | metze | ||||
* | librpc: fix the merged build of ndr_frsrpc.c | Stefan Metzmacher | 2009-07-22 | 1 | -1/+1 |
| | | | | metze | ||||
* | frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamic | Stefan Metzmacher | 2009-07-21 | 2 | -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 Tridgell | 2009-06-12 | 1 | -5/+0 |
| | | | | | | This reverts commit f5a47dc4bf2793ab328c8b0e35adace497819e7d. This change broke Samba3. We'll need to do it the long way. | ||||
* | avoid crashes in ndr_print_*() calls | Andrew Tridgell | 2009-06-12 | 1 | -0/+5 |
| | | | | This is a hackish fix, but it will do for now | ||||
* | Add support for double type in pidl. | Brad Hards | 2009-06-02 | 1 | -1/+30 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Of course, s_addr is a #define somewhere else .... (Solaris...) | Volker Lendecke | 2009-05-02 | 1 | -3/+3 |
| | |||||
* | Fix a warning on host "gwen" | Volker Lendecke | 2009-05-02 | 1 | -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 Deschner | 2009-03-18 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | spoolss: add custom ndr_print_spoolss_Field. | Günther Deschner | 2009-03-18 | 2 | -0/+23 |
| | | | | Guenther | ||||
* | spoolss: add ndr_size_spoolss_EnumPrinterDataEx_info in spoolss helper. | Günther Deschner | 2009-03-18 | 2 | -0/+23 |
| | | | | Guenther | ||||
* | spoolss: rename NDR_SPOOLSS_SIZE_ENUM macro to NDR_SPOOLSS_SIZE_ENUM_LEVEL in | Günther Deschner | 2009-03-18 | 1 | -9/+9 |
| | | | | | | spoolss helper. Guenther | ||||
* | spoolss: fix ndr_push_spoolss_EnumPrinterDataEx. | Günther Deschner | 2009-03-18 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | spoolss: add ndr_push/pull_spoolss_EnumPrinterDataEx helper. | Günther Deschner | 2009-03-18 | 2 | -1/+95 |
| | | | | Guenther | ||||
* | spoolss: fix ndr_push_spoolss_SetPrinterData. | Günther Deschner | 2009-03-17 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | spoolss: fix GetPrinterData buffer helper. | Günther Deschner | 2009-03-17 | 1 | -10/+18 |
| | | | | Guenther | ||||
* | spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn. | Günther Deschner | 2009-03-11 | 2 | -4/+4 |
| | | | | Guenther | ||||
* | spoolss: fix typo in spoolss_EnumJobs_info union helper fn. | Günther Deschner | 2009-03-11 | 2 | -2/+2 |
| | | | | Guenther | ||||
* | Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog | Volker Lendecke | 2009-03-10 | 1 | -5/+5 |
| | | | | I think we eventually need to pass down the debuglevel here. | ||||
* | spoolss: add spoolss_EnumPrintProcDataTypes to enum macro helper. | Günther Deschner | 2009-03-07 | 2 | -1/+39 |
| | | | | Guenther | ||||
* | spoolss: fix spoolss enum calls helper macro code after pointer changes. | Günther Deschner | 2009-03-06 | 1 | -6/+13 |
| | | | | Guenther | ||||
* | spoolss: add push,pull helper for spoolss_DriverInfo101. | Günther Deschner | 2009-02-24 | 2 | -0/+481 |
| | | | | Guenther | ||||
* | Quieten down a boatload of shadowed variable warnings on Solaris. | Jeremy Allison | 2009-02-23 | 1 | -4/+4 |
| | | | | | Makes real problems easier to spot. Jeremy. | ||||
* | spoolss: add ndr_size_spoolss_StringArray to spoolss helper. | Günther Deschner | 2009-02-19 | 2 | -0/+11 |
| | | | | Guenther | ||||
* | spoolss: fix spoolss helper for out ref count pointer. | Günther Deschner | 2009-02-17 | 1 | -2/+4 |
| | | | | Guenther | ||||
* | spoolss: fix ndr_pull_spoolss_GetPrinterData. | Günther Deschner | 2009-02-07 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | spoolss: fix ndr_pull/push_spoolss_GetPrinterData. | Günther Deschner | 2009-02-06 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | spoolss: fix spoolss helper functions and macros w.r.t. needed pointer. | Günther Deschner | 2009-02-06 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | spoolss: fix samba4 dependency of spoolss helper. | Günther Deschner | 2009-02-05 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | spoolss: move ndr spoolss helper to main librpc dir. | Günther Deschner | 2009-02-05 | 2 | -0/+577 |
| | | | | Guenther | ||||
* | librpc: add header file for drsblobs helper functions. | Günther Deschner | 2009-02-04 | 1 | -0/+27 |
| | | | | Guenther | ||||
* | librpc: add ndr_size_string_array(). | Günther Deschner | 2009-02-03 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | Add function for mapping NDR error codes to strings. | Jelmer Vernooij | 2009-01-26 | 2 | -0/+36 |
| | |||||
* | librpc: Fix warning caused by some empty debug strings | Tim Prouty | 2009-01-20 | 1 | -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 once | Stefan Metzmacher | 2009-01-19 | 1 | -0/+6 |
| | | | | | metze (from samba4wins tree e99531aae325e4443fcb917a75dfe4a86b892583) | ||||
* | svcctl: add ndr_push/pull_ENUM_SERVICE_STATUSW_array helper. | Günther Deschner | 2009-01-09 | 2 | -0/+76 |
| | | | | | | Thanks metze for helping here. Guenther | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2009-01-04 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo found by Volker. Thanks for the review. | Jeremy Allison | 2008-12-31 | 1 | -1/+1 |
| | | | | | | | | Jeremy. | ||||
* | | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 2009-01-01 | 4 | -24/+25 |
|/ | |||||
* | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 2008-12-31 | 1 | -2/+1 |
| | | | | Jeremy. | ||||
* | Don't trust sscanf not to run off the end of the string | Andrew Bartlett | 2008-12-20 | 1 | -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 Vernooij | 2008-12-12 | 1 | -0/+224 |
| |