summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/libwbclient/wbc_sid.c
Commit message (Expand)AuthorAgeFilesLines
* libwbclient: fix doxygen warnings.Günther Deschner2008-09-271-3/+3
* Fix Coverity ID 589, dead codeVolker Lendecke2008-08-311-0/+9
* libwbclient: let wbcStringToSid handle the global NULL sid.Günther Deschner2008-07-301-1/+1
* Fix various build warningsZach Loafman2008-07-221-1/+1
* allow SID with 0 in subauthority to be converted properlyHerb Lewis2008-07-171-1/+2
* Fix an "invalid operation involving NULL pointer" found by the IBM checkerVolker Lendecke2008-06-271-1/+5
* Remove a strlen check that will never kick inVolker Lendecke2008-06-271-2/+1
* Fix a segfault in wbcLookupRidsVolker Lendecke2008-06-171-16/+21
* Fix a segfault in wbcLookupSidVolker Lendecke2008-06-171-19/+29
* Replace a very unusual variable declaration by a more conventional oneVolker Lendecke2008-06-171-1/+1
* libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHSStefan Metzmacher2008-05-231-1/+1
* Follow error code name convention in libwbclient.Gerald W. Carter2008-04-171-5/+5
* libwbclient: add wbcListUsers() and wbcListGroups()Stefan Metzmacher2008-03-281-0/+142
* libwbclient: add wbcLookupUserSids()Stefan Metzmacher2008-03-281-0/+82
* Fix uninitialized variablesVolker Lendecke2008-01-291-5/+5
* Fix missing error check that caused crash when winbindd not running.Jeremy Allison2008-01-241-0/+1
* Some coding convention pedantism.Günther Deschner2008-01-031-5/+5
* Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter2008-01-021-18/+19
* Fix const warning.Jeremy Allison2007-12-211-5/+8
* Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-211-0/+420