summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-29wbinfo: add change-user-password command.Günther Deschner1-1/+33
2008-08-19wbinfo: use wbinfo_prompt_pass() everywhere.Günther Deschner1-23/+16
2008-08-19wbinfo: add wbinfo_prompt_pass.Günther Deschner1-0/+27
2008-07-24Remove trailing withespace from wbinfo -m which breaks gdm auth.Andreas Schneider1-4/+5
2008-05-27wbinfo: prompt for password when none has been given.Günther Deschner1-1/+18
2008-04-23Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter1-23/+35
2008-04-23Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXXGerald W. Carter1-3/+3
2008-04-20libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha...Michael Adam1-1/+1
2008-04-20libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam1-1/+1
2008-04-17Convert "wbinfo -m" to use wbcListTrusts() API call.Gerald W. Carter1-84/+50
2008-04-17wbinfo: use wbcCheckTrustCredentials()Stefan Metzmacher1-10/+12
2008-04-17wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher1-26/+16
2008-04-07Fix an uninitialized variableVolker Lendecke1-1/+1
2008-04-06wbinfo: make use of wbcGetGroups()Stefan Metzmacher1-16/+12
2008-04-03wbinfo: use wbcLookupNames()Stefan Metzmacher1-10/+20
2008-04-03wbinfo: use wbcLookupRids()Stefan Metzmacher1-33/+40
2008-04-03wbinfo: use wbcLookupSid()Stefan Metzmacher1-12/+15
2008-04-03wbinfo: catch NULL domain string as in other placesStefan Metzmacher1-1/+1
2008-04-01wbinfo: use wbcInterfaceDetails()Stefan Metzmacher1-19/+25
2008-03-31DIsplay the short domain name in "wbinfo -m " by default.Gerald W. Carter1-10/+16
2008-03-31Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman1-15/+78
2008-03-31wbinfo: use wbcAllocateGid()Stefan Metzmacher1-1/+8
2008-03-31wbinfo: use wbcAllocateUid()Stefan Metzmacher1-1/+8
2008-03-31wbinfo: use wbcSidToGid()Stefan Metzmacher1-10/+12
2008-03-31wbinfo: use wbcSidToUid()Stefan Metzmacher1-10/+12
2008-03-31wbinfo: use wbcGitToSid()Stefan Metzmacher1-9/+13
2008-03-31wbinfo: use wbcUidToSid()Stefan Metzmacher1-9/+13
2008-03-31wbinfo: use wbcPing()Stefan Metzmacher1-7/+5
2008-03-28wbinfo: use wbcDomainInfo()Stefan Metzmacher1-18/+25
2008-03-28wbinfo: use wbcGetgrnam()Stefan Metzmacher1-19/+12
2008-03-28wbinfo: use wbcListUsers() and wbcListGroups()Stefan Metzmacher1-54/+29
2008-03-28wbinfo: use wbcLookupUserSids()Stefan Metzmacher1-31/+45
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