Age | Commit message (Expand) | Author | Files | Lines |
2013-08-19 | gensec: Fix CID 1063258 Uninitialized scalar variable | Volker Lendecke | 1 | -0/+1 |
2013-08-12 | auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta... | Stefan Metzmacher | 2 | -7/+16 |
2013-08-10 | auth/gensec: treat struct gensec_security_ops as const if possible. | Stefan Metzmacher | 3 | -34/+40 |
2013-08-10 | auth/gensec: use 'const char * const *' for function parameters | Stefan Metzmacher | 3 | -3/+3 |
2013-08-10 | auth/gensec: make it possible to implement async backends | Stefan Metzmacher | 2 | -49/+160 |
2013-08-10 | auth/gensec: avoid talloc_reference in gensec_security_mechs() | Stefan Metzmacher | 1 | -18/+9 |
2013-08-10 | auth/gensec: avoid talloc_reference in gensec_use_kerberos_mechs() | Stefan Metzmacher | 1 | -18/+20 |
2013-08-10 | auth/gensec: introduce gensec_internal.h | Stefan Metzmacher | 11 | -96/+140 |
2013-08-10 | auth/gensec: add gensec_security_by_auth_type() | Stefan Metzmacher | 2 | -0/+29 |
2013-08-10 | auth/gensec: first check GENSEC_FEATURE_SESSION_KEY before returning NOT_IMPL... | Stefan Metzmacher | 1 | -3/+4 |
2013-08-05 | auth/credentials: use CRED_CALLBACK_RESULT after a callback | Stefan Metzmacher | 1 | -11/+23 |
2013-08-05 | auth/credentials: simplify password_tries state | Stefan Metzmacher | 2 | -6/+15 |
2013-08-05 | auth/credentials: get the old password from secrets.tdb | Stefan Metzmacher | 1 | -0/+11 |
2013-08-05 | auth/credentials: keep cli_credentials private | Stefan Metzmacher | 6 | -93/+126 |
2013-08-05 | auth/credentials: add cli_credentials_shallow_copy() | Stefan Metzmacher | 2 | -0/+18 |
2013-08-05 | auth/credentials: add cli_credentials_[set_]callback_data* | Stefan Metzmacher | 2 | -0/+19 |
2013-08-05 | auth/credentials: remove pointless talloc_reference() from cli_credentials_ge... | Stefan Metzmacher | 1 | -1/+1 |
2013-08-05 | auth/credentials: remove pointless talloc_reference() from cli_credentials_ge... | Stefan Metzmacher | 1 | -1/+1 |
2013-06-19 | build: Build with system md5.h on OpenIndiana | Andrew Bartlett | 3 | -3/+3 |
2013-05-28 | build: Remove unused credentials_samba3.c | Andrew Bartlett | 1 | -49/+0 |
2013-05-15 | gensec: Make gensec_security_oids_from_ops static | Volker Lendecke | 1 | -4/+5 |
2013-05-15 | gensec: Make gensec_security_by_sasl_list static | Volker Lendecke | 1 | -3/+4 |
2013-05-15 | gensec: Make gensec_interface_version public | Volker Lendecke | 2 | -1/+2 |
2013-04-12 | secrets: use lpcfg_private_db_path() convenience helper. | Rusty Russell | 1 | -3/+1 |
2013-03-27 | auth/ntlmssp: Avoid use-after-free of user_info after logon failure at log le... | Andrew Bartlett | 1 | -1/+1 |
2013-02-28 | auth/pycredentials: make use of samba_tevent_context_init() | Stefan Metzmacher | 1 | -1/+1 |
2013-02-20 | ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb' | Rusty Russell | 1 | -1/+3 |
2013-01-24 | gensec: Allow login without a PAC by default (bug #9581) | Andrew Bartlett | 1 | -1/+1 |
2012-11-01 | auth: added cli_credentials_failed_kerberos_login() | Andrew Tridgell | 2 | -0/+64 |
2012-09-22 | auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac c... | Andrew Bartlett | 1 | -0/+3 |
2012-09-20 | auth/kerberos: Adjust log level for failed PAC signature verification | Christof Schmitt | 1 | -1/+1 |
2012-09-20 | auth: Fix some nonempty blank lines | Volker Lendecke | 1 | -61/+59 |
2012-08-31 | auth/credentials: Do not print passwords in a talloc memory dump | Andrew Bartlett | 1 | -0/+8 |
2012-08-30 | auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds() | Andrew Bartlett | 1 | -3/+8 |
2012-08-29 | auth/credentials: Remove unused, and un-declared cli_credentials_set_krbtgt() | Andrew Bartlett | 1 | -29/+0 |
2012-08-29 | auth/credentials: Better integrate fetch of secrets.tdb and secrets.ldb records | Andrew Bartlett | 1 | -32/+61 |
2012-08-29 | auth/credentials: Improve memory handling in cli_credentials_set_machine_account | Andrew Bartlett | 1 | -26/+26 |
2012-08-29 | auth/credentials: Avoid double-free in the failure case | Andrew Bartlett | 1 | -1/+1 |
2012-08-28 | auth/credentials: Rework credentials handling to try and find the most recent... | Andrew Bartlett | 1 | -33/+71 |
2012-08-28 | auth/credentials: Expand secrets.tdb fetch of secrets to preserve workstation... | Andrew Bartlett | 1 | -0/+4 |
2012-08-10 | build: rename security → samba-security | Björn Jacke | 2 | -2/+2 |
2012-08-04 | auth/ntlmssp: avoid talloc_tos() in ntlmssp_client_initial() | Stefan Metzmacher | 1 | -1/+1 |
2012-07-30 | auth/kerberos: Do not do pointer arithmatic on a void * | Andrew Bartlett | 1 | -1/+1 |
2012-07-19 | auth/credentials: Remove extra newline | Andrew Bartlett | 1 | -1/+1 |
2012-07-15 | auth/credentials: Look in the secrets.tdb for the machine account | Andrew Bartlett | 2 | -3/+50 |
2012-07-06 | auth: Common function for retrieving PAC_LOGIN_INFO from PAC | Christof Schmitt | 2 | -0/+47 |
2012-07-03 | auth: Remove .get_challenge (only used for security=server) | Andrew Bartlett | 2 | -11/+0 |
2012-07-03 | auth/gensec: Remove unused gensec_security parameter | Andrew Bartlett | 1 | -6/+3 |
2012-06-06 | auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute() | Alexander Bokovoy | 1 | -2/+18 |
2012-05-24 | auth/credentials: 'workgroup' set via command line will not drop existing ccache | Alexander Bokovoy | 2 | -13/+7 |