Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wbinfo: add change-user-password command. | Günther Deschner | 2008-08-29 | 1 | -1/+33 |
| | | | | Guenther | ||||
* | wbinfo: use wbinfo_prompt_pass() everywhere. | Günther Deschner | 2008-08-19 | 1 | -23/+16 |
| | | | | Guenther | ||||
* | wbinfo: add wbinfo_prompt_pass. | Günther Deschner | 2008-08-19 | 1 | -0/+27 |
| | | | | Guenther | ||||
* | Remove trailing withespace from wbinfo -m which breaks gdm auth. | Andreas Schneider | 2008-07-24 | 1 | -4/+5 |
| | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> | ||||
* | wbinfo: prompt for password when none has been given. | Günther Deschner | 2008-05-27 | 1 | -1/+18 |
| | | | | Guenther | ||||
* | Mark a domain offline in the wbcDomainInfo structure using the domain_flags. | Gerald W. Carter | 2008-04-23 | 1 | -23/+35 |
| | | | | | Use the existing domain_flags fiueld in wbcDomainInfo to set a bit if the domain is marked as offline by Winbind. | ||||
* | Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXX | Gerald W. Carter | 2008-04-23 | 1 | -3/+3 |
| | | | | Better consistency with the othre classes of WBC_DOMINDO_XXX_YYYY flags. | ||||
* | libwbclient: change wbcResolveWinsByIP() to take char ** instead of const ↵ | Michael Adam | 2008-04-20 | 1 | -1/+1 |
| | | | | | | | | | char ** Fix a compile warning. This seems the right thing since the data is created by talloc_strdup... Michael | ||||
* | libwbclient: fix wbcResolveWinsByName() to take char * instead of const char ** | Michael Adam | 2008-04-20 | 1 | -1/+1 |
| | | | | | | | This fixes a compile warning and seems the correct thing to me as the returned data is talloc_strdup't, so not const anyways. Michael | ||||
* | Convert "wbinfo -m" to use wbcListTrusts() API call. | Gerald W. Carter | 2008-04-17 | 1 | -84/+50 |
| | |||||
* | wbinfo: use wbcCheckTrustCredentials() | Stefan Metzmacher | 2008-04-17 | 1 | -10/+12 |
| | | | | metze | ||||
* | wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP() | Stefan Metzmacher | 2008-04-17 | 1 | -26/+16 |
| | | | | metze | ||||
* | Fix an uninitialized variable | Volker Lendecke | 2008-04-07 | 1 | -1/+1 |
| | |||||
* | wbinfo: make use of wbcGetGroups() | Stefan Metzmacher | 2008-04-06 | 1 | -16/+12 |
| | | | | metze | ||||
* | wbinfo: use wbcLookupNames() | Stefan Metzmacher | 2008-04-03 | 1 | -10/+20 |
| | | | | metze | ||||
* | wbinfo: use wbcLookupRids() | Stefan Metzmacher | 2008-04-03 | 1 | -33/+40 |
| | | | | metze | ||||
* | wbinfo: use wbcLookupSid() | Stefan Metzmacher | 2008-04-03 | 1 | -12/+15 |
| | | | | metze | ||||
* | wbinfo: catch NULL domain string as in other places | Stefan Metzmacher | 2008-04-03 | 1 | -1/+1 |
| | | | | metze | ||||
* | wbinfo: use wbcInterfaceDetails() | Stefan Metzmacher | 2008-04-01 | 1 | -19/+25 |
| | | | | metze | ||||
* | DIsplay the short domain name in "wbinfo -m " by default. | Gerald W. Carter | 2008-03-31 | 1 | -10/+16 |
| | | | | | This fixes wbinfo -m to make preexisting behavior. Also adds the dns domain to the --verbose output. | ||||
* | Augmented "wbinfo -m" to list additional information about the type, ↵ | Steven Danneman | 2008-03-31 | 1 | -15/+78 |
| | | | | | | | | | | | | | | | | | | direction, and transitivty of trusts. * added several helper functions to convert the trust_flags field in the winbindd_tdc_domain to more useful administrator ideas of trust type, trust direction, and trust transitivity. * converted winbindd_list_trusted_domains() to enumerate the trusted domain cache, instead of the domain list, and return additional trust information to the calling process * modified wbinfo to pretty print this additional trust information when a new --verbose switch is given with -m. Thus "wbinfo -m" and "wbinfo -all-domains" output as before, but "wbinfo --verbose -m" prints extra trust info. * updated some comments and fixed typos | ||||
* | wbinfo: use wbcAllocateGid() | Stefan Metzmacher | 2008-03-31 | 1 | -1/+8 |
| | | | | metze | ||||
* | wbinfo: use wbcAllocateUid() | Stefan Metzmacher | 2008-03-31 | 1 | -1/+8 |
| | | | | metze | ||||
* | wbinfo: use wbcSidToGid() | Stefan Metzmacher | 2008-03-31 | 1 | -10/+12 |
| | | | | metze | ||||
* | wbinfo: use wbcSidToUid() | Stefan Metzmacher | 2008-03-31 | 1 | -10/+12 |
| | | | | metze | ||||
* | wbinfo: use wbcGitToSid() | Stefan Metzmacher | 2008-03-31 | 1 | -9/+13 |
| | | | | metze | ||||
* | wbinfo: use wbcUidToSid() | Stefan Metzmacher | 2008-03-31 | 1 | -9/+13 |
| | | | | metze | ||||
* | wbinfo: use wbcPing() | Stefan Metzmacher | 2008-03-31 | 1 | -7/+5 |
| | | | | metze | ||||
* | wbinfo: use wbcDomainInfo() | Stefan Metzmacher | 2008-03-28 | 1 | -18/+25 |
| | | | | metze | ||||
* | wbinfo: use wbcGetgrnam() | Stefan Metzmacher | 2008-03-28 | 1 | -19/+12 |
| | | | | metze | ||||
* | wbinfo: use wbcListUsers() and wbcListGroups() | Stefan Metzmacher | 2008-03-28 | 1 | -54/+29 |
| | | | | metze | ||||
* | wbinfo: use wbcLookupUserSids() | Stefan Metzmacher | 2008-03-28 | 1 | -31/+45 |
| | | | | metze | ||||
* | wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex ↵ | Stefan Metzmacher | 2008-02-15 | 1 | -1/+4 |
| | | | | | | code path metze | ||||
* | wbinfo: use wbcAuthenticateUserEx() | Stefan Metzmacher | 2008-02-13 | 1 | -47/+43 |
| | | | | metze | ||||
* | Remove unused marshalling for SAMR_CONNECT. | Günther Deschner | 2008-02-05 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Use the proper boolean constants in wbinfo.c . | Michael Adam | 2008-02-04 | 1 | -73/+73 |
| | | | | Michael | ||||
* | Reformatting: Fix spacing in wbinfo.c . | Michael Adam | 2008-02-04 | 1 | -86/+85 |
| | | | | | | | This fixes mixed tabs/spaces and trailing whitespaces I just ran across. Michael | ||||
* | Prevent a segfault when "wbinfo -a" is called without password. | Michael Adam | 2008-02-04 | 1 | -1/+3 |
| | | | | | | | | wbcAuthenticateUser segfaults when passed NULL as password. This only changes the caller in wbinfo.c to pass an empty password string to wbcAuthenticateUser(). Michael | ||||
* | Finally enable pidl generated SAMR & NETLOGON headers and clients. | Günther Deschner | 2008-01-17 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | De-couple smbd from staticly linking against winbindd client files. | Gerald (Jerry) Carter | 2007-12-21 | 1 | -75/+63 |
| | | | | | | | | Implements a wrapper layer in winbind_util.c which are just stubs if compiled --without-winbind. When building with winbindd, it is now required to build the libwbclient DSO first (in the Makefile) and then either set LD_LIBRARY_PATH or /etc/ld.so.conf to pick up the library PATH. | ||||
* | wbinfo: use POPT_COMMON_CONFIGFILE | Stefan Metzmacher | 2007-12-14 | 1 | -10/+12 |
| | | | | | | | | | We can't use POPT_COMMON_SAMBA as the -s option is already used by -s, --sid-to-name=SID. Also load the config file after processing the cmdline options metze | ||||
* | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2007-12-10 | 1 | -2/+2 |
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. | ||||
* | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 2007-12-07 | 1 | -12/+21 |
| | | | | | No more temptations to use static length strings. Jeremy. | ||||
* | Allocate a talloc_stackframe() in main() for wbinfo. | Gerald (Jerry) Carter | 2007-11-21 | 1 | -1/+3 |
| | |||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -36/+36 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | r25441: Make wbinfo --sequence output the sequence number if --domain | Michael Adam | 2007-10-10 | 1 | -1/+8 |
| | | | | | | is specified. Michael | ||||
* | r25241: remove sequence_number out of WINBINDD_DOMAIN_INFO call | Stefan Metzmacher | 2007-10-10 | 1 | -2/+0 |
| | | | | | | | as this is always answered by the winbindd parent and will most times return old sequence number values. metze | ||||
* | r25152: fix headers used in wbinfo.c | Stefan Metzmacher | 2007-10-10 | 1 | -2/+1 |
| | | | | metze | ||||
* | r24747: Add WINBINDD_DSGETDCNAME call. | Günther Deschner | 2007-10-10 | 1 | -0/+36 |
| | | | | Guenther | ||||
* | r24722: Squashed commit of the following: | Gerald Carter | 2007-10-10 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit fb52f971986dd298abbcd9745ddf702820ce0184 Author: Gerald Carter <coffeedude@plainjoe.org> Date: Mon Aug 27 13:50:26 2007 -0500 Check correct return type for pam_winbind_request_log() wnibind_upn_to_username which is an int and not NSS_STATUS. commit 7382edf6fc0fe555df89d5b2a94d12b35049b279 Author: Gerald Carter <coffeedude@plainjoe.org> Date: Mon Aug 27 13:30:26 2007 -0500 Allow wbinfo -n to convert a UPN to a SID commit 8266c0fe1ccf2141e5a983f3213356419e626dda Author: Gerald Carter <coffeedude@plainjoe.org> Date: Fri Aug 3 09:53:16 2007 -0500 Merge some of Guenther UPN work for pam_winbind.c (check the winbind separator and better pam logging when converting a upn to a username). commit 15156c17bc81dbcadf32757015c4e5158823bf3f Author: Gerald Carter <coffeedude@plainjoe.org> Date: Fri Aug 3 08:52:50 2007 -0500 Include Universal groups from the cached PAC/SamLogon info when generating the list of domain group SIDs for a user's token. commit 979053c0307b051954261d539445102c55f309c7 Author: Gerald Carter <coffeedude@plainjoe.org> Date: Thu Aug 2 17:35:41 2007 -0500 merge upnlogon patch from my tree |