Age | Commit message (Expand) | Author | Files | Lines |
2008-04-20 | libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha... | Michael Adam | 1 | -1/+1 |
2008-04-20 | libwbclient: fix wbcResolveWinsByName() to take char * instead of const char ** | Michael Adam | 1 | -1/+1 |
2008-04-17 | Convert "wbinfo -m" to use wbcListTrusts() API call. | Gerald W. Carter | 1 | -84/+50 |
2008-04-17 | wbinfo: use wbcCheckTrustCredentials() | Stefan Metzmacher | 1 | -10/+12 |
2008-04-17 | wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP() | Stefan Metzmacher | 1 | -26/+16 |
2008-04-07 | Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2008-04-06 | wbinfo: make use of wbcGetGroups() | Stefan Metzmacher | 1 | -16/+12 |
2008-04-03 | wbinfo: use wbcLookupNames() | Stefan Metzmacher | 1 | -10/+20 |
2008-04-03 | wbinfo: use wbcLookupRids() | Stefan Metzmacher | 1 | -33/+40 |
2008-04-03 | wbinfo: use wbcLookupSid() | Stefan Metzmacher | 1 | -12/+15 |
2008-04-03 | wbinfo: catch NULL domain string as in other places | Stefan Metzmacher | 1 | -1/+1 |
2008-04-01 | wbinfo: use wbcInterfaceDetails() | Stefan Metzmacher | 1 | -19/+25 |
2008-03-31 | DIsplay the short domain name in "wbinfo -m " by default. | Gerald W. Carter | 1 | -10/+16 |
2008-03-31 | Augmented "wbinfo -m" to list additional information about the type, directio... | Steven Danneman | 1 | -15/+78 |
2008-03-31 | wbinfo: use wbcAllocateGid() | Stefan Metzmacher | 1 | -1/+8 |
2008-03-31 | wbinfo: use wbcAllocateUid() | Stefan Metzmacher | 1 | -1/+8 |
2008-03-31 | wbinfo: use wbcSidToGid() | Stefan Metzmacher | 1 | -10/+12 |
2008-03-31 | wbinfo: use wbcSidToUid() | Stefan Metzmacher | 1 | -10/+12 |
2008-03-31 | wbinfo: use wbcGitToSid() | Stefan Metzmacher | 1 | -9/+13 |
2008-03-31 | wbinfo: use wbcUidToSid() | Stefan Metzmacher | 1 | -9/+13 |
2008-03-31 | wbinfo: use wbcPing() | Stefan Metzmacher | 1 | -7/+5 |
2008-03-28 | wbinfo: use wbcDomainInfo() | Stefan Metzmacher | 1 | -18/+25 |
2008-03-28 | wbinfo: use wbcGetgrnam() | Stefan Metzmacher | 1 | -19/+12 |
2008-03-28 | wbinfo: use wbcListUsers() and wbcListGroups() | Stefan Metzmacher | 1 | -54/+29 |
2008-03-28 | wbinfo: use wbcLookupUserSids() | Stefan Metzmacher | 1 | -31/+45 |
2008-02-15 | wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co... | Stefan Metzmacher | 1 | -1/+4 |
2008-02-13 | wbinfo: use wbcAuthenticateUserEx() | Stefan Metzmacher | 1 | -47/+43 |
2008-02-05 | Remove unused marshalling for SAMR_CONNECT. | Günther Deschner | 1 | -1/+1 |
2008-02-04 | Use the proper boolean constants in wbinfo.c . | Michael Adam | 1 | -73/+73 |
2008-02-04 | Reformatting: Fix spacing in wbinfo.c . | Michael Adam | 1 | -86/+85 |
2008-02-04 | Prevent a segfault when "wbinfo -a" is called without password. | Michael Adam | 1 | -1/+3 |
2008-01-17 | Finally enable pidl generated SAMR & NETLOGON headers and clients. | Günther Deschner | 1 | -2/+2 |
2007-12-21 | De-couple smbd from staticly linking against winbindd client files. | Gerald (Jerry) Carter | 1 | -75/+63 |
2007-12-14 | wbinfo: use POPT_COMMON_CONFIGFILE | Stefan Metzmacher | 1 | -10/+12 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -2/+2 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -12/+21 |
2007-11-21 | Allocate a talloc_stackframe() in main() for wbinfo. | Gerald (Jerry) Carter | 1 | -1/+3 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -36/+36 |
2007-10-10 | r25441: Make wbinfo --sequence output the sequence number if --domain | Michael Adam | 1 | -1/+8 |
2007-10-10 | r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO call | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r25152: fix headers used in wbinfo.c | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r24747: Add WINBINDD_DSGETDCNAME call. | Günther Deschner | 1 | -0/+36 |
2007-10-10 | r24722: Squashed commit of the following: | Gerald Carter | 1 | -0/+7 |
2007-10-10 | r24353: Add a getpwuid lookup to wbinfo. | Kai Blin | 1 | -0/+38 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23568: Remove last traces of Heimdal KCM support (and don't misuse wbinfo wh... | Günther Deschner | 1 | -25/+4 |
2007-10-10 | r21957: minor formatting fix | Herb Lewis | 1 | -1/+1 |
2007-10-10 | r21399: need to zero the request and response structures | Herb Lewis | 1 | -0/+3 |
2007-10-10 | r21396: fix wbinfo --lookup-rids command | Herb Lewis | 1 | -3/+18 |