Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-26 | Add function for mapping NDR error codes to strings. | Jelmer Vernooij | 2 | -0/+36 | |
2009-01-20 | librpc: Fix warning caused by some empty debug strings | Tim Prouty | 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. | |||||
2009-01-19 | ndr_print: fix the output ndr debug messages only add header line once | Stefan Metzmacher | 1 | -0/+6 | |
metze (from samba4wins tree e99531aae325e4443fcb917a75dfe4a86b892583) | |||||
2009-01-09 | svcctl: add ndr_push/pull_ENUM_SERVICE_STATUSW_array helper. | Günther Deschner | 2 | -0/+76 | |
Thanks metze for helping here. Guenther | |||||
2009-01-04 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -1/+1 | |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 4 | -24/+25 | |
2008-12-31 | Fix typo found by Volker. Thanks for the review. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 1 | -2/+1 | |
Jeremy. | |||||
2008-12-20 | Don't trust sscanf not to run off the end of the string | Andrew Bartlett | 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 | |||||
2008-12-12 | Move dom_sid to the Samba 3 IDL file, remove the old definition. | Jelmer Vernooij | 1 | -0/+224 | |
2008-11-26 | Move netr_SamDatabaseID8Bit to netlogon.idl to prevent problems with | Jelmer Vernooij | 1 | -0/+1 | |
forward enum declarations when compiled with C++. | |||||
2008-11-16 | librpc/ndr: add GUID_hexstring() | Stefan Metzmacher | 2 | -0/+26 | |
metze | |||||
2008-11-16 | librpc/ndr: let GUID_from_data_blob() accept a ndr blob or a hex string too | Stefan Metzmacher | 1 | -0/+29 | |
metze | |||||
2008-11-16 | Add a new function to parse a DATA_BLOB into a GUID | Andrew Bartlett | 2 | -7/+22 | |
The reason for this new function is to ensure the length is not discarded when the input is a ldb_val (aka DATA_BLOB) in ldb. Andrew Bartlett | |||||
2008-11-08 | security.idl: sometimes ACEs have some padding at the end | Stefan Metzmacher | 1 | -0/+30 | |
metze | |||||
2008-11-07 | librpc/ndr: move ndr_sec_helper.c to the toplevel | Stefan Metzmacher | 1 | -0/+88 | |
metze | |||||
2008-11-06 | netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum. | Günther Deschner | 2 | -0/+92 | |
Guenther | |||||
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -2/+2 | |
Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters. | |||||
2008-10-24 | Move charset library to top level. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-23 | Fix "parameter has incomplete type" build warning. | Tim Prouty | 1 | -0/+5 | |
When libcli-util was moved to the top level (3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build warning. Since ndr_map_error2ntstatus depends on the definition of enum ndr_err_code and libndr.h can't be easily included in error.h, I moved the definition of enum ndr_err_code to libndr.h. This also eliminates the need for the duplicate definition in proto.h | |||||
2008-10-23 | Use common error definitions. | Jelmer Vernooij | 1 | -3/+1 | |
2008-10-20 | Move orpc to top-level directory. | Jelmer Vernooij | 1 | -0/+173 | |
2008-10-20 | Move WMI support code to top-level. | Jelmer Vernooij | 2 | -0/+63 | |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 3 | -11/+1 | |
remove some unused functions. | |||||
2008-10-20 | Use tables in Samba 3 ndrdump. | Jelmer Vernooij | 2 | -0/+148 | |
2008-10-19 | Fix 64-bit printf warnings | Volker Lendecke | 1 | -3/+5 | |
2008-10-19 | rpc: Fix the merged build breaking on StrnCaseCmp. | Kai Blin | 1 | -8/+2 | |
2008-10-18 | idl: share drsblobs idl. | Günther Deschner | 1 | -0/+213 | |
Guenther | |||||
2008-10-18 | drsuapi: fix the drsuapi helper build for samba3. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2008-10-18 | drsuapi: share drsuapi idl and helper code. | Günther Deschner | 2 | -0/+385 | |
Guenther | |||||
2008-10-15 | Share libndr.h between Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -0/+521 | |
2008-10-14 | Share ndr_krb5pac implementation. | Jelmer Vernooij | 1 | -0/+140 | |
2008-10-14 | Share ndr_compression.c. | Jelmer Vernooij | 2 | -0/+551 | |
2008-10-13 | Share ndr.c implementation. | Jelmer Vernooij | 1 | -0/+1118 | |
2008-10-13 | Share uuid implementations. | Jelmer Vernooij | 1 | -0/+227 | |
2008-10-13 | Share ndr_misc implementations. | Jelmer Vernooij | 1 | -0/+46 | |
2008-10-13 | Share ndr_basic implementation. | Jelmer Vernooij | 1 | -0/+833 | |