summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23530: Fix bugs #4678 and #4697 which had the same root cause.Jeremy Allison2007-10-101-0/+54
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-5/+5
* r22819: Fix Bug 4613. We just dumped the must change & friends. With theVolker Lendecke2007-10-101-0/+24
* r22740: Move debug_*_user_token to token_utils.cVolker Lendecke2007-10-101-45/+0
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-5/+9
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-5/+5
* r22390: Patchset sent to samba-technical to address the winbindGerald Carter2007-10-101-38/+10
* r22135: Check in most of Michael Adam's net conf utility. A good share of thi...Volker Lendecke2007-10-101-432/+0
* r22022: - Clarify the commentsAndrew Bartlett2007-10-101-1/+1
* r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2007-10-101-7/+11
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-2/+2
* r21999: remove useless castsStefan Metzmacher2007-10-101-6/+6
* r21536: Fix copy/paste typo.Günther Deschner2007-10-101-1/+1
* r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-10-101-2/+1
* r20774: I thought I committed this before Xmas holidays ...Simo Sorce2007-10-101-1/+1
* r20169: Support for fallback to legacy mapping code was not completely tested.Simo Sorce2007-10-101-10/+24