diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-09 12:55:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:34 -0500 |
commit | 46a32687da249174a666d9166fccbe705c8beba0 (patch) | |
tree | 07a43ce2b630ea0a943c01ba4d631c9da18630c8 /source4/include | |
parent | b61b22d73a0b0fb3322884e3712c89a52a47f56b (diff) | |
download | samba-46a32687da249174a666d9166fccbe705c8beba0.tar.gz samba-46a32687da249174a666d9166fccbe705c8beba0.tar.bz2 samba-46a32687da249174a666d9166fccbe705c8beba0.zip |
r4620: - add interface functions to the auth subsystem so that callers doesn't need to
use function pointers anymore
- make the module init much easier
- a lot of cleanups
don't try to read the diff in auth/ better read the new files
it passes test_echo.sh and test_rpc.sh
abartlet: please fix spelling fixes
metze
(This used to be commit 3c0d16b8236451f2cfd38fc3db8ae2906106d847)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index ccf6b5911e..9572bfe038 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -85,6 +85,7 @@ struct smbsrv_tcon; struct smb_signing_context; struct smbsrv_connection; struct auth_context; +struct auth_method_context; struct request_buffer; struct pvfs_dir; |