summaryrefslogtreecommitdiff
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* fix small logic error in cm_open_connection() to work with non-krb5 connectionsGerald Carter2003-08-201-7/+31
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-191-10/+80
* get rid of more compiler warningsHerb Lewis2003-08-154-8/+8
* 2 fixesGerald Carter2003-08-131-4/+14
* Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter2003-08-122-7/+20
* adding '.' special name to --domain to mean our domainGerald Carter2003-08-111-5/+14
* add --domain=DOMAINNAME to wbinfoGerald Carter2003-08-105-18/+71
* fix for BUG #267 (problem with supplementary groups).Gerald Carter2003-08-091-0/+74
* fix 2 bugs:Gerald Carter2003-08-082-33/+36
* rework winbindd_accountdb_init() to reduce error messages in the logGerald Carter2003-08-061-10/+5
* make sure to initialize the backend methods when enumerating sequence numbers...Gerald Carter2003-08-021-0/+2
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+1
* fix cut-n-paste error found by abartletGerald Carter2003-08-011-8/+10
* Fix a memory leak. I did not check all the calls to winbindd_request, butVolker Lendecke2003-08-011-0/+2
* make sure the domain sid is set when enumerating trusted domainsGerald Carter2003-07-311-1/+24
* working on transtive trusts issue:Gerald Carter2003-07-315-69/+154
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+2
* fix typo in debugGerald Carter2003-07-261-1/+1
* domain in schannel bind credentials must be the dest domain, not oursGerald Carter2003-07-251-0/+5
* Make wbinfo -p work again. Fixes bug 251.Tim Potter2003-07-251-1/+1
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-234-16/+16
* Move a function to avoid a warning.Tim Potter2003-07-231-24/+24
* Another round of uid/gid/pid format string changes I missed theTim Potter2003-07-225-9/+9
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-228-76/+77
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-221-14/+0
* Typo fixes.Rafal Szczesniak2003-07-201-1/+1
* fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2003-07-162-17/+21
* Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy2003-07-151-4/+22
* remove -B and default to dual-daemon mode (-Y to run as a single process)Gerald Carter2003-07-151-2/+2
* patch for domain groups with no members (rpc only) from Ken CrossGerald Carter2003-07-111-1/+1
* fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter2003-07-111-70/+76
* moving more code around.Gerald Carter2003-07-115-47/+350
* Just a few formatting fixed caught while testing.Rafal Szczesniak2003-07-101-4/+0
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-102-22/+105
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-0912-1059/+1430
* fix linking issues in winbindd with become/unbecome_root() in passdb.cGerald Carter2003-07-091-0/+14
* fix some formattingGerald Carter2003-07-081-25/+24
* and so it begins....Gerald Carter2003-07-078-66/+179
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-034-6/+6
* fix for bug #200. flush connections if the machine trsut accountGerald Carter2003-07-031-1/+31
* * fix the trustdom_cache to work when winbindd is not running.Gerald Carter2003-07-011-0/+14
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-301-68/+2
* * rename samstrict auth method to samGerald Carter2003-06-303-79/+94
* fix for platforms that don't have unsetenv().Gerald Carter2003-06-301-3/+7
* Fix more shadow variable warnings.Tim Potter2003-06-301-20/+20
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-294-18/+69
* cleaning up after the s/in_addr/ip_service/ switch for the get_dc_list() patchGerald Carter2003-06-281-6/+18
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-271-1/+1
* * fix typos in a few debug statementsGerald Carter2003-06-251-1/+1