summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/libwbclient/wbc_pam.c
Commit message (Expand)AuthorAgeFilesLines
* libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.Günther Deschner2008-08-291-0/+271
* Fix a memleak in wbcAuthenticateUserEx()Volker Lendecke2008-06-171-0/+2
* libwbclient: fix typo.Günther Deschner2008-05-271-1/+1
* libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHSStefan Metzmacher2008-05-231-1/+1
* Fix build warning.Günther Deschner2008-05-151-1/+0
* libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().coffeedude2008-05-131-0/+52
* Remove unused variable from wbcCheckTrustCredentials().Gerald W. Carter2008-04-171-1/+0
* Follow error code name convention in libwbclient.Gerald W. Carter2008-04-171-6/+6
* libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher2008-04-171-0/+52
* 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-131-0/+300
* Some coding convention pedantism.Günther Deschner2008-01-031-2/+2
* Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-211-0/+65