Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |