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