Age | Commit message (Expand) | Author | Files | Lines |
2011-10-18 | credentials: Prioritise command-line specified options above defaults from sm... | Andrew Bartlett | 1 | -3/+15 |
2011-10-11 | gensec: trim header includes back to what is actually required | Andrew Bartlett | 1 | -8/+2 |
2011-10-11 | auth/credentials Declare remaining functions are public interfaces and put in... | Andrew Bartlett | 2 | -9/+45 |
2011-10-11 | auth: move gensec_start.c to the top level | Andrew Bartlett | 3 | -5/+939 |
2011-10-11 | auth: move credentials layer to the top level | Andrew Bartlett | 13 | -0/+3656 |
2011-10-06 | Add missing com_err dependencies | Ewoud Kohl van Wijngaarden | 1 | -1/+1 |
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 1 | -1/+1 |
2011-08-03 | gensec: clarify memory ownership for gensec_session_info() and gensec_session... | Andrew Bartlett | 2 | -6/+11 |
2011-08-03 | gensec: Remove mem_ctx from calls that do not return memory | Andrew Bartlett | 2 | -8/+4 |
2011-08-03 | gensec: split GENSEC into mechanism-dependent and runtime functions | Andrew Bartlett | 4 | -0/+836 |
2011-07-20 | auth: Set NETLOGON_GUEST and use it to determine guest status | Andrew Bartlett | 1 | -1/+2 |
2011-07-20 | auth: Move make_user_info_SamBaseInfo() to talloc_strdup and out of memory ch... | Andrew Bartlett | 1 | -9/+31 |
2011-07-20 | auth: Split out make_user_info_SamBaseInfo and add authenticated argument | Andrew Bartlett | 2 | -29/+62 |
2011-07-20 | auth: include auth.idl structures into common_auth.h | Andrew Bartlett | 1 | -0/+2 |
2011-07-20 | auth: Preserve guest flag on transition via netr_SamInfo3 | Andrew Bartlett | 1 | -0/+3 |
2011-07-20 | Add my copyright | Andrew Bartlett | 1 | -1/+1 |
2011-06-15 | auth/kerberos/gssapi_pac: fix compiler warnings | Stefan Metzmacher | 1 | -6/+5 |
2011-06-10 | auth/auth_sam_reply.h: fix licence/copyright | Günther Deschner | 1 | -0/+22 |
2011-05-18 | build: Make auth_sam_reply a library | Andrew Bartlett | 1 | -5/+6 |
2011-05-08 | auth: allow auth_common.h to be included multiple times without error | Andrew Bartlett | 1 | -0/+5 |
2011-05-07 | Fix Samba3 on OpenIndiana. | Gordon Ross | 1 | -0/+24 |
2011-04-27 | auth/kerberos Add check for gss_inquire_sec_context_by_oid | Andrew Bartlett | 1 | -4/+10 |
2011-04-27 | auth/kerberos Move all the PAC handling functions to auth/kerberos | Andrew Bartlett | 2 | -1/+365 |
2011-04-27 | auth/kerberos: Create common helper to get the verified PAC from GSSAPI | Andrew Bartlett | 2 | -0/+126 |
2011-02-10 | s3-waf: fix the build after auth changes. | Günther Deschner | 1 | -0/+2 |
2011-02-10 | auth Move auth_sam_reply into the top level. | Andrew Bartlett | 3 | -0/+433 |
2010-08-31 | s3-auth: remove global include of krb5pac.h. | Günther Deschner | 1 | -2/+0 |
2010-08-14 | s3:auth Make Samba3 use the new common struct auth_usersupplied_info | Andrew Bartlett | 1 | -3/+3 |
2010-08-14 | s4:auth Move struct auth_usersupplied_info to a common location | Andrew Bartlett | 1 | -0/+63 |