summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wb_common.c
AgeCommit message (Expand)AuthorFilesLines
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