summaryrefslogtreecommitdiffstats
path: root/source/auth
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-10-081-1/+1
* s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().Jeremy Allison2009-05-191-2/+1
* Fix bug #6291 - force user stop working. A previous fix broke the invariant t...Jeremy Allison2009-05-111-1/+37
* s3: fix guest auth when winbindd is runningSteven Danneman2009-02-271-7/+7
* s3:auth: only create_local_token() should add S-1-22-X-Y sidsStefan Metzmacher2009-02-131-27/+0
* s3:auth: add S-1-22-X-Y sids to the local tokenStefan Metzmacher2009-02-131-0/+38
* Fix double free caused by incorrect talloc_steal usage.Dan Sledz2009-02-121-2/+2
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-221-1/+3
* Fix bug #1254 - write list not working under share-level securityJeremy Allison2008-12-041-1/+1
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-141-2/+4
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-1/+1
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-031-0/+65
* auth: Fix build warning.Günther Deschner2008-08-251-2/+3
* Fix show-stopper for 3.2. Smbd depends on group SIDJeremy Allison2008-08-141-0/+34
* Make it clear that this is a temporary context byusing a talloc stackframe in...Jeremy Allison2008-08-141-22/+16
* Removed redundant logging from create_builtin_users and create_builtin_admini...Tim Prouty2008-07-301-16/+4
* Enabled domain groups to be added to builtin groups at domain join timeTim Prouty2008-07-301-2/+2
* Refactored the code that adds Domain Admins to BUILTIN\Administrators to use ...Tim Prouty2008-07-301-26/+30
* Refactored the code that adds Domain Users to BUILTIN\Users to use the new he...Tim Prouty2008-07-301-17/+22
* Helper functions to enable domain groups to be added to builtin groups at dom...Tim Prouty2008-07-301-0/+59
* Fix various build warningsZach Loafman2008-07-221-1/+1
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke2008-07-201-2/+3
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+3
* Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.Jeremy Allison2008-06-261-1/+1
* Add server_info to pipes_structVolker Lendecke2008-06-261-0/+16
* Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.Jeremy Allison2008-06-241-13/+66
* Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...Jeremy Allison2008-06-241-2/+3
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-23/+25
* Fix security=server, bug 5502Volker Lendecke2008-05-301-2/+4
* Make sure we have serversupplied_info->sanitized_username everywhereVolker Lendecke2008-05-111-10/+53
* Add function make_serverinfo_from_username()Volker Lendecke2008-05-101-0/+38
* Add a mem_ctx argument to make_server_info_guest()Volker Lendecke2008-05-102-5/+6
* Make copy_serverinfo non-static, add mem_ctxVolker Lendecke2008-05-101-3/+4
* Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke2008-05-075-11/+7
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-0/+10
* Fix a typoVolker Lendecke2008-05-051-1/+1
* Remove unused set_current_user_guest()Volker Lendecke2008-05-051-33/+0
* BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users}Gerald W. Carter2008-04-301-7/+9
* auth: add SeDiskOperatorsPrivilege to get_root_nt_token to fix registry shares.Michael Adam2008-04-151-0/+2
* Fix typos.Karolin Seeger2008-04-091-1/+1
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-041-1/+1
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-021-1/+1
* Add debug statement in auth_winbind to display wbcAuthenticateUserEx error code.Günther Deschner2008-03-261-0/+5
* Fix crash bug in check_sam_security() when make_server_info_sam() did aGünther Deschner2008-03-201-1/+0
* Fix bug 5317Volker Lendecke2008-03-141-1/+1
* Use a separate tdb for mutexesVolker Lendecke2008-03-102-14/+18
* Be more verbose why create local token has failed duringGünther Deschner2008-03-061-1/+2
* Use netr_SamInfo3 in remaining places.Günther Deschner2008-02-171-5/+5
* Use netr_SamInfo3 in make_server_info_info3().Günther Deschner2008-02-171-25/+27
* Allow auth_ntlmssp_end() to ignore null pointers passed in.Jeremy Allison2008-02-141-1/+6