summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* If it's an fstring, use fstrcpy().Andrew Bartlett2003-03-151-8/+8
* This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett2003-03-111-41/+37
* Remove obsolete file.Tim Potter2003-03-111-13/+0
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-9/+2
* Fix "might be used uninitialised" warnings.Jeremy Allison2003-03-031-2/+2
* fixed a crash bug in the new winbindd 'sids rule!' codeAndrew Tridgell2003-02-281-1/+1
* *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison2003-02-282-15/+59
* Fix possible memory leak on failure.Andrew Bartlett2003-02-271-0/+1
* Kill RID-only and domain+RID madness from winbind.Andrew Bartlett2003-02-269-440/+377
* Merge from appliance:Tim Potter2003-02-261-34/+23
* After some comments from tridge, clean the new usergroups code into a helperAndrew Bartlett2003-02-251-71/+94
* Fix a really nasty bug where some users in AD domains (particularly childAndrew Bartlett2003-02-251-14/+90
* Fix a DEBUG() formatting, add some more debug to our SID pulling code andAndrew Bartlett2003-02-221-1/+1
* rename 'winbind backend' to 'idmap backend'. Put paramter in security sectio...Jim McDonough2003-02-211-23/+23
* Fix another compiler warning.Tim Potter2003-02-211-1/+0
* From aliguori@us.ibm.com:Jim McDonough2003-02-203-438/+731
* for some (very weird) reason, the domain I was testing aginst would notAndrew Bartlett2003-02-201-0/+4
* Missed one use of SETENV. (Compat macro no longer needed, as we have aAndrew Bartlett2003-02-191-1/+1
* Move to a in-memory ccache for winbind, and replace setenv() properly.Andrew Bartlett2003-02-192-17/+1
* Add -V option (to print out version) to utilities where possibleJelmer Vernooij2003-02-181-0/+1
* Check return code from string_to_sid.Martin Pool2003-02-181-3/+6
* Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrapJeremy Allison2003-02-151-65/+107
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-1/+2
* 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