summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* s3-smbd: Create a shortcut for building the token of a user by SID for posix_...Andrew Bartlett2012-08-102-47/+143
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-095-7/+17
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+3
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-243-0/+3
* s3-auth Use correct RID for domain guests primary groupAndrew Bartlett2012-07-191-1/+1
* Revert "s3:auth make sure the primary group sid is usable"Andrew Bartlett2012-07-191-30/+13
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-183-7/+7
* s3-auth_samba4: Explain that check_samba4_security is actually unusedAndrew Bartlett2012-07-131-0/+10
* s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett2012-07-131-66/+0
* s3-auth Remove confusing reference to global_machine_password_needs_changingAndrew Bartlett2012-07-131-8/+0
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-1/+1
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-061-26/+2
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-034-116/+6
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-272-4/+4
* s3-auth: make_new_system_info_session() now does not query nssAndrew Bartlett2012-06-191-1/+3
* s3-auth: make_new_system_info_session() not query passdbAndrew Bartlett2012-06-191-47/+39
* s3-auth: inline make_session_info functions into only callersAndrew Bartlett2012-06-191-74/+35
* auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett2012-06-191-4/+0
* s3-auth: Fix system token as just being SID_NT_SYSTEMAndrew Bartlett2012-06-191-0/+3
* s3-auth: Remove auth_netlogondAndrew Bartlett2012-06-163-459/+0
* s3-auth: rework default auth methods around the lp_server_role() parameterAndrew Bartlett2012-06-151-17/+23
* s3-auth: Merge SEC_DOMAIN and SEC_ADS cases in creating the default auth modu...Andrew Bartlett2012-06-151-7/+2
* s3-auth: Fix system info3 return to be just SID_NT_SYSTEMAndrew Bartlett2012-06-151-11/+17
* s3-auth: Fix system token generation not to dereference pointer as an integerAndrew Bartlett2012-06-151-1/+1
* s3-auth: Give the SYSTEM token all privilegesAndrew Bartlett2012-06-151-0/+4
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-2/+2
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-152-2/+2
* s3-auth: Don't lookup the system user in pdb.Andreas Schneider2012-05-151-4/+95
* s3:auth: remove unused auth_server.cStefan Metzmacher2012-05-153-500/+0
* s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher2012-05-151-6/+0
* s3:auth/server_info: the primary rid should be in the groups rid array (bug #...Alejandro Escanero Blanco2012-05-091-5/+0
* s3: remove some unused codeVolker Lendecke2012-05-042-28/+0
* s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistencyMichael Adam2012-05-021-1/+1
* s3-passdb: Use struct unixid in sids_to_unix_idsAndrew Bartlett2012-05-021-6/+7
* s3-auth_samba4: use new_server_id_task() to allocate server id valuesAndrew Bartlett2012-04-301-6/+27
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-121-1/+1
* s3-auth: Order GENSEC mechs by priority, krb5 before NTLMSSPAndrew Bartlett2012-04-031-2/+3
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-301-10/+45
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-2/+2
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-241-2/+2
* lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2012-03-241-2/+2
* s3-krb5: Remove GSS_WRAP_IOV conditionalAndrew Bartlett2012-03-151-1/+1
* s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy2012-03-132-0/+29
* s3-auth: Remove single-implementation plugin layerAndrew Bartlett2012-03-083-11/+48
* s3-auth: Follow auth_ntlmssp and use auth4_context for Session SetupAndrew Bartlett2012-03-081-10/+10
* s3-auth Add make_session_info_from_pw to avoid multiple getpwnam() callsAndrew Bartlett2012-03-041-12/+34
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-044-193/+1
* s3-auth: Provide helper routine to check password and return session_infoAndrew Bartlett2012-02-242-0/+31
* auth: Rename some elements of auth4_contextAndrew Bartlett2012-02-241-3/+3
* s3-auth: Add a way to get an auth4_context from the auth stackAndrew Bartlett2012-02-244-11/+108