summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-15wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co...Stefan Metzmacher1-1/+4
2008-02-13wbinfo: use wbcAuthenticateUserEx()Stefan Metzmacher1-47/+43
2008-02-05Remove unused marshalling for SAMR_CONNECT.Günther Deschner1-1/+1
2008-02-04Use the proper boolean constants in wbinfo.c .Michael Adam1-73/+73
2008-02-04Reformatting: Fix spacing in wbinfo.c .Michael Adam1-86/+85
2008-02-04Prevent a segfault when "wbinfo -a" is called without password.Michael Adam1-1/+3
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-2/+2
2007-12-21De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter1-75/+63
2007-12-14wbinfo: use POPT_COMMON_CONFIGFILEStefan Metzmacher1-10/+12
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-12/+21
2007-11-21Allocate a talloc_stackframe() in main() for wbinfo.Gerald (Jerry) Carter1-1/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-36/+36
2007-10-10r25441: Make wbinfo --sequence output the sequence number if --domainMichael Adam1-1/+8
2007-10-10r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher1-2/+0
2007-10-10r25152: fix headers used in wbinfo.cStefan Metzmacher1-2/+1
2007-10-10r24747: Add WINBINDD_DSGETDCNAME call.Günther Deschner1-0/+36
2007-10-10r24722: Squashed commit of the following:Gerald Carter1-0/+7
2007-10-10r24353: Add a getpwuid lookup to wbinfo.Kai Blin1-0/+38
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
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