summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix bug 7066 -- wbcAuthenticateEx gives unix timesVolker Lendecke2010-12-311-3/+3
* Fix bug #7743 - Inconsistent use of system name lookup can cause a domain joi...Jeremy Allison2010-11-111-5/+5
* s3-auth: in make_user_info_for_reply_enc make sure to check length and data p...Günther Deschner2010-06-161-2/+2
* s3:fix a comment typoMichael Adam2009-11-141-1/+1
* s3:is_trusted_domain: shortcut if domain name == global_sam_nameMichael Adam2009-11-141-0/+4
* s3:is_trusted_domain: shortcut if domain name is NULL or emptyMichael Adam2009-11-141-0/+4
* s3: fix bug #6650, authentication at member servers when winbindd is not runningMichael Adam2009-08-211-1/+1
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-2/+5
* s3/auth map NULL domains to our global sam nameSteven Danneman2009-05-281-9/+3
* s3 auth: Make debug message louder and more usefulDan Sledz2009-05-121-2/+3
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-5/+5
* s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().Günther Deschner2009-05-071-2/+1
* Fix bug #6291 - force user stop working.Jeremy Allison2009-04-281-1/+37
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-2/+3
* s3-auth: rename static smb_create_user(). Sorry...Günther Deschner2009-04-011-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