summaryrefslogtreecommitdiff
path: root/source4/auth/auth.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett1-7/+0
2012-01-30auth: Make check_password and generate_session_info hook genericAndrew Bartlett1-1/+7
2012-01-11gensec: move gensec_util.c to the top levelAndrew Bartlett1-5/+0
2012-01-11auth: make auth4_context common to provide access to generate_session_info_pac()Andrew Bartlett1-52/+0
2011-12-29s4-auth: Rename memory contexts for greater clarityAndrew Bartlett1-1/+1
2011-12-29s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett1-6/+10
2011-12-28s4-auth Remove unused auth_context_create_from_ldb()Andrew Bartlett1-1/+0
2011-07-29s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett1-0/+2
2011-07-29gensec: Add a way to request a unix token from GENSECAndrew Bartlett1-0/+1
2011-05-08s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett1-21/+21
2011-05-08s4-auth: remove unused prototypeAndrew Tridgell1-4/+1
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-5/+5
2011-03-14Fix public header not to include private (not installed) ones.Simo Sorce1-0/+1
2011-03-04s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.cGünther Deschner1-1/+0
2011-02-22s4-auth Move libcli/security/session.c to the top levelAndrew Bartlett1-0/+1
2011-02-18s4-auth: rename 'auth' subsystem to 'auth4'Andrew Tridgell1-1/+1
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-57/+22
2011-02-09s4-auth Add auth.idl to encode auth subsystem structures in IDLAndrew Bartlett1-0/+1
2011-01-20s4-auth Remove special case for account_sid from auth_serversupplied_infoAndrew Bartlett1-5/+2
2011-01-18s4-auth Extend python bindings to allow ldb and message to be specifiedAndrew Bartlett1-0/+1
2010-12-21s4-auth Remove duplicate copies of session_info creation codeAndrew Bartlett1-2/+3
2010-11-05s4/auth: Add logon_parameters to authenticate_username_pwAnatoliy Atanasov1-7/+8
2010-09-26s4-auth: fixed the SID list for DCs in the PACAndrew Tridgell1-1/+0
2010-08-14s4:auth Move struct auth_usersupplied_info to a common locationAndrew Bartlett1-42/+1
2010-05-20s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett1-0/+5
2010-05-20s4:auth Add dependency from the operational module onto authAndrew Bartlett1-0/+1
2010-05-20s4:auth Allow the operational module to get a user's tokenGroups from authAndrew Bartlett1-4/+9
2010-05-20s4:auth Move BUILTIN group addition into session.cAndrew Bartlett1-5/+3
2010-04-14s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett1-0/+8
2010-03-04s4:sam.c - make "authsam_expand_nested_groups" publicMatthias Dieter Wallnöfer1-0/+6
2010-02-22Spelling fixes for source4/auth.Brad Hards1-2/+2
2010-01-12Strip trailing spacesSimo Sorce1-20/+20
2009-12-29s4:auth: add auth_get_server_info_principal() prototype to auth.hStefan Metzmacher1-0/+5
2009-12-29s4:auth: make auth_challenge_may_be_modified() publicStefan Metzmacher1-1/+1
2009-12-24s4:auth: change auth_check_password_send/recv to tevent_reqStefan Metzmacher1-5/+7
2009-12-22s4:auth Change 'get_challenge' API to be more like Samba3Andrew Bartlett1-3/+3
2009-12-16s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.Andreas Schneider1-1/+1
2009-10-23s4-dsdb: create a static system_session contextAndrew Tridgell1-1/+1
2009-07-17s4:kdc Rework KDC to pull in less attributes for krbtgt lookupsAndrew Bartlett1-0/+2
2009-06-18s4:kdc Allow a password change when the password is expiredAndrew Bartlett1-1/+2
2009-05-26Don't use crossRef records to find our own domainAndrew Bartlett1-3/+5
2009-02-13Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett1-1/+11
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett1-0/+24
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-4/+4
2008-12-04s4:kdc: allow a trusted domain to get kerberos ticketsStefan Metzmacher1-1/+2
2008-08-28Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett1-0/+4
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+58
2007-12-21r26228: Store loadparm context in auth context, move more loadparm_contexts u...Jelmer Vernooij1-0/+3
2007-12-21r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij1-0/+1
2007-12-21r26127: Move session code out of auth_util.c. No longer making it part of aut...Jelmer Vernooij1-7/+2