summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-17Some cosmetic changes to make the popt --usage output look nicer.Tim Potter1-5/+5
2003-02-18Add -V option (to print out version) to utilities where possibleJelmer Vernooij1-0/+1
2003-01-07cannot make assignments to const values.Herb Lewis1-1/+1
2003-01-02BIG patch...Andrew 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-05Don't use usage function, but use popt for usage and help infoJelmer Vernooij1-38/+37
2002-09-12Merge undone cleanups.Tim Potter1-13/+5
2002-09-12Merge of winbind auth cleanups from appliance.Tim Potter1-11/+21
2002-09-07Winbind client-side cleanups.Andrew Bartlett1-8/+4
2002-08-29Use popt for --helpJelmer Vernooij1-54/+24
2002-07-21Compilers do find bugs :-)Andrew Bartlett1-2/+1
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett1-2/+2
2002-07-11Usage fixes from APPLIANCE_HEAD.Tim Potter1-1/+2
2002-06-02The last element of the definitions of enums can't have a trailingTim Potter1-1/+1
2002-05-29merge from 2.2Gerald Carter1-1/+1
2002-05-21debug classizedSimo Sorce1-0/+3
2002-05-19A small change to print out the error message only if we could not check theRichard Sharpe1-4/+5
2002-05-18As per rsharpe's request, require only a Masters in Astrophysics toAndrew Bartlett1-14/+10
2002-05-13Don't store domain with username in secrets.tdbTim 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