Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-13 | auth/gensec: common helper functions should be in gensec_util.c | Stefan Metzmacher | 1 | -0/+116 | |
This makes the dependencies easier to handle. metze | |||||
2012-01-11 | gensec: Make sure to check the optional auth_context hooks before using them | Andrew Bartlett | 1 | -1/+1 | |
These are optional to supply - some callers only provide an auth_context for the other plugin functions, and so we need to deal with this cleanly. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-11 | gensec: move gensec_util.c to the top level | Andrew Bartlett | 1 | -0/+95 | |
To do this some defines need to move to common_auth.h Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> |