summaryrefslogtreecommitdiff
path: root/source3/include/auth_info.h
Commit message (Collapse)AuthorAgeFilesLines
* s3:user_auth_info: let struct user_auth_info use struct cli_credentials ↵Stefan Metzmacher2016-12-201-0/+6
| | | | | | | | | | | | | | | internally This way we can have a very simple get_cmdline_auth_info_creds() function, which can be used pass cli_credentials down the stack instead of constantly translating from user_auth_info to cli_credentials, while loosing information. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Dec 20 04:57:05 CET 2016 on sn-devel-144
* s3:util_cmdline: make struct user_auth_info private to util_cmdline.cStefan Metzmacher2016-10-211-13/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s3:util_cmdline: add set_cmdline_auth_info_signing_state_raw() helper functionStefan Metzmacher2016-10-211-0/+2
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s3: Add user_auth_info->use_pw_nt_hashVolker Lendecke2012-06-121-0/+5
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider2012-02-011-0/+67
This creates its own header file for util_cmdline so it doesn't need to link against popt. This should fix linking on FreeBSD.