summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce2-7/+17
2008-08-26Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce1-2/+3
2008-08-25auth: Fix build warning.Günther Deschner1-2/+3
2008-08-17Split lookup_name() and create a new functiong calledSimo Sorce2-17/+7
2008-08-14Fix show-stopper for 3.2. Smbd depends on group SIDJeremy Allison1-0/+34
2008-08-14Make it clear that this is a temporary context byusing a talloc stackframe in...Jeremy Allison1-22/+16
2008-07-30Removed redundant logging from create_builtin_users and create_builtin_admini...Tim Prouty1-16/+4
2008-07-30Enabled domain groups to be added to builtin groups at domain join timeTim Prouty1-2/+2
2008-07-30Refactored the code that adds Domain Admins to BUILTIN\Administrators to use ...Tim Prouty1-26/+30
2008-07-30Refactored the code that adds Domain Users to BUILTIN\Users to use the new he...Tim Prouty1-17/+22
2008-07-30Helper functions to enable domain groups to be added to builtin groups at dom...Tim Prouty1-0/+59
2008-07-22Fix various build warningsZach Loafman1-1/+1
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke1-2/+3
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-2/+3
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