Age | Commit message (Expand) | Author | Files | Lines |
2012-01-30 | auth: Make check_password and generate_session_info hook generic | Andrew Bartlett | 1 | -1/+7 |
2012-01-11 | gensec: move gensec_util.c to the top level | Andrew Bartlett | 1 | -5/+0 |
2012-01-11 | auth: make auth4_context common to provide access to generate_session_info_pac() | Andrew Bartlett | 1 | -52/+0 |
2011-12-29 | s4-auth: Rename memory contexts for greater clarity | Andrew Bartlett | 1 | -1/+1 |
2011-12-29 | s4-gensec: Move parsing of the PAC blob and creating the session_info into auth | Andrew Bartlett | 1 | -6/+10 |
2011-12-28 | s4-auth Remove unused auth_context_create_from_ldb() | Andrew Bartlett | 1 | -1/+0 |
2011-07-29 | s4-auth Move conversion of security_token to unix_token to auth | Andrew Bartlett | 1 | -0/+2 |
2011-07-29 | gensec: Add a way to request a unix token from GENSEC | Andrew Bartlett | 1 | -0/+1 |
2011-05-08 | s4-auth Rename auth -> auth4 to avoid conflict with s3 auth | Andrew Bartlett | 1 | -21/+21 |
2011-05-08 | s4-auth: remove unused prototype | Andrew Tridgell | 1 | -4/+1 |
2011-05-03 | s4-messaging Rename messaging -> imessaging | Andrew Bartlett | 1 | -5/+5 |
2011-03-14 | Fix public header not to include private (not installed) ones. | Simo Sorce | 1 | -0/+1 |
2011-03-04 | s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.c | Günther Deschner | 1 | -1/+0 |
2011-02-22 | s4-auth Move libcli/security/session.c to the top level | Andrew Bartlett | 1 | -0/+1 |
2011-02-18 | s4-auth: rename 'auth' subsystem to 'auth4' | Andrew Tridgell | 1 | -1/+1 |
2011-02-09 | s4-auth Rework auth subsystem to remove struct auth_serversupplied_info | Andrew Bartlett | 1 | -57/+22 |
2011-02-09 | s4-auth Add auth.idl to encode auth subsystem structures in IDL | Andrew Bartlett | 1 | -0/+1 |
2011-01-20 | s4-auth Remove special case for account_sid from auth_serversupplied_info | Andrew Bartlett | 1 | -5/+2 |
2011-01-18 | s4-auth Extend python bindings to allow ldb and message to be specified | Andrew Bartlett | 1 | -0/+1 |
2010-12-21 | s4-auth Remove duplicate copies of session_info creation code | Andrew Bartlett | 1 | -2/+3 |
2010-11-05 | s4/auth: Add logon_parameters to authenticate_username_pw | Anatoliy Atanasov | 1 | -7/+8 |
2010-09-26 | s4-auth: fixed the SID list for DCs in the PAC | Andrew Tridgell | 1 | -1/+0 |
2010-08-14 | s4:auth Move struct auth_usersupplied_info to a common location | Andrew Bartlett | 1 | -42/+1 |
2010-05-20 | s4:auth Change auth_generate_session_info to take flags | Andrew Bartlett | 1 | -0/+5 |
2010-05-20 | s4:auth Add dependency from the operational module onto auth | Andrew Bartlett | 1 | -0/+1 |
2010-05-20 | s4:auth Allow the operational module to get a user's tokenGroups from auth | Andrew Bartlett | 1 | -4/+9 |
2010-05-20 | s4:auth Move BUILTIN group addition into session.c | Andrew Bartlett | 1 | -5/+3 |
2010-04-14 | s4:auth Change auth_generate_session_info to take an auth context | Andrew Bartlett | 1 | -0/+8 |
2010-03-04 | s4:sam.c - make "authsam_expand_nested_groups" public | Matthias Dieter Wallnöfer | 1 | -0/+6 |
2010-02-22 | Spelling fixes for source4/auth. | Brad Hards | 1 | -2/+2 |
2010-01-12 | Strip trailing spaces | Simo Sorce | 1 | -20/+20 |
2009-12-29 | s4:auth: add auth_get_server_info_principal() prototype to auth.h | Stefan Metzmacher | 1 | -0/+5 |
2009-12-29 | s4:auth: make auth_challenge_may_be_modified() public | Stefan Metzmacher | 1 | -1/+1 |
2009-12-24 | s4:auth: change auth_check_password_send/recv to tevent_req | Stefan Metzmacher | 1 | -5/+7 |
2009-12-22 | s4:auth Change 'get_challenge' API to be more like Samba3 | Andrew Bartlett | 1 | -3/+3 |
2009-12-16 | s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn. | Andreas Schneider | 1 | -1/+1 |
2009-10-23 | s4-dsdb: create a static system_session context | Andrew Tridgell | 1 | -1/+1 |
2009-07-17 | s4:kdc Rework KDC to pull in less attributes for krbtgt lookups | Andrew Bartlett | 1 | -0/+2 |
2009-06-18 | s4:kdc Allow a password change when the password is expired | Andrew Bartlett | 1 | -1/+2 |
2009-05-26 | Don't use crossRef records to find our own domain | Andrew Bartlett | 1 | -3/+5 |
2009-02-13 | Push sam_get_server_info_principal into the auth subsystem | Andrew Bartlett | 1 | -1/+11 |
2009-02-13 | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 1 | -0/+24 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -4/+4 |
2008-12-04 | s4:kdc: allow a trusted domain to get kerberos tickets | Stefan Metzmacher | 1 | -1/+2 |
2008-08-28 | Heimdal provides Kerberos PAC parsing routines. Use them. | Andrew Bartlett | 1 | -0/+4 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -1/+58 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 1 | -0/+3 |
2007-12-21 | r26221: Add loadparm_context parameter to auth_context_create. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26127: Move session code out of auth_util.c. No longer making it part of aut... | Jelmer Vernooij | 1 | -7/+2 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -3/+3 |