summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
2011-12-07s4-dns Use match-by-key in GSSAPI server if principal is not specifiedAndrew Bartlett1-3/+9
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij2-8/+8
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2-4/+2
2011-11-10test: fixed several tests to use samba.testsAndrew Tridgell1-2/+2
2011-10-28lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett1-1/+1
2011-10-28lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett1-2/+2
2011-10-28lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett1-3/+3
2011-10-28lib/util Split samba-modules library into public and private partsAndrew Bartlett2-2/+2
2011-10-28lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett1-1/+1
2011-10-28lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett1-2/+2
2011-10-28lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett1-3/+3
2011-10-28gensec: Add parinoia about integer wrappingAndrew Bartlett1-0/+7
2011-10-24idl: Improve MS-PAC IDLSimo Sorce1-11/+14
2011-10-24auth/gensec: fix missleading commentStefan Metzmacher1-1/+1
2011-10-22auth/gensec: replace #if _SAMBA_BUILD_ == 4 by a feature testStefan Metzmacher1-1/+1
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett3-13/+8
2011-10-18ntlmssp: Refuse to seal if we did not negotiate to signAndrew Bartlett1-0/+5
2011-10-18gensec: Refuse to seal if we did not negotiate to signAndrew Bartlett1-0/+3
2011-10-18gensec: Assert that we have not been subject to a downgrade attack in DCE/RPC...Andrew Bartlett3-1/+48
2011-10-18gensec: an event context is no longer mandetoryAndrew Bartlett1-10/+0
2011-10-18ntlmssp: Put members from auth_ntlmssp_state into gensec_ntlmssp_stateAndrew Bartlett1-1/+17
2011-10-18ntlmssp: Prepare gensec_ntlmssp_start() for broader useAndrew Bartlett1-11/+0
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett10-0/+2124
2011-10-18build: compile gensec_start.c and credentials.c in the autoconf buildAndrew Bartlett1-0/+50
2011-10-18credentials: Prioritise command-line specified options above defaults from sm...Andrew Bartlett1-3/+15
2011-10-11gensec: trim header includes back to what is actually requiredAndrew Bartlett1-8/+2
2011-10-11auth/credentials Declare remaining functions are public interfaces and put in...Andrew Bartlett2-9/+45
2011-10-11auth: move gensec_start.c to the top levelAndrew Bartlett3-5/+939
2011-10-11auth: move credentials layer to the top levelAndrew Bartlett13-0/+3656
2011-10-06Add missing com_err dependenciesEwoud Kohl van Wijngaarden1-1/+1
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett1-1/+1
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2-6/+11
2011-08-03gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2-8/+4
2011-08-03gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett4-0/+836
2011-07-20auth: Set NETLOGON_GUEST and use it to determine guest statusAndrew Bartlett1-1/+2
2011-07-20auth: Move make_user_info_SamBaseInfo() to talloc_strdup and out of memory ch...Andrew Bartlett1-9/+31
2011-07-20auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett2-29/+62
2011-07-20auth: include auth.idl structures into common_auth.hAndrew Bartlett1-0/+2
2011-07-20auth: Preserve guest flag on transition via netr_SamInfo3Andrew Bartlett1-0/+3
2011-07-20Add my copyrightAndrew Bartlett1-1/+1
2011-06-15auth/kerberos/gssapi_pac: fix compiler warningsStefan Metzmacher1-6/+5
2011-06-10auth/auth_sam_reply.h: fix licence/copyrightGünther Deschner1-0/+22
2011-05-18build: Make auth_sam_reply a libraryAndrew Bartlett1-5/+6
2011-05-08auth: allow auth_common.h to be included multiple times without errorAndrew Bartlett1-0/+5
2011-05-07Fix Samba3 on OpenIndiana.Gordon Ross1-0/+24
2011-04-27auth/kerberos Add check for gss_inquire_sec_context_by_oidAndrew Bartlett1-4/+10
2011-04-27auth/kerberos Move all the PAC handling functions to auth/kerberosAndrew Bartlett2-1/+365
2011-04-27auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett2-0/+126
2011-02-10s3-waf: fix the build after auth changes.Günther Deschner1-0/+2
2011-02-10auth Move auth_sam_reply into the top level.Andrew Bartlett3-0/+433