summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2008-06-26Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.Jeremy Allison1-1/+1
2008-06-26Add server_info to pipes_structVolker Lendecke1-0/+16
2008-06-24Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.Jeremy Allison1-13/+66
2008-06-24Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...Jeremy Allison1-2/+3
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-23/+25
2008-05-30Fix security=server, bug 5502Volker Lendecke1-2/+4
2008-05-11Make sure we have serversupplied_info->sanitized_username everywhereVolker Lendecke1-10/+53
2008-05-10Add function make_serverinfo_from_username()Volker Lendecke1-0/+38
2008-05-10Add a mem_ctx argument to make_server_info_guest()Volker Lendecke2-5/+6
2008-05-10Make copy_serverinfo non-static, add mem_ctxVolker Lendecke1-3/+4
2008-05-07Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke5-11/+7
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-0/+10
2008-05-05Fix a typoVolker Lendecke1-1/+1
2008-05-05Remove unused set_current_user_guest()Volker Lendecke1-33/+0
2008-04-30BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users}Gerald W. Carter1-7/+9
2008-04-15auth: add SeDiskOperatorsPrivilege to get_root_nt_token to fix registry shares.Michael Adam1-0/+2
2008-04-09Fix typos.Karolin Seeger1-1/+1
2008-04-04Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner1-1/+1
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner1-1/+1
2008-03-26Add debug statement in auth_winbind to display wbcAuthenticateUserEx error code.Günther Deschner1-0/+5
2008-03-20Fix crash bug in check_sam_security() when make_server_info_sam() did aGünther Deschner1-1/+0
2008-03-14Fix bug 5317Volker Lendecke1-1/+1
2008-03-10Use a separate tdb for mutexesVolker Lendecke2-14/+18
2008-03-06Be more verbose why create local token has failed duringGünther Deschner1-1/+2
2008-02-17Use netr_SamInfo3 in remaining places.Günther Deschner1-5/+5
2008-02-17Use netr_SamInfo3 in make_server_info_info3().Günther Deschner1-25/+27
2008-02-14Allow auth_ntlmssp_end() to ignore null pointers passed in.Jeremy Allison1-1/+6
2008-02-13auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher2-69/+277
2008-02-05Fix typo.Karolin Seeger1-1/+1
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-10/+26
2008-02-04tiny simplificationVolker Lendecke1-5/+3
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-1/+1
2008-01-08Fix CID 460 - resource leak on error.Jeremy Allison1-0/+1
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2-34/+52
2008-01-04More logical operations on booleans. IBM checker.Jeremy Allison2-2/+6
2007-12-29Fix a panicVolker Lendecke1-1/+1
2007-12-28Convert get_root_nt_token to memcacheVolker Lendecke1-3/+15
2007-12-28Remove static zerosVolker Lendecke1-3/+6
2007-12-22Fix "may be used uninitialized" compiler warnings.James Peach1-3/+3
2007-12-21De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter1-3/+3
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-1/+2
2007-12-17Correctly define prototypes for accessor functions.Jeremy Allison1-3/+3
2007-12-17More static fstring removal.Jeremy Allison1-33/+116
2007-12-17Reformat: Remove trailing spaces.Michael Adam1-47/+47
2007-12-17Fix flags in caller of lookup_name() in create_builtin_administrators().Michael Adam1-1/+2
2007-12-16Remove another static string and static passwd.Jeremy Allison1-19/+22
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2-7/+8
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-2/+2
2007-12-13Fix typo in debug statement.Michael Adam1-1/+1
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+2