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 Always honour the set server principal
Andrew Bartlett
2010-10-02
1
-1
/
+1
*
s4-kerberos Don't regenerate key values for each alias in keytab
Andrew Bartlett
2010-10-02
1
-43
/
+35
*
s4-auth Add make_server_info_pac() to include 'resource domain' groups
Andrew Bartlett
2010-10-02
2
-5
/
+40
*
s4-auth Allocate domain SIDs under the sids array, not server_info
Andrew Bartlett
2010-10-02
1
-1
/
+1
*
s4-auth: fixed a vagrind error when creating keytabs
Andrew Tridgell
2010-10-01
1
-0
/
+3
*
s4-sam: added DOMAIN_RID_ENTERPRISE_READONLY_DCS for RODCs in the PAC
Andrew Tridgell
2010-09-29
1
-0
/
+16
*
s4-sam: fixed termination of krbtgt_attrs (comma and NULL)
Andrew Tridgell
2010-09-28
1
-4
/
+4
*
s4-kdc Use msDS-SecondaryKrbTgtNumber to fill in the full KVNO
Andrew Bartlett
2010-09-29
1
-0
/
+1
*
s4-auth: removed unused variable dom_sid
Andrew Tridgell
2010-09-27
1
-1
/
+1
*
s4:gensec_tstream: remove plain socket handling
Stefan Metzmacher
2010-09-28
1
-124
/
+12
*
s4:gensec: add gensec_create_tstream()
Stefan Metzmacher
2010-09-28
3
-1
/
+764
*
s4-gensec: fixed a valgrind error in gensec
Andrew Tridgell
2010-09-26
1
-12
/
+2
*
s4:schannel: handle move flag combinations in the server
Stefan Metzmacher
2010-09-26
1
-13
/
+23
*
s4-auth: fixed the SID list for DCs in the PAC
Andrew Tridgell
2010-09-26
3
-19
/
+16
*
s4-kerberos Don't segfault if the password isn't specified in keytab generation
Andrew Bartlett
2010-09-26
1
-0
/
+7
*
s4-pycredentials: avoid a tallloc_free on ref
Andrew Tridgell
2010-09-25
1
-1
/
+1
*
s4-kerberos Rework keytab handling to export servicePrincipalName entries
Andrew Bartlett
2010-09-24
2
-126
/
+164
*
s4-kerberos Move 'set key into keytab' code out of credentials.
Andrew Bartlett
2010-09-24
5
-208
/
+234
*
s4-kerberos Fix kerberos_enctype_bitmap_to_enctypes()
Andrew Bartlett
2010-09-24
1
-2
/
+3
*
s4-gensec: fixed a client side bug in GENSEC/SASL/SSF negotiation
Andrew Tridgell
2010-09-23
1
-7
/
+10
*
s4-gensec: prevent a double free in the error path of GSSAPI auth
Andrew Tridgell
2010-09-23
1
-1
/
+0
*
s4-gensec: fixed a GSSAPI SASL negotiation bug
Andrew Tridgell
2010-09-23
1
-11
/
+14
*
s4-selftest: Move credentials tests to standard python directory.
Jelmer Vernooij
2010-09-22
1
-100
/
+0
*
s4-param: Fix more memory leaks, invalid memory context.
Jelmer Vernooij
2010-09-22
3
-19
/
+71
*
s4-param: Check type when converting python object to lp_ctx, fix some
Jelmer Vernooij
2010-09-22
3
-4
/
+31
*
pygensec: Implement start_mech_by_name().
Jelmer Vernooij
2010-09-22
2
-8
/
+30
*
s4-selftest: Move more tests to scripting/python, simplifies running of tests.
Jelmer Vernooij
2010-09-21
2
-72
/
+0
*
libcli/auth/ntlmssp Be clear about talloc parents for session keys
Andrew Bartlett
2010-09-16
1
-0
/
+5
*
s4-kerberos: obey the credentials setting for forwardable tickets
Andrew Tridgell
2010-09-16
3
-27
/
+40
*
s4-pycredentials: expose forwardable setting via python
Andrew Tridgell
2010-09-16
1
-0
/
+16
*
s4-credentials: added ability to control forwardable attribute on krb5 tickets
Andrew Tridgell
2010-09-16
2
-0
/
+24
*
s4-auth: allow multiple active auth backends
Andrew Tridgell
2010-09-15
1
-35
/
+43
*
s4-rodc: add a trigger message for REPL_SECRET to auth_sam
Andrew Tridgell
2010-09-15
1
-0
/
+52
*
s4: Fix two typos
Volker Lendecke
2010-09-14
1
-2
/
+2
*
s4:gensec Put the "NTLM" string for NTLMSSP's SASL name in a header
Andrew Bartlett
2010-09-11
2
-1
/
+3
*
s4-credentials: get all attributes in cli_credentials_set_secrets()
Andrew Tridgell
2010-09-11
1
-17
/
+1
*
s4:auth_winbind: use irpc_binding_handle_by_name()
Stefan Metzmacher
2010-09-03
2
-8
/
+8
*
s4:auth_winbind: remove unused winbind_samba3 backend
Stefan Metzmacher
2010-09-03
2
-122
/
+1
*
s4:auth_winbind: fix segfault in winbind_check_password_wbclient()
Stefan Metzmacher
2010-09-03
1
-1
/
+5
*
s4:auth_winbind: fix compiler warnings
Stefan Metzmacher
2010-09-03
1
-4
/
+11
*
s4-auth: make the disabled acct messages a bit less verbose
Andrew Tridgell
2010-09-02
1
-6
/
+6
*
s4:credentials_krb5.c - quiet a Solaris warning
Matthias Dieter Wallnöfer
2010-08-27
1
-1
/
+2
*
s4:ntlm/auth.c - add a whitespace in a debug output
Matthias Dieter Wallnöfer
2010-08-26
1
-1
/
+1
*
s4:security Change struct security_token->sids from struct dom_sid * to struc...
Andrew Bartlett
2010-08-23
1
-11
/
+15
*
s4:auth Change {anonymous,system}_session to use common session_info generation
Andrew Bartlett
2010-08-18
1
-4
/
+4
*
s4:auth Avoid doing database lookups for NT AUTHORITY users
Andrew Bartlett
2010-08-18
2
-108
/
+122
*
s4:auth Remove system_session_anon() from python bindings
Andrew Bartlett
2010-08-18
4
-56
/
+3
*
s4:auth Remove the system:anonymous parameter used for the LDAP backend
Andrew Bartlett
2010-08-18
1
-10
/
+4
*
s4:auth Remove special case constructor for admin_session()
Andrew Bartlett
2010-08-18
1
-63
/
+13
*
s4:security Remove use of user_sid and group_sid from struct security_token
Andrew Bartlett
2010-08-18
1
-10
/
+5
[next]