Stefan Metzmacher
e7dcbf56ae
libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHS
...
metze
(cherry picked from commit 04d465c622c614bec29f24793ae897a73bcb51f4)
2008-05-23 17:19:57 +02:00
Gerald W. Carter
d91ce012b0
Follow error code name convention in libwbclient.
...
s/WBC_INVALID_RESPONSE/WBC_ERR_INVALID_RESPONSE/
2008-04-17 17:49:53 +02:00
Stefan Metzmacher
df127f0b40
libwbclient: add wbcListUsers() and wbcListGroups()
...
metze
2008-03-28 15:11:41 +01:00
Stefan Metzmacher
38007a387a
libwbclient: add wbcLookupUserSids()
...
metze
2008-03-28 15:11:41 +01:00
Volker Lendecke
e9b3115c85
Fix uninitialized variables
...
response.extra_data.data is not initialized on the first error path
Found by the IBM checker
2008-01-29 16:24:59 -06:00
Jeremy Allison
f5ca241e2c
Fix missing error check that caused crash when winbindd not running.
...
Jeremy.
2008-01-24 17:40:35 -08:00
Günther Deschner
338baf96cb
Some coding convention pedantism.
...
Guenther
2008-01-03 12:11:18 +01:00
Gerald (Jerry) Carter
39c2059f66
Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.
...
Follows existing convention that all returned memory should be freed with
wbcFreeMemory() and not directly with free(). Noticed by Volker. Txs.
2008-01-02 14:50:59 -06:00
Jeremy Allison
5159f897dd
Fix const warning.
...
Jeremy.
2007-12-21 12:18:17 -08:00
Gerald (Jerry) Carter
83d274b460
Add files for new LGPL libwbclient DSO implementing the Winbind client API
...
(based on the winbind_struct_protocol.h).
The API in incomplete, but sufficient to merge. See wbclienbt.h for the i
interface functions.
2007-12-21 11:58:04 -06:00