Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 | |
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 1 | -1/+1 | |
These variables, of type struct auth_serversupplied_info were poorly named when added into 2001, and in good consistant practice, this has extended all over the codebase in the years since. The structure is also not ideal for it's current purpose. Originally intended to convey the results of the authentication modules, it really describes all the essential attributes of a session. This rename will reduce the volume of a future patch to replaced these with a struct auth_session_info, with auth_serversupplied_info confined to the lower levels of the auth subsystem, and then eliminated. (The new structure will be the output of create_local_token(), and the change in struct definition will ensure that this is always run, populating local groups and privileges). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-02-21 | s3-librpc: Only register NCACN_NP. | Andreas Schneider | 1 | -9/+22 | |
This is the only transport we support at the moment. | |||||
2011-02-02 | Fix a couple of missing checks on talloc returns. | Jeremy Allison | 1 | -0/+5 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 2 22:23:46 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-epmap: use correct dcerpc client header in dcerpc_ep.c | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 19:50:02 CET 2011 on sn-devel-104 | |||||
2011-02-02 | s3-librpc: Added dcerpc_binding_vector_create function. | Andreas Schneider | 1 | -16/+99 | |
2011-02-02 | s3-librpc: Added dcerpc register endpoint functions. | Andreas Schneider | 1 | -0/+167 | |