Age | Commit message (Expand) | Author | Files | Lines |
2008-07-17 | allow SID with 0 in subauthority to be converted properly | Herb Lewis | 1 | -1/+2 |
2008-06-27 | Fix an "invalid operation involving NULL pointer" found by the IBM checker | Volker Lendecke | 1 | -1/+5 |
2008-06-27 | Remove a strlen check that will never kick in | Volker Lendecke | 1 | -2/+1 |
2008-06-17 | Fix a segfault in wbcLookupRids | Volker Lendecke | 1 | -16/+21 |
2008-06-17 | Fix a segfault in wbcLookupSid | Volker Lendecke | 1 | -19/+29 |
2008-06-17 | Replace a very unusual variable declaration by a more conventional one | Volker Lendecke | 1 | -1/+1 |
2008-06-17 | Fix a memleak in wbcAuthenticateUserEx() | Volker Lendecke | 1 | -0/+2 |
2008-06-15 | Fix an uninitialized variable found by the IBM checker | Volker Lendecke | 1 | -5/+5 |
2008-06-15 | Fix group parsing in libwbclient's copy_group_entry() | Volker Lendecke | 1 | -4/+6 |
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-04-23 | Mark a domain offline in the wbcDomainInfo structure using the domain_flags. | Gerald W. Carter | 2 | -1/+15 |
2008-04-23 | Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXX | Gerald W. Carter | 2 | -7/+7 |
2008-04-20 | libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha... | Michael Adam | 2 | -3/+3 |
2008-04-20 | libwbclient: fix wbcResolveWinsByName() to take char * instead of const char ** | Michael Adam | 2 | -3/+3 |
2008-04-17 | Remove unused variable from wbcCheckTrustCredentials(). | Gerald W. Carter | 1 | -1/+0 |
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 | libwbclient: add wbcCheckTrustCredentials() | Stefan Metzmacher | 2 | -0/+58 |
2008-04-17 | libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP() | Stefan Metzmacher | 2 | -0/+87 |
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-06 | libwbclient: add wbcGetGroups() | Stefan Metzmacher | 2 | -0/+64 |
2008-04-06 | wbcAllocateGid returns a gid_t, not a uid_t | Volker Lendecke | 2 | -2/+2 |
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-28 | libwbclient: remove prototype of non existing wbcDomainSequenceNumbers() | Stefan Metzmacher | 1 | -2/+0 |
2008-03-28 | libwbclient: add wbcListUsers() and wbcListGroups() | Stefan Metzmacher | 2 | -0/+150 |
2008-03-28 | libwbclient: add wbcLookupUserSids() | Stefan Metzmacher | 2 | -0/+87 |
2008-03-27 | libwbclient: fix Coverity ID 536 remove duplicate error path (dead code). | Michael Adam | 1 | -2/+1 |
2008-03-26 | Fix wbcAuthenticateUserEx(). | Günther Deschner | 1 | -1/+1 |
2008-02-23 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2008-02-15 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -37/+91 |
2008-02-15 | libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx() | Stefan Metzmacher | 1 | -21/+7 |
2008-02-15 | libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx() | Stefan Metzmacher | 1 | -4/+36 |
2008-02-15 | libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters | Stefan Metzmacher | 1 | -12/+48 |
2008-02-14 | Fix "warning: 'cmd' may be used uninitialized in this function" | Jeremy Allison | 1 | -0/+3 |
2008-02-13 | libwbclient: add wbcAuthenticateUserEx() function | Stefan Metzmacher | 3 | -1/+460 |
2008-02-11 | libwbclient: implement wbcErrorString() | Stefan Metzmacher | 2 | -1/+35 |
2008-01-30 | Fix build warning. | Günther Deschner | 1 | -1/+0 |
2008-01-29 | Fix uninitialized variables | Volker Lendecke | 2 | -15/+15 |
2008-01-29 | Allow NULL request and/or response pointers to be passed to wbcRequestRespons... | Gerald W. Carter | 1 | -5/+1 |
2008-01-24 | Fix missing error check that caused crash when winbindd not running. | Jeremy Allison | 1 | -0/+1 |
2008-01-21 | libwbclient: use the same style in each switch case for the error mapping | Stefan Metzmacher | 1 | -2/+2 |
2008-01-15 | libwbclient: move wbc_err.h into wbclient.h as we only install one header | Stefan Metzmacher | 2 | -52/+26 |
2008-01-03 | Some coding convention pedantism. | Günther Deschner | 5 | -17/+17 |
2008-01-02 | Fix some C++ warnings (patch was Volker's) - implicit case from void* to char* | Gerald (Jerry) Carter | 1 | -2/+4 |