summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2008-02-15wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co...Stefan Metzmacher1-1/+4
2008-02-15libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()Stefan Metzmacher1-21/+7
2008-02-15libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()Stefan Metzmacher1-4/+36
2008-02-15libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parametersStefan Metzmacher1-12/+48
2008-02-13wbinfo: use wbcAuthenticateUserEx()Stefan Metzmacher1-47/+43
2008-02-13libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher3-1/+460
2008-02-13nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2-30/+8
2008-02-11libwbclient: implement wbcErrorString()Stefan Metzmacher2-1/+35
2008-02-05The krb5 locator should now be correctly able to handleJeremy Allison1-4/+4
2008-02-05Remove unused marshalling for SAMR_CONNECT.Günther Deschner1-1/+1
2008-02-04Use the proper boolean constants in wbinfo.c .Michael Adam1-73/+73
2008-02-04Reformatting: Fix spacing in wbinfo.c .Michael Adam1-86/+85
2008-02-04Prevent a segfault when "wbinfo -a" is called without password.Michael Adam1-1/+3
2008-02-01NetBSD needs PAM_SM_SESSIONVolker Lendecke1-0/+1
2008-01-30Fix build warning.Günther Deschner1-1/+0
2008-01-29Fix uninitialized variablesVolker Lendecke2-15/+15
2008-01-29Allow NULL request and/or response pointers to be passed to wbcRequestRespons...Gerald W. Carter1-5/+1
2008-01-24Fix missing error check that caused crash when winbindd not running.Jeremy Allison1-0/+1
2008-01-21libwbclient: use the same style in each switch case for the error mappingStefan Metzmacher1-2/+2
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner3-17/+18
2008-01-15nsswitch/: we don't need socket or nss wrapper in the winbind client codeStefan Metzmacher1-0/+8
2008-01-15libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2-52/+26
2008-01-03Some coding convention pedantism.Günther Deschner5-17/+17
2008-01-02Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*Gerald (Jerry) Carter1-2/+4
2008-01-02Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter2-22/+19
2007-12-23Fix wbcAllocate[GU]idVolker Lendecke1-12/+14
2007-12-23Fix wbcPing()Volker Lendecke1-1/+9
2007-12-21Fix const warning.Jeremy Allison1-5/+8
2007-12-21Compile fix: Correct use of wbcDomainInfo() after function signature change.Gerald (Jerry) Carter1-1/+1
2007-12-21De-couple smbd from staticly linking against winbindd client files.Gerald (Jerry) Carter2-546/+64
2007-12-21Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter12-0/+3000
2007-12-20Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam2-1/+2
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-5/+5
2007-12-15Use sid_to_string directlyVolker Lendecke1-2/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+1
2007-12-14wbinfo: use POPT_COMMON_CONFIGFILEStefan Metzmacher1-10/+12
2007-12-12winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2-21/+0
2007-12-12winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher1-5/+0
2007-12-11Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech R...Jeremy Allison1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2-3/+3
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2-42/+80
2007-12-07Don't double define fstring.Jeremy Allison1-0/+2
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison1-5/+0
2007-12-03Remove more pstrings, from the winbindd protocol def andJeremy Allison1-3/+3
2007-11-26Remove pstrings from nsswitch/ and registry/Jeremy Allison1-22/+19
2007-11-21Allocate a talloc_stackframe() in main() for wbinfo.Gerald (Jerry) Carter1-1/+3
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2-3/+17
2007-10-19Merge Tridge's fix for the winbind 32/64bit padding.Günther Deschner1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison3-53/+53