1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/auth
Andrew Bartlett 2e28f8ff0e I've decided to move the auth code around a bit more...
The auth_authsupplied_info typedef is now just a plain struct - auth_context,
but it has been modified to contain the function pointers to the rest
of the auth subsystem's components.

(Who needs non-static functions anyway?)

In working all this mess out, I fixed a number of memory leaks and moved the
entire auth subsystem over to talloc().

Note that the TALLOC_CTX attached to the auth_context can be rather long-lived,
it is provided for things that are intended to live as long.  (The
global_negprot_auth_context lasts the whole life of the smbd).

I've also adjusted a few things in auth_domain.c, mainly passing the domain as
a paramater to a few functions instead of looking up lp_workgroup().  I'm
hopign to make this entire thing a bit more trusted domains (as PDC) freindly
in the near future.

Other than that, I moved a bit of the code around, hence the rather messy diff.

Andrew Bartlett
(This used to be commit 12f5515f55)
2002-01-05 04:55:41 +00:00
..
auth_builtin.c I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
auth_compat.c I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
auth_domain.c I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
auth_rhosts.c I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
auth_sam.c I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
auth_server.c I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
auth_unix.c I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
auth_util.c I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
auth_winbind.c I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +00:00
auth.c I've decided to move the auth code around a bit more... 2002-01-05 04:55:41 +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