summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* large change:Gerald Carter2003-06-253-33/+31
* Sequence number was not getting updated with ldap hack. Only a bug in thisJeremy Allison2003-06-242-7/+4
* Explain why winbindd is exiting.Jeremy Allison2003-06-241-2/+4
* add tdb backup function separation and winbind idmap upgrade code formSimo Sorce2003-06-242-0/+209
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-233-107/+20
* lp_security() is a function not an integerAndrew Tridgell2003-06-231-1/+1
* * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter2003-06-234-30/+269
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-224-18/+18
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-218-143/+379
* Remove the -A option of wbinfo, leaving only the long version,Jim McDonough2003-06-181-1/+1
* Squelch one small compiler warningRichard Sharpe2003-06-161-1/+2
* Fix some compiler warnings.Tim Potter2003-06-161-2/+0
* made a debug statement more usefulAndrew Tridgell2003-06-161-2/+3
* Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison2003-06-131-6/+1
* Add in rety loop for query_user_list (from APP_HEAD). Deals with a bugJeremy Allison2003-06-102-5/+56
* - fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell2003-06-105-41/+46
* More instrumentation for winbindd.Jeremy Allison2003-06-101-0/+14
* Instrument cache with debug statements so I can have a clue as to whatJeremy Allison2003-06-101-56/+208