summaryrefslogtreecommitdiffstats
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
...
* auth/gensec: make it possible to implement async backendsStefan Metzmacher2013-08-102-49/+160
* auth/gensec: avoid talloc_reference in gensec_security_mechs()Stefan Metzmacher2013-08-101-18/+9
* auth/gensec: avoid talloc_reference in gensec_use_kerberos_mechs()Stefan Metzmacher2013-08-101-18/+20
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-1011-96/+140
* auth/gensec: add gensec_security_by_auth_type()Stefan Metzmacher2013-08-102-0/+29
* auth/gensec: first check GENSEC_FEATURE_SESSION_KEY before returning NOT_IMPL...Stefan Metzmacher2013-08-101-3/+4
* auth/credentials: use CRED_CALLBACK_RESULT after a callbackStefan Metzmacher2013-08-051-11/+23
* auth/credentials: simplify password_tries stateStefan Metzmacher2013-08-052-6/+15
* auth/credentials: get the old password from secrets.tdbStefan Metzmacher2013-08-051-0/+11
* auth/credentials: keep cli_credentials privateStefan Metzmacher2013-08-056-93/+126
* auth/credentials: add cli_credentials_shallow_copy()Stefan Metzmacher2013-08-052-0/+18
* auth/credentials: add cli_credentials_[set_]callback_data*Stefan Metzmacher2013-08-052-0/+19
* auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...Stefan Metzmacher2013-08-051-1/+1
* auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...Stefan Metzmacher2013-08-051-1/+1
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-193-3/+3
* build: Remove unused credentials_samba3.cAndrew Bartlett2013-05-281-49/+0
* gensec: Make gensec_security_oids_from_ops staticVolker Lendecke2013-05-151-4/+5
* gensec: Make gensec_security_by_sasl_list staticVolker Lendecke2013-05-151-3/+4
* gensec: Make gensec_interface_version publicVolker Lendecke2013-05-152-1/+2
* secrets: use lpcfg_private_db_path() convenience helper.Rusty Russell2013-04-121-3/+1
* auth/ntlmssp: Avoid use-after-free of user_info after logon failure at log le...Andrew Bartlett2013-03-271-1/+1
* auth/pycredentials: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-281-1/+1
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-201-1/+3
* gensec: Allow login without a PAC by default (bug #9581)Andrew Bartlett2013-01-241-1/+1
* auth: added cli_credentials_failed_kerberos_login()Andrew Tridgell2012-11-012-0/+64
* auth/kerberos: add HAVE_KRB5 guard to fix non-krb5 build after winbindd pac c...Andrew Bartlett2012-09-221-0/+3
* auth/kerberos: Adjust log level for failed PAC signature verificationChristof Schmitt2012-09-201-1/+1
* auth: Fix some nonempty blank linesVolker Lendecke2012-09-201-61/+59
* auth/credentials: Do not print passwords in a talloc memory dumpAndrew Bartlett2012-08-311-0/+8
* auth/credentials: Support match-by-key in cli_credentials_get_server_gss_creds()Andrew Bartlett2012-08-301-3/+8
* auth/credentials: Remove unused, and un-declared cli_credentials_set_krbtgt()Andrew Bartlett2012-08-291-29/+0
* auth/credentials: Better integrate fetch of secrets.tdb and secrets.ldb recordsAndrew Bartlett2012-08-291-32/+61
* auth/credentials: Improve memory handling in cli_credentials_set_machine_accountAndrew Bartlett2012-08-291-26/+26
* auth/credentials: Avoid double-free in the failure caseAndrew Bartlett2012-08-291-1/+1
* auth/credentials: Rework credentials handling to try and find the most recent...Andrew Bartlett2012-08-281-33/+71
* auth/credentials: Expand secrets.tdb fetch of secrets to preserve workstation...Andrew Bartlett2012-08-281-0/+4
* build: rename security → samba-securityBjörn Jacke2012-08-102-2/+2
* auth/ntlmssp: avoid talloc_tos() in ntlmssp_client_initial()Stefan Metzmacher2012-08-041-1/+1
* auth/kerberos: Do not do pointer arithmatic on a void *Andrew Bartlett2012-07-301-1/+1
* auth/credentials: Remove extra newlineAndrew Bartlett2012-07-191-1/+1
* auth/credentials: Look in the secrets.tdb for the machine accountAndrew Bartlett2012-07-152-3/+50
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-062-0/+47
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-032-11/+0
* auth/gensec: Remove unused gensec_security parameterAndrew Bartlett2012-07-031-6/+3
* auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()Alexander Bokovoy2012-06-061-2/+18
* auth/credentials: 'workgroup' set via command line will not drop existing ccacheAlexander Bokovoy2012-05-242-13/+7
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-231-1/+1
* auth-credentials: Support using pre-fetched ccache when obtaining kerberos cr...Alexander Bokovoy2012-05-231-2/+12
* auth and s4-rpc_server: Do not use features we currently can't implement with...Simo Sorce2012-05-231-1/+4
* auth/gensec: implement gensec_spnego_expire_time()Stefan Metzmacher2012-05-171-0/+12