1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source3/auth
Volker Lendecke 99bd615a80 Fix a panic
get_root_nt_token asks for "struct nt_user_token". talloc_get_type is not smart
enough to see that this is the same as NT_USER_TOKEN... :-)
(This used to be commit 22a98bf7b8)
2007-12-29 21:42:56 +01:00
..
auth_builtin.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
auth_compat.c Remove last pstring from smbd/*.c 2007-11-13 12:51:31 -08:00
auth_domain.c Rename get_trust_pw() to get_trust_pw_hash(). 2007-12-13 10:15:19 +01:00
auth_ntlmssp.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
auth_sam.c Remove next_token - all uses must now be next_token_talloc. 2007-12-07 17:32:32 -08:00
auth_script.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
auth_server.c Remove another static string and static passwd. 2007-12-16 18:32:03 -08:00
auth_unix.c Remove Get_Pwnam and its associated static variable 2007-12-19 21:09:10 +01:00
auth_util.c Remove static zeros 2007-12-28 17:02:34 +01:00
auth_winbind.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
auth.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
pampass.c Fix two incompatible pointer warnings 2007-12-08 09:39:20 -08:00
pass_check.c Correctly define prototypes for accessor functions. 2007-12-17 17:13:31 -08:00
token_util.c Fix a panic 2007-12-29 21:42:56 +01:00