summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix for trusted domains scan not working inspired by Ken Cross.Tim Potter2003-02-142-7/+8
| * setup the %U substitution in winbindd for the homedir templateAndrew Tridgell2003-02-121-0/+1
| * Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-011-1/+8
| * Ensure Luke Howard's (C) is added.Jeremy Allison2003-01-311-1/+21
| * Use new interface for cli_samr_query_dispinfo().Tim Potter2003-01-291-5/+10
| * Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison2003-01-161-28/+41
| * Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-163-1/+16
| * Add mutex protection around auth calls.Jeremy Allison2003-01-161-41/+37
| * small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter2003-01-151-3/+3
| * Remove wrapper function _get_trust_account_password() as it doesn'tTim Potter2003-01-141-15/+2
| * Added a comment in case anyone is thinking of doing a SMB_ASSERT in winbindd.Tim Potter2003-01-141-0/+2
| * Merge of remove "winbindd holding pattern" from appliance. It's a bitTim Potter2003-01-133-28/+10
| * Return the 'freindly' NT error message if at all possible.Andrew Bartlett2003-01-112-2/+3
| * Correct misleading comment: winbindd_lookupname gets the SID for aMartin Pool2003-01-091-1/+3
| * cannot make assignments to const values.Herb Lewis2003-01-071-1/+1
| * Fix from "Ken Cross" <kcross@nssolutions.com> for enumeratingJeremy Allison2003-01-061-1/+3
| * patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-3/+21
| * Becouse these functions return a size_t, they can't return negitive numbers.Andrew Bartlett2003-01-021-3/+3
| * BIG patch...Andrew Bartlett2003-01-022-2/+2
| * Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-207-18/+38
| * merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter2002-12-121-49/+1
| * Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett2002-12-012-2/+7
| * After consultation with tpot, remove the 'winbind_domain' environmentAndrew Bartlett2002-11-265-47/+3
| * Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-262-6/+12
| * [merge from APP_HEAD]Gerald Carter2002-11-231-3/+4
| * Bug fix from appliance - we must initialise the winbindd server stateTim Potter2002-11-181-2/+2
| * enable enumeration of domain local groups using LDAP (and in a native mode do...Gerald Carter2002-11-151-5/+30
| * Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-126-52/+31
| * remove accidental debug code..Gerald Carter2002-11-091-4/+0
| * defunct winbindd fix from APP_HEADGerald Carter2002-11-081-2/+7
| * Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-6/+0
| * Remove lp_security() checks for winbindd as this is how we act as a PDC.Tim Potter2002-11-071-6/+0
| * Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2002-11-072-15/+22
| * Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-4/+16
| * Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE.Tim Potter2002-11-051-0/+7
| * Fix --set-auth-user command to delete entries from the secrets file when anTim Potter2002-11-021-12/+68
| * Some winbindd cleanups I made trying to fix cr1020:Tim Potter2002-11-022-38/+108
| * Handle the case where the password used in RPC connections (for restrictTim Potter2002-11-021-3/+8
| * Updates to winbind's PAM client and server - make the debug logsAndrew Bartlett2002-10-262-19/+44
| * much simpler code to choose a DC to contact in winbindd. We now alwaysAndrew Tridgell2002-10-231-55/+6
| * if trusted domains are disabled then we should not try to connect toAndrew Tridgell2002-10-231-1/+6
| * must add one to the extra_data size to transfer the 0 string terminator.Herb Lewis2002-10-181-1/+2
| * NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2002-10-182-1/+2
| * Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-4/+18
| * - we need to rescan the trusted domain list regularly to cope withAndrew Tridgell2002-10-152-1/+5
| * Fix spelling of background_process.Jeremy Allison2002-10-152-6/+6
| * Change to use sys_read/sys_write.Jeremy Allison2002-10-151-10/+4
| * merge from APP_HEADGerald Carter2002-10-086-13/+200
| * Don't use usage function, but use popt for usage and help infoJelmer Vernooij2002-10-051-38/+37
| * fix typoGerald Carter2002-10-041-1/+1