summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2003-11-03Fix for winbindd on HPUX from albert chin (china@thewrittenword.com)Jeremy Allison1-4/+2
2003-11-02Use putenv() instead of setenv() in the winbind_{off,on}() functions. SomeTim Potter1-3/+30
2003-10-31prompt for password when invoking --set-auth-user and no pwGerald Carter1-2/+7
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2-5/+5
2003-10-21fixed a number of bugs and memory leaks in the AIX winbind shimAndrew Tridgell1-249/+231
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 Sharpe2-0/+9
2003-10-13make sure to use the escaped DN; patch from Guenther Deschner; bug 592Gerald Carter1-1/+1
2003-10-03don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter1-4/+11
2003-09-24fixing a bug in the retry loop for winbindd_pam_auth[_crap]()Gerald Carter1-15/+25
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+0
2003-09-17Obviously correct typo bugfix from Lin Li <linl@xandros.com>.Jeremy Allison1-1/+1
2003-09-08fix valgrind errors; don't access cli_state pointer after it has been shutdownGerald Carter1-17/+13
2003-09-08Fix for bug #299.Tim Potter1-30/+80
2003-09-06finish off bug 282. AAdd extra checks for pointers afterGerald Carter1-7/+7
2003-09-06fix bug 382: make sure to free and reset the cli_state pointer after flushing...Gerald Carter1-0/+6
2003-09-06revert retry loops in winbindd_ads as abartket points out, weGerald Carter1-312/+151
2003-09-05fixes for ads domain membership when only the realm is defined inGerald Carter4-15/+54
2003-09-05Fix for bug 282 that didn't get checked in.Tim Potter1-1/+1
2003-09-05should fix bug 364 & 311: Retry patch based on suggestion fromGerald Carter1-142/+316
2003-09-04Check in Andrew's fix for bug #305 (always use lp_realm() )Gerald Carter1-13/+2
2003-09-04More FreeBSD PAM compile fixes. Don't redefine PAM_AUTHTOK_RECOVER_ERRTim Potter1-0/+3
2003-09-02Fix for bug 261. Create a configure #define for FreeBSD and a check inTim Potter1-1/+1
2003-08-27Typo fix.Rafal Szczesniak1-1/+1
2003-08-27Update last scan time in rescan_trusted_domains().Tim Potter1-0/+2
2003-08-25make sure we keep the trusted domain cache up to dateGerald Carter2-10/+33
2003-08-20metze's autogenerate patch for version.hGerald Carter2-2/+2
2003-08-20fix small logic error in cm_open_connection() to work with non-krb5 connectionsGerald Carter1-7/+31
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-10/+80
2003-08-15get rid of more compiler warningsHerb Lewis4-8/+8
2003-08-132 fixesGerald Carter1-4/+14
2003-08-12Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter2-7/+20
2003-08-11adding '.' special name to --domain to mean our domainGerald Carter1-5/+14
2003-08-10add --domain=DOMAINNAME to wbinfoGerald Carter5-18/+71
2003-08-09fix for BUG #267 (problem with supplementary groups).Gerald Carter1-0/+74
2003-08-08fix 2 bugs:Gerald Carter2-33/+36
2003-08-06rework winbindd_accountdb_init() to reduce error messages in the logGerald Carter1-10/+5
2003-08-02make sure to initialize the backend methods when enumerating sequence numbers...Gerald Carter1-0/+2
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-08-01fix cut-n-paste error found by abartletGerald Carter1-8/+10
2003-08-01Fix a memory leak. I did not check all the calls to winbindd_request, butVolker Lendecke1-0/+2
2003-07-31make sure the domain sid is set when enumerating trusted domainsGerald Carter1-1/+24
2003-07-31working on transtive trusts issue:Gerald Carter5-69/+154
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+2
2003-07-26fix typo in debugGerald Carter1-1/+1
2003-07-25domain in schannel bind credentials must be the dest domain, not oursGerald Carter1-0/+5
2003-07-25Make wbinfo -p work again. Fixes bug 251.Tim Potter1-1/+1
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter4-16/+16