summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/wb_common.c
Commit message (Expand)AuthorAgeFilesLines
* r19420: Remove strequal and use strcmp() instead. Meant toGerald Carter2007-10-101-11/+12
* r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn offGerald Carter2007-10-101-7/+14
* r17345: Some C++ warningsVolker Lendecke2007-10-101-1/+1
* r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter2007-10-101-7/+7
* r14868: I will not write code when changing to Daylight Savings Time.Gerald Carter2007-10-101-7/+9
* r14855: Various fixes:Gerald Carter2007-10-101-8/+7
* r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1.Jeremy Allison2007-10-101-0/+4
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-0/+5
* r10321: Fix winbindd recursion bug found by Ingo Steuwer <steuwer@univention....Jeremy Allison2007-10-101-4/+10
* r9780: Clean up a bunch of compiler warnings.James Peach2007-10-101-8/+0
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-3/+3
* r7148: Fix #2736: winbind race condition with detecting idle clientsJim McDonough2007-10-101-6/+12
* r6643: fix some build issues on IRIX;l patch from james peachGerald Carter2007-10-101-3/+0
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-2/+5
* r698: Now wb pipe is non-blocking remember to read in non-blocking mode...Jeremy Allison2007-10-101-11/+44
* r651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbindJeremy Allison2007-10-101-2/+94
* Use a static string instead of malloced one in winbind_{off,on}() utilityTim Potter2003-11-041-29/+8
* Use putenv() instead of setenv() in the winbind_{off,on}() functions. SomeTim Potter2003-11-021-3/+30
* Merge of spelling fix from HEAD.Tim Potter2003-10-211-1/+1
* Undo previous commit because it breaks the build.Tim Potter2003-10-141-2/+0
* Add a better error message to wb_common.c when unable to connect to a pipeRichard Sharpe2003-10-131-0/+2
* Fix a memory leak. I did not check all the calls to winbindd_request, butVolker Lendecke2003-08-011-0/+2
* and so it begins....Gerald Carter2003-07-071-0/+16
* fix for platforms that don't have unsetenv().Gerald Carter2003-06-301-3/+7
* (merge from HEAD)Andrew Bartlett2003-03-241-20/+53
* Merge removal of unpopular winbind client environment variable.Tim Potter2002-12-201-16/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-4/+74
* sync 3.0 branch with headJelmer Vernooij2002-08-171-17/+0
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-3/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Since AB has been changing the winbind interface it's time to add the "mockTim Potter2002-01-101-0/+2
* merge IRIX winbind support from Samba 2.2 branchHerb Lewis2001-12-221-44/+64
* move to SAFE_FREE()Simo Sorce2001-09-171-5/+3
* get rid of compiler warningsHerb Lewis2001-08-241-1/+1
* added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell2001-07-101-0/+17
* allow winbindd to run as non-root so we can test it more easilyAndrew Tridgell2001-07-081-2/+4
* Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-071-2/+3
* merge some of the nsswitch code from tng to headAndrew Tridgell2001-04-251-3/+4
* merge from 2_2Andrew Tridgell2001-04-251-3/+2
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-2/+2
* Renamed a parameter in init_request() function.Tim Potter2000-07-171-10/+19
* Moved winbind client functions from various odd locations toTim Potter2000-07-101-0/+347