1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/auth
Andrew Tridgell 9126a40e2c added trusted realm support to ADS authentication
the method used for checking if a domain is a trusted domain is very
crude, we should really call a backend fn of some sort. For now I'm
using winbindd to do the dirty work.
(This used to be commit adf44a9bd0)
2001-12-19 09:53:30 +00:00
..
auth_builtin.c A number of things to clean up the auth subsytem a bit... 2001-11-26 06:47:04 +00:00
auth_domain.c If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It causes a confusing client error. Changed to NT_STATUS_CANT_ACCESS_DOMAIN_INFO. 2001-12-14 21:37:56 +00:00
auth_info.c another memory leak bites the dust 2001-11-27 04:05:28 +00:00
auth_rhosts.c This is another rather major change to the samba authenticaion 2001-11-24 12:12:38 +00:00
auth_sam.c A number of things to clean up the auth subsytem a bit... 2001-11-26 06:47:04 +00:00
auth_server.c Fix segfault, and add a comment. 2001-12-08 02:25:25 +00:00
auth_unix.c This is another rather major change to the samba authenticaion 2001-11-24 12:12:38 +00:00
auth_util.c added trusted realm support to ADS authentication 2001-12-19 09:53:30 +00:00
auth_winbind.c challange -> challenge 2001-11-26 04:05:28 +00:00
auth.c added trusted realm support to ADS authentication 2001-12-19 09:53:30 +00:00
pampass.c Small 'const' updates ahead of some AuthRewrite merging. 2001-10-31 06:22:19 +00:00
pass_check.c Remove built-in support for clear-text kerberos authentication. 2001-11-11 10:42:07 +00:00