Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-27 | idl: share lsa.idl between s3 and s4. | Günther Deschner | 1 | -0/+1216 | |
Guenther | |||||
2008-10-24 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-23 | Fix "ndr_size_PAC_LOGON_INFO defined but not used" build warning | Tim Prouty | 1 | -1/+1 | |
This patch removes the gensize option from krb5pac.idl because it generates an unused function that has been causing warnings during the s3 build. I re-ran 'make samba3-idl' to update the generated files for s3. For s4 I ran a full build with no problems. | |||||
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 | idl: add svcctl specific access bits. | Günther Deschner | 1 | -1/+46 | |
Guenther | |||||
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 | 4 | -14/+3 | |
remove some unused functions. | |||||
2008-10-20 | Use tables in Samba 3 ndrdump. | Jelmer Vernooij | 4 | -17/+240 | |
2008-10-20 | Also move wireshark conformance file. | Jelmer Vernooij | 1 | -0/+52 | |
2008-10-20 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt | Jelmer Vernooij | 1 | -0/+134 | |
2008-10-20 | Share winreg.idl. | Jelmer Vernooij | 1 | -0/+401 | |
2008-10-20 | idl: finally share krb5_pac.idl. | Günther Deschner | 1 | -0/+134 | |
Guenther | |||||
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-19 | ntsvcs: fill in PNP_GetDeviceList() and correct some unknowns. | Günther Deschner | 1 | -3/+8 | |
Guenther | |||||
2008-10-18 | idl: share drsblobs idl. | Günther Deschner | 2 | -0/+734 | |
Guenther | |||||
2008-10-18 | drsuapi: fix the drsuapi helper build for samba3. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2008-10-18 | drsuapi: build new merged drsuapi idl and helpers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-18 | drsuapi: share drsuapi idl and helper code. | Günther Deschner | 3 | -0/+1987 | |
Guenther | |||||
2008-10-18 | s3-build: fix build of ndrdump. | Günther Deschner | 1 | -2/+0 | |
Guenther | |||||
2008-10-16 | idl: fix svcctl_QueryServiceConfigW. | Günther Deschner | 1 | -3/+16 | |
Guenther | |||||
2008-10-15 | idl: finally fully share nbt.idl in s3 and s4. | Günther Deschner | 1 | -0/+650 | |
Guenther | |||||
2008-10-15 | Share wkssvc.idl. | Jelmer Vernooij | 1 | -0/+795 | |
2008-10-15 | Share eventlog.idl. | Jelmer Vernooij | 1 | -0/+181 | |
2008-10-15 | Rename reboot -> do_reboot since the first is a reserved name on FreeBSD. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-15 | Share initshutdown.idl. | Jelmer Vernooij | 1 | -0/+45 | |
2008-10-15 | Share xattr implementation. | Jelmer Vernooij | 1 | -0/+140 | |
2008-10-15 | Share epmapper. | Jelmer Vernooij | 1 | -0/+314 | |
2008-10-15 | Re-add [todo] tags. | Jelmer Vernooij | 1 | -59/+59 | |
2008-10-15 | share ntsvcs.idl. | Günther Deschner | 1 | -0/+376 | |
Guenther | |||||
2008-10-15 | move svcctl to main idl directory. | Günther Deschner | 1 | -0/+529 | |
Guenther | |||||
2008-10-15 | Fix includes. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | Share security.idl. | Jelmer Vernooij | 1 | -0/+394 | |
2008-10-15 | Share misc.idl. | Jelmer Vernooij | 1 | -0/+54 | |
2008-10-15 | Share idl_types.h. | Jelmer Vernooij | 1 | -0/+69 | |
2008-10-15 | Move shared DCE/RPC IDL files to root IDL dir. | Jelmer Vernooij | 29 | -0/+4625 | |
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-14 | Move ndr pkg-config file to top-level. | Jelmer Vernooij | 1 | -0/+11 | |
2008-10-13 | Share ndr.c implementation. | Jelmer Vernooij | 1 | -0/+1118 | |
2008-10-13 | Share ndrdump implementation. | Jelmer Vernooij | 2 | -0/+544 | |
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 | |
2008-10-12 | Share RPC binding string utility functions. | Jelmer Vernooij | 1 | -0/+725 | |