summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/wbinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-261-3/+25
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-11/+0
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-8/+5
* Some memory leak fixes.Tim Potter2002-01-111-17/+23
* Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett2002-01-101-17/+37
* This changes the winbind protcol a bit:Andrew Bartlett2002-01-101-6/+56
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-191-1/+5
* Oops, the -a option disappeared.Tim Potter2001-12-111-0/+1
* fix for IRIX compilersHerb Lewis2001-12-111-2/+2
* Converted wbinfo to use popt instead of getopt - popt is very nice!Tim Potter2001-12-111-28/+100
* Correct message on wbinfo fail to open config file.Jeremy Allison2001-12-041-1/+2
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-1/+1
* Fix winbind client code so that winbind calls are not made if theJeremy Allison2001-11-131-0/+21
* fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell2001-09-051-32/+33
* Added another authentication interface to winbindd. The Challenge ResponseTim Potter2001-08-221-15/+116
* the nss and pam modules in winbind don't have strchr_m() yet, so useAndrew Tridgell2001-07-181-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
* More compile fixups for winbind portability.Tim Potter2001-06-041-1/+1
* Compile fix for solaris.Tim Potter2001-06-041-7/+5
* merge some of the nsswitch code from tng to headAndrew Tridgell2001-04-251-4/+5
* Fixed merging mess.Tim Potter2000-10-131-1/+22
* Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.Tim Potter2000-10-111-1/+1
* Modified initgroups to provide a get groups a user is a member ofTim Potter2000-10-111-1/+34
* Merge of wbinfo program from TNG.Tim Potter2000-07-051-0/+408