Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-16 | Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵ | Jelmer Vernooij | 1 | -12/+0 | |
the dom_sid). No longer include it from security.idl. | |||||
2008-12-12 | Move dom_sid to the Samba 3 IDL file, remove the old definition. | Jelmer Vernooij | 1 | -26/+0 | |
2008-12-12 | Manually marshall dom_sid, so we can use a fixed size array for | Jelmer Vernooij | 1 | -6/+2 | |
dom_sid.sub_auths rather than a dynamically allocated one. This makes it possible to use the same DCE/RPC object code for Samba 3 and Samba 4's DCE/RPC parsers and allows copying sids more easily (since they no longer contain any pointers). The cost of having additional manual marshalling code is limited (~35 additional lines of C code). | |||||
2008-12-12 | Remove noejs property, which is no longer used. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-07 | s4: security.idl: for now move server_id also to dom_sid.idl | Stefan Metzmacher | 1 | -0/+8 | |
We should move server_id somewhere else... metze | |||||
2008-11-07 | s4: security.idl: split of dom_sid stuff into dom_sid.idl | Stefan Metzmacher | 1 | -0/+34 | |
This prepares having a shared security.idl file metze |