summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2003-01-13Merge of remove "winbindd holding pattern" from appliance. It's a bitTim Potter3-28/+10
2003-01-11Return the 'freindly' NT error message if at all possible.Andrew Bartlett2-2/+3
2003-01-09Correct misleading comment: winbindd_lookupname gets the SID for aMartin Pool1-1/+3
2003-01-07cannot make assignments to const values.Herb Lewis1-1/+1
2003-01-06Fix from "Ken Cross" <kcross@nssolutions.com> for enumeratingJeremy Allison1-1/+3
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+21
2003-01-02Becouse these functions return a size_t, they can't return negitive numbers.Andrew Bartlett1-3/+3
2003-01-02BIG patch...Andrew Bartlett2-2/+2
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison7-18/+38
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-49/+1
2002-12-01Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett2-2/+7
2002-11-26After consultation with tpot, remove the 'winbind_domain' environmentAndrew Bartlett5-47/+3
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2-6/+12
2002-11-23[merge from APP_HEAD]Gerald Carter1-3/+4
2002-11-18Bug fix from appliance - we must initialise the winbindd server stateTim Potter1-2/+2
2002-11-15enable enumeration of domain local groups using LDAP (and in a native mode do...Gerald Carter1-5/+30
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison6-52/+31
2002-11-09remove accidental debug code..Gerald Carter1-4/+0
2002-11-08defunct winbindd fix from APP_HEADGerald Carter1-2/+7
2002-11-08Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett1-6/+0
2002-11-07Remove lp_security() checks for winbindd as this is how we act as a PDC.Tim Potter1-6/+0
2002-11-07Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2-15/+22
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-4/+16
2002-11-05Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE.Tim Potter1-0/+7
2002-11-02Fix --set-auth-user command to delete entries from the secrets file when anTim Potter1-12/+68
2002-11-02Some winbindd cleanups I made trying to fix cr1020:Tim Potter2-38/+108
2002-11-02Handle the case where the password used in RPC connections (for restrictTim Potter1-3/+8
2002-10-26Updates to winbind's PAM client and server - make the debug logsAndrew Bartlett2-19/+44
2002-10-23much simpler code to choose a DC to contact in winbindd. We now alwaysAndrew Tridgell1-55/+6
2002-10-23if trusted domains are disabled then we should not try to connect toAndrew Tridgell1-1/+6
2002-10-18must add one to the extra_data size to transfer the 0 string terminator.Herb Lewis1-1/+2
2002-10-18NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2-1/+2
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-4/+18
2002-10-15- we need to rescan the trusted domain list regularly to cope withAndrew Tridgell2-1/+5
2002-10-15Fix spelling of background_process.Jeremy Allison2-6/+6
2002-10-15Change to use sys_read/sys_write.Jeremy Allison1-10/+4
2002-10-08merge from APP_HEADGerald Carter6-13/+200
2002-10-05Don't use usage function, but use popt for usage and help infoJelmer Vernooij1-38/+37
2002-10-04fix typoGerald Carter1-1/+1
2002-10-04merge native_mode flag in winbindd_domain struct from app-headGerald Carter3-5/+61
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-10-01Doh ! Lookup name before checking negative cache (the way Tim originallyJeremy Allison1-10/+10
2002-09-30Fix memory leak in getting DC list. Remember to exclude failed lookups.Jeremy Allison1-5/+21
2002-09-27Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett1-186/+11
2002-09-25fix getpass replacement check (i thought I fixed this a few daysGerald Carter1-0/+2
2002-09-24Moved -ve cache check to correct place.Jeremy Allison1-10/+10
2002-09-17Reverted my earlier change. It was incorrect. We must be protected byJeremy Allison1-5/+4
2002-09-17Only create the pidfile once we're ready to receive requests.Jeremy Allison1-3/+5
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-1/+1
2002-09-15Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij1-0/+4