summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* Fix a memleakVolker Lendecke2008-03-061-0/+1
* winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher2008-02-282-2/+4
* Fix caller of node_status_query() to use sockaddr_storage().Michael Adam2008-02-271-3/+5
* 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-152-38/+95
|\
| * wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co...Stefan Metzmacher2008-02-151-1/+4
| * 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
|/
* wbinfo: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-131-47/+43
* libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher2008-02-133-1/+460
* nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2008-02-132-30/+8
* libwbclient: implement wbcErrorString()Stefan Metzmacher2008-02-112-1/+35
* The krb5 locator should now be correctly able to handleJeremy Allison2008-02-051-4/+4
* Remove unused marshalling for SAMR_CONNECT.Günther Deschner2008-02-051-1/+1
* Use the proper boolean constants in wbinfo.c .Michael Adam2008-02-041-73/+73
* Reformatting: Fix spacing in wbinfo.c .Michael Adam2008-02-041-86/+85
* Prevent a segfault when "wbinfo -a" is called without password.Michael Adam2008-02-041-1/+3
* NetBSD needs PAM_SM_SESSIONVolker Lendecke2008-02-011-0/+1
* 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
* libwbclient: use the same style in each switch case for the error mappingStefan Metzmacher2008-01-211-2/+2
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-173-17/+18
* nsswitch/: we don't need socket or nss wrapper in the winbind client codeStefan Metzmacher2008-01-151-0/+8
* libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2008-01-152-52/+26
* Some coding convention pedantism.Günther Deschner2008-01-035-17/+17
* Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*Gerald (Jerry) Carter2008-01-021-2/+4
* Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter2008-01-022-22/+19
* Fix wbcAllocate[GU]idVolker Lendecke2007-12-231-12/+14
* Fix wbcPing()Volker Lendecke2007-12-231-1/+9
* Fix const warning.Jeremy Allison2007-12-211-5/+8
* Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter2007-12-211-1/+1
* De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter2007-12-212-546/+64
* Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-2112-0/+3000
* Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam2007-12-202-1/+2
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-5/+5
* Use sid_to_string directlyVolker Lendecke2007-12-151-2/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-1/+1
* wbinfo: use POPT_COMMON_CONFIGFILEStefan Metzmacher2007-12-141-10/+12
* winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2007-12-122-21/+0
* winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher2007-12-121-5/+0
* Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison2007-12-111-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-102-3/+3
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-072-42/+80
* Don't double define fstring.Jeremy Allison2007-12-071-0/+2
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-071-5/+0
* Remove more pstrings, from the winbindd protocol def andJeremy Allison2007-12-031-3/+3