summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* gensec: Make the no-hostname status message much less scaryAndrew Bartlett2013-05-162-2/+2
* source4/auth/kerberos/kerberos-notes.txt: Fix typo.Karolin Seeger2013-05-151-1/+1
* gensec: recv_handler can't be NULL at that point.Andreas Schneider2013-03-051-1/+1
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-1/+1
* s4:pygensec: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-281-1/+1
* pyauth: Check return value of lpcfg_from_py_object().Andreas Schneider2013-02-221-0/+4
* s4:auth/kerberos: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* Fix some cut-and-paste and spelling in debug messagesGuenter Kukkukk2013-02-121-8/+8
* dsdb: Ensure "authenticated users" is processed for group membershipsAndrew Bartlett2013-01-211-5/+39
* auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett2012-08-302-0/+2
* 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