summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-19as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell1-1/+41
2003-10-31prompt for password when invoking --set-auth-user and no pwGerald Carter1-2/+7
2003-08-12Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter1-3/+12
2003-08-11adding '.' special name to --domain to mean our domainGerald Carter1-5/+14
2003-08-10add --domain=DOMAINNAME to wbinfoGerald Carter1-17/+33
2003-07-25Make wbinfo -p work again. Fixes bug 251.Tim Potter1-1/+1
2003-07-11moving more code around.Gerald Carter1-22/+60
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-1/+174
2003-07-08fix some formattingGerald Carter1-25/+24
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-06-18Remove the -A option of wbinfo, leaving only the long version,Jim McDonough1-1/+1
2003-04-14Syncup popt changes with HEAD.Tim Potter1-2/+2
2003-04-07Winbind merges from HEAD:Andrew Bartlett1-4/+6
2003-03-18Merge of popt help cleanups.Tim Potter1-5/+5
2003-02-25Merge: add popt_common_version to command line options table.Tim Potter1-0/+1
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