summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Ok, try and fix this correctly... Simplify the nasty loop logic.Jeremy Allison2003-05-141-7/+7
* Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison2003-05-141-0/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-126-58/+35
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-083-81/+135
* There appears to be no reason why we have to execute theTim Potter2003-05-062-60/+45
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-05-031-0/+360
|\
| * fixes to *_util.c filesSimo Sorce2003-05-032-1/+366
| * proper wellknown sids initialization at startupSimo Sorce2003-05-011-0/+3
| * *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-013-48/+17
| * make winbind use idmap as well.Simo Sorce2003-04-277-1079/+54
| * update copyright notice that is written to the logsGerald Carter2003-04-221-1/+1
| * Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-164-16/+20
| * Make this code actually compile (--with-ldapsam).Andrew Bartlett2003-04-161-4/+7
| * Removed unused variable.Tim Potter2003-04-141-2/+0
| * Winbind client for AIX. Written by Steve Roylance.Tim Potter2003-04-091-0/+411
* | remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter2003-04-293-2/+26
* | Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-2310-760/+642
* | update copyright notice that is written to the logsGerald Carter2003-04-221-1/+1
* | Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-214-16/+20
* | 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