summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23568: Remove last traces of Heimdal KCM support (and don't misuse wbinfo wh...Günther Deschner1-25/+4
2007-10-10r21957: minor formatting fixHerb Lewis1-1/+1
2007-10-10r21399: need to zero the request and response structuresHerb Lewis1-0/+3
2007-10-10r21396: fix wbinfo --lookup-rids commandHerb Lewis1-3/+18
2007-10-10r19957: Initial framework to make winbindd robustJeremy Allison1-1/+1
2007-10-10r18271: Big change:Gerald Carter1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-2/+104
2007-10-10r16823: Allow to call wbinfo --domain-info="" or --domain-info="." to get domainGünther Deschner1-4/+7
2007-10-10r15985: Adding "own-domain" switch to wbinfo which is handy from time to time.Günther Deschner1-1/+17
2007-10-10r15174: Check in Ronan Waide's wbinfo -i. Thanks :-)Volker Lendecke1-0/+40
2007-10-10r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter1-20/+20
2007-10-10r14509: Attempt to fix the build on "sun1"Volker Lendecke1-1/+3
2007-10-10r13316: Let the carnage begin....Gerald Carter1-14/+145
2007-10-10r13229: * fix bad comparison caught by the AIX compiler in wbinfo codeGerald Carter1-3/+3
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison1-0/+1
2007-10-10r12407: Fix returning wrong error codes and better sort out errors and stdoutGünther Deschner1-41/+49
2007-10-10r11960: add 'wbinfo --separator' to get the currently active winbind_separator.Günther Deschner1-2/+19
2007-10-10r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison1-0/+2
2007-10-10r11280: BUG 3201: make sure request structure is cleared prior to sending the...Gerald Carter1-0/+3
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+0
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-24/+24
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-3/+80
2007-10-10r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter1-211/+0
2007-10-10r2762: Remove silly conversion to and from UTF8 on the winbind pipe. Fix theAndrew Bartlett1-11/+3
2007-10-10r2755: Fix NTLMv2 for use with pam_winbind, the plaintext ntlm_auth modes,Andrew Bartlett1-6/+47
2007-10-10r2340: Solve the problem of user sids ending up with gid's and vice versa: ThisVolker Lendecke1-41/+0
2007-10-10r1562: Make winbind for -S (sid->uid) and -Y (sid->gid) check whether the sidVolker Lendecke1-0/+41
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-0/+19
2004-04-01This restructures lib/afs.c so that the token data can be but into aVolker Lendecke1-0/+67
2004-04-01Cosmetic: Fix a const warning.Volker Lendecke1-5/+6
2004-03-07This might not be used a lot and might not survive for long, but at least itVolker Lendecke1-1/+1
2004-01-23Fix typoVolker Lendecke1-2/+1
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-6/+8
2004-01-07Don't duplicate pulling the 'IPC' username from secrets.tdb, insteadAndrew Bartlett1-6/+6
2004-01-06remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter1-1/+1
2004-01-05Show the sid type in name->sid translatons in a way that can be easilyAndrew Bartlett1-1/+1
2004-01-04Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke1-0/+44
2003-12-23Fix typo.John Terpstra1-1/+1
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