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
/
source4
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
2008-09-23
1
-1
/
+1
*
gensec_krb5: only give away the session key, when the authentication is done
Stefan Metzmacher
2008-09-23
1
-0
/
+4
*
gensec_gssapi: only give away the session key, when the authentication is done
Stefan Metzmacher
2008-09-23
1
-4
/
+5
*
ntlmssp: only give away the session key, when the authentication is done
Stefan Metzmacher
2008-09-23
1
-0
/
+4
*
NTLMSSP Server: Correctly fills in the DNS server name and server domain
Matthias Dieter Wallnöfer
2008-09-19
1
-21
/
+17
*
Generate with 1.3.36.
Jelmer Vernooij
2008-09-18
4
-27
/
+38
*
Implement NETLOGON PAC verfication on the server-side
Andrew Bartlett
2008-09-03
1
-5
/
+5
*
Heimdal provides Kerberos PAC parsing routines. Use them.
Andrew Bartlett
2008-08-28
4
-89
/
+170
*
Put the internal gensec_gssapi state into a header.
Andrew Bartlett
2008-08-27
2
-43
/
+69
*
gensec_gssapi: only cache the session key in STAGE_DONE
Stefan Metzmacher
2008-08-14
1
-5
/
+9
*
gensec_gssapi: add support for GENSEC_FEATURE_NEW_SPNEGO
Stefan Metzmacher
2008-08-12
1
-0
/
+25
*
gensec_gssapi: fix compiler warnings
Stefan Metzmacher
2008-08-12
1
-2
/
+2
*
gensec_gssapi: add a function to load the lucid structure once
Stefan Metzmacher
2008-08-12
1
-15
/
+44
*
gensec: add support for new style spnego and correctly handle mechListMIC
Stefan Metzmacher
2008-08-12
3
-7
/
+135
*
gensec_gssapi: use the correct signature size for cfx/rfc4121 style signatures
Stefan Metzmacher
2008-08-08
1
-1
/
+1
*
gensec_gssapi: use gsskrb5_get_subkey() to get the session key
Stefan Metzmacher
2008-08-08
1
-3
/
+3
*
Always set a session key, even for the 'no password' case.
Andrew Bartlett
2008-08-08
1
-0
/
+2
*
Clarify comment
Andrew Bartlett
2008-08-08
1
-2
/
+2
*
gensec_gssapi: add support for GENSEC_FEATURE_SIGN_PKT_HEADER
Stefan Metzmacher
2008-08-07
1
-4
/
+82
*
gensec: add GENSEC_FEATURE_SIGN_PKT_HEADER flag
Stefan Metzmacher
2008-08-07
1
-0
/
+1
*
auth/kerberos: remove dependencies to internal heimdal
Stefan Metzmacher
2008-08-01
2
-2
/
+1
*
auth/kerberos: we don't need to include heimdal private headers
Stefan Metzmacher
2008-08-01
1
-2
/
+0
*
gensec_gssapi: include <gssapi/gssapi.h>
Stefan Metzmacher
2008-08-01
1
-1
/
+1
*
auth_server: set the workstation name
Stefan Metzmacher
2008-08-01
1
-0
/
+4
*
build with the new heimdal version
Stefan Metzmacher
2008-08-01
2
-1
/
+3
*
auth/ntlmssp: don't crash when the backend give no challenge
Stefan Metzmacher
2008-08-01
1
-0
/
+6
*
auth_server: fix the logic of server_get_challenge()
Stefan Metzmacher
2008-08-01
1
-4
/
+4
*
auth_server: fix segfault reported by Julien Kerihuel <j.kerihuel@openchange....
Stefan Metzmacher
2008-08-01
1
-1
/
+1
*
Revert "gensec_gssapi: use gsskrb5_get_subkey() to make smb2 signing with aes...
Stefan Metzmacher
2008-07-28
1
-3
/
+3
*
gensec_gssapi: use gsskrb5_get_subkey() to make smb2 signing with aes keys work
Stefan Metzmacher
2008-07-28
1
-3
/
+3
*
auth/credentials: explain why we need to the enctypes for the gssapi layer
Stefan Metzmacher
2008-07-28
1
-1
/
+11
*
gensec_gssapi: add support for signing RPC messages
Stefan Metzmacher
2008-07-26
1
-35
/
+12
*
auth/credentials: use the same enctypes when getting a TGT and a TGS
Stefan Metzmacher
2008-07-26
1
-0
/
+23
*
Kill of some bogus debugs for the world who does not use the LDAP backend
Andrew Bartlett
2008-07-15
1
-3
/
+3
*
Allow ldap credentials to be (optionally) stored in secrets.ldb
Andrew Bartlett
2008-07-15
1
-11
/
+33
*
Try to make NTLMSSP less fussy for unimportant messages.
Andrew Bartlett
2008-07-15
1
-2
/
+13
*
auth: don't force the build of auth_server as shared_module
Stefan Metzmacher
2008-06-30
1
-1
/
+0
*
ntlmssp: get rid of "cast to pointer from integer of different size" warning ...
Michael Adam
2008-06-27
1
-3
/
+3
*
credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFER
Stefan Metzmacher
2008-06-27
1
-1
/
+4
*
credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not gss_cr...
Michael Adam
2008-06-27
1
-1
/
+1
*
credentials: set GSS_KRB5_CRED_NO_CI_FLAGS_X to avoid GSS_C_CONF_FLAG and GSS...
Stefan Metzmacher
2008-06-19
1
-6
/
+21
*
Fix build
Simo Sorce
2008-06-16
1
-0
/
+1
*
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
2008-06-14
2
-1
/
+3
*
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
Andrew Bartlett
2008-05-31
4
-6
/
+1
*
Move CFLAGS handling out of smb_build.
Jelmer Vernooij
2008-05-30
4
-1
/
+6
*
Add docstrings to a couple more python modules.
Jelmer Vernooij
2008-05-24
4
-2
/
+14
*
Regenerate with SWIG 1.3.35.
Jelmer Vernooij
2008-05-23
2
-20
/
+47
*
Add some docstrings to credentials python module.
Jelmer Vernooij
2008-05-23
3
-25
/
+174
*
Fix CFLAGS for SWIG files.
Jelmer Vernooij
2008-05-22
1
-1
/
+1
*
Move more modules inside of the samba package.
Jelmer Vernooij
2008-05-21
6
-25
/
+52
[next]