index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
auth
/
gensec
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-18
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
5
-41
/
+48
2011-10-18
gensec: move event-using code to gensec_update() hooks out of gensec_start*()
Andrew Bartlett
3
-39
/
+77
2011-10-13
libcli/auth: Provide a struct loadparm_context to schannel calls
Andrew Bartlett
1
-1
/
+1
2011-10-11
auth: move gensec_start.c to the top level
Andrew Bartlett
6
-972
/
+65
2011-10-11
auth: move credentials layer to the top level
Andrew Bartlett
1
-0
/
+4
2011-10-06
lib/util: consolidate module loading into common code
Andrew Bartlett
2
-1
/
+2
2011-09-19
s4:auth - remove unused variables
Matthias Dieter Wallnöfer
1
-1
/
+0
2011-09-06
s4:auth/gensec: gensec.h was moved to gensec_runtime
Stefan Metzmacher
1
-1
/
+1
2011-08-21
gensec: Install header file.
Jelmer Vernooij
1
-0
/
+1
2011-08-18
credentials: Rename library to samba-credentials to avoid name clashes.
Jelmer Vernooij
1
-5
/
+5
2011-08-14
Use public pytalloc header file.
Jelmer Vernooij
1
-1
/
+1
2011-08-14
s4:misc: remove last usage of legacy event_ fn names
Simo Sorce
1
-3
/
+3
2011-08-10
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
1
-20
/
+20
2011-08-08
build: provide tevent-util as a public library
Andrew Bartlett
1
-1
/
+1
2011-08-03
s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp
Andrew Bartlett
2
-0
/
+2
2011-08-03
gensec: clarify memory ownership for gensec_session_info() and gensec_session...
Andrew Bartlett
6
-38
/
+28
2011-08-03
gensec: Remove mem_ctx from calls that do not return memory
Andrew Bartlett
3
-16
/
+11
2011-08-03
gensec: split GENSEC into mechanism-dependent and runtime functions
Andrew Bartlett
9
-923
/
+172
2011-07-29
gensec: Add a way to request a unix token from GENSEC
Andrew Bartlett
2
-5
/
+13
2011-07-28
s4auth: Fix the object name for Py_Security
Amitay Isaacs
1
-1
/
+1
2011-07-20
auth: Split out make_user_info_SamBaseInfo and add authenticated argument
Andrew Bartlett
1
-0
/
+1
2011-06-17
s4-auth: quiet down the krb5 warnings when kerberos is not set to 'MUST'
Andrew Tridgell
1
-1
/
+1
2011-06-08
s4-gensec bring GSS_S_CONTEXT_EXPIRED into it's own error handler
Andrew Bartlett
1
-0
/
+59
2011-06-06
s4-modules Remove lp_ctx from init functions that no longer need it
Andrew Bartlett
3
-5
/
+5
2011-05-18
s4:gensec_gssapi: avoid delegation if s4u2self/proxy is used
Stefan Metzmacher
1
-0
/
+4
2011-05-08
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
3
-7
/
+7
2011-05-04
sasl_secret_t ends in a char [1] size. This means the extra character is impl...
Jeremy Allison
1
-2
/
+2
2011-04-27
s4-gensec: Use new common 'obtain the PAC' functions.
Andrew Bartlett
1
-15
/
+4
2011-04-27
libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth
Andrew Bartlett
1
-38
/
+0
2011-04-20
libcli/auth Move PAC parsing and verification in common.
Andrew Bartlett
1
-2
/
+2
2011-04-06
lib: make asn1_util a private library
Andrew Tridgell
1
-1
/
+1
2011-04-05
auth: Move auth_session_info into IDL
Andrew Bartlett
1
-1
/
+1
2011-03-22
s4:python bindings - handle NULL returns from "loadparm_init_global"
Matthias Dieter Wallnöfer
1
-0
/
+10
2011-03-19
source4/auth/gensec: Fix prototypes for all functions.
Jelmer Vernooij
7
-1
/
+11
2011-03-04
s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.c
Günther Deschner
1
-1
/
+1
2011-02-24
build: moved spnego_parse.c into a common subsystem
Andrew Tridgell
1
-2
/
+2
2011-02-24
build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystem
Andrew Tridgell
1
-2
/
+2
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
1
-1
/
+1
2011-02-09
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
4
-21
/
+42
2011-01-19
s4-gensec Remove special case 'for SASL' that is not required any more.
Andrew Bartlett
1
-13
/
+0
2011-01-19
pygensec: remove special case handling for None for buffers
Andrew Tridgell
1
-35
/
+28
2011-01-18
s4-gensec Extend python bindings for GENSEC and the associated test
Andrew Bartlett
1
-21
/
+223
2011-01-18
s4-pygensec Fix indentation of py_gensec_start_mech_by_name()
Andrew Bartlett
1
-11
/
+11
2011-01-18
s4-pygensec Add bindings for server_start() and update()
Andrew Bartlett
1
-4
/
+96
2011-01-18
s4-pyauth Use py_talloc_get_type() for greater talloc binding safety
Andrew Bartlett
1
-6
/
+9
2011-01-18
s4-gensec Don't steal the auth_context, reference it.
Andrew Bartlett
1
-2
/
+6
2011-01-03
s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature size
Stefan Metzmacher
1
-1
/
+6
2010-12-21
s4-auth Remove duplicate copies of session_info creation code
Andrew Bartlett
1
-6
/
+10
2010-12-21
s4:auth/gensec/spnego.c - remove unused variable "principal"
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-12-14
s4:gensec/spnego: only look at the optimistic token if we support the first mech
Stefan Metzmacher
1
-4
/
+20
[next]