1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/auth
Jeremy Allison fad5e3be5e Move the talloc_move call until *after* the check on status. Don't want to move something that might be invalid.
Makes the code match what is currently in 3.6.x.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Sep 12 22:21:24 CEST 2011 on sn-devel-104
2011-09-12 22:21:24 +02: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 s3-ntlmssp Remove a level of nesting in if/else statement 2011-08-03 18:48:05 +10:00
auth_sam.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
auth_samba4.c selftest: test plugin_s4_dc against all ncacn_np tests 2011-08-03 18:48:05 +10: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:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb() 2011-09-08 10:21:50 +02:00
auth_unix.c s3-auth: Fix account check over ncalrpc. 2011-07-13 14:09:35 +02:00
auth_util.c s3-auth directly return the result of make_server_info_guest() 2011-08-03 18:48:05 +10: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 selftest: test plugin_s4_dc against all ncacn_np tests 2011-08-03 18:48:05 +10: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 s3-auth Remove pointless destructor in make_server_info 2011-07-20 09:17:15 +10:00
token_util.c s3-auth Add const to indicate input elements 2011-07-20 09:17:10 +10: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-auth Add hook to start a GENSEC mech to auth_samba4 2011-08-03 18:48:03 +10:00