summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-222-5/+10
* as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell2003-11-196-7/+292
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-1215-1/+14
* fix for bug 680 (heads up). This gist is to map theGerald Carter2003-11-071-25/+215
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-3/+3
* Use a static string instead of malloced one in winbind_{off,on}() utilityTim Potter2003-11-041-29/+8
* Fix for winbindd on HPUX from albert chin (china@thewrittenword.com)Jeremy Allison2003-11-031-4/+2
* Use putenv() instead of setenv() in the winbind_{off,on}() functions. SomeTim Potter2003-11-021-3/+30
* prompt for password when invoking --set-auth-user and no pwGerald Carter2003-10-311-2/+7
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-222-5/+5
* fixed a number of bugs and memory leaks in the AIX winbind shimAndrew Tridgell2003-10-211-249/+231
* Merge of spelling fix from HEAD.Tim Potter2003-10-211-1/+1
* Undo previous commit because it breaks the build.Tim Potter2003-10-141-2/+0
* Add a better error message to wb_common.c when unable to connect to a pipeRichard Sharpe2003-10-132-0/+9
* make sure to use the escaped DN; patch from Guenther Deschner; bug 592Gerald Carter2003-10-131-1/+1
* don't call ads_destroy() twice; fixes segfault in winbindd when DC goes down;...Gerald Carter2003-10-031-4/+11
* fixing a bug in the retry loop for winbindd_pam_auth[_crap]()Gerald Carter2003-09-241-15/+25
* fix some warnings found by the Sun C compilerGerald Carter2003-09-221-1/+0
* Obviously correct typo bugfix from Lin Li <linl@xandros.com>.Jeremy Allison2003-09-171-1/+1
* fix valgrind errors; don't access cli_state pointer after it has been shutdownGerald Carter2003-09-081-17/+13
* Fix for bug #299.Tim Potter2003-09-081-30/+80
* finish off bug 282. AAdd extra checks for pointers afterGerald Carter2003-09-061-7/+7
* fix bug 382: make sure to free and reset the cli_state pointer after flushing...Gerald Carter2003-09-061-0/+6
* revert retry loops in winbindd_ads as abartket points out, weGerald Carter2003-09-061-312/+151
* fixes for ads domain membership when only the realm is defined inGerald Carter2003-09-054-15/+54
* Fix for bug 282 that didn't get checked in.Tim Potter2003-09-051-1/+1
* should fix bug 364 & 311: Retry patch based on suggestion fromGerald Carter2003-09-051-142/+316
* Check in Andrew's fix for bug #305 (always use lp_realm() )Gerald Carter2003-09-041-13/+2
* More FreeBSD PAM compile fixes. Don't redefine PAM_AUTHTOK_RECOVER_ERRTim Potter2003-09-041-0/+3
* Fix for bug 261. Create a configure #define for FreeBSD and a check inTim Potter2003-09-021-1/+1
* Typo fix.Rafal Szczesniak2003-08-271-1/+1
* Update last scan time in rescan_trusted_domains().Tim Potter2003-08-271-0/+2
* make sure we keep the trusted domain cache up to dateGerald Carter2003-08-252-10/+33
* metze's autogenerate patch for version.hGerald Carter2003-08-202-2/+2
* 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