summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbc_sid.c
AgeCommit message (Expand)AuthorFilesLines
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-05-23libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHSStefan Metzmacher1-1/+1
2008-04-17Follow error code name convention in libwbclient.Gerald W. Carter1-5/+5
2008-03-28libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher1-0/+142
2008-03-28libwbclient: add wbcLookupUserSids()Stefan Metzmacher1-0/+82
2008-01-29Fix uninitialized variablesVolker Lendecke1-5/+5
2008-01-24Fix missing error check that caused crash when winbindd not running.Jeremy Allison1-0/+1
2008-01-03Some coding convention pedantism.Günther Deschner1-5/+5
2008-01-02Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter1-18/+19
2007-12-21Fix const warning.Jeremy Allison1-5/+8
2007-12-21Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter1-0/+420