summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/libwbclient
Commit message (Expand)AuthorAgeFilesLines
* wbcGetDisplayNameVolker Lendecke2008-10-292-0/+49
* Fix two trivial typosVolker Lendecke2008-10-211-2/+2
* libwbclient: add wbcLogonUser().Günther Deschner2008-10-102-0/+228
* libwbclient: add wbcLogoffUserEx().Günther Deschner2008-10-102-0/+108
* libwbclient: add wbcAddNamedBlob.Günther Deschner2008-10-102-1/+54
* libwbclient: add wbcBlob and wbcNamedBlob.Günther Deschner2008-10-101-0/+19
* libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field.Günther Deschner2008-10-101-0/+5
* wbclient: add wbcLookupDomainControllerEx call.Günther Deschner2008-10-092-1/+159
* wbclient: add wbcGuidToString and wbcStringToGuid helper functions.Günther Deschner2008-10-092-0/+128
* wbclient: add wbcGuid structure.Günther Deschner2008-10-091-0/+13
* wbclient: add my copyright.Günther Deschner2008-10-091-0/+1
* libwbclient: fix doxygen warnings.Günther Deschner2008-09-274-6/+6
* Fix Coverity ID 589, dead codeVolker Lendecke2008-08-311-0/+9
* libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.Günther Deschner2008-08-293-1/+350
* libwbclient: let wbcStringToSid handle the global NULL sid.Günther Deschner2008-07-301-1/+1
* Fix various build warningsZach Loafman2008-07-221-1/+1
* allow SID with 0 in subauthority to be converted properlyHerb Lewis2008-07-171-1/+2
* Fix an "invalid operation involving NULL pointer" found by the IBM checkerVolker Lendecke2008-06-271-1/+5
* Remove a strlen check that will never kick inVolker Lendecke2008-06-271-2/+1
* Fix a segfault in wbcLookupRidsVolker Lendecke2008-06-171-16/+21
* Fix a segfault in wbcLookupSidVolker Lendecke2008-06-171-19/+29
* Replace a very unusual variable declaration by a more conventional oneVolker Lendecke2008-06-171-1/+1
* Fix a memleak in wbcAuthenticateUserEx()Volker Lendecke2008-06-171-0/+2
* Fix an uninitialized variable found by the IBM checkerVolker Lendecke2008-06-151-5/+5
* Fix group parsing in libwbclient's copy_group_entry()Volker Lendecke2008-06-151-4/+6
* libwbclient: fix typo.Günther Deschner2008-05-271-1/+1
* libwbclient: add wbcLibraryDetails()Stefan Metzmacher2008-05-232-0/+38
* libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHSStefan Metzmacher2008-05-233-5/+5
* Fix build warning.Günther Deschner2008-05-151-1/+0
* libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().coffeedude2008-05-134-3/+159
* Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2008-04-232-1/+15
* Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXXGerald W. Carter2008-04-232-7/+7
* libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha...Michael Adam2008-04-202-3/+3
* libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam2008-04-202-3/+3
* Remove unused variable from wbcCheckTrustCredentials().Gerald W. Carter2008-04-171-1/+0
* Add wbcListTrusts() API call to libwbclient.soGerald W. Carter2008-04-172-6/+238
* Follow error code name convention in libwbclient.Gerald W. Carter2008-04-174-14/+14
* libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher2008-04-172-0/+58
* libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-172-0/+87
* libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-112-0/+157
* fix some extrasemi compile warningsBjörn Jacke2008-04-101-1/+1
* libwbclient: add wbcGetGroups()Stefan Metzmacher2008-04-062-0/+64
* wbcAllocateGid returns a gid_t, not a uid_tVolker Lendecke2008-04-062-2/+2
* libwbclient: add wbcInterfaceDetails()Stefan Metzmacher2008-04-012-0/+90
* libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher2008-04-011-4/+5
* libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()Stefan Metzmacher2008-03-281-2/+0
* libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-282-0/+150
* libwbclient: add wbcLookupUserSids()Stefan Metzmacher2008-03-282-0/+87
* libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).Michael Adam2008-03-271-2/+1
* Fix wbcAuthenticateUserEx().Günther Deschner2008-03-261-1/+1