summaryrefslogtreecommitdiff
path: root/source3/auth/auth_winbind.c
Commit message (Expand)AuthorAgeFilesLines
* s3:auth_winbind: ignore a missing winbindd as NT4 PDC/BDC without trustsStefan Metzmacher2018-12-201-1/+32
* s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not availableStefan Metzmacher2018-12-201-1/+1
* s3:auth_winbind: remove fallback to optional backendStefan Metzmacher2018-12-201-16/+0
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* auth_winbind3: Correctly handle !authoritativeVolker Lendecke2017-03-101-0/+9
* BUG 9817: Fix 'map untrusted to domain' with NTLMv2.Andreas Schneider2013-04-241-2/+8
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-0/+1
* s3: Make sure we call wbcAuthenticateUserEx correctlyVolker Lendecke2011-01-171-4/+14
* s3: Quieten a bogus error messageVolker Lendecke2010-11-091-3/+1
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-4/+4
* s3-auth: fix debug message in check_winbind_security().Günther Deschner2010-06-161-1/+1
* Revert "s4-smbtorture: only pull info when status code indicates success in s...Günther Deschner2010-06-161-11/+3
* s4-smbtorture: only pull info when status code indicates success in smbcli_ra...Günther Deschner2010-06-161-3/+11
* s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett2010-06-071-4/+4
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-2/+2
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-071-2/+2
* s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett2010-06-011-1/+1
* s3:auth make it easier to trace auth modulesSimo Sorce2010-05-291-0/+2
* s3: Remove the make_auth_methods routineVolker Lendecke2010-04-111-5/+9
* s3: Fix some nonempty linesVolker Lendecke2010-04-111-3/+3
* s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke2010-01-101-1/+1
* s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke2010-01-101-1/+1
* Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke2008-05-071-3/+1
* Add debug statement in auth_winbind to display wbcAuthenticateUserEx error code.Günther Deschner2008-03-261-0/+5
* auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-131-69/+44
* More logical operations on booleans. IBM checker.Jeremy Allison2008-01-041-1/+3
* 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
* r21940: Sorry Volker, I have to revert your revert in r21935.Gerald Carter2007-10-101-1/+2
* r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ...Volker Lendecke2007-10-101-2/+1
* r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec...Volker Lendecke2007-10-101-1/+2
* r18665: Remove two type-punned warningsVolker Lendecke2007-10-101-2/+3
* r17626: Some C++ WarningsVolker Lendecke2007-10-101-2/+3
* r15475: Ugly and disgusting patch to fix the username map problem I created byVolker Lendecke2007-10-101-0/+3
* r15472: Remove an unused function parameterVolker Lendecke2007-10-101-1/+0
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter2007-10-101-3/+3
* r13316: Let the carnage begin....Gerald Carter2007-10-101-11/+8
* r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison2007-10-101-0/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-1/+1
* r3616: Merge for 3.0.8.Andrew Bartlett2007-10-101-3/+3
* r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison2007-10-101-3/+2
* * add a few useful debug linesGerald Carter2003-12-191-1/+2
* make sure to call get_user_groups() with the full winbindd name for a user if...Gerald Carter2003-10-071-8/+8
* get rid of more compiler warningsHerb Lewis2003-08-151-1/+1
* and so it begins....Gerald Carter2003-07-071-1/+1
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-3/+11
* Valgrind found a bug (subtracting a pointer from a length rather than theJeremy Allison2003-06-301-1/+1