summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-20s3: Fix some nonempty blank linesVolker Lendecke1-59/+57
2010-01-24s3: Remove some calls to memset -- reduces text size by some bytes for meVolker Lendecke1-8/+3
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-6/+4
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke1-18/+18
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-9/+9
2009-11-14s3:fix a comment typoMichael Adam1-1/+1
2009-11-14s3:is_trusted_domain: shortcut if domain name == global_sam_nameMichael Adam1-0/+4
2009-11-14s3:is_trusted_domain: shortcut if domain name is NULL or emptyMichael Adam1-0/+4
2009-08-21s3: fix bug #6650, authentication at member servers when winbindd is not runningMichael Adam1-1/+1
2009-06-03s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher1-2/+5
2009-05-28s3/auth map NULL domains to our global sam nameSteven Danneman1-9/+3
2009-05-12s3 auth: Make debug message louder and more usefulDan Sledz1-2/+3
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-5/+5
2009-05-07s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().Günther Deschner1-2/+1
2009-04-28Fix bug #6291 - force user stop working.Jeremy Allison1-1/+37
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-2/+3
2009-04-01s3-auth: rename static smb_create_user(). Sorry...Günther Deschner1-2/+2
2009-02-26s3: fix guest auth when winbindd is runningSteven Danneman1-7/+7
2009-02-21Revert "s3 auth: Add parameter that forces every user through an NSS lookup"Tim Prouty1-22/+4
2009-02-16s3 auth: Add parameter that forces every user through an NSS lookupZach Loafman1-4/+22
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-01-21Fix a typoVolker Lendecke1-1/+1
2008-12-04Fix bug #1254 - write list not working under share-level securityJeremy Allison1-1/+1
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce1-4/+13
2008-08-17Split lookup_name() and create a new functiong calledSimo Sorce1-13/+4
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-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-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-23/+25
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 Lendecke1-4/+5
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 Lendecke1-3/+3
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-04Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner1-1/+1
2008-02-17Use netr_SamInfo3 in make_server_info_info3().Günther Deschner1-25/+27
2008-02-13auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher1-0/+233
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-10/+13
2007-12-28Remove static zerosVolker Lendecke1-3/+6
2007-12-22Fix "may be used uninitialized" compiler warnings.James Peach1-3/+3
2007-12-21De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter1-3/+3