summaryrefslogtreecommitdiffstats
path: root/source/auth/auth_util.c
Commit message (Expand)AuthorAgeFilesLines
* s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().Jeremy Allison2009-05-191-2/+1
* Fix bug #6291 - force user stop working. A previous fix broke the invariant t...Jeremy Allison2009-05-111-1/+37
* Fix an uninitialized variable warningVolker Lendecke2009-03-041-1/+0
* s3: fix guest auth when winbindd is runningSteven Danneman2009-02-271-7/+7
* s3:auth_util.c: fix the buildStefan Metzmacher2009-02-131-2/+2
* 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-8/+40
* Fix double free caused by incorrect talloc_steal usage.Dan Sledz2009-02-121-2/+2
* Fix show-stopper for 3.2. Smbd depends on group SIDJeremy Allison2008-08-141-0/+34
* Revert the 4d83924470b267f2267abd62a3be2ac3ae373d7b change. The server_info s...Jeremy Allison2008-08-141-1/+1
* use correct argumentHerb Lewis2008-08-141-1/+1
* Fix gcc warnings at -O3.Jeremy Allison2008-06-261-1/+1
* Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.Jeremy Allison2008-06-241-13/+66
* 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
* r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce2007-10-101-7/+20
* r20098: Properly fix issues with create_token_from_username()Jeremy Allison2007-10-101-6/+11
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-101-40/+77
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-1/+1
* r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce2007-10-101-1/+1