summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison2011-03-281-4/+10
* Fix public header not to include private (not installed) ones.Simo Sorce2011-03-142-1/+2
* s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.cGünther Deschner2011-03-043-26/+1
* Fix some typesJelmer Vernooij2011-02-281-1/+1
* tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij2011-02-282-2/+2
* build: moved spnego_parse.c into a common subsystemAndrew Tridgell2011-02-241-2/+2
* build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystemAndrew Tridgell2011-02-241-2/+2
* build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so libraryAndrew Tridgell2011-02-243-7/+4
* s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett2011-02-222-8/+2
* s4-auth: rename 'auth' subsystem to 'auth4'Andrew Tridgell2011-02-185-25/+25
* librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so).Günther Deschner2011-02-141-1/+1
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-104-4/+4
* s4-krb5: authkrb5 should depend on ldbAndrew Tridgell2011-02-101-1/+1
* libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2011-02-102-0/+157
* auth Move auth_sam_reply into the top level.Andrew Bartlett2011-02-102-397/+0
* s4-auth Fix setting of bad_password_count in auth_convert_user_info_dc_sambas...Andrew Bartlett2011-02-091-1/+1
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-0922-666/+705
* s4-auth Add auth.idl to encode auth subsystem structures in IDLAndrew Bartlett2011-02-091-0/+1
* pam: share pam errors in a common location.Günther Deschner2011-02-084-166/+1
* s4-python Ensure we add the Samba python path first.Andrew Bartlett2011-02-021-1/+1
* s4:auth/pyauth.c - temporarily add compatibility code for Python 2.4Matthias Dieter Wallnöfer2011-01-301-0/+11
* s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett2011-01-208-222/+206
* s4-gensec Add prototype for gensec_ntlmssp_init()Andrew Bartlett2011-01-201-0/+2
* libcli/auth move ntlmssp_wrap() and ntlmssp_unwrap() into common code.Andrew Bartlett2011-01-201-123/+12
* s4-pyauth Fix AuthContext wrapperAndrew Bartlett2011-01-191-2/+13
* s4-auth Allow NULL methods to be specified to auth_context_create_methods()Andrew Bartlett2011-01-191-14/+3
* s4-gensec Remove special case 'for SASL' that is not required any more.Andrew Bartlett2011-01-191-13/+0
* pygensec: remove special case handling for None for buffersAndrew Tridgell2011-01-191-35/+28
* s4-gensec Extend python bindings for GENSEC and the associated testAndrew Bartlett2011-01-181-21/+223
* s4-auth Extend python bindings to allow ldb and message to be specifiedAndrew Bartlett2011-01-183-11/+61
* s4-pygensec Fix indentation of py_gensec_start_mech_by_name()Andrew Bartlett2011-01-181-11/+11
* s4-pygensec Add bindings for server_start() and update()Andrew Bartlett2011-01-181-4/+96
* s4-pyauth Add bindings for auth_context_create() as AuthContext()Andrew Bartlett2011-01-182-1/+81
* s4-pyauth Use py_talloc_get_type() for greater talloc binding safetyAndrew Bartlett2011-01-182-12/+15
* s4-gensec Don't steal the auth_context, reference it.Andrew Bartlett2011-01-182-6/+17
* s4:auth/ntlm/auth_sam.c - fix call to "get_server_info_principal"Matthias Dieter Wallnöfer2011-01-151-7/+7
* s4-auth: fixed status return Andrew Tridgell2011-01-141-1/+1
* s4-auth Add get and set methods for auth_session_info python wrapperAndrew Bartlett2011-01-142-7/+73
* s4-auth Add function to obtain any user's session_info from a given LDBAndrew Bartlett2011-01-146-81/+209
* s4-auth use new dsdb_expand_nested_groups()Andrew Bartlett2011-01-142-152/+11
* s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature sizeStefan Metzmacher2011-01-031-1/+6
* heimdal_build: Add missing dependencies when building with system heimdal.Jelmer Vernooij2011-01-011-1/+1
* s4:auth/session.h - use a forward declaration for type "struct ldb_context"Matthias Dieter Wallnöfer2010-12-211-1/+1
* s4-auth Ensure that we always copy across domain groupsAndrew Bartlett2010-12-211-13/+13
* s4-auth Remove duplicate copies of session_info creation codeAndrew Bartlett2010-12-213-153/+24
* s4-auth rework session_info handling not to require an auth contextAndrew Bartlett2010-12-214-13/+26
* s4-auth Remove event context from privilage database handlingAndrew Bartlett2010-12-211-1/+0
* s4-auth Remove obsolete commentAndrew Bartlett2010-12-211-7/+0
* s4:auth/gensec/spnego.c - remove unused variable "principal"Matthias Dieter Wallnöfer2010-12-211-1/+0
* s4:gensec/spnego: only look at the optimistic token if we support the first mechStefan Metzmacher2010-12-141-4/+20