Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-02 | librpc/gen_ndr: rerun make idl_full after pidl changes | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
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-30 | librpc: Re-run make idl-full from source3 | Tim Prouty | 3 | -9/+9 | |
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-17 | s3: re-run make samba3-idl. | Günther Deschner | 5 | -146/+360 | |
Guenther | |||||
2008-12-17 | netlogon: remove netr_BinaryString (duplicate of lsa_BinaryString). | Günther Deschner | 1 | -7/+1 | |
Guenther | |||||
2008-12-17 | netlogon: fill in remaining levels in netr_CONTROL_DATA_INFORMATION. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2008-12-17 | netlogon: fix IDL for netr_LogonControl2Ex. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-17 | netlogon: add netr_NETLOGON_INFO_4. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2008-12-17 | netlogon: add all documented netlogon control codes. | Günther Deschner | 1 | -5/+16 | |
Guenther | |||||
2008-12-16 | s3/s4: Fix DCOM idl bug | Tim Prouty | 1 | -1/+1 | |
A build warning uncovered a bug where a pointer was being passed in instead of the dereferenced value of the pointer. | |||||
2008-12-16 | Don't write out forward declarations for enums, as some compilers don't | Jelmer Vernooij | 5 | -18/+0 | |
seem to like it. | |||||
2008-12-16 | Use py_* files to check whether generated files are out of date / not | Jelmer Vernooij | 1 | -1/+1 | |
present. ndr_*.c files are in git (required for Samba 3), py_*.c files are not. | |||||
2008-12-16 | Share object files for gen_ndr. | Jelmer Vernooij | 3 | -1/+74 | |
2008-12-16 | Fix [out] pointers in DCOM-related IDL files. | Jelmer Vernooij | 2 | -9/+8 | |
2008-12-16 | Add new script for building IDL files in librpc/idl, generating both | Jelmer Vernooij | 102 | -104/+102 | |
Samba 3 and Samba 4 output. | |||||
2008-12-16 | Move shared gen_ndr files to librpc/gen_ndr in the root. | Jelmer Vernooij | 125 | -0/+212501 | |
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well. | |||||
2008-12-16 | Consider shared IDL files and Samba3-specific IDL files separately, allow ↵ | Jelmer Vernooij | 1 | -0/+0 | |
overriding output directory. | |||||
2008-12-16 | Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵ | Jelmer Vernooij | 2 | -60/+0 | |
the dom_sid). No longer include it from security.idl. | |||||
2008-12-16 | Add python extensions for dom_sid. | Jelmer Vernooij | 1 | -2/+1 | |
2008-12-12 | Move dom_sid to the Samba 3 IDL file, remove the old definition. | Jelmer Vernooij | 2 | -0/+253 | |
2008-12-12 | Remove noejs property, which is no longer used. | Jelmer Vernooij | 3 | -3/+3 | |
2008-12-10 | netlogon: fill in netr_ServerGetTrustInfo IDL. | Günther Deschner | 1 | -1/+19 | |
Guenther | |||||
2008-12-06 | s4:brwoser.idl: add idl for BrowserrQueryOtherDomains() | Stefan Metzmacher | 2 | -15/+43 | |
metze | |||||
2008-12-05 | samr: fix samr_UserInfo18, lm/nt pwd mixup. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-05 | samr: fix samr_UserInfo18. It also contains password_expired, thanks metze. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-12-05 | samr: make more explicit what SAMR_FIELD_PASSWORD{2} means. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-05 | samr: fill in two unknowns in samr_UserInfo21. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-05 | samr: fill in two unknowns in samr_DomInfo13. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2008-12-05 | samr: fix samr_UserInfo21 (order of lm_password_set and nt_password_set). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-12-02 | samr: add samr_DomainServerState. | Günther Deschner | 1 | -2/+7 | |
Guenther | |||||
2008-11-28 | samr: fix samr_UserInfo24 and samr_UserInfo26. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-11-26 | Move netr_SamDatabaseID8Bit to netlogon.idl to prevent problems with | Jelmer Vernooij | 4 | -19/+19 | |
forward enum declarations when compiled with C++. | |||||
2008-11-20 | eventlog: fill in some unknowns and use flags bitmap in IDL. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-11-19 | Move wireshark conformance file to top-level. | Jelmer Vernooij | 1 | -0/+1 | |
2008-11-17 | svcctl: fill in SERVICE_CONTROL from s3. | Günther Deschner | 1 | -3/+9 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for svcctl_EnumServicesStatusW. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for svcctl_QueryServiceConfig2W. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for EnumServicesStatusExW. | Günther Deschner | 1 | -6/+6 | |
Guenther | |||||
2008-11-17 | svcctl: fix idl for svcctl_QueryServiceStatusEx. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-17 | ntsvcs: remove todo from PNP_GetDeviceList. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-11-17 | Use new GUID_from_data_blob | Andrew Bartlett | 1 | -2/+2 | |
This avoid the problem that GUID_from_string now strictly requires no trailing data after the string-form GUID. Andrew Bartlett | |||||
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-13 | Move v2 from timestamp to 16-byte hash. Got the change in before on disk ↵ | Jeremy Allison | 1 | -5/+5 | |
format is fixed. Jeremy. | |||||
2008-11-12 | ntsvcs: fill in some more formerly unknowns in PNP_GetHwProfInfo. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2008-11-12 | ntsvcs: use both named-pipe endpoints. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-11-12 | ntsvcs: fill in more unknowns in PNP_HwProfFlags IDL. | Günther Deschner | 1 | -6/+6 | |
Guenther |