summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-4/+4
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-2/+2
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-3/+3
2007-11-14Remove pstring from auth/*Jeremy Allison1-14/+38
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-25/+25
2007-10-12Add become_root/unbecome_root around one call of getsampwsid()Michael Adam1-1/+6
2007-10-10r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a sid_array_from...Günther Deschner1-32/+6
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23530: Fix bugs #4678 and #4697 which had the same root cause.Jeremy Allison1-0/+54
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-5/+5
2007-10-10r22819: Fix Bug 4613. We just dumped the must change & friends. With theVolker Lendecke1-0/+24
2007-10-10r22740: Move debug_*_user_token to token_utils.cVolker Lendecke1-45/+0
2007-10-10r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-5/+9
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-5/+5
2007-10-10r22390: Patchset sent to samba-technical to address the winbindGerald Carter1-38/+10
2007-10-10r22135: Check in most of Michael Adam's net conf utility. A good share of thi...Volker Lendecke1-432/+0
2007-10-10r22022: - Clarify the commentsAndrew Bartlett1-1/+1
2007-10-10r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett1-7/+11
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-2/+2
2007-10-10r21999: remove useless castsStefan Metzmacher1-6/+6
2007-10-10r21536: Fix copy/paste typo.Günther Deschner1-1/+1
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke1-2/+1
2007-10-10r20774: I thought I committed this before Xmas holidays ...Simo Sorce1-1/+1
2007-10-10r20169: Support for fallback to legacy mapping code was not completely tested.Simo Sorce1-10/+24
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-7/+20
2007-10-10r20098: Properly fix issues with create_token_from_username()Jeremy Allison1-6/+11
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison1-40/+77
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke1-1/+1
2007-10-10r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce1-1/+1
2007-10-10r19773: TALLOC_FREE checks for NULL itselfVolker Lendecke1-4/+1
2007-10-10r19008: Fix a segfaultVolker Lendecke1-0/+1
2007-10-10r18271: Big change:Gerald Carter1-2/+2
2007-10-10r18029: More C++ stuffVolker Lendecke1-2/+2
2007-10-10r17924: Get rid of warnings now that talloc is merged.Volker Lendecke1-4/+1
2007-10-10r17875: Fix (rather theoretical, but still...) null deref found byJeremy Allison1-8/+11
2007-10-10r17736: Apply the Unix group patch when creating the token for aGerald Carter1-1/+28