summaryrefslogtreecommitdiffstats
path: root/source/auth
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
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-141-2/+4
* auth: Fix build warning.Günther Deschner2008-10-301-2/+3
* 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
* Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...Jeremy Allison2008-06-241-2/+3
* Fix security=server, bug 5502Volker Lendecke2008-05-301-2/+4
* BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users}Gerald W. Carter2008-04-301-7/+9
* auth: add SeDiskOperatorsPrivilege to get_root_nt_token to fix registry shares.Michael Adam2008-04-151-0/+2
* Fix typos.Karolin Seeger2008-04-091-1/+1
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-041-1/+1
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-021-1/+1
* Add debug statement in auth_winbind to display wbcAuthenticateUserEx error code.Günther Deschner2008-03-261-0/+5
* Fix crash bug in check_sam_security() when make_server_info_sam() did aGünther Deschner2008-03-201-1/+0
* Fix bug 5317Volker Lendecke2008-03-141-1/+1
* Use a separate tdb for mutexesVolker Lendecke2008-03-102-14/+18
* Be more verbose why create local token has failed duringGünther Deschner2008-03-061-1/+2
* Use netr_SamInfo3 in remaining places.Günther Deschner2008-02-171-5/+5
* Use netr_SamInfo3 in make_server_info_info3().Günther Deschner2008-02-171-25/+27
* Allow auth_ntlmssp_end() to ignore null pointers passed in.Jeremy Allison2008-02-141-1/+6
* auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-132-69/+277
* Fix typo.Karolin Seeger2008-02-051-1/+1
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-10/+26
* tiny simplificationVolker Lendecke2008-02-041-5/+3
* Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
* Fix CID 460 - resource leak on error.Jeremy Allison2008-01-081-0/+1
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-092-34/+52
* More logical operations on booleans. IBM checker.Jeremy Allison2008-01-042-2/+6
* Fix a panicVolker Lendecke2007-12-291-1/+1
* Convert get_root_nt_token to memcacheVolker Lendecke2007-12-281-3/+15
* 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
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-1/+2
* Correctly define prototypes for accessor functions.Jeremy Allison2007-12-171-3/+3
* More static fstring removal.Jeremy Allison2007-12-171-33/+116
* Reformat: Remove trailing spaces.Michael Adam2007-12-171-47/+47
* Fix flags in caller of lookup_name() in create_builtin_administrators().Michael Adam2007-12-171-1/+2
* Remove another static string and static passwd.Jeremy Allison2007-12-161-19/+22
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-152-7/+8