index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gensec: move schannel module to toplevel.
Günther Deschner
2013-09-19
2
-0
/
+338
*
Add SASL/EXTERNAL gensec module
Howard Chu
2013-09-18
3
-1
/
+91
*
Prepare for SASL/EXTERNAL support
Howard Chu
2013-09-18
1
-0
/
+8
*
auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()
Andrew Bartlett
2013-09-16
5
-0
/
+60
*
gensec: Fix CID 1063258 Uninitialized scalar variable
Volker Lendecke
2013-08-19
1
-0
/
+1
*
auth/credentials: make sure cli_credentials_get_nt_hash() always returns a ta...
Stefan Metzmacher
2013-08-12
2
-7
/
+16
*
auth/gensec: treat struct gensec_security_ops as const if possible.
Stefan Metzmacher
2013-08-10
3
-34
/
+40
*
auth/gensec: use 'const char * const *' for function parameters
Stefan Metzmacher
2013-08-10
3
-3
/
+3
*
auth/gensec: make it possible to implement async backends
Stefan Metzmacher
2013-08-10
2
-49
/
+160
*
auth/gensec: avoid talloc_reference in gensec_security_mechs()
Stefan Metzmacher
2013-08-10
1
-18
/
+9
*
auth/gensec: avoid talloc_reference in gensec_use_kerberos_mechs()
Stefan Metzmacher
2013-08-10
1
-18
/
+20
*
auth/gensec: introduce gensec_internal.h
Stefan Metzmacher
2013-08-10
11
-96
/
+140
*
auth/gensec: add gensec_security_by_auth_type()
Stefan Metzmacher
2013-08-10
2
-0
/
+29
*
auth/gensec: first check GENSEC_FEATURE_SESSION_KEY before returning NOT_IMPL...
Stefan Metzmacher
2013-08-10
1
-3
/
+4
*
auth/credentials: use CRED_CALLBACK_RESULT after a callback
Stefan Metzmacher
2013-08-05
1
-11
/
+23
*
auth/credentials: simplify password_tries state
Stefan Metzmacher
2013-08-05
2
-6
/
+15
*
auth/credentials: get the old password from secrets.tdb
Stefan Metzmacher
2013-08-05
1
-0
/
+11
*
auth/credentials: keep cli_credentials private
Stefan Metzmacher
2013-08-05
6
-93
/
+126
*
auth/credentials: add cli_credentials_shallow_copy()
Stefan Metzmacher
2013-08-05
2
-0
/
+18
*
auth/credentials: add cli_credentials_[set_]callback_data*
Stefan Metzmacher
2013-08-05
2
-0
/
+19
*
auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...
Stefan Metzmacher
2013-08-05
1
-1
/
+1
*
auth/credentials: remove pointless talloc_reference() from cli_credentials_ge...
Stefan Metzmacher
2013-08-05
1
-1
/
+1
*
build: Build with system md5.h on OpenIndiana
Andrew Bartlett
2013-06-19
3
-3
/
+3
*
build: Remove unused credentials_samba3.c
Andrew Bartlett
2013-05-28
1
-49
/
+0
*
gensec: Make gensec_security_oids_from_ops static
Volker Lendecke
2013-05-15
1
-4
/
+5
*
gensec: Make gensec_security_by_sasl_list static
Volker Lendecke
2013-05-15
1
-3
/
+4
[next]