summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-08cannot assign to constHerb Lewis1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-16/+9
2002-11-02Fix --set-auth-user command to delete entries from the secrets file when anTim Potter1-12/+68
2002-10-29Sync with HEADJelmer Vernooij1-38/+37
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-68/+36
2002-08-17sync 3.0 branch with headJelmer Vernooij1-4/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-17/+18
2002-05-13Merge from HEAD:Tim Potter1-1/+1
2002-05-13Merge of --set-auth-user updates from 2.2Tim Potter1-3/+4
2002-04-04Spelling.Tim Potter1-1/+1
2002-04-04Call poptFreeContext() as appropriate.Tim Potter1-23/+30
2002-03-29merge winbindd WINS changes from 2.2Herb Lewis1-0/+68
2002-03-20Cache call to winbind separator.Tim Potter1-46/+56
2002-03-01Move wbinfo over to d_printf(). Patch by Hasch@t-online.de (Juergen Hasch)Andrew Bartlett1-55/+55
2002-02-15Winbind cleanup.Andrew Bartlett1-5/+13
2002-02-11A few small winbind updates:Andrew Bartlett1-1/+0
2002-02-060x is the traditional prefix for displaying hex numbers.Tim Potter1-2/+2
2002-02-05Drastic impromvents to pam_winbind.Andrew Bartlett1-0/+6
2002-01-31added 'wbinfo --sequence' to show sequence numbers of all domainsAndrew Tridgell1-0/+34
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett1-3/+25
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-11/+0
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-8/+5
2002-01-11Some memory leak fixes.Tim Potter1-17/+23
2002-01-10Return the winbind separator over the socket, so programs don't have to parseAndrew Bartlett1-17/+37
2002-01-10This changes the winbind protcol a bit:Andrew Bartlett1-6/+56
2001-12-19- added initial support for trusted domains in winbindd_adsAndrew Tridgell1-1/+5
2001-12-11Oops, the -a option disappeared.Tim Potter1-0/+1
2001-12-11fix for IRIX compilersHerb Lewis1-2/+2
2001-12-11Converted wbinfo to use popt instead of getopt - popt is very nice!Tim Potter1-28/+100
2001-12-04Correct message on wbinfo fail to open config file.Jeremy Allison1-1/+2
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