summaryrefslogtreecommitdiff
path: root/source3/auth/auth_winbind.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-24BUG 9817: Fix 'map untrusted to domain' with NTLMv2.Andreas Schneider1-2/+8
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-01-17s3: Make sure we call wbcAuthenticateUserEx correctlyVolker Lendecke1-4/+14
2010-11-09s3: Quieten a bogus error messageVolker Lendecke1-3/+1
2010-08-14s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett1-4/+4
2010-06-16s3-auth: fix debug message in check_winbind_security().Günther Deschner1-1/+1
2010-06-16Revert "s4-smbtorture: only pull info when status code indicates success in s...Günther Deschner1-11/+3
2010-06-16s4-smbtorture: only pull info when status code indicates success in smbcli_ra...Günther Deschner1-3/+11
2010-06-07s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett1-4/+4
2010-06-07s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett1-2/+2
2010-06-07s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett1-2/+2
2010-06-01s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett1-1/+1
2010-05-29s3:auth make it easier to trace auth modulesSimo Sorce1-0/+2
2010-04-11s3: Remove the make_auth_methods routineVolker Lendecke1-5/+9
2010-04-11s3: Fix some nonempty linesVolker Lendecke1-3/+3
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke1-1/+1
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-1/+1
2008-05-07Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke1-3/+1
2008-03-26Add debug statement in auth_winbind to display wbcAuthenticateUserEx error code.Günther Deschner1-0/+5
2008-02-13auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher1-69/+44
2008-01-04More logical operations on booleans. IBM checker.Jeremy Allison1-1/+3
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-10r21940: Sorry Volker, I have to revert your revert in r21935.Gerald Carter1-1/+2
2007-10-10r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ...Volker Lendecke1-2/+1
2007-10-10r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec...Volker Lendecke1-1/+2
2007-10-10r18665: Remove two type-punned warningsVolker Lendecke1-2/+3
2007-10-10r17626: Some C++ WarningsVolker Lendecke1-2/+3
2007-10-10r15475: Ugly and disgusting patch to fix the username map problem I created byVolker Lendecke1-0/+3
2007-10-10r15472: Remove an unused function parameterVolker Lendecke1-1/+0
2007-10-10r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter1-3/+3
2007-10-10r13316: Let the carnage begin....Gerald Carter1-11/+8
2007-10-10r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison1-0/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-1/+1
2007-10-10r3616: Merge for 3.0.8.Andrew Bartlett1-3/+3
2007-10-10r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison1-3/+2
2003-12-19* add a few useful debug linesGerald Carter1-1/+2
2003-10-07make sure to call get_user_groups() with the full winbindd name for a user if...Gerald Carter1-8/+8
2003-08-15get rid of more compiler warningsHerb Lewis1-1/+1
2003-07-07and so it begins....Gerald Carter1-1/+1
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-3/+11
2003-06-30Valgrind found a bug (subtracting a pointer from a length rather than theJeremy Allison1-1/+1
2003-06-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij1-1/+1
2003-05-27volker's fix for crash when my_private_data == NULLGerald Carter1-2/+8
2003-05-26Correctly initialize winbind auth method.Volker Lendecke1-0/+3
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-04-28Add cast for compilerAndrew Bartlett1-1/+1