summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wb_common.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14855: Various fixes:Gerald Carter1-8/+7
2007-10-10r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1.Jeremy Allison1-0/+4
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-0/+5
2007-10-10r10321: Fix winbindd recursion bug found by Ingo Steuwer <steuwer@univention....Jeremy Allison1-4/+10
2007-10-10r9780: Clean up a bunch of compiler warnings.James Peach1-8/+0
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-3/+3
2007-10-10r7148: Fix #2736: winbind race condition with detecting idle clientsJim McDonough1-6/+12
2007-10-10r6643: fix some build issues on IRIX;l patch from james peachGerald Carter1-3/+0
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-2/+5
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
2003-11-04Use a static string instead of malloced one in winbind_{off,on}() utilityTim Potter1-29/+8
2003-11-02Use putenv() instead of setenv() in the winbind_{off,on}() functions. SomeTim Potter1-3/+30
2003-10-21Merge of spelling fix from HEAD.Tim Potter1-1/+1
2003-10-14Undo previous commit because it breaks the build.Tim Potter1-2/+0
2003-10-13Add a better error message to wb_common.c when unable to connect to a pipeRichard Sharpe1-0/+2
2003-08-01Fix a memory leak. I did not check all the calls to winbindd_request, butVolker Lendecke1-0/+2
2003-07-07and so it begins....Gerald Carter1-0/+16
2003-06-30fix for platforms that don't have unsetenv().Gerald Carter1-3/+7
2003-03-24(merge from HEAD)Andrew Bartlett1-20/+53
2002-12-20Merge removal of unpopular winbind client environment variable.Tim Potter1-16/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-4/+74
2002-08-17sync 3.0 branch with headJelmer Vernooij1-17/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-3/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-10Since AB has been changing the winbind interface it's time to add the "mockTim Potter1-0/+2
2001-12-22merge IRIX winbind support from Samba 2.2 branchHerb Lewis1-44/+64
2001-09-17move to SAFE_FREE()Simo Sorce1-5/+3
2001-08-24get rid of compiler warningsHerb Lewis1-1/+1
2001-07-10added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell1-0/+17
2001-07-08allow winbindd to run as non-root so we can test it more easilyAndrew Tridgell1-2/+4
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter1-2/+3
2001-04-25merge some of the nsswitch code from tng to headAndrew Tridgell1-3/+4
2001-04-25merge from 2_2Andrew Tridgell1-3/+2
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-2/+2
2000-07-17Renamed a parameter in init_request() function.Tim Potter1-10/+19
2000-07-10Moved winbind client functions from various odd locations toTim Potter1-0/+347