summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-23Move a function to avoid a warning.Tim Potter1-24/+24
2003-07-22Another round of uid/gid/pid format string changes I missed theTim Potter5-9/+9
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter8-76/+77
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-14/+0
2003-07-20Typo fixes.Rafal Szczesniak1-1/+1
2003-07-16fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2-17/+21
2003-07-15Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy1-4/+22
2003-07-15remove -B and default to dual-daemon mode (-Y to run as a single process)Gerald Carter1-2/+2
2003-07-11patch for domain groups with no members (rpc only) from Ken CrossGerald Carter1-1/+1
2003-07-11fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter1-70/+76