Age | Commit message (Expand) | Author | Files | Lines |
2015-01-12 | CVE-2014-8143:auth: Force talloc type of session_info pointer to match | Andrew Bartlett | 1 | -0/+5 |
2014-07-15 | kerberos: Remove un-used event context argument from smb_krb5_init_context() | Andrew Bartlett | 3 | -14/+1 |
2013-05-16 | gensec: Make the no-hostname status message much less scary | Andrew Bartlett | 2 | -2/+2 |
2013-05-15 | source4/auth/kerberos/kerberos-notes.txt: Fix typo. | Karolin Seeger | 1 | -1/+1 |
2013-03-05 | gensec: recv_handler can't be NULL at that point. | Andreas Schneider | 1 | -1/+1 |
2013-03-02 | Move python modules from source4/scripting/python/ to python/. | Jelmer Vernooij | 1 | -1/+1 |
2013-02-28 | s4:pygensec: make use of samba_tevent_context_init() | Stefan Metzmacher | 1 | -1/+1 |
2013-02-22 | pyauth: Check return value of lpcfg_from_py_object(). | Andreas Schneider | 1 | -0/+4 |
2013-02-19 | s4:auth/kerberos: make use of samba_tevent_context_init() | Stefan Metzmacher | 1 | -1/+1 |
2013-02-12 | Fix some cut-and-paste and spelling in debug messages | Guenter Kukkukk | 1 | -8/+8 |
2013-01-21 | dsdb: Ensure "authenticated users" is processed for group memberships | Andrew Bartlett | 1 | -5/+39 |
2012-08-30 | auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds() | Andrew Bartlett | 2 | -0/+2 |
2012-08-28 | lib/krb5_wrap: Move enctype conversion functions into a simple helper file | Andrew Bartlett | 1 | -45/+0 |
2012-08-10 | build: rename security → samba-security | Björn Jacke | 2 | -2/+2 |
2012-07-17 | s4-auth: Make sure we use the correct credential state. | Andreas Schneider | 1 | -1/+6 |
2012-07-06 | auth: Common function for retrieving PAC_LOGIN_INFO from PAC | Christof Schmitt | 2 | -45/+0 |
2012-07-03 | auth: Remove .get_challenge (only used for security=server) | Andrew Bartlett | 7 | -97/+0 |
2012-06-19 | auth: Use only security_token_is_system to determine that a user is SYSTEM | Andrew Bartlett | 1 | -2/+0 |
2012-06-15 | lib/param: Create a seperate server role for "active directory domain control... | Andrew Bartlett | 2 | -1/+2 |
2012-06-12 | s4:kerberos: fix typos in kerberos-notes.txt | Michael Adam | 1 | -2/+2 |
2012-06-12 | s4:gensec: fix a comment typo | Michael Adam | 1 | -1/+1 |
2012-06-07 | build: Add missing deps and make MESSAGING a private library | Andrew Bartlett | 1 | -1/+1 |
2012-05-30 | lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used there | Andrew Bartlett | 1 | -0/+8 |
2012-05-23 | gse: Use the smb_gss_oid_equal wrapper. | Andreas Schneider | 2 | -2/+5 |
2012-05-23 | Introduce system MIT krb5 build with --with-system-mitkrb5 option. | Alexander Bokovoy | 2 | -1/+2 |
2012-05-23 | gensec_gssapi: Make it possible to build with MIT krb5 | Simo Sorce | 1 | -10/+20 |
2012-05-18 | pygensec: Fix init of variable if not specified. | Jelmer Vernooij | 1 | -1/+1 |
2012-05-17 | s4:auth/gensec_gssapi: add "gensec_gssapi:requested_life_time" option | Stefan Metzmacher | 1 | -1/+6 |
2012-05-17 | s4:auth/gensec: implement gensec_gssapi_expire_time() | Stefan Metzmacher | 1 | -0/+13 |
2012-05-17 | s4:auth/gensec_gssapi: add missing 'break' statements | Stefan Metzmacher | 1 | -0/+2 |
2012-05-17 | s4:auth/gensec_gssapi: remember the expire time | Stefan Metzmacher | 2 | -2/+9 |
2012-05-15 | s4:auth: remove unused auth_server.c | Stefan Metzmacher | 2 | -245/+0 |
2012-05-08 | s4-auth: Use smb_krb5_make_pac_checksum. | Andreas Schneider | 1 | -54/+24 |
2012-05-04 | s4:auth/kerberos: don't do tracing in MIT build | Alexander Bokovoy | 1 | -17/+0 |
2012-05-04 | auth-session: MIT doesn't have import/export cred yet | Simo Sorce | 1 | -3/+5 |
2012-05-04 | s4-auth-krb: Make srv_keytab.c build against MIT Kerberos | Simo Sorce | 1 | -8/+11 |
2012-05-04 | Fix incompatible assignment warning | Simo Sorce | 1 | -1/+1 |
2012-05-04 | Fix compiler warning | Simo Sorce | 1 | -1/+1 |
2012-05-04 | s4-auth-krb: Use compat code to initialize keyblock contents | Simo Sorce | 1 | -1/+1 |
2012-05-04 | s4-auth-krb: Disable code in MIT build | Simo Sorce | 1 | -1/+4 |
2012-05-04 | Move keytab_copy to krb5samba lib | Simo Sorce | 2 | -231/+1 |
2012-05-04 | Fix keytab_copy to compile with MIT librariues too | Simo Sorce | 1 | -10/+12 |
2012-05-04 | keytab_copy: Fix style, whitespaces | Simo Sorce | 1 | -8/+17 |
2012-05-04 | kerberos_pac: Fix code to work with MIT too | Simo Sorce | 1 | -3/+3 |
2012-05-04 | s4-auth-krb: smb_rd_req_return_stuff is used only in gensec_krb5 | Simo Sorce | 5 | -2/+13 |
2012-05-04 | Split normal kinit from s4u2 flavored kinit | Simo Sorce | 1 | -7/+21 |
2012-05-04 | Move kerberos_kinit_password_cc to krb5samba lib | Simo Sorce | 3 | -427/+1 |
2012-05-04 | Move kerberos_kinit_keyblock_cc to krb5samba lib | Simo Sorce | 2 | -55/+0 |
2012-05-04 | krb-init: define out heimdal specific stuff in mitkrb build | Simo Sorce | 1 | -3/+12 |
2012-05-04 | s4-auth-krb: avoid useless condition | Simo Sorce | 1 | -1/+1 |