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-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
2010-12-09
s4-spnego Match Windows 2008, and no longer supply a name in the CIFS Negprot
Andrew Bartlett
1
-10
/
+1
2010-12-08
s4-pkgconfig: add @LIB_RPATH@ to our link flags
Andrew Tridgell
1
-1
/
+1
2010-12-08
s4-spnego use "not_defined_in_RFC4178@please_ignore" if no principal specified
Andrew Bartlett
1
-0
/
+2
2010-12-08
libcli/auth bring ADS_IGNORE_PRINCIPAL in common
Andrew Bartlett
1
-1
/
+2
2010-12-04
s4:auth/gensec/gensec_krb5.c - fix/reorder memory free operations
Matthias Dieter Wallnöfer
1
-3
/
+15
2010-12-04
s4:auth/gensec/gensec_krb5.c - remove a pointless "nt_status" test
Matthias Dieter Wallnöfer
1
-8
/
+3
2010-12-01
pygensec: Fix initialization.
Jelmer Vernooij
1
-1
/
+1
2010-12-01
pygensec: Use talloc.Object.
Jelmer Vernooij
1
-1
/
+4
2010-11-29
s4:auth/gensec/gensec_tstream.c - quiet warnings on Solaris "cc"
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-29
s4:auth/gensec/gensec_gssapi.c - always print error messages on the same tall...
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-17
s4-gensec: zero the gssapi_state
Andrew Tridgell
1
-1
/
+1
2010-11-15
s4-gensec Indicate if GENSEC is in client or server mode in the debug
Andrew Bartlett
1
-2
/
+4
2010-11-15
auth/gensec Handle incorrect username or password in Kerberos client code
Andrew Bartlett
2
-0
/
+3
2010-11-08
s4-auth Supply more useful error messages on Kerberos failure
Andrew Bartlett
3
-13
/
+28
2010-11-08
s4-auth Fix typos in samba4 auth code
Brad Hards
1
-7
/
+7
2010-11-07
credentials: Lowercase library name,
Jelmer Vernooij
1
-5
/
+5
2010-11-01
s4-modules: get rid of the remaining static prototypes for modules
Andrew Tridgell
1
-11
/
+2
[prev]
[next]