Age | Commit message (Expand) | Author | Files | Lines |
2008-02-13 | nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros | Stefan Metzmacher | 1 | -27/+0 |
2007-11-26 | Remove pstrings from nsswitch/ and registry/ | Jeremy Allison | 1 | -22/+19 |
2007-10-10 | r25177: if configured using --enable-socket-wrapper | Stefan Metzmacher | 1 | -1/+15 |
2007-10-10 | r25143: rename public functions from winbind_client.h | Stefan Metzmacher | 1 | -28/+32 |
2007-10-10 | r25130: make use only of base types which are provided by libreplace | Stefan Metzmacher | 1 | -18/+7 |
2007-10-10 | r24746: As the winbindd pipe is officially broken since a while: split out re... | Günther Deschner | 1 | -4/+4 |
2007-10-10 | r24740: Fix the build. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r24734: Move nss_err_str() to a more public place. | Günther Deschner | 1 | -0/+20 |
2007-10-10 | r24629: Make read_sock return the total number of bytes read instead | Michael Adam | 1 | -3/+3 |
2007-10-10 | r23800: LGPL is now called GNU Lesser General Public License | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r23794: convert more code from LGPLv2+ to LGPLv3+ | Andrew Tridgell | 1 | -5/+3 |
2007-10-10 | r21940: Sorry Volker, I have to revert your revert in r21935. | Gerald Carter | 1 | -7/+40 |
2007-10-10 | r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ... | Volker Lendecke | 1 | -40/+7 |
2007-10-10 | r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec... | Volker Lendecke | 1 | -7/+40 |
2007-10-10 | r21397: revert accidential commit | Herb Lewis | 1 | -1/+1 |
2007-10-10 | r21396: fix wbinfo --lookup-rids command | Herb Lewis | 1 | -1/+1 |
2007-10-10 | r21231: get rid of unused defines that cause a redefined warning | Herb Lewis | 1 | -2/+0 |
2007-10-10 | r20269: merge -r20264:20267 from SAMBA_3_0_24 | Herb Lewis | 1 | -1/+5 |
2007-10-10 | r19420: Remove strequal and use strcmp() instead. Meant to | Gerald Carter | 1 | -11/+12 |
2007-10-10 | r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn off | Gerald Carter | 1 | -7/+14 |
2007-10-10 | r17345: Some C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ... | Gerald Carter | 1 | -7/+7 |
2007-10-10 | r14868: I will not write code when changing to Daylight Savings Time. | Gerald Carter | 1 | -7/+9 |
2007-10-10 | r14855: Various fixes: | Gerald Carter | 1 | -8/+7 |
2007-10-10 | r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -0/+5 |
2007-10-10 | r10321: Fix winbindd recursion bug found by Ingo Steuwer <steuwer@univention.... | Jeremy Allison | 1 | -4/+10 |
2007-10-10 | r9780: Clean up a bunch of compiler warnings. | James Peach | 1 | -8/+0 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r7148: Fix #2736: winbind race condition with detecting idle clients | Jim McDonough | 1 | -6/+12 |
2007-10-10 | r6643: fix some build issues on IRIX;l patch from james peach | Gerald Carter | 1 | -3/+0 |
2007-10-10 | r6149: Fixes bugs #2498 and 2484. | Derrell Lipman | 1 | -2/+5 |
2007-10-10 | r698: Now wb pipe is non-blocking remember to read in non-blocking mode... | Jeremy Allison | 1 | -11/+44 |
2007-10-10 | r651: Patch from kawasa_r@itg.hitachi.co.jp to connect to winbind | Jeremy Allison | 1 | -2/+94 |
2003-11-04 | Use a static string instead of malloced one in winbind_{off,on}() utility | Tim Potter | 1 | -29/+8 |
2003-11-02 | Use putenv() instead of setenv() in the winbind_{off,on}() functions. Some | Tim Potter | 1 | -3/+30 |
2003-10-21 | Merge of spelling fix from HEAD. | Tim Potter | 1 | -1/+1 |
2003-10-14 | Undo previous commit because it breaks the build. | Tim Potter | 1 | -2/+0 |
2003-10-13 | Add a better error message to wb_common.c when unable to connect to a pipe | Richard Sharpe | 1 | -0/+2 |
2003-08-01 | Fix a memory leak. I did not check all the calls to winbindd_request, but | Volker Lendecke | 1 | -0/+2 |
2003-07-07 | and so it begins.... | Gerald Carter | 1 | -0/+16 |
2003-06-30 | fix for platforms that don't have unsetenv(). | Gerald Carter | 1 | -3/+7 |
2003-03-24 | (merge from HEAD) | Andrew Bartlett | 1 | -20/+53 |
2002-12-20 | Merge removal of unpopular winbind client environment variable. | Tim Potter | 1 | -16/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -4/+74 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -17/+0 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -3/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-10 | Since AB has been changing the winbind interface it's time to add the "mock | Tim Potter | 1 | -0/+2 |