summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/wbinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing withespace from wbinfo -m which breaks gdm auth.Andreas Schneider2008-07-241-4/+5
* wbinfo: prompt for password when none has been given.Günther Deschner2008-05-271-1/+18
* Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2008-04-231-23/+35
* Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXXGerald W. Carter2008-04-231-3/+3
* libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha...Michael Adam2008-04-201-1/+1
* libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam2008-04-201-1/+1
* Convert "wbinfo -m" to use wbcListTrusts() API call.Gerald W. Carter2008-04-171-84/+50
* wbinfo: use wbcCheckTrustCredentials()Stefan Metzmacher2008-04-171-10/+12
* wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-171-26/+16
* Fix an uninitialized variableVolker Lendecke2008-04-071-1/+1
* wbinfo: make use of wbcGetGroups()Stefan Metzmacher2008-04-061-16/+12
* wbinfo: use wbcLookupNames()Stefan Metzmacher2008-04-031-10/+20
* wbinfo: use wbcLookupRids()Stefan Metzmacher2008-04-031-33/+40
* wbinfo: use wbcLookupSid()Stefan Metzmacher2008-04-031-12/+15
* wbinfo: catch NULL domain string as in other placesStefan Metzmacher2008-04-031-1/+1
* wbinfo: use wbcInterfaceDetails()Stefan Metzmacher2008-04-011-19/+25
* DIsplay the short domain name in "wbinfo -m " by default.Gerald W. Carter2008-03-311-10/+16
* Augmented "wbinfo -m" to list additional information about the type, directio...Steven Danneman2008-03-311-15/+78
* wbinfo: use wbcAllocateGid()Stefan Metzmacher2008-03-311-1/+8
* wbinfo: use wbcAllocateUid()Stefan Metzmacher2008-03-311-1/+8
* wbinfo: use wbcSidToGid()Stefan Metzmacher2008-03-311-10/+12
* wbinfo: use wbcSidToUid()Stefan Metzmacher2008-03-311-10/+12
* wbinfo: use wbcGitToSid()Stefan Metzmacher2008-03-311-9/+13
* wbinfo: use wbcUidToSid()Stefan Metzmacher2008-03-311-9/+13
* wbinfo: use wbcPing()Stefan Metzmacher2008-03-311-7/+5
* wbinfo: use wbcDomainInfo()Stefan Metzmacher2008-03-281-18/+25
* wbinfo: use wbcGetgrnam()Stefan Metzmacher2008-03-281-19/+12
* wbinfo: use wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-281-54/+29
* wbinfo: use wbcLookupUserSids()Stefan Metzmacher2008-03-281-31/+45
* wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co...Stefan Metzmacher2008-02-151-1/+4
* wbinfo: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-131-47/+43
* Remove unused marshalling for SAMR_CONNECT.Günther Deschner2008-02-051-1/+1
* Use the proper boolean constants in wbinfo.c .Michael Adam2008-02-041-73/+73
* Reformatting: Fix spacing in wbinfo.c .Michael Adam2008-02-041-86/+85
* Prevent a segfault when "wbinfo -a" is called without password.Michael Adam2008-02-041-1/+3
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-171-2/+2
* De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter2007-12-211-75/+63
* wbinfo: use POPT_COMMON_CONFIGFILEStefan Metzmacher2007-12-141-10/+12
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-2/+2
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-12/+21
* Allocate a talloc_stackframe() in main() for wbinfo.Gerald (Jerry) Carter2007-11-211-1/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-36/+36
* r25441: Make wbinfo --sequence output the sequence number if --domainMichael Adam2007-10-101-1/+8
* r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO callStefan Metzmacher2007-10-101-2/+0
* r25152: fix headers used in wbinfo.cStefan Metzmacher2007-10-101-2/+1
* r24747: Add WINBINDD_DSGETDCNAME call.Günther Deschner2007-10-101-0/+36
* r24722: Squashed commit of the following:Gerald Carter2007-10-101-0/+7
* r24353: Add a getpwuid lookup to wbinfo.Kai Blin2007-10-101-0/+38
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1