summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1297: Yes, it does survive valgrind for my tests :-)Volker Lendecke1-8/+5
2007-10-10r1127: Finding trusted domains is not so important as to require a DEBUG(1).Andrew Bartlett1-1/+1
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter2-11/+41
2007-10-10r989: Calling sid_to_gid from within winbind makes no sense, as this callsVolker Lendecke1-1/+9
2007-10-10r988: When adding local aliases' gids to the user token, don't do a idmap_sid...Volker Lendecke1-11/+31
2007-10-10r914: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to ensureJeremy Allison1-2/+9
2007-10-10r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison1-11/+44
2007-10-10r651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbindJeremy Allison1-2/+94
2007-10-10r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.Jeremy Allison3-0/+5
2007-10-10r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jpJeremy Allison1-0/+1
2007-10-10r538: Mem leak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison1-0/+2
2007-10-10r535: Another memleak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison1-0/+2
2007-10-10r395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fixGerald Carter3-0/+14
2007-10-10r376: BUG 1288: resolve any machine netbios name (0x00) and not just servers ...Gerald Carter1-2/+2
2007-10-10r333: other half of fix for winbindd crask from gd@suse.deGerald Carter1-3/+7
2007-10-10r319: Fix a segfault in winbind. Thanks to Guenther Deschner for his valgrind...Volker Lendecke1-2/+6
2007-10-10r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter11-129/+239
2007-10-10r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...Gerald Carter1-0/+2
2007-10-10r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe2-2/+2
2007-10-10r197: mistaken merge from trunkGerald Carter1-0/+4
2007-10-10r195: adding files to ignore listGerald Carter1-4/+0
2007-10-10r175: Move this comment to the right place...Andrew Bartlett1-1/+1
2007-10-10r153: Fix memleakVolker Lendecke1-0/+1
2007-10-10r139: Apply some constVolker Lendecke1-1/+1
2007-10-10r116: volker's patch for local group and group nestingGerald Carter9-56/+543
2007-10-10r115: finally checking in tridge's winbindd_schannel patch for connectionsGerald Carter1-0/+34
2007-10-10r85: Update the winbind interface version, as I just extended the struct.Andrew Bartlett1-1/+1
2007-10-10r84: Implement --required-membership-of=, an ntlm_auth option that restrictsAndrew Bartlett2-5/+117
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2-4/+4
2007-10-10r39: * importing .cvsignore filesGerald Carter1-4/+0
2007-10-10r38: Fix caching of name->sid lookupsVolker Lendecke1-1/+2
2004-04-01This restructures lib/afs.c so that the token data can be but into aVolker Lendecke3-0/+103
2004-04-01Cosmetic: Fix a const warning.Volker Lendecke1-5/+6
2004-03-30Merge a fix from HEAD to 3_0Volker Lendecke1-1/+4
2004-03-30Apply some constVolker Lendecke4-12/+12
2004-03-24Fix bugzilla # 1208Jim McDonough1-1/+5
2004-03-22missed one on BUG 1195; make sure to set the private * to NULLGerald Carter1-5/+2
2004-03-22BUG 1185: use 'winbind cache time' as the reconnect period when seq_num == -1...Gerald Carter1-0/+2
2004-03-22bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...Gerald Carter1-1/+22
2004-03-16BUG 1182: patch from john.klinger@lmco.com (John Klinger) to reanable the -...Gerald Carter2-2/+4
2004-03-14When trying to remove a user from a group, winbind should be informedVolker Lendecke1-0/+3
2004-03-07This might not be used a lot and might not survive for long, but at least itVolker Lendecke2-7/+11
2004-03-04BUG 848: don't create winbind local users/groups that already exist in the tdbGerald Carter1-3/+16
2004-02-10fix more compiler warning after the latest static rampageGerald Carter1-28/+28
2004-02-08Add more static...Andrew Bartlett1-2/+2
2004-02-08nsswitch/winbindd_util.c:Andrew Bartlett1-1/+1
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-1/+1
2004-02-04return NSS_SUCCESS if we have found the max number of gids possible on Solari...Gerald Carter1-4/+7
2004-02-02A few fixes from "L. Lucius" <ib@digicron.com>. Don't use int when it'sJeremy Allison1-3/+3
2004-01-29completely rewrote the AIX UESS backend (UESS is the AIX equivalent ofAndrew Tridgell1-148/+778