summaryrefslogtreecommitdiff
path: root/source3/auth/user_krb5.c
Commit message (Expand)AuthorAgeFilesLines
* Correct "perfom" typos.Chris Lamb2017-02-221-1/+1
* Changing log level of two entries to DBG_NOTICEMarc Muehlfeld2015-11-041-2/+2
* s3: auth: Change make_server_info_info3() to take a const struct netr_SamInfo...Jeremy Allison2014-06-181-4/+4
* s3-auth: Pass mem_ctx to make_server_info_sam().Andreas Schneider2014-02-191-5/+7
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-071-1/+1
* s3-auth: Pass talloc context to make_server_info_pw().Andreas Schneider2014-02-051-4/+1
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* s3-auth: On successful user mapping set mapped_to_guest to false.Sumit Bose2012-02-131-0/+1
* idl: Improve MS-PAC IDLSimo Sorce2011-10-241-3/+3
* Move the talloc_move call until *after* the check on status. Don't want to mo...Jeremy Allison2011-09-121-3/+3
* s3-auth: fix uninitialized server_infoSumit Bose2011-09-121-0/+4
* s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett2011-08-031-1/+1
* s3-auth fix dummy function in the not-with-kerberos caseAndrew Bartlett2011-07-201-1/+1
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-1/+1
* s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2011-04-051-22/+21
* s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett2011-04-041-1/+11
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-0/+1
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-101-8/+27
* s3-auth: remove global include of krb5pac.h.Günther Deschner2010-08-311-0/+1
* s3-auth: add helper to get server_info out of kerberos infoSimo Sorce2010-08-301-0/+100
* s3-auth: Add helper function to retrieve the unix user from a kerberos ticketSimo Sorce2010-08-301-0/+172