summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient
AgeCommit message (Expand)AuthorFilesLines
2008-08-31Fix Coverity ID 589, dead codeVolker Lendecke1-0/+9
2008-08-29libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.Günther Deschner3-1/+350
2008-07-30libwbclient: let wbcStringToSid handle the global NULL sid.Günther Deschner1-1/+1
2008-07-22Fix various build warningsZach Loafman1-1/+1
2008-07-17allow SID with 0 in subauthority to be converted properlyHerb Lewis1-1/+2
2008-06-27Fix an "invalid operation involving NULL pointer" found by the IBM checkerVolker Lendecke1-1/+5
2008-06-27Remove a strlen check that will never kick inVolker Lendecke1-2/+1
2008-06-17Fix a segfault in wbcLookupRidsVolker Lendecke1-16/+21
2008-06-17Fix a segfault in wbcLookupSidVolker Lendecke1-19/+29
2008-06-17Replace a very unusual variable declaration by a more conventional oneVolker Lendecke1-1/+1
2008-06-17Fix a memleak in wbcAuthenticateUserEx()Volker Lendecke1-0/+2
2008-06-15Fix an uninitialized variable found by the IBM checkerVolker Lendecke1-5/+5
2008-06-15Fix group parsing in libwbclient's copy_group_entry()Volker Lendecke1-4/+6
2008-05-27libwbclient: fix typo.Günther Deschner1-1/+1
2008-05-23libwbclient: add wbcLibraryDetails()Stefan Metzmacher2-0/+38
2008-05-23libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHSStefan Metzmacher3-5/+5
2008-05-15Fix build warning.Günther Deschner1-1/+0
2008-05-13libwbclient: Add wbcLogoffUser() and wbcLookupDomainController().coffeedude4-3/+159
2008-04-23Mark a domain offline in the wbcDomainInfo structure using the domain_flags.Gerald W. Carter2-1/+15
2008-04-23Rename WBC_DOMAIN_XXX domain flags to WBC_DOMINFO_DOMAIN_XXXGerald W. Carter2-7/+7
2008-04-20libwbclient: change wbcResolveWinsByIP() to take char ** instead of const cha...Michael Adam2-3/+3
2008-04-20libwbclient: fix wbcResolveWinsByName() to take char * instead of const char **Michael Adam2-3/+3
2008-04-17Remove unused variable from wbcCheckTrustCredentials().Gerald W. Carter1-1/+0
2008-04-17Add wbcListTrusts() API call to libwbclient.soGerald W. Carter2-6/+238
2008-04-17Follow error code name convention in libwbclient.Gerald W. Carter4-14/+14
2008-04-17libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher2-0/+58
2008-04-17libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2-0/+87
2008-04-11libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2-0/+157
2008-04-10fix some extrasemi compile warningsBjörn Jacke1-1/+1
2008-04-06libwbclient: add wbcGetGroups()Stefan Metzmacher2-0/+64
2008-04-06wbcAllocateGid returns a gid_t, not a uid_tVolker Lendecke2-2/+2
2008-04-01libwbclient: add wbcInterfaceDetails()Stefan Metzmacher2-0/+90
2008-04-01libwbclient: use WBC_ERROR_IS_OK() in BAIL_ON_WBC_ERROR() macroStefan Metzmacher1-4/+5
2008-03-28libwbclient: remove prototype of non existing wbcDomainSequenceNumbers()Stefan Metzmacher1-2/+0
2008-03-28libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher2-0/+150
2008-03-28libwbclient: add wbcLookupUserSids()Stefan Metzmacher2-0/+87
2008-03-27libwbclient: fix Coverity ID 536 remove duplicate error path (dead code).Michael Adam1-2/+1
2008-03-26Fix wbcAuthenticateUserEx().Günther Deschner1-1/+1
2008-02-23Fix a C++ warningVolker Lendecke1-1/+1
2008-02-15Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-37/+91
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-14Fix "warning: 'cmd' may be used uninitialized in this function"Jeremy Allison1-0/+3
2008-02-13libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher3-1/+460
2008-02-11libwbclient: implement wbcErrorString()Stefan Metzmacher2-1/+35
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