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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
auth
/
gensec
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: provide tevent-util as a public library
Andrew Bartlett
2011-08-08
1
-1
/
+1
*
s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp
Andrew Bartlett
2011-08-03
2
-0
/
+2
*
gensec: clarify memory ownership for gensec_session_info() and gensec_session...
Andrew Bartlett
2011-08-03
6
-38
/
+28
*
gensec: Remove mem_ctx from calls that do not return memory
Andrew Bartlett
2011-08-03
3
-16
/
+11
*
gensec: split GENSEC into mechanism-dependent and runtime functions
Andrew Bartlett
2011-08-03
9
-923
/
+172
*
gensec: Add a way to request a unix token from GENSEC
Andrew Bartlett
2011-07-29
2
-5
/
+13
*
s4auth: Fix the object name for Py_Security
Amitay Isaacs
2011-07-28
1
-1
/
+1
*
auth: Split out make_user_info_SamBaseInfo and add authenticated argument
Andrew Bartlett
2011-07-20
1
-0
/
+1
*
s4-auth: quiet down the krb5 warnings when kerberos is not set to 'MUST'
Andrew Tridgell
2011-06-17
1
-1
/
+1
*
s4-gensec bring GSS_S_CONTEXT_EXPIRED into it's own error handler
Andrew Bartlett
2011-06-08
1
-0
/
+59
*
s4-modules Remove lp_ctx from init functions that no longer need it
Andrew Bartlett
2011-06-06
3
-5
/
+5
*
s4:gensec_gssapi: avoid delegation if s4u2self/proxy is used
Stefan Metzmacher
2011-05-18
1
-0
/
+4
*
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
2011-05-08
3
-7
/
+7
*
sasl_secret_t ends in a char [1] size. This means the extra character is impl...
Jeremy Allison
2011-05-04
1
-2
/
+2
*
s4-gensec: Use new common 'obtain the PAC' functions.
Andrew Bartlett
2011-04-27
1
-15
/
+4
*
libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth
Andrew Bartlett
2011-04-27
1
-38
/
+0
*
libcli/auth Move PAC parsing and verification in common.
Andrew Bartlett
2011-04-20
1
-2
/
+2
*
lib: make asn1_util a private library
Andrew Tridgell
2011-04-06
1
-1
/
+1
*
auth: Move auth_session_info into IDL
Andrew Bartlett
2011-04-05
1
-1
/
+1
*
s4:python bindings - handle NULL returns from "loadparm_init_global"
Matthias Dieter Wallnöfer
2011-03-22
1
-0
/
+10
*
source4/auth/gensec: Fix prototypes for all functions.
Jelmer Vernooij
2011-03-19
7
-1
/
+11
*
s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.c
Günther Deschner
2011-03-04
1
-1
/
+1
*
build: moved spnego_parse.c into a common subsystem
Andrew Tridgell
2011-02-24
1
-2
/
+2
*
build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystem
Andrew Tridgell
2011-02-24
1
-2
/
+2
*
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
2011-02-10
1
-1
/
+1
*
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
2011-02-09
4
-21
/
+42
*
s4-gensec Remove special case 'for SASL' that is not required any more.
Andrew Bartlett
2011-01-19
1
-13
/
+0
*
pygensec: remove special case handling for None for buffers
Andrew Tridgell
2011-01-19
1
-35
/
+28
*
s4-gensec Extend python bindings for GENSEC and the associated test
Andrew Bartlett
2011-01-18
1
-21
/
+223
*
s4-pygensec Fix indentation of py_gensec_start_mech_by_name()
Andrew Bartlett
2011-01-18
1
-11
/
+11
*
s4-pygensec Add bindings for server_start() and update()
Andrew Bartlett
2011-01-18
1
-4
/
+96
*
s4-pyauth Use py_talloc_get_type() for greater talloc binding safety
Andrew Bartlett
2011-01-18
1
-6
/
+9
*
s4-gensec Don't steal the auth_context, reference it.
Andrew Bartlett
2011-01-18
1
-2
/
+6
*
s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature size
Stefan Metzmacher
2011-01-03
1
-1
/
+6
*
s4-auth Remove duplicate copies of session_info creation code
Andrew Bartlett
2010-12-21
1
-6
/
+10
*
s4:auth/gensec/spnego.c - remove unused variable "principal"
Matthias Dieter Wallnöfer
2010-12-21
1
-1
/
+0
*
s4:gensec/spnego: only look at the optimistic token if we support the first mech
Stefan Metzmacher
2010-12-14
1
-4
/
+20
*
s4-spnego Match Windows 2008, and no longer supply a name in the CIFS Negprot
Andrew Bartlett
2010-12-09
1
-10
/
+1
*
s4-pkgconfig: add @LIB_RPATH@ to our link flags
Andrew Tridgell
2010-12-08
1
-1
/
+1
*
s4-spnego use "not_defined_in_RFC4178@please_ignore" if no principal specified
Andrew Bartlett
2010-12-08
1
-0
/
+2
*
libcli/auth bring ADS_IGNORE_PRINCIPAL in common
Andrew Bartlett
2010-12-08
1
-1
/
+2
*
s4:auth/gensec/gensec_krb5.c - fix/reorder memory free operations
Matthias Dieter Wallnöfer
2010-12-04
1
-3
/
+15
*
s4:auth/gensec/gensec_krb5.c - remove a pointless "nt_status" test
Matthias Dieter Wallnöfer
2010-12-04
1
-8
/
+3
*
pygensec: Fix initialization.
Jelmer Vernooij
2010-12-01
1
-1
/
+1
*
pygensec: Use talloc.Object.
Jelmer Vernooij
2010-12-01
1
-1
/
+4
*
s4:auth/gensec/gensec_tstream.c - quiet warnings on Solaris "cc"
Matthias Dieter Wallnöfer
2010-11-29
1
-2
/
+2
*
s4:auth/gensec/gensec_gssapi.c - always print error messages on the same tall...
Matthias Dieter Wallnöfer
2010-11-29
1
-2
/
+2
*
s4-gensec: zero the gssapi_state
Andrew Tridgell
2010-11-17
1
-1
/
+1
*
s4-gensec Indicate if GENSEC is in client or server mode in the debug
Andrew Bartlett
2010-11-15
1
-2
/
+4
*
auth/gensec Handle incorrect username or password in Kerberos client code
Andrew Bartlett
2010-11-15
2
-0
/
+3
[next]