Age | Commit message (Expand) | Author | Files | Lines |
2008-05-27 | wbinfo: prompt for password when none has been given. | Günther Deschner | 1 | -1/+18 |
2008-05-27 | libwbclient: fix typo. | Günther Deschner | 1 | -1/+1 |
2008-05-23 | libwbclient: add wbcLibraryDetails() | Stefan Metzmacher | 2 | -0/+38 |
2008-05-23 | libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHS | Stefan Metzmacher | 3 | -5/+5 |
2008-05-15 | Fix build warning. | Günther Deschner | 1 | -1/+0 |
2008-05-13 | libwbclient: Add wbcLogoffUser() and wbcLookupDomainController(). | coffeedude | 4 | -3/+159 |
2008-05-07 | wins: fix null pointer crash in nss_wins module. | Günther Deschner | 1 | -0/+3 |
2008-04-23 | Mark a domain offline in the wbcDomainInfo structure using the domain_flags. | Gerald W. Carter | 3 | -24/+50 |
2008-04-23 | Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXX | Gerald W. Carter | 3 | -10/+10 |
2008-04-20 | libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha... | Michael Adam | 3 | -4/+4 |
2008-04-20 | libwbclient: fix wbcResolveWinsByName() to take char * instead of const char ** | Michael Adam | 3 | -4/+4 |
2008-04-17 | Remove unused variable from wbcCheckTrustCredentials(). | Gerald W. Carter | 1 | -1/+0 |
2008-04-17 | Convert "wbinfo -m" to use wbcListTrusts() API call. | Gerald W. Carter | 1 | -84/+50 |
2008-04-17 | Add wbcListTrusts() API call to libwbclient.so | Gerald W. Carter | 2 | -6/+238 |
2008-04-17 | Follow error code name convention in libwbclient. | Gerald W. Carter | 4 | -14/+14 |
2008-04-17 | wbinfo: use wbcCheckTrustCredentials() | Stefan Metzmacher | 1 | -10/+12 |
2008-04-17 | libwbclient: add wbcCheckTrustCredentials() | Stefan Metzmacher | 2 | -0/+58 |
2008-04-17 | wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP() | Stefan Metzmacher | 1 | -26/+16 |
2008-04-17 | libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP() | Stefan Metzmacher | 2 | -0/+87 |
2008-04-11 | nsswitch: remove unused nsswitch/wb_client.c | Stefan Metzmacher | 1 | -96/+0 |
2008-04-11 | libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functions | Stefan Metzmacher | 2 | -0/+157 |
2008-04-10 | fix some extrasemi compile warnings | Björn Jacke | 1 | -1/+1 |
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-06 | libwbclient: add wbcGetGroups() | Stefan Metzmacher | 2 | -0/+64 |
2008-04-06 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2008-04-06 | Remove external refs to winbindd_fd | Volker Lendecke | 1 | -2/+0 |
2008-04-06 | wbcAllocateGid returns a gid_t, not a uid_t | Volker Lendecke | 2 | -2/+2 |
2008-04-03 | Fix pam_winbind macros. | Günther Deschner | 2 | -14/+14 |
2008-04-03 | Use pwb_context in pam_winbind. | Günther Deschner | 1 | -391/+343 |
2008-04-03 | Add _pam_winbind_init/free_context. | Günther Deschner | 1 | -0/+39 |
2008-04-03 | Add pwb_context to pam_winbind.h. | Günther Deschner | 1 | -0/+9 |
2008-04-03 | Make more functions in pam_winbind static. | Günther Deschner | 1 | -30/+30 |
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-04-01 | libwbclient: add wbcInterfaceDetails() | Stefan Metzmacher | 2 | -0/+90 |
2008-04-01 | libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macro | Stefan Metzmacher | 1 | -4/+5 |
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 |