summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/libwbclient/wbc_pam.c
Commit message (Expand)AuthorAgeFilesLines
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-1034/+0
* Move the doxygen comments of wbclient to the header file.Andreas Schneider2008-12-101-87/+9
* libwbclient: Add placeholder function for WINBINDD_CCACHE_NTLMAUTHKai Blin2008-11-251-0/+15
* libwbclient: add wbcLogonUser().Günther Deschner2008-10-101-0/+200
* libwbclient: add wbcLogoffUserEx().Günther Deschner2008-10-101-0/+95
* libwbclient: fix wbcAuthenticateUserEx() to not ignore provided flags field.Günther Deschner2008-10-101-0/+5
* wbclient: add my copyright.Günther Deschner2008-10-091-0/+1
* 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