1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/auth
Andrew Bartlett e7d5f0a357 gensec: move event context from gensec_*_init() to gensec_update()
This avoids keeping the event context around on a the gensec_security
context structure long term.

In the Samba3 server, the event context we either supply is a NULL
pointer as no server-side modules currently use the event context.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-10-18 13:13:33 +11:00
..
auth_builtin.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth_compat.c s3-auth: Pass the remote_address down to user_info. 2011-07-04 18:28:02 +10:00
auth_domain.c s3:auth_domain: we already have the dc_name, it's the same as cli->desthost 2011-07-22 17:06:09 +02:00
auth_netlogond.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
auth_ntlmssp.c gensec: move event context from gensec_*_init() to gensec_update() 2011-10-18 13:13:33 +11:00
auth_sam.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth_samba4.c s4-messaging: Pass the loadparm context, not just the messaging path 2011-10-13 14:06:07 +02:00
auth_script.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth_server.c s3:auth_server: make use of cli_state_server_challenge() 2011-09-15 12:12:28 +02:00
auth_unix.c s3-auth: Fix account check over ncalrpc. 2011-07-13 14:09:35 +02:00
auth_util.c s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH 2011-09-23 01:47:54 +02:00
auth_wbc.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth_winbind.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth.c selftest: test plugin_s4_dc against all ncacn_np tests 2011-08-03 18:48:05 +10:00
check_samsec.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
pampass.c s3-auth: use auth.h where needed. 2011-03-30 01:13:09 +02:00
pass_check.c First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems 2011-07-19 13:19:29 -07:00
proto.h s3-auth: remove dead prototype. 2011-10-17 15:56:08 +02:00
server_info_sam.c s3-auth remove sanitized_username from auth_serversupplied_info 2011-08-03 18:48:04 +10:00
server_info.c Fix uninitialized memory problem in group_sids_to_info3 (fixes bug #8455). 2011-10-17 23:32:58 +02:00
token_util.c s3-auth: token_util needs system/passwd.h. 2011-10-14 12:07:23 +02:00
user_info.c s3-auth: Pass the remote_address down to user_info. 2011-07-04 18:28:02 +10:00
user_krb5.c Move the talloc_move call until *after* the check on status. Don't want to move something that might be invalid. 2011-09-12 22:21:24 +02:00
user_util.c s3-auth: use auth.h where needed. 2011-03-30 01:13:09 +02:00
wscript_build s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC module 2011-10-18 13:13:32 +11:00