index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth/kerberos: remove allow_warnings=True
Stefan Metzmacher
2015-03-20
1
-1
/
+0
*
auth/kerberos: avoid compiler warnings
Stefan Metzmacher
2015-03-20
1
-4
/
+12
*
build: Add talloc and samba-debug dep for gensec_external module
Andrew Bartlett
2015-03-19
1
-0
/
+1
*
s4: lib: auth: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with servers ...
Jeremy Allison
2015-03-19
1
-4
/
+36
*
auth/credentials: add cli_credentials_set_old_utf16_password()
Stefan Metzmacher
2015-03-12
2
-0
/
+49
*
auth/credentials: add cli_credentials_[g|s]et_old_nt_hash()
Stefan Metzmacher
2015-03-12
4
-0
/
+64
*
auth/credentials: add a missing talloc check to cli_credentials_set_nt_hash()
Stefan Metzmacher
2015-03-12
1
-0
/
+3
*
auth/kerberos: Do a string comparison in kerberos_decode_pac() not a principa...
Andrew Bartlett
2015-03-12
1
-11
/
+12
*
Fix the O3 developer build
Volker Lendecke
2015-03-03
1
-2
/
+4
*
auth/credentials_krb5: fix memory leak in cli_credentials_failed_kerberos_log...
Günther Deschner
2015-01-26
1
-0
/
+2
*
auth/credentials: add cli_credentials_set_utf16_password()
Stefan Metzmacher
2014-12-19
3
-6
/
+65
*
auth/gensec: add support for SEC_CHAN_DNS_DOMAIN to schannel_update()
Stefan Metzmacher
2014-12-19
1
-17
/
+10
*
auth/gensec: make sure we keep a DCERPC_AUTH_TYPE_SCHANNEL backend if required
Stefan Metzmacher
2014-12-19
1
-0
/
+8
*
credentials test: Use samba.tests.subunitrun.
Jelmer Vernooij
2014-11-22
1
-20
/
+14
*
Remove unused imports.
Jelmer Vernooij
2014-11-19
1
-7
/
+1
*
auth: add missing includes to auth/wbc_auth_util.c
Stefan Metzmacher
2014-11-14
1
-0
/
+2
*
auth/credentials: Ensure that we set the realm when reading secrets.tdb
Andrew Bartlett
2014-10-17
1
-0
/
+3
*
credentials: Allow the secret.tdb handle to be passed in to cli_credentials_s...
Andrew Bartlett
2014-10-17
2
-13
/
+64
*
credentials: Improve error message on failure to set machine account password
Andrew Bartlett
2014-10-17
1
-4
/
+6
*
credentials: Set secure_channel_type from secrets.tdb in cli_credentials_set_...
Andrew Bartlett
2014-10-17
1
-0
/
+13
*
credentials: Allow the secrets.tdb password to be newer than the secrets.ldb ...
Andrew Bartlett
2014-09-27
1
-0
/
+2
*
auth: gensec: asn1 fixes - check all returns.
Jeremy Allison
2014-09-26
1
-5
/
+6
*
auth/credentials_krb5: silence a build warning.
Günther Deschner
2014-08-08
1
-0
/
+2
*
auth/credentials-krb5: use get_kerberos_allowed_etypes().
Günther Deschner
2014-08-08
1
-6
/
+5
*
s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbindd
Andrew Bartlett
2014-07-04
1
-1
/
+1
*
auth: Provide a way to use the auth stack for winbindd authentication
Andrew Bartlett
2014-06-11
1
-1
/
+5
*
auth: avoid overwriting the auth_sam_reply.h header all the time.
Günther Deschner
2014-05-12
2
-1
/
+8
*
kerberos: Remove un-used event context argument from smb_krb5_init_context()
Andrew Bartlett
2014-04-28
1
-1
/
+1
*
gensec: add DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM backend
Andreas Schneider
2014-04-24
2
-0
/
+293
*
auth/gensec: use auth_ctx->generate_session_info() for schannel
Stefan Metzmacher
2014-04-24
1
-3
/
+46
*
auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top level
Andrew Bartlett
2014-04-18
2
-1
/
+226
*
auth: Pass though error from GENSEC sub-mechanism
Andrew Bartlett
2014-04-02
1
-1
/
+1
*
auth/kerberos: explicitly use allow_warnings=True
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
auth/tests: add missing #include "torture/local/proto.h"
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
auth/gensec/spnego: map SPNEGO_REJECT to NT_STATUS_LOGON_FAILURE
Stefan Metzmacher
2014-03-27
1
-1
/
+1
*
auth/gensec: remove tevent_context argument from gensec_update()
Stefan Metzmacher
2014-03-27
2
-4
/
+3
*
auth/gensec: make use of gensec_update_ev() in spnego.c
Stefan Metzmacher
2014-03-27
1
-8
/
+8
*
auth/gensec: add a gensec_update_ev() function
Stefan Metzmacher
2014-03-27
2
-14
/
+27
*
auth/gensec: fix gensec_update() with ev == NULL.
Stefan Metzmacher
2014-03-27
1
-0
/
+32
*
auth/kerberos: fix a typo.
Günther Deschner
2014-03-12
1
-1
/
+1
*
Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.
Garming Sam
2014-03-05
1
-3
/
+12
*
auth/gensec: only include "librpc/gen_ndr/dcerpc.h"
Stefan Metzmacher
2014-02-13
2
-2
/
+2
*
dbwrap: add dbwrap_flags argument to dbwrap_local_open()
Michael Adam
2014-02-07
1
-1
/
+2
*
auth/gensec: implement GENSEC_FEATURE_SIGN_PKT_HEADER in schannel.c
Stefan Metzmacher
2014-01-07
1
-10
/
+46
*
auth/gensec: move libcli/auth/schannel_sign.c into schannel.c
Stefan Metzmacher
2014-01-07
1
-0
/
+380
*
auth/ntlmssp: GENSEC_FEATURE_SIGN_PKT_HEADER is always supported
Stefan Metzmacher
2014-01-07
1
-0
/
+4
*
auth:credentials: avoid talloc_reference in cli_credentials_set_netlogon_creds()
Stefan Metzmacher
2013-10-16
1
-1
/
+5
*
auth: fix space/tab mixup in cli_credentials_get_password()
Michael Adam
2013-09-20
1
-2
/
+2
*
gensec: check for NULL gensec_security in gensec_security_by_auth_type().
Günther Deschner
2013-09-19
1
-2
/
+4
*
gensec: remove duplicate gensec_security_by_authtype() call.
Günther Deschner
2013-09-19
1
-27
/
+2
[next]