summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wb_common.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-20nss_winbind: When returning NSS_UNAVAIL, squash errno to ENOENTGerald (Jerry) Carter1-2/+18
2008-02-13nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher1-27/+0
2007-11-26Remove pstrings from nsswitch/ and registry/Jeremy Allison1-22/+19
2007-10-10r25177: if configured using --enable-socket-wrapperStefan Metzmacher1-1/+15
2007-10-10r25143: rename public functions from winbind_client.hStefan Metzmacher1-28/+32
2007-10-10r25130: make use only of base types which are provided by libreplaceStefan Metzmacher1-18/+7
2007-10-10r24746: As the winbindd pipe is officially broken since a while: split out re...Günther Deschner1-4/+4
2007-10-10r24740: Fix the build.Günther Deschner1-0/+2
2007-10-10r24734: Move nss_err_str() to a more public place.Günther Deschner1-0/+20
2007-10-10r24629: Make read_sock return the total number of bytes read insteadMichael Adam1-3/+3
2007-10-10r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell1-2/+2
2007-10-10r23794: convert more code from LGPLv2+ to LGPLv3+Andrew Tridgell1-5/+3
2007-10-10r21940: Sorry Volker, I have to revert your revert in r21935.Gerald Carter1-7/+40
2007-10-10r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ...Volker Lendecke1-40/+7
2007-10-10r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec...Volker Lendecke1-7/+40
2007-10-10r21397: revert accidential commitHerb Lewis1-1/+1
2007-10-10r21396: fix wbinfo --lookup-rids commandHerb Lewis1-1/+1
2007-10-10r21231: get rid of unused defines that cause a redefined warningHerb Lewis1-2/+0
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis1-1/+5
2007-10-10r19420: Remove strequal and use strcmp() instead. Meant toGerald Carter1-11/+12
2007-10-10r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn offGerald Carter1-7/+14
2007-10-10r17345: Some C++ warningsVolker Lendecke1-1/+1
2007-10-10r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter1-7/+7
2007-10-10r14868: I will not write code when changing to Daylight Savings Time.Gerald Carter1-7/+9
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