summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-11moving more code around.Gerald Carter5-47/+350
2003-07-10Just a few formatting fixed caught while testing.Rafal Szczesniak1-4/+0
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter2-22/+105
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter12-1059/+1430
2003-07-09fix linking issues in winbindd with become/unbecome_root() in passdb.cGerald Carter1-0/+14
2003-07-08fix some formattingGerald Carter1-25/+24
2003-07-07and so it begins....Gerald Carter8-66/+179
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison4-6/+6
2003-07-03fix for bug #200. flush connections if the machine trsut accountGerald Carter1-1/+31
2003-07-01* fix the trustdom_cache to work when winbindd is not running.Gerald Carter1-0/+14
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter1-68/+2
2003-06-30* rename samstrict auth method to samGerald Carter3-79/+94
2003-06-30fix for platforms that don't have unsetenv().Gerald Carter1-3/+7
2003-06-30Fix more shadow variable warnings.Tim Potter1-20/+20
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter4-18/+69
2003-06-28cleaning up after the s/in_addr/ip_service/ switch for the get_dc_list() patchGerald Carter1-6/+18
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison1-1/+1
2003-06-25* fix typos in a few debug statementsGerald Carter1-1/+1
2003-06-25large change:Gerald Carter3-33/+31
2003-06-24Sequence number was not getting updated with ldap hack. Only a bug in thisJeremy Allison2-7/+4