Age | Commit message (Expand) | Author | Files | Lines |
2003-11-12 | a small include file rearrangement that doesn't affect normal | Andrew Tridgell | 15 | -1/+14 |
2003-11-07 | fix for bug 680 (heads up). This gist is to map the | Gerald Carter | 1 | -25/+215 |
2003-11-06 | Final round of printf warnings fixes for the moment. | Tim Potter | 1 | -3/+3 |
2003-11-04 | Use a static string instead of malloced one in winbind_{off,on}() utility | Tim Potter | 1 | -29/+8 |
2003-11-03 | Fix for winbindd on HPUX from albert chin (china@thewrittenword.com) | Jeremy Allison | 1 | -4/+2 |
2003-11-02 | Use putenv() instead of setenv() in the winbind_{off,on}() functions. Some | Tim Potter | 1 | -3/+30 |
2003-10-31 | prompt for password when invoking --set-auth-user and no pw | Gerald Carter | 1 | -2/+7 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2 | -5/+5 |
2003-10-21 | fixed a number of bugs and memory leaks in the AIX winbind shim | Andrew Tridgell | 1 | -249/+231 |
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 | 2 | -0/+9 |
2003-10-13 | make sure to use the escaped DN; patch from Guenther Deschner; bug 592 | Gerald Carter | 1 | -1/+1 |
2003-10-03 | don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;... | Gerald Carter | 1 | -4/+11 |
2003-09-24 | fixing a bug in the retry loop for winbindd_pam_auth[_crap]() | Gerald Carter | 1 | -15/+25 |
2003-09-22 | fix some warnings found by the Sun C compiler | Gerald Carter | 1 | -1/+0 |
2003-09-17 | Obviously correct typo bugfix from Lin Li <linl@xandros.com>. | Jeremy Allison | 1 | -1/+1 |
2003-09-08 | fix valgrind errors; don't access cli_state pointer after it has been shutdown | Gerald Carter | 1 | -17/+13 |
2003-09-08 | Fix for bug #299. | Tim Potter | 1 | -30/+80 |
2003-09-06 | finish off bug 282. AAdd extra checks for pointers after | Gerald Carter | 1 | -7/+7 |
2003-09-06 | fix bug 382: make sure to free and reset the cli_state pointer after flushing... | Gerald Carter | 1 | -0/+6 |
2003-09-06 | revert retry loops in winbindd_ads as abartket points out, we | Gerald Carter | 1 | -312/+151 |
2003-09-05 | fixes for ads domain membership when only the realm is defined in | Gerald Carter | 4 | -15/+54 |
2003-09-05 | Fix for bug 282 that didn't get checked in. | Tim Potter | 1 | -1/+1 |
2003-09-05 | should fix bug 364 & 311: Retry patch based on suggestion from | Gerald Carter | 1 | -142/+316 |
2003-09-04 | Check in Andrew's fix for bug #305 (always use lp_realm() ) | Gerald Carter | 1 | -13/+2 |
2003-09-04 | More FreeBSD PAM compile fixes. Don't redefine PAM_AUTHTOK_RECOVER_ERR | Tim Potter | 1 | -0/+3 |
2003-09-02 | Fix for bug 261. Create a configure #define for FreeBSD and a check in | Tim Potter | 1 | -1/+1 |
2003-08-27 | Typo fix. | Rafal Szczesniak | 1 | -1/+1 |
2003-08-27 | Update last scan time in rescan_trusted_domains(). | Tim Potter | 1 | -0/+2 |
2003-08-25 | make sure we keep the trusted domain cache up to date | Gerald Carter | 2 | -10/+33 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 2 | -2/+2 |
2003-08-20 | fix small logic error in cm_open_connection() to work with non-krb5 connections | Gerald Carter | 1 | -7/+31 |
2003-08-19 | - Make 'net' use a single funciton for setting the 'use machine account' code. | Andrew Bartlett | 1 | -10/+80 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 4 | -8/+8 |
2003-08-13 | 2 fixes | Gerald Carter | 1 | -4/+14 |
2003-08-12 | Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, username | Tim Potter | 2 | -7/+20 |
2003-08-11 | adding '.' special name to --domain to mean our domain | Gerald Carter | 1 | -5/+14 |
2003-08-10 | add --domain=DOMAINNAME to wbinfo | Gerald Carter | 5 | -18/+71 |
2003-08-09 | fix for BUG #267 (problem with supplementary groups). | Gerald Carter | 1 | -0/+74 |
2003-08-08 | fix 2 bugs: | Gerald Carter | 2 | -33/+36 |
2003-08-06 | rework winbindd_accountdb_init() to reduce error messages in the log | Gerald Carter | 1 | -10/+5 |
2003-08-02 | make sure to initialize the backend methods when enumerating sequence numbers... | Gerald Carter | 1 | -0/+2 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 1 | -1/+1 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -1/+1 |
2003-08-01 | fix cut-n-paste error found by abartlet | Gerald Carter | 1 | -8/+10 |
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-31 | make sure the domain sid is set when enumerating trusted domains | Gerald Carter | 1 | -1/+24 |
2003-07-31 | working on transtive trusts issue: | Gerald Carter | 5 | -69/+154 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -1/+2 |