summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Merge:Tim Potter2003-04-141-91/+27
* Syncup new HEAD version.Tim Potter2003-04-141-128/+169
* Syncup popt changes with HEAD.Tim Potter2003-04-141-2/+2
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-04-071-0/+459
|\
| * Create a pidfile, even when running in interactive mode.Tim Potter2003-04-071-3/+2
| * privilaged -> privilegedTim Potter2003-04-075-10/+10
| * Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-22/+1
| * This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on theSimo Sorce2003-04-061-5/+23
| * Removed unused variables.Tim Potter2003-04-041-2/+0
| * Fix a compile warning in slprintf format string.Tim Potter2003-04-031-4/+4
| * The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough2003-04-032-1/+395
| * Fixup swat warning.Jeremy Allison2003-04-031-0/+6
| * Print out the 'freindly' error message from winbind. Also print usefulAndrew Bartlett2003-04-022-7/+22
| * THE Idmap patch :-)Simo Sorce2003-04-024-33/+32
* | Winbind merges from HEAD:Andrew Bartlett2003-04-076-17/+32
* | Fixup swat warning.Jeremy Allison2003-04-031-0/+6
* | 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