summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2013-10-27auth-kerberos: add the credentials.h so that enum credentials_obtained is def...Matthieu Patou1-0/+1
2013-10-15auth4: Remove an unused variableVolker Lendecke1-1/+0
2013-09-19gensec: move schannel module to toplevel.Günther Deschner2-340/+0
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher5-0/+5
2013-08-10s4:gensec/schannel: only require librpc/gen_ndr/dcerpc.hStefan Metzmacher1-1/+1
2013-08-10s4:gensec/schannel: there's no point in having schannel_session_key()Stefan Metzmacher1-8/+0
2013-08-10s4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is not supportedStefan Metzmacher1-3/+0
2013-08-10s4:gensec/schannel: use the correct computer_name from netlogon_creds_Credent...Stefan Metzmacher1-3/+3
2013-08-10s4:gensec/schannel: simplify the code by using netsec_create_state()Stefan Metzmacher1-68/+30
2013-08-10s4:gensec/schannel: remove unused dcerpc_schannel_creds()Stefan Metzmacher2-49/+0
2013-05-16gensec: Make the no-hostname status message much less scaryAndrew Bartlett2-2/+2
2013-05-15source4/auth/kerberos/kerberos-notes.txt: Fix typo.Karolin Seeger1-1/+1
2013-03-05gensec: recv_handler can't be NULL at that point.Andreas Schneider1-1/+1
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-1/+1
2013-02-28s4:pygensec: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-02-22pyauth: Check return value of lpcfg_from_py_object().Andreas Schneider1-0/+4
2013-02-19s4:auth/kerberos: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2013-02-12Fix some cut-and-paste and spelling in debug messagesGuenter Kukkukk1-8/+8
2013-01-21dsdb: Ensure "authenticated users" is processed for group membershipsAndrew Bartlett1-5/+39
2012-08-30auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett2-0/+2
2012-08-28lib/krb5_wrap: Move enctype conversion functions into a simple helper fileAndrew Bartlett1-45/+0
2012-08-10build: rename security → samba-securityBjörn Jacke2-2/+2
2012-07-17s4-auth: Make sure we use the correct credential state.Andreas Schneider1-1/+6
2012-07-06auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2-45/+0
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett7-97/+0
2012-06-19auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett1-2/+0
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2-1/+2
2012-06-12s4:kerberos: fix typos in kerberos-notes.txtMichael Adam1-2/+2
2012-06-12s4:gensec: fix a comment typoMichael Adam1-1/+1
2012-06-07build: Add missing deps and make MESSAGING a private libraryAndrew Bartlett1-1/+1
2012-05-30lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used thereAndrew Bartlett1-0/+8
2012-05-23gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2-2/+5
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2-1/+2
2012-05-23gensec_gssapi: Make it possible to build with MIT krb5Simo Sorce1-10/+20
2012-05-18pygensec: Fix init of variable if not specified.Jelmer Vernooij1-1/+1
2012-05-17s4:auth/gensec_gssapi: add "gensec_gssapi:requested_life_time" optionStefan Metzmacher1-1/+6
2012-05-17s4:auth/gensec: implement gensec_gssapi_expire_time()Stefan Metzmacher1-0/+13
2012-05-17s4:auth/gensec_gssapi: add missing 'break' statementsStefan Metzmacher1-0/+2
2012-05-17s4:auth/gensec_gssapi: remember the expire timeStefan Metzmacher2-2/+9
2012-05-15s4:auth: remove unused auth_server.cStefan Metzmacher2-245/+0
2012-05-08s4-auth: Use smb_krb5_make_pac_checksum.Andreas Schneider1-54/+24
2012-05-04s4:auth/kerberos: don't do tracing in MIT buildAlexander Bokovoy1-17/+0
2012-05-04auth-session: MIT doesn't have import/export cred yetSimo Sorce1-3/+5
2012-05-04s4-auth-krb: Make srv_keytab.c build against MIT KerberosSimo Sorce1-8/+11
2012-05-04Fix incompatible assignment warningSimo Sorce1-1/+1
2012-05-04Fix compiler warningSimo Sorce1-1/+1
2012-05-04s4-auth-krb: Use compat code to initialize keyblock contentsSimo Sorce1-1/+1
2012-05-04s4-auth-krb: Disable code in MIT buildSimo Sorce1-1/+4
2012-05-04Move keytab_copy to krb5samba libSimo Sorce2-231/+1
2012-05-04Fix keytab_copy to compile with MIT librariues tooSimo Sorce1-10/+12