1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/auth
Douglas Bagnall 3ee56607db ntlmssp: fix compilation with -O2 -fno-inline
Without inlining the function, GCC doesn't know that
gensec_ntlmssp->ntlmssp_state->role always has a valid value.

With inlining, this is obviously redundant but GCC clearly knows
enough to detect this and elide the default case.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2017-02-10 05:09:09 +01:00
..
credentials auth: fix mem leak & use appropriate free function 2017-02-01 01:26:12 +01:00
gensec auth/gensec: convert external.c to provide update_send/recv 2017-01-12 15:35:14 +01:00
kerberos wscript: remove executable bits for all wscript* files 2017-01-11 20:21:01 +01:00
ntlmssp ntlmssp: fix compilation with -O2 -fno-inline 2017-02-10 05:09:09 +01:00
auth_sam_reply.c auth/auth_sam_reply: fill user_principal_* and dns_domain_name in make_user_info_dc_pac() 2016-07-22 23:34:22 +02:00
auth_sam_reply.h auth: One const is enough... 2016-09-09 20:33:10 +02:00
common_auth.h s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbindd 2014-07-04 02:52:35 +02:00
wbc_auth_util.c auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6 2016-06-30 03:30:26 +02:00
wscript_build auth: avoid overwriting the auth_sam_reply.h header all the time. 2014-05-12 17:49:46 +02:00