summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge of winbind nss library cleanup from HEAD.Tim Potter2003-04-028-1628/+372
* | Whitespace syncup.Tim Potter2003-04-021-4/+4
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-03-318-0/+1733
|\|
| * Placeholder for winbind aix client.Tim Potter2003-03-311-0/+0
| * Cleanup of winbind client side code.Tim Potter2003-03-3110-601/+708
| * Don't use old usage() function, but the one from popt.Jelmer Vernooij2003-03-241-1/+0
| * Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-242-1/+2
| * Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-242-7/+4
| * Convert to popt.Jelmer Vernooij2003-03-231-58/+26
| * NTLM Authentication:Andrew Bartlett2003-03-237-33/+131
| * Fix debug message not to use an uninitialized variable.Volker Lendecke2003-03-191-2/+1
| * Some cosmetic changes to make the popt --usage output look nicer.Tim Potter2003-03-171-5/+5
| * 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