summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* Add missing dependencies for com_err.Jelmer Vernooij2010-10-053-2/+3
* heimdal: Fix name of hx509 library.Jelmer Vernooij2010-10-051-1/+1
* heimdal: Fix library name of gssapi.Jelmer Vernooij2010-10-052-2/+2
* s4-gensec Always honour the set server principalAndrew Bartlett2010-10-021-1/+1
* s4-kerberos Don't regenerate key values for each alias in keytabAndrew Bartlett2010-10-021-43/+35
* s4-auth Add make_server_info_pac() to include 'resource domain' groupsAndrew Bartlett2010-10-022-5/+40
* s4-auth Allocate domain SIDs under the sids array, not server_infoAndrew Bartlett2010-10-021-1/+1
* s4-auth: fixed a vagrind error when creating keytabsAndrew Tridgell2010-10-011-0/+3
* s4-sam: added DOMAIN_RID_ENTERPRISE_READONLY_DCS for RODCs in the PACAndrew Tridgell2010-09-291-0/+16
* s4-sam: fixed termination of krbtgt_attrs (comma and NULL)Andrew Tridgell2010-09-281-4/+4
* s4-kdc Use msDS-SecondaryKrbTgtNumber to fill in the full KVNOAndrew Bartlett2010-09-291-0/+1
* s4-auth: removed unused variable dom_sidAndrew Tridgell2010-09-271-1/+1
* s4:gensec_tstream: remove plain socket handlingStefan Metzmacher2010-09-281-124/+12
* s4:gensec: add gensec_create_tstream()Stefan Metzmacher2010-09-283-1/+764
* s4-gensec: fixed a valgrind error in gensecAndrew Tridgell2010-09-261-12/+2
* s4:schannel: handle move flag combinations in the serverStefan Metzmacher2010-09-261-13/+23
* s4-auth: fixed the SID list for DCs in the PACAndrew Tridgell2010-09-263-19/+16
* s4-kerberos Don't segfault if the password isn't specified in keytab generationAndrew Bartlett2010-09-261-0/+7
* s4-pycredentials: avoid a tallloc_free on refAndrew Tridgell2010-09-251-1/+1
* s4-kerberos Rework keytab handling to export servicePrincipalName entriesAndrew Bartlett2010-09-242-126/+164
* s4-kerberos Move 'set key into keytab' code out of credentials.Andrew Bartlett2010-09-245-208/+234
* s4-kerberos Fix kerberos_enctype_bitmap_to_enctypes()Andrew Bartlett2010-09-241-2/+3
* s4-gensec: fixed a client side bug in GENSEC/SASL/SSF negotiationAndrew Tridgell2010-09-231-7/+10
* s4-gensec: prevent a double free in the error path of GSSAPI authAndrew Tridgell2010-09-231-1/+0
* s4-gensec: fixed a GSSAPI SASL negotiation bugAndrew Tridgell2010-09-231-11/+14
* s4-selftest: Move credentials tests to standard python directory.Jelmer Vernooij2010-09-221-100/+0
* s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij2010-09-223-19/+71
* s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij2010-09-223-4/+31
* pygensec: Implement start_mech_by_name().Jelmer Vernooij2010-09-222-8/+30
* s4-selftest: Move more tests to scripting/python, simplifies running of tests.Jelmer Vernooij2010-09-212-72/+0
* libcli/auth/ntlmssp Be clear about talloc parents for session keysAndrew Bartlett2010-09-161-0/+5
* s4-kerberos: obey the credentials setting for forwardable ticketsAndrew Tridgell2010-09-163-27/+40
* s4-pycredentials: expose forwardable setting via pythonAndrew Tridgell2010-09-161-0/+16
* s4-credentials: added ability to control forwardable attribute on krb5 ticketsAndrew Tridgell2010-09-162-0/+24
* s4-auth: allow multiple active auth backendsAndrew Tridgell2010-09-151-35/+43
* s4-rodc: add a trigger message for REPL_SECRET to auth_samAndrew Tridgell2010-09-151-0/+52
* s4: Fix two typosVolker Lendecke2010-09-141-2/+2
* s4:gensec Put the "NTLM" string for NTLMSSP's SASL name in a headerAndrew Bartlett2010-09-112-1/+3
* s4-credentials: get all attributes in cli_credentials_set_secrets()Andrew Tridgell2010-09-111-17/+1
* s4:auth_winbind: use irpc_binding_handle_by_name()Stefan Metzmacher2010-09-032-8/+8
* s4:auth_winbind: remove unused winbind_samba3 backendStefan Metzmacher2010-09-032-122/+1
* s4:auth_winbind: fix segfault in winbind_check_password_wbclient()Stefan Metzmacher2010-09-031-1/+5
* s4:auth_winbind: fix compiler warningsStefan Metzmacher2010-09-031-4/+11
* s4-auth: make the disabled acct messages a bit less verboseAndrew Tridgell2010-09-021-6/+6
* s4:credentials_krb5.c - quiet a Solaris warningMatthias Dieter Wallnöfer2010-08-271-1/+2
* s4:ntlm/auth.c - add a whitespace in a debug outputMatthias Dieter Wallnöfer2010-08-261-1/+1
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-231-11/+15
* s4:auth Change {anonymous,system}_session to use common session_info generationAndrew Bartlett2010-08-181-4/+4
* s4:auth Avoid doing database lookups for NT AUTHORITY usersAndrew Bartlett2010-08-182-108/+122
* s4:auth Remove system_session_anon() from python bindingsAndrew Bartlett2010-08-184-56/+3