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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:gensec/spnego: only generate the mechListMic when the server expects it
Stefan Metzmacher
2009-07-28
1
-1
/
+2
*
s4:kerberos Add support for user principal names in certificates
Andrew Bartlett
2009-07-28
2
-3
/
+5
*
s4:kerberos Add 'net export keytab' command for wireshark decryption
Andrew Bartlett
2009-07-28
2
-1
/
+148
*
Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption"
Stefan Metzmacher
2009-07-27
2
-148
/
+1
*
s4:kerberos Add 'net export keytab' command for wireshark decryption
Andrew Bartlett
2009-07-27
2
-1
/
+148
*
s4:gensec_gssapi: pass the correct oid to the gssapi layer.
Stefan Metzmacher
2009-07-24
1
-4
/
+11
*
s4:gensec/spengo: make sure we send the blob with the micListMech signature t...
Stefan Metzmacher
2009-07-24
1
-1
/
+1
*
s4:kdc Rework KDC to pull in less attributes for krbtgt lookups
Andrew Bartlett
2009-07-17
2
-15
/
+29
*
s4:gensec Rework gensec_krb5 mutual authentication defaults
Andrew Bartlett
2009-07-16
1
-24
/
+28
*
s4:gensec Allow mutual auth to be turned off in 'fake_gssapi_krb5'
Andrew Bartlett
2009-07-16
1
-5
/
+15
*
s4:auth/ntlmssp: let _unwrap fallback to seal if sign only doesn't work
Stefan Metzmacher
2009-07-08
1
-6
/
+57
*
s4:auth It is easier to copy the session key than get talloc right.
Andrew Bartlett
2009-07-07
1
-4
/
+3
*
gensec_start now steals the auth_context
Andrew Tridgell
2009-07-01
1
-1
/
+3
*
another case that should use py_talloc_reference
Andrew Tridgell
2009-07-01
1
-1
/
+1
*
removed a redundent talloc_steal
Andrew Tridgell
2009-07-01
1
-2
/
+0
*
fixed the use of talloc_steal in ntlmssp_server
Andrew Tridgell
2009-07-01
1
-3
/
+2
*
Rework the kerberos-notes.txt in order and format
Don Davis
2009-06-30
1
-0
/
+803
*
s4 auth_winbind: Internally, info3 has utf8 buffers, not utf16 buffers.
Kai Blin
2009-06-25
1
-63
/
+16
*
s4 auth_winbind: Don't allocate the rids for the info3 structure within the loop
Kai Blin
2009-06-25
1
-4
/
+4
*
s4: Add libwbclient backend to auth_winbind
Kai Blin
2009-06-25
2
-1
/
+216
*
Fixed some uninitialised variables
Matthias Dieter Wallnöfer
2009-06-19
1
-5
/
+1
*
Remove unused variable
Andrew Bartlett
2009-06-18
1
-3
/
+0
*
s4:kdc Allow a password change when the password is expired
Andrew Bartlett
2009-06-18
3
-7
/
+9
*
s4:gensec Print GSSAPI error message when unable to find PAC
Andrew Bartlett
2009-06-18
1
-1
/
+3
*
pycredentials: Raise MemoryError when unable to create objects.
Jelmer Vernooij
2009-06-17
1
-1
/
+6
*
pycredentials: Fix memory leak.
Jelmer Vernooij
2009-06-17
1
-1
/
+7
*
s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...
Andrew Bartlett
2009-06-12
6
-15
/
+27
*
Clarify and expand the Kerberos notes made by Andrew Bartlett in 2005
Donald T. Davis
2009-06-10
1
-154
/
+448
*
Remove copy of kerberos-notes.txt added in incorrect location
Andrew Bartlett
2009-06-10
1
-760
/
+0
*
Clarify and expand the Kerberos notes made by Andrew Bartlett in 2005
Donald T. Davis
2009-06-10
1
-0
/
+760
*
changed the auth path to use extended DN ops to avoid non-indexed searches
Andrew Tridgell
2009-06-04
2
-65
/
+66
*
Fix more unresolved symbols.
Jelmer Vernooij
2009-06-02
2
-10
/
+1
*
python: Move helper functions for using param into a separate file rather
Jelmer Vernooij
2009-06-02
2
-2
/
+2
*
Fix dependencies when using shared libraries.
Jelmer Vernooij
2009-06-02
2
-1
/
+2
*
use domain_dn not ncname
Andrew Tridgell
2009-05-26
1
-3
/
+2
*
Don't use crossRef records to find our own domain
Andrew Bartlett
2009-05-26
3
-154
/
+47
*
fixed interpretation of ACB_PWNOTREQ
Andrew Tridgell
2009-05-25
1
-14
/
+0
*
Remove unused headers
Andrew Bartlett
2009-04-19
4
-9
/
+2
*
Fix Samba4 build errors with common libcli/samsync
Andrew Bartlett
2009-04-16
5
-6
/
+5
*
Rework to use new API for common netlogon credential chaining
Andrew Bartlett
2009-04-14
1
-1
/
+1
*
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
2009-04-14
6
-23
/
+31
*
Push schannel_state.c into the top level.
Andrew Bartlett
2009-04-14
2
-284
/
+1
*
Port Samba4 to the new combined libcli/auth functions
Andrew Bartlett
2009-04-14
2
-6
/
+1
*
Move ntlm_check.h into the common libcli/auth
Andrew Bartlett
2009-04-14
1
-76
/
+0
*
Move MSRPC-PARSE into the common libcli/auth
Andrew Bartlett
2009-04-14
2
-374
/
+0
*
Move libcli/auth to the top level
Andrew Bartlett
2009-04-14
1
-603
/
+0
*
Merge branch 'master' of git://git.samba.org/samba
Jelmer Vernooij
2009-03-26
2
-5
/
+2
|
\
|
*
s4:auth/credentials: use krb5_data_free()
Stefan Metzmacher
2009-03-26
1
-5
/
+1
|
*
s4:auth/credentials: include gssapi/gssapi_krb5.h
Stefan Metzmacher
2009-03-26
1
-0
/
+1
*
|
Strip /usr/include from include flags, so we don't end up including
Jelmer Vernooij
2009-03-15
1
-0
/
+2
|
/
[next]