summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* talloc: change pytalloc-util to be a public library.Jelmer Vernooij2010-10-263-3/+3
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-263-6/+6
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-264-4/+4
* s4: Rename WBCLIENT to wbclient.Jelmer Vernooij2010-10-241-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-243-5/+5
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-243-7/+7
* s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij2010-10-231-1/+1
* s4: Rename UID_WRAPPER to uid_wrapper.Jelmer Vernooij2010-10-231-2/+2
* s4: Rename LIBEVENTS to libevents.Jelmer Vernooij2010-10-231-1/+1
* s4-waf: removed the XATTR and SASL aliasesAndrew Tridgell2010-10-211-1/+1
* s4-auth: make auth a private libraryAndrew Tridgell2010-10-211-5/+6
* s4-auth Add DEBUG() for invalid DNs and errors expanding user groups.Andrew Bartlett2010-10-191-0/+5
* s4-gensec Don't give more to sasl_encode() than it will permitAndrew Bartlett2010-10-191-3/+10
* s4-gensec Don't upgrade all DIGEST-MD5 connections to sealAndrew Bartlett2010-10-191-12/+21
* s4:"util_ldb" - remove some really unused dependanciesMatthias Dieter Wallnöfer2010-10-184-4/+2
* s4-gensec: Add dependency on com_err to GENSEC_KRB5.Andreas Schneider2010-10-181-1/+1
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer2010-10-175-3/+5
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer2010-10-175-5/+3
* s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer2010-10-151-10/+10
* libcli/security Use common security.hAndrew Bartlett2010-10-121-1/+1
* s4-credentials Allocate ldb result on correct memory contextAndrew Bartlett2010-10-121-1/+1
* libcli/security Add debug class to security_token_debug() et alAndrew Bartlett2010-10-121-1/+1
* samdb_common, ntlm: Add missing dependency on libsamba-hostconfig.Jelmer Vernooij2010-10-111-1/+1
* s4-credentials Add explicit event context handling to Kerberos calls (only)Andrew Bartlett2010-10-1111-81/+183
* s4-param Refactor secrets code to not require an event context.Andrew Bartlett2010-10-111-1/+1
* s4-kerberos Remove unused parameterAndrew Bartlett2010-10-112-3/+1
* s4-kerberos Remove unsued variableAndrew Bartlett2010-10-111-1/+0
* credentials: Avoid unnecessary includes.Jelmer Vernooij2010-10-111-2/+0
* credentials: Fix the build.Jelmer Vernooij2010-10-115-2/+7
* credentials: Split up into several subsystems.Jelmer Vernooij2010-10-115-10/+22
* kerberos_util: Put into separate subsystem.Jelmer Vernooij2010-10-114-3/+11
* auth: Remove unnecessary dependencies, fix formatting.Jelmer Vernooij2010-10-101-2/+2
* credentials: Move code that doesn't need any external dependencies intoJelmer Vernooij2010-10-103-144/+147
* gensec: Support building without any linked-in modules.Jelmer Vernooij2010-10-101-0/+4
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-101-1/+1
* 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