summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient
AgeCommit message (Expand)AuthorFilesLines
2011-01-27libwbclient: remove wbcSetGidHwm() - not implemented any moreMichael Adam2-15/+0
2011-01-27libwbclient: remove wbcSetUidHwm() - not implemented any moreMichael Adam2-15/+0
2011-01-27libwbclient: remove wbcRemoveGidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove wbcRemoveUidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove wbcSetGidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove wbcSetUidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove two unused definesMichael Adam1-4/+0
2011-01-19s3: Add wbinfo --dc-infoVolker Lendecke2-1/+100
2010-12-19wb_reqtrans is not used in libwbclientVolker Lendecke2-507/+0
2010-12-19Move wbc_async.[ch] to its only user: smbtorture3Volker Lendecke2-945/+0
2010-12-19libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.hVolker Lendecke3-31/+63
2010-12-15s3-waf: use shared libwbclient wscript_build.Günther Deschner1-0/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-1/+1
2010-11-27libwbclient: Correctly order the wbcAllocateMemory argsVolker Lendecke2-11/+11
2010-11-27libwbclient: Fix a division by zeroVolker Lendecke1-1/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-10/+0
2010-10-24s4: Rename WBCLIENT to wbclient.Jelmer Vernooij1-5/+5
2010-10-24waf: Rename LIBWINBIND-CLIENT to libwinbind-clientJelmer Vernooij1-1/+1
2010-10-21nsswitch: make LIBWBCLIENT a private libraryAndrew Tridgell1-4/+5
2010-10-12libwbclient: Remove half-finished async implementationKai Blin7-2184/+0
2010-09-16wbclient: gr_mem can be NULLAndrew Tridgell1-0/+5
2010-09-16wbclient: paranoid check for double freeAndrew Tridgell1-0/+5
2010-09-11nss-waf: use the right winbind pipe pathAndrew Tridgell1-0/+1
2010-09-10s3: auth.krb5ccname and auth.unix_username are both fstringsVolker Lendecke1-4/+2
2010-09-03nsswitch/libwbclient: LIBWBCLIENT depends on LIBWINBIND-CLIENTStefan Metzmacher1-0/+1
2010-08-14libwbclient: unimplement wbcRemoveGidMapping()Michael Adam1-33/+2
2010-08-14libwbclient: unimplement wbcRemoveUidMapping()Michael Adam1-33/+2
2010-08-14libwbclient: unimplement wbcSetGidMapping()Michael Adam1-33/+2
2010-08-14libwbclient: unimplement wbcSetUidMapping()Michael Adam1-33/+2
2010-08-14libwbclient: unimplement wbcSetGidHwm()Michael Adam1-21/+2
2010-08-14libwbclient: unimplement wbcSetUidHwm()Michael Adam1-21/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-07-08s4-smbtorture: skip wbcChangeUserPassword test when no oldpass is set in envi...Günther Deschner1-0/+5
2010-05-20waf: fix the build of nsswitch libwbclient.Günther Deschner1-1/+0
2010-05-20s3-waf: All sorts of nasty hacks to finally get smbd to build/linkAndrew Tridgell1-1/+2
2010-05-05libwbclient: Fixed doxygen errors.Andreas Schneider3-25/+32
2010-04-25libwbclient: Talloc is no longer usedVolker Lendecke2-3/+0
2010-04-23libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSEVolker Lendecke1-5/+75
2010-04-23libwbclient: Actually copy something in wbcChangeUserPasswordExVolker Lendecke1-8/+8
2010-04-23libwbclient: Remove some pointless BAIL_ON_WBC_ERROR macro callsVolker Lendecke1-12/+12
2010-04-19libwbclient: wbcFreeMemory deals fine with a NULL pointerVolker Lendecke1-3/+1
2010-04-19libwbclient: Fix wbcListGroups against too small num_entriesVolker Lendecke1-6/+11
2010-04-19libwbclient: Fix wbcListUsers against too small num_entriesVolker Lendecke1-6/+11
2010-04-19libwbclient does not need talloc_free anymoreVolker Lendecke1-1/+0
2010-04-19libwbclient: Make wbcListTrusts not use tallocVolker Lendecke1-28/+20
2010-04-19libwbclient: Make wbc_create_error_info not use tallocVolker Lendecke1-4/+13
2010-04-19libwbclient: Make wbcCredentialCache not use tallocVolker Lendecke1-10/+14
2010-04-19libwbclient: Make wbcAuthenticateUserEx not use tallocVolker Lendecke1-2/+3
2010-04-19libwbclient: Make wbc_create_logon_info not use tallocVolker Lendecke1-6/+11
2010-04-19libwbclient: Make wbc_create_auth_info not use tallocVolker Lendecke1-17/+33