summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* lib/krb5_wrap: Move enctype conversion functions into a simple helper fileAndrew Bartlett2012-08-281-45/+0
* build: rename security → samba-securityBjörn Jacke2012-08-102-2/+2
* s4-auth: Make sure we use the correct credential state.Andreas Schneider2012-07-171-1/+6
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-062-45/+0
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-037-97/+0
* auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett2012-06-191-2/+0
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-152-1/+2
* s4:kerberos: fix typos in kerberos-notes.txtMichael Adam2012-06-121-2/+2
* s4:gensec: fix a comment typoMichael Adam2012-06-121-1/+1
* build: Add missing deps and make MESSAGING a private libraryAndrew Bartlett2012-06-071-1/+1
* lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used thereAndrew Bartlett2012-05-301-0/+8
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-232-2/+5
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-232-1/+2
* gensec_gssapi: Make it possible to build with MIT krb5Simo Sorce2012-05-231-10/+20
* pygensec: Fix init of variable if not specified.Jelmer Vernooij2012-05-181-1/+1
* s4:auth/gensec_gssapi: add "gensec_gssapi:requested_life_time" optionStefan Metzmacher2012-05-171-1/+6
* s4:auth/gensec: implement gensec_gssapi_expire_time()Stefan Metzmacher2012-05-171-0/+13
* s4:auth/gensec_gssapi: add missing 'break' statementsStefan Metzmacher2012-05-171-0/+2
* s4:auth/gensec_gssapi: remember the expire timeStefan Metzmacher2012-05-172-2/+9
* s4:auth: remove unused auth_server.cStefan Metzmacher2012-05-152-245/+0
* s4-auth: Use smb_krb5_make_pac_checksum.Andreas Schneider2012-05-081-54/+24
* s4:auth/kerberos: don't do tracing in MIT buildAlexander Bokovoy2012-05-041-17/+0
* auth-session: MIT doesn't have import/export cred yetSimo Sorce2012-05-041-3/+5
* s4-auth-krb: Make srv_keytab.c build against MIT KerberosSimo Sorce2012-05-041-8/+11
* Fix incompatible assignment warningSimo Sorce2012-05-041-1/+1
* Fix compiler warningSimo Sorce2012-05-041-1/+1
* s4-auth-krb: Use compat code to initialize keyblock contentsSimo Sorce2012-05-041-1/+1
* s4-auth-krb: Disable code in MIT buildSimo Sorce2012-05-041-1/+4
* Move keytab_copy to krb5samba libSimo Sorce2012-05-042-231/+1
* Fix keytab_copy to compile with MIT librariues tooSimo Sorce2012-05-041-10/+12
* keytab_copy: Fix style, whitespacesSimo Sorce2012-05-041-8/+17
* kerberos_pac: Fix code to work with MIT tooSimo Sorce2012-05-041-3/+3
* s4-auth-krb: smb_rd_req_return_stuff is used only in gensec_krb5Simo Sorce2012-05-045-2/+13
* Split normal kinit from s4u2 flavored kinitSimo Sorce2012-05-041-7/+21
* Move kerberos_kinit_password_cc to krb5samba libSimo Sorce2012-05-043-427/+1
* Move kerberos_kinit_keyblock_cc to krb5samba libSimo Sorce2012-05-042-55/+0
* krb-init: define out heimdal specific stuff in mitkrb buildSimo Sorce2012-05-041-3/+12
* s4-auth-krb: avoid useless conditionSimo Sorce2012-05-041-1/+1
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-253-4/+3
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-232-4/+5
* For now just disable this Heindal specific stuff in the MIT buildSimo Sorce2012-04-235-3/+29
* Make krb5 context initialization not heimdal specificSimo Sorce2012-04-232-22/+54
* Fix Error messagesSimo Sorce2012-04-191-4/+2
* s4-auth: Make sure ldb context is initialized even if not passed by Python codeAlexander Bokovoy2012-04-141-1/+1
* srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2012-04-121-16/+11
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-123-0/+3
* auth-krb: Make functions static.Simo Sorce2012-04-121-0/+71
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-122-43/+3
* s4-auth-krb: Remove dependency on credentials too.Simo Sorce2012-04-122-11/+5
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-123-40/+54