summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2009-02-13s3:auth: only create_local_token() should add S-1-22-X-Y sidsStefan Metzmacher1-27/+0
2009-02-13s3:auth: add S-1-22-X-Y sids to the local tokenStefan Metzmacher1-0/+38
2009-02-12s3: Added new parameter "map untrusted to domain"Steven Danneman1-4/+8
2009-02-11s3: Change behavior when seeing an unknown domain.Dan Sledz1-22/+35
2009-02-11Fix double free caused by incorrect talloc_steal usage.Dan Sledz1-2/+2
2009-02-10S3: Fixes for coverity issues.todd stecher1-2/+2
2009-02-10Fix some nonempty blank linesVolker Lendecke1-9/+9
2009-02-04Fix a valgrind error: rpc_bind talloc_move()s the auth structVolker Lendecke1-2/+0
2009-02-04Ensure null termination of the password in mymachinepw, remove a debugVolker Lendecke1-3/+1
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-1/+3
2009-01-21Fix a typoVolker Lendecke1-1/+1
2009-01-20Fix some nonempty blank linesVolker Lendecke1-9/+9
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke1-3/+6
2008-12-04Fix bug #1254 - write list not working under share-level securityJeremy Allison1-1/+1
2008-11-14Make memcache_add_talloc NULL out the source pointerVolker Lendecke1-2/+4
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-1/+1
2008-11-06Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison1-8/+8
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-1/+1
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij1-2/+2
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-2/+2
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-1/+1
2008-10-06Add netlogond auth methodVolker Lendecke1-0/+321
2008-10-03Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison1-0/+65
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