summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
2001-11-13Fix winbind client code so that winbind calls are not made if theJeremy Allison1-0/+21
2001-09-05fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell1-32/+33
2001-08-22Added another authentication interface to winbindd. The Challenge ResponseTim Potter1-15/+116
2001-07-18the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-06-04More compile fixups for winbind portability.Tim Potter1-1/+1
2001-06-04Compile fix for solaris.Tim Potter1-7/+5
2001-04-25merge some of the nsswitch code from tng to headAndrew Tridgell1-4/+5
2000-10-13Fixed merging mess.Tim Potter1-1/+22
2000-10-11Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.Tim Potter1-1/+1
2000-10-11Modified initgroups to provide a get groups a user is a member ofTim Potter1-1/+34
2000-07-05Merge of wbinfo program from TNG.Tim Potter1-0/+408