1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/auth
Noel Power cbdd3d0c26 squash 'cast between incompatible function types' warning
To avoid warning above produced by using
-Wcast-function-type we;

  + ensure PyCFunctions of type METH_NOARGS defined dummy arg
  + ensure PyCFunctions of type METH_KEYWORDS use PY_DISCARD_FUNC_SIG
    macro

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
2019-05-16 17:55:17 +00:00
..
credentials squash 'cast between incompatible function types' warning 2019-05-16 17:55:17 +00:00
gensec auth:gensec: Add return code for netsec_do_sign() 2019-04-30 23:18:28 +00:00
kerberos auth/kerberos: Fix typo in error message regarding fetching PAC using Heimdal 2018-03-19 07:33:44 +01:00
ntlmssp auth:ntlmssp: Add back CRAP ndr debug output 2019-04-02 01:12:10 +00:00
auth_log.c auth log: Log the netlogon logon id. 2019-02-20 06:03:09 +01:00
auth_sam_reply.c auth: add auth_user_info_copy() function 2018-03-15 21:54:17 +01:00
auth_sam_reply.h auth: add auth_user_info_copy() function 2018-03-15 21:54:17 +01:00
auth_util.c auth: move copy_session_info() from source3 into the global auth context 2018-10-11 10:28:17 +02:00
auth_util.h auth: Add necessary decoration to auth/auth_util.h 2019-04-03 16:55:27 +00:00
common_auth.h auth log: Log the netlogon logon id. 2019-02-20 06:03:09 +01: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: move copy_session_info() from source3 into the global auth context 2018-10-11 10:28:17 +02:00