summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/libwbclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a C++ warningVolker Lendecke2008-02-231-1/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-02-151-37/+91
|\
| * libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-21/+7
| * libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-4/+36
| * libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parametersStefan Metzmacher2008-02-151-12/+48
* | Fix "warning: 'cmd' may be used uninitialized in this function"Jeremy Allison2008-02-141-0/+3
|/
* libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher2008-02-133-1/+460
* libwbclient: implement wbcErrorString()Stefan Metzmacher2008-02-112-1/+35
* Fix build warning.Günther Deschner2008-01-301-1/+0
* Fix uninitialized variablesVolker Lendecke2008-01-292-15/+15
* Allow NULL request and/or response pointers to be passed to wbcRequestRespons...Gerald W. Carter2008-01-291-5/+1
* Fix missing error check that caused crash when winbindd not running.Jeremy Allison2008-01-241-0/+1