summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix bug 7066 -- wbcAuthenticateEx gives unix timesVolker Lendecke2011-01-131-3/+3
* s3:is_trusted_domain: shortcut if domain name == global_sam_nameMichael Adam2010-02-151-0/+4
* s3:is_trusted_domain: shortcut if domain name is NULL or emptyMichael Adam2010-02-151-0/+4
* s3: fix bug #6650, authentication at member servers when winbindd is not runningMichael Adam2009-08-241-1/+1
* s3/auth map NULL domains to our global sam nameSteven Danneman2009-05-291-9/+3
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-261-5/+5
* s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().Günther Deschner2009-05-261-2/+1
* Fix bug #6291 - force user stop working.Jeremy Allison2009-05-261-1/+37
* s3-auth: rename static smb_create_user(). Sorry...Günther Deschner2009-04-151-2/+2
* s3: fix guest auth when winbindd is runningSteven Danneman2009-02-261-7/+7
* Revert "s3 auth: Add parameter that forces every user through an NSS lookup"Tim Prouty2009-02-211-22/+4
* s3 auth: Add parameter that forces every user through an NSS lookupZach Loafman2009-02-161-4/+22
* 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
* s3: Added new parameter "map untrusted to domain"Steven Danneman2009-02-121-4/+8
* s3: Change behavior when seeing an unknown domain.Dan Sledz2009-02-111-22/+35
* Fix double free caused by incorrect talloc_steal usage.Dan Sledz2009-02-111-2/+2
* Fix a typoVolker Lendecke2009-01-211-1/+1
* Fix bug #1254 - write list not working under share-level securityJeremy Allison2008-12-041-1/+1
* Revert "Split lookup_name() and create a new functiong called"Simo Sorce2008-09-031-4/+13
* Split lookup_name() and create a new functiong calledSimo Sorce2008-08-171-13/+4
* 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
* 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
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-23/+25
* 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-101-4/+5
* 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-071-3/+3
* 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
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-041-1/+1
* Use netr_SamInfo3 in make_server_info_info3().Günther Deschner2008-02-171-25/+27
* auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-131-0/+233
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-10/+13
* Remove static zerosVolker Lendecke2007-12-281-3/+6
* Fix "may be used uninitialized" compiler warnings.James Peach2007-12-221-3/+3
* De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter2007-12-211-3/+3
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-4/+4
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-2/+2
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-3/+3
* Remove pstring from auth/*Jeremy Allison2007-11-141-14/+38
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-25/+25
* Add become_root/unbecome_root around one call of getsampwsid()Michael Adam2007-10-121-1/+6
* r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from...Günther Deschner2007-10-101-32/+6
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1